diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-07-29 05:22:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-07-29 05:22:04 +0000 |
commit | c9ed5a4721be187ad660901a41e738cd8ba575c4 (patch) | |
tree | 5ea0178e8be7c9ccd17d2fe03b2470bcaff2dbcc /lisp/progmodes/hideif.el | |
parent | 646bd331030351fa24d4c46c0513f8dfb040ec55 (diff) | |
download | emacs-c9ed5a4721be187ad660901a41e738cd8ba575c4.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/hideif.el')
-rw-r--r-- | lisp/progmodes/hideif.el | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index 36587129891..b29ebe6bf56 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -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. |