Mercurial > emacs
comparison lib-src/rcs-checkin @ 94828:3a4bc081639c
Switch to recommended form of GPLv3 permissions notice.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 09 May 2008 23:19:13 +0000 |
parents | 5714ff101fd9 |
children | a9f7e446141d |
comparison
equal
deleted
inserted
replaced
94827:710a1f5f9019 | 94828:3a4bc081639c |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 | 2 |
3 # This script accepts any number of file arguments and checks them into RCS. | 3 # This script accepts any number of file arguments and checks them into RCS. |
4 | 4 |
5 # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, | 5 # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, |
6 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 # 2007, 2008 Free Software Foundation, Inc. |
7 # | 7 |
8 # This file is part of GNU Emacs. | 8 # This file is part of GNU Emacs. |
9 # | 9 |
10 # GNU Emacs is free software; you can redistribute it and/or modify | 10 # GNU Emacs is free software: you can redistribute it and/or modify |
11 # it under the terms of the GNU General Public License as published by | 11 # it under the terms of the GNU General Public License as published by |
12 # the Free Software Foundation; either version 3, or (at your option) | 12 # the Free Software Foundation, either version 3 of the License, or |
13 # any later version. | 13 # (at your option) any later version. |
14 # | 14 |
15 # GNU Emacs is distributed in the hope that it will be useful, | 15 # GNU Emacs is distributed in the hope that it will be useful, |
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 # GNU General Public License for more details. | 18 # GNU General Public License for more details. |
19 # | 19 |
20 # You should have received a copy of the GNU General Public License | 20 # You should have received a copy of the GNU General Public License |
21 # along with GNU Emacs; see the file COPYING. If not, write to the | 21 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
22 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 22 |
23 # Boston, MA 02110-1301, USA. | |
24 | 23 |
25 # Arguments which are detectably either RCS masters (with names ending in ,v) | 24 # Arguments which are detectably either RCS masters (with names ending in ,v) |
26 # or Emacs version files (with names of the form foo.~<number>~) are ignored. | 25 # or Emacs version files (with names of the form foo.~<number>~) are ignored. |
27 # For each file foo, the script looks for Emacs version files related to it. | 26 # For each file foo, the script looks for Emacs version files related to it. |
28 # These files are checked in as deltas, oldest first, so that the contents of | 27 # These files are checked in as deltas, oldest first, so that the contents of |