aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-09-03 21:57:06 +0200
committerStefan Kangas2020-09-03 21:59:12 +0200
commit00b22239ab7cd8bd6af6a234ceb673b43dd01df4 (patch)
tree8560d0dae4b7a94588cddb5071f77c334acd8a47
parentaff58e3f03d44f48ceba48f75414ab687de4eec7 (diff)
downloademacs-00b22239ab7cd8bd6af6a234ceb673b43dd01df4.tar.gz
emacs-00b22239ab7cd8bd6af6a234ceb673b43dd01df4.zip
; * test/lisp/progmodes/cperl-mode-tests.el: Add license statement.
-rw-r--r--test/lisp/progmodes/cperl-mode-tests.el15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/lisp/progmodes/cperl-mode-tests.el b/test/lisp/progmodes/cperl-mode-tests.el
index be8b42d99a8..abb13f25557 100644
--- a/test/lisp/progmodes/cperl-mode-tests.el
+++ b/test/lisp/progmodes/cperl-mode-tests.el
@@ -7,6 +7,21 @@
7;; Keywords: internal 7;; Keywords: internal
8;; Homepage: https://github.com/HaraldJoerg/cperl-mode 8;; Homepage: https://github.com/HaraldJoerg/cperl-mode
9 9
10;; This file is part of GNU Emacs.
11
12;; GNU Emacs is free software: you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by
14;; the Free Software Foundation, either version 3 of the License, or
15;; (at your option) any later version.
16
17;; GNU Emacs is distributed in the hope that it will be useful,
18;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20;; GNU General Public License for more details.
21
22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24
10;;; Commentary: 25;;; Commentary:
11 26
12;; This is a collection of tests for the fontification of CPerl-mode. 27;; This is a collection of tests for the fontification of CPerl-mode.