Mercurial > emacs
changeset 895:81e6b85a9261
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 29 Jul 1992 05:22:04 +0000 |
parents | 41507a5a8fd7 |
children | 7e4999005da1 |
files | lisp/progmodes/etags.el lisp/progmodes/hideif.el |
diffstat | 2 files changed, 18 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <roland@gnu.ai.mit.edu> ;; Keywords: tools
--- 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 <liberte@a.cs.uiuc.edu> ;; 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.