emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master cb905bd 431/433: Add copyright blurbs to the test files


From: Dmitry Gutov
Subject: [elpa] master cb905bd 431/433: Add copyright blurbs to the test files
Date: Thu, 15 Mar 2018 19:44:49 -0400 (EDT)

branch: master
commit cb905bdc728fb3b5f9fdff8836d71b62bd717eab
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]