diff options
| author | Richard M. Stallman | 1992-07-29 05:48:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-07-29 05:48:40 +0000 |
| commit | ee3b8d4df3b031a18355b820b1da0d27174bfe6d (patch) | |
| tree | 5a30fba9c22170348009d10ab023b7f9ab98f2af | |
| parent | c9ed5a4721be187ad660901a41e738cd8ba575c4 (diff) | |
| download | emacs-ee3b8d4df3b031a18355b820b1da0d27174bfe6d.tar.gz emacs-ee3b8d4df3b031a18355b820b1da0d27174bfe6d.zip | |
entered into RCS
| -rw-r--r-- | lisp/emerge.el | 1 | ||||
| -rw-r--r-- | lisp/mhspool.el | 28 | ||||
| -rw-r--r-- | lisp/play/meese.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cplus-md.el | 18 | ||||
| -rw-r--r-- | lisp/unused.el | 2 |
5 files changed, 33 insertions, 18 deletions
diff --git a/lisp/emerge.el b/lisp/emerge.el index f4faf572935..126b99c3aa2 100644 --- a/lisp/emerge.el +++ b/lisp/emerge.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; emerge.el --- merge diffs under Emacs control | 1 | ;;; emerge.el --- merge diffs under Emacs control |
| 2 | ;;; The author has placed this file in the public domain. | ||
| 2 | 3 | ||
| 3 | ;; Author: Dale R. Worley <drw@math.mit.edu> | 4 | ;; Author: Dale R. Worley <drw@math.mit.edu> |
| 4 | ;; Version: 4 | 5 | ;; Version: 4 |
diff --git a/lisp/mhspool.el b/lisp/mhspool.el index 81704e54be6..091c753d1af 100644 --- a/lisp/mhspool.el +++ b/lisp/mhspool.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mhspool.el --- MH folder access using NNTP for GNU Emacs | 1 | ;;; mhspool.el --- MH folder access using NNTP for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD. | 3 | ;; Copyright (C) 1988, 1989, 1990 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA | ||
| 5 | 4 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| @@ -9,20 +8,19 @@ | |||
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 12 | ;; it under the terms of the GNU General Public License as published by | ||
| 13 | ;; the Free Software Foundation; either version 2, or (at your option) | ||
| 14 | ;; any later version. | ||
| 15 | |||
| 12 | ;; GNU Emacs is distributed in the hope that it will be useful, | 16 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 13 | ;; but WITHOUT ANY WARRANTY. No author or distributor | 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; accepts responsibility to anyone for the consequences of using it | 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | ;; or for whether it serves any particular purpose or works at all, | 19 | ;; GNU General Public License for more details. |
| 16 | ;; unless he says so in writing. Refer to the GNU Emacs General Public | 20 | |
| 17 | ;; License for full details. | 21 | ;; You should have received a copy of the GNU General Public License |
| 18 | 22 | ;; along with GNU Emacs; see the file COPYING. If not, write to | |
| 19 | ;; Everyone is granted permission to copy, modify and redistribute | 23 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 20 | ;; GNU Emacs, but only under the conditions described in the | ||
| 21 | ;; GNU Emacs General Public License. A copy of this license is | ||
| 22 | ;; supposed to have been given to you along with GNU Emacs so you | ||
| 23 | ;; can know your rights and responsibilities. It should be in a | ||
| 24 | ;; file named COPYING. Among other things, the copyright notice | ||
| 25 | ;; and this notice must be preserved on all copies. | ||
| 26 | 24 | ||
| 27 | ;; Commentary: | 25 | ;; Commentary: |
| 28 | 26 | ||
diff --git a/lisp/play/meese.el b/lisp/play/meese.el index db0b7d267fa..3159bf6faef 100644 --- a/lisp/play/meese.el +++ b/lisp/play/meese.el | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | ;; meese.el --- protect the impressionable young minds of America | 1 | ;; meese.el --- protect the impressionable young minds of America |
| 2 | ;; This is in the public domain on account of being distributed since | ||
| 3 | ;; 1985 or 1986 without a copyright notice. | ||
| 2 | 4 | ||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Keywords: games | 6 | ;; Keywords: games |
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el index ace790cb80d..45b325d6850 100644 --- a/lisp/progmodes/cplus-md.el +++ b/lisp/progmodes/cplus-md.el | |||
| @@ -1,9 +1,21 @@ | |||
| 1 | ;;; c++-mode.el --- C++ code editing commands for Emacs | 1 | ;;; c++-mode.el --- C++ code editing commands for Emacs |
| 2 | ;;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. | ||
| 2 | 3 | ||
| 3 | ;; Copyright (C) 1985 Richard M. Stallman. | 4 | ;; This file is part of GNU Emacs. |
| 4 | 5 | ||
| 5 | ;; Author: Dave Detlefs <dld@cs.cmu.edu> | 6 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 6 | ;; Stewart Clamen <clamen@cs.cmu.edu> | 7 | ;; it under the terms of the GNU General Public License as published by |
| 8 | ;; the Free Software Foundation; either version 2, or (at your option) | ||
| 9 | ;; any later version. | ||
| 10 | |||
| 11 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 12 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | ;; GNU General Public License for more details. | ||
| 15 | |||
| 16 | ;; You should have received a copy of the GNU General Public License | ||
| 17 | ;; along with GNU Emacs; see the file COPYING. If not, write to | ||
| 18 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 7 | ;; Maintainer: Dave Detlefs <dld@cs.cmu.edu> | 19 | ;; Maintainer: Dave Detlefs <dld@cs.cmu.edu> |
| 8 | ;; Keywords: c | 20 | ;; Keywords: c |
| 9 | 21 | ||
diff --git a/lisp/unused.el b/lisp/unused.el index 2a7bfa17a33..1cb956b213f 100644 --- a/lisp/unused.el +++ b/lisp/unused.el | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used. | 1 | ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used. |
| 2 | ;;; This file is in the public domain, as it was distributed in | ||
| 3 | ;;; 1985 or 1986 without a copyright notice. Written by RMS. | ||
| 2 | 4 | ||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Keywords: emulations | 6 | ;; Keywords: emulations |