X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/62983f7ea0b7cf27069464efde1a7654eb900e94..750fc6732fa42527ceb2f0962856ed4bae656714:/src/uaf.h diff --git a/src/uaf.h b/src/uaf.h index 2b351a2738..57615ab452 100644 --- a/src/uaf.h +++ b/src/uaf.h @@ -3,20 +3,20 @@ This file is part of GNU Emacs. +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + GNU Emacs is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY. No author or distributor -accepts responsibility to anyone for the consequences of using it -or for whether it serves any particular purpose or works at all, -unless he says so in writing. Refer to the GNU Emacs General Public -License for full details. +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -Everyone is granted permission to copy, modify and redistribute -GNU Emacs, but only under the conditions described in the -GNU Emacs General Public License. A copy of this license is -supposed to have been given to you along with GNU Emacs so you -can know your rights and responsibilities. It should be in a -file named COPYING. Among other things, the copyright notice -and this notice must be preserved on all copies. */ +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* * User Authorization File record formats @@ -231,7 +231,7 @@ struct UAF { uaf_v_wednesday : 1, #define uaf$v_wednesday uaf_u_primedays.uaf_v_wednesday uaf_v_thursday : 1, -#define uaf$v_thursday uaf_u_primedays.uaf_v_thrusday +#define uaf$v_thursday uaf_u_primedays.uaf_v_thursday uaf_v_friday : 1, #define uaf$v_friday uaf_u_primedays.uaf_v_friday uaf_v_saturday : 1,