diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-21 04:12:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-21 04:12:28 +0000 |
commit | ea6cd314ce3f31d8afbb92593133fa751084ffff (patch) | |
tree | 884afd849309d8e7fcc540b2b05965376b49a7fc /lib-src | |
parent | 51413f847f55d9c0e3b42ab120d3f4dfb9982701 (diff) | |
download | emacs-ea6cd314ce3f31d8afbb92593133fa751084ffff.tar.gz |
Change permission notice (not "part of Emacs").
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/etags.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index f6a3eef98af..443f0ea933c 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -1,21 +1,21 @@ /* Tags file maker to go with GNU Emacs Copyright (C) 1984, 1987, 1988, 1989, 1993 Free Software Foundation, Inc. and Ken Arnold -This file is part of GNU Emacs. +This file is not considered part of GNU Emacs. -GNU Emacs 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 2 of the License, or +(at your option) any later version. -GNU Emacs is distributed in the hope that it will be useful, +This program is distributed in the hope that it will be useful, 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. 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, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * Authors: |