X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbackupfile.h;h=ca9f7629facd86ac026d6f4d881d8d50206745d8;hb=b4c2b236d0007a7f9226e6ccef82e9e37bdb2b3a;hp=7b44e5806339ab14b5d0c9b583c088b3c71bf8c4;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/backupfile.h b/lib/backupfile.h index 7b44e5806..ca9f7629f 100644 --- a/lib/backupfile.h +++ b/lib/backupfile.h @@ -1,12 +1,12 @@ /* backupfile.h -- declarations for making Emacs style backup file names - Copyright (C) 1990, 1991, 1992, 1997, 1998, 1999, 2003, 2004 Free - Software Foundation, Inc. + Copyright (C) 1990-1992, 1997-1999, 2003-2004, 2009-2011 Free Software + Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This program 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. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef BACKUPFILE_H_ # define BACKUPFILE_H_ @@ -43,7 +41,7 @@ enum backup_type numbered_backups }; -# define VALID_BACKUP_TYPE(Type) \ +# define VALID_BACKUP_TYPE(Type) \ ((unsigned int) (Type) <= numbered_backups) extern char const *simple_backup_suffix;