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

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

[elpa] master 84f4a5e 03/17: * load-relative/test/test-file.el: Fix up c


From: Rocky Bernstein
Subject: [elpa] master 84f4a5e 03/17: * load-relative/test/test-file.el: Fix up copyright
Date: Thu, 25 May 2017 02:05:02 -0400 (EDT)

branch: master
commit 84f4a5e06c634a8c867222d21596d2e0aa876263
Author: Stefan Monnier <address@hidden>
Commit: rocky <address@hidden>

    * load-relative/test/test-file.el: Fix up copyright
---
 test/test-file.el | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/test/test-file.el b/test/test-file.el
index d2be52f..db3db8c 100644
--- a/test/test-file.el
+++ b/test/test-file.el
@@ -1,4 +1,26 @@
+;;; test-file.el --- Simple test for load-relative
+
+;; Copyright (C) 2015  Free Software Foundation, Inc.
+
+;; This program 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.
+
+;; This program 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 <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
+
 (load-file "../load-relative.el")
+
 (require 'ert)
 
 
@@ -34,3 +56,7 @@
     (with-relative-file
         "simple.txt"
       (buffer-string)))))
+
+(provide 'test-file)
+
+;;; test-file.el ends here



reply via email to

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