diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-08 09:03:27 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-08 09:10:57 +0100 |
commit | ce35760b19315b634e62e2c64988018189dcdbdc (patch) | |
tree | b3700310f84bd4ee68470595feedc55e7ab9252e /test/lisp/emacs-lisp/cl-macs-tests.el | |
parent | 1a1193c8643d198d5260a4f929cfc1007ed0b39a (diff) | |
download | emacs-ce35760b19315b634e62e2c64988018189dcdbdc.tar.gz emacs-ce35760b19315b634e62e2c64988018189dcdbdc.tar.bz2 emacs-ce35760b19315b634e62e2c64988018189dcdbdc.zip |
; Minor license statement fixes
Diffstat (limited to 'test/lisp/emacs-lisp/cl-macs-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/cl-macs-tests.el | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/lisp/emacs-lisp/cl-macs-tests.el b/test/lisp/emacs-lisp/cl-macs-tests.el index bcd63f73a3c..2e5f3020b41 100644 --- a/test/lisp/emacs-lisp/cl-macs-tests.el +++ b/test/lisp/emacs-lisp/cl-macs-tests.el @@ -4,18 +4,18 @@ ;; This file is part of GNU Emacs. -;; This program 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 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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. -;; +;; 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 3 of the License, 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 this program. If not, see `https://www.gnu.org/licenses/'. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |