]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/f90-interface-browser/f90-tests.el
Fix up copyrights and the checking code
[gnu-emacs-elpa] / packages / f90-interface-browser / f90-tests.el
index d65388235677275496c0d12d13751317fcf2acd2..d55308b6ca692aa9cd757097ec8579470bf32075 100644 (file)
@@ -1,3 +1,22 @@
+;;; f90-tests.el --- Tests for f90-interface-browser
+
+;; Copyright (C) 2013  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 this program  If not, see <http://www.gnu.org/licenses/>.
+
+;;; Code:
+
 (defvar *test-name* nil)
 
 (defvar *test-tests* (make-hash-table :test 'eq))