1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

; * test/lisp/progmodes/cperl-mode-tests.el: Add license statement.

This commit is contained in:
Stefan Kangas 2020-09-03 21:57:06 +02:00
parent aff58e3f03
commit 00b22239ab

View 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.