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

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

[elpa] master 771168c: * load-relative/test/test-file.el: Fix up copyrig


From: Stefan Monnier
Subject: [elpa] master 771168c: * load-relative/test/test-file.el: Fix up copyright
Date: Wed, 25 Feb 2015 17:31:06 +0000

branch: master
commit 771168c071a65dde3d55c320381419917be3aaff
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

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

diff --git a/packages/load-relative/test/test-file.el 
b/packages/load-relative/test/test-file.el
index d2be52f..db3db8c 100644
--- a/packages/load-relative/test/test-file.el
+++ b/packages/load-relative/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]