]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/progmodes/cperl-mode-tests.el: Add license statement.
authorStefan Kangas <stefankangas@gmail.com>
Thu, 3 Sep 2020 19:57:06 +0000 (21:57 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 3 Sep 2020 19:59:12 +0000 (21:59 +0200)
test/lisp/progmodes/cperl-mode-tests.el

index be8b42d99a826b9dd236723506f57d1ef92cfd8e..abb13f2555753dde8d51212fde99b7defd21ca32 100644 (file)
@@ -7,6 +7,21 @@
 ;; Keywords: internal
 ;; Homepage: https://github.com/HaraldJoerg/cperl-mode
 
+;; 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 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 GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
+
 ;;; Commentary:
 
 ;; This is a collection of tests for the fontification of CPerl-mode.