branch: master
commit cb905bdc728fb3b5f9fdff8836d71b62bd717eab
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Add copyright blurbs to the test files
---
tests/highlighting.el | 21 +++++++++++++++++++++
tests/html-erb.el | 21 +++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/tests/highlighting.el b/tests/highlighting.el
index b10aca8..5ce2269 100644
--- a/tests/highlighting.el
+++ b/tests/highlighting.el
@@ -1,3 +1,24 @@
+;; Copyright (C) 2013-2014 Free Software Foundation, Inc.
+
+;; 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:
+
+;;; Code:
+
(require 'ert-x)
(defvar foo-mode-keywords
diff --git a/tests/html-erb.el b/tests/html-erb.el
index ff974cc..fe34c86 100644
--- a/tests/html-erb.el
+++ b/tests/html-erb.el
@@ -1,3 +1,24 @@
+;; Copyright (C) 2013 Free Software Foundation, Inc.
+
+;; 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:
+
+;;; Code:
+
(require 'ert)
(require 'ert-x)
(require 'mmm-erb)