comparison lib-src/rcs-checkin @ 36226:c8fb06423da0

Add copyright notice.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Feb 2001 13:36:21 +0000
parents da322c027bf0
children fadb49348c98
comparison
equal deleted inserted replaced
36225:2a73e688d635 36226:c8fb06423da0
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
5 # Copyright (C) 1993, 1994, 1995,2001 Free Software Foundation, Inc.
4 # 6 #
7 # This file is part of GNU Emacs.
8 #
9 # GNU Emacs is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
13 #
14 # GNU Emacs is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 # along with GNU Emacs; see the file COPYING. If not, write to the
21 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 # Boston, MA 02111-1307, USA.
23
5 # 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)
6 # 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.
7 # 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.
8 # 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
9 # the file itself becomes the latest revision in the master. 28 # the file itself becomes the latest revision in the master.