diff options
| author | Richard M. Stallman | 1997-07-09 00:29:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-09 00:29:46 +0000 |
| commit | f12b0b967ab096e5894cb81102ea0a2512ecd9fb (patch) | |
| tree | 1ae2e0bce3989d8f9ea7453a8ff3c74b33657f1e /lisp | |
| parent | f13c925f62243345ada683e12d237e668245b0cd (diff) | |
| download | emacs-f12b0b967ab096e5894cb81102ea0a2512ecd9fb.tar.gz emacs-f12b0b967ab096e5894cb81102ea0a2512ecd9fb.zip | |
Fix copyright and copying permissions.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/battery.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/battery.el b/lisp/battery.el index b04b6af369f..f3bbb89b15b 100644 --- a/lisp/battery.el +++ b/lisp/battery.el | |||
| @@ -1,25 +1,25 @@ | |||
| 1 | ;;; battery.el --- display battery status information. | 1 | ;;; battery.el --- display battery status information. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Ralph Schleicher | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ralph Schleicher <rs@purple.UL.BaWue.DE> | 5 | ;; Author: Ralph Schleicher <rs@purple.UL.BaWue.DE> |
| 6 | ;; Keywords: local hardware | 6 | ;; Keywords: local hardware |
| 7 | 7 | ||
| 8 | ;; This file is not part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||
| 10 | ;; This program is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 11 | ;; it under the terms of the GNU General Public License as published by | 11 | ;; it under the terms of the GNU General Public License as published by |
| 12 | ;; the Free Software Foundation; either version 2, or (at your option) | 12 | ;; the Free Software Foundation; either version 2, or (at your option) |
| 13 | ;; any later version. | 13 | ;; any later version. |
| 14 | 14 | ||
| 15 | ;; This program is distributed in the hope that it will be useful, | 15 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | ;; GNU General Public License for more details. | 18 | ;; GNU General Public License for more details. |
| 19 | 19 | ||
| 20 | ;; You should have received a copy of the GNU General Public License | 20 | ;; You should have received a copy of the GNU General Public License |
| 21 | ;; along with this program; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to the |
| 22 | ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |