diff options
| author | Glenn Morris | 2008-05-06 03:21:21 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-06 03:21:21 +0000 |
| commit | d6cba7ae452d4e616eff75a6d5ba3939ecafaecb (patch) | |
| tree | 6506cb9de2e1cdcc39764065fb7eadcd340f10c1 /lisp/emacs-lisp/debug.el | |
| parent | 662c9c64ae54fe2b1eba190905af0a32eb4cd168 (diff) | |
| download | emacs-d6cba7ae452d4e616eff75a6d5ba3939ecafaecb.tar.gz emacs-d6cba7ae452d4e616eff75a6d5ba3939ecafaecb.zip | |
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
| -rw-r--r-- | lisp/emacs-lisp/debug.el | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 3d2dcf59d4a..366477ff38c 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el | |||
| @@ -8,10 +8,10 @@ | |||
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 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 | 12 | ;; it under the terms of the GNU General Public License as published by |
| 13 | ;; the Free Software Foundation; either version 3, or (at your option) | 13 | ;; the Free Software Foundation, either version 3 of the License, or |
| 14 | ;; any later version. | 14 | ;; (at your option) any later version. |
| 15 | 15 | ||
| 16 | ;; 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, |
| 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -19,9 +19,7 @@ | |||
| 19 | ;; GNU General Public License for more details. | 19 | ;; GNU General Public License for more details. |
| 20 | 20 | ||
| 21 | ;; You should have received a copy of the GNU General Public License | 21 | ;; You should have received a copy of the GNU General Public License |
| 22 | ;; along with GNU Emacs; see the file COPYING. If not, write to the | 22 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 24 | ;; Boston, MA 02110-1301, USA. | ||
| 25 | 23 | ||
| 26 | ;;; Commentary: | 24 | ;;; Commentary: |
| 27 | 25 | ||