From ea6cd314ce3f31d8afbb92593133fa751084ffff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 May 1993 04:12:28 +0000 Subject: [PATCH] Change permission notice (not "part of Emacs"). --- lib-src/etags.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib-src/etags.c b/lib-src/etags.c index f6a3eef98a..443f0ea933 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: -- 2.20.1