Mercurial > emacs
comparison lib-src/vcdiff @ 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 | fad57210c7d2 |
children | a9f7e446141d |
comparison
equal
deleted
inserted
replaced
94827:710a1f5f9019 | 94828:3a4bc081639c |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 # | 2 # |
3 # Enhanced sccs diff utility for use with vc mode. | 3 # Enhanced sccs diff utility for use with vc mode. |
4 # This version is more compatible with rcsdiff(1). | 4 # This version is more compatible with rcsdiff(1). |
5 # | 5 # |
6 # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, | 6 # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, |
7 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 7 # 2006, 2007, 2008 Free Software Foundation, Inc. |
8 # | 8 |
9 # This file is part of GNU Emacs. | 9 # This file is part of GNU Emacs. |
10 # | 10 |
11 # GNU Emacs is free software; you can redistribute it and/or modify | 11 # GNU Emacs is free software: you can redistribute it and/or modify |
12 # it under the terms of the GNU General Public License as published by | 12 # it under the terms of the GNU General Public License as published by |
13 # the Free Software Foundation; either version 3, or (at your option) | 13 # the Free Software Foundation, either version 3 of the License, or |
14 # any later version. | 14 # (at your option) any later version. |
15 # | 15 |
16 # GNU Emacs is distributed in the hope that it will be useful, | 16 # GNU Emacs is distributed in the hope that it will be useful, |
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 # GNU General Public License for more details. | 19 # GNU General Public License for more details. |
20 # | 20 |
21 # You should have received a copy of the GNU General Public License | 21 # You should have received a copy of the GNU General Public License |
22 # along with GNU Emacs; see the file COPYING. If not, write to the | 22 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
23 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 23 |
24 # Boston, MA 02110-1301, USA. | |
25 # | |
26 | 24 |
27 DIFF="diff" | 25 DIFF="diff" |
28 usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..." | 26 usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..." |
29 | 27 |
30 # Now that we use `sccs get' rather than just `get', we don't need this. | 28 # Now that we use `sccs get' rather than just `get', we don't need this. |