# HG changeset patch # User Richard M. Stallman # Date 712387324 0 # Node ID 81e6b85a92615124ed57a90fe1ecba53a9e1af94 # Parent 41507a5a8fd71357a9416386159083c8208a1c9f *** empty log message *** diff -r 41507a5a8fd7 -r 81e6b85a9261 lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Wed Jul 29 05:06:36 1992 +0000 +++ b/lisp/progmodes/etags.el Wed Jul 29 05:22:04 1992 +0000 @@ -1,7 +1,6 @@ ;; etags.el --- etags facility for Emacs -;; Copyright (C) 1985, 1986, 1988, 1989, 1991, 1992 -;; Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1988, 1989, 1992 Free Software Foundation, Inc. ;; Author: Roland McGrath ;; Keywords: tools diff -r 41507a5a8fd7 -r 81e6b85a9261 lisp/progmodes/hideif.el --- a/lisp/progmodes/hideif.el Wed Jul 29 05:06:36 1992 +0000 +++ b/lisp/progmodes/hideif.el Wed Jul 29 05:22:04 1992 +0000 @@ -1,10 +1,26 @@ ;;; hide-ifdef-mode.el --- hides selected code within ifdef. -;;; Copyright (C) 1988 Brian Marick and Daniel LaLiberte +;;; Copyright (C) 1988 Free Software Foundation, Inc. ;; Author: Dan LaLiberte ;; Keywords: c +;; This file is part of GNU Emacs. + +;; GNU Emacs 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. + +;; GNU Emacs 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. + ;;; Commentary: ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL.