]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix up copyrights and the checking code
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 Aug 2013 15:13:20 +0000 (11:13 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 Aug 2013 15:13:20 +0000 (11:13 -0400)
GNUmakefile
packages/f90-interface-browser/f90-tests.el
packages/js2-mode/tests/externs.el
packages/js2-mode/tests/indent.el
packages/js2-mode/tests/parser.el

index 1067e4c6f0d43c8ec481ea952a9f2a50c7c2fab2..cc06e485ea5dda361fb5a854f2c81618eb70caee 100644 (file)
@@ -13,8 +13,8 @@ CR_EXCEPTIONS=copyright_exceptions
 .PHONY: check_copyrights
 check_copyrights:
        @echo "Compute exceptions >$(CR_EXCEPTIONS)~"
-       @(cd packages;                                                  \
-       export LANG=C;                                                  \
+       @export LANG=C;                                                 \
+       (cd packages;                                                   \
        find . -name '*.el' -print0 |                                   \
            xargs -0 grep -L 'Free Software Foundation, Inc' |          \
            grep -v '\(\.dir-locals\|.-\(pkg\|autoloads\)\)\.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))
index 7860058d4f674457f9b19b6e92d99f54a2634fc2..d422c74a10e610c2470b7e96bc553c033849d483 100644 (file)
@@ -1,3 +1,22 @@
+;;; externs.el --- Tests of "externs" for js2-mode
+
+;; 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:
+
 (require 'ert)
 (require 'js2-mode)
 
index 953b8a6c4ce9efbb43f7b20264c178f3933b5a98..9ee981cc6c977e5acbaeaf4d5e7db9ac564cc123 100644 (file)
@@ -1,3 +1,22 @@
+;;; indent.el --- Tests of indentation for js2-mode
+
+;; 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:
+
 (require 'ert)
 (require 'js2-mode)
 
index 3c05c4b5ef9e5042ee0eeb046da2ccf74462e3cf..2f020a679b2c3307558940a7bff925efac8330cd 100644 (file)
@@ -1,3 +1,22 @@
+;;; parser.el --- Tests of the js2-mode's parser\r
+\r
+;; Copyright (C) 2013  Free Software Foundation, Inc.\r
+\r
+;; This program is free software: you can redistribute it and/or modify\r
+;; it under the terms of the GNU General Public License as published by\r
+;; the Free Software Foundation, either version 3 of the License, or\r
+;; (at your option) any later version.\r
+\r
+;; This program is distributed in the hope that it will be useful,\r
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+;; GNU General Public License for more details.\r
+\r
+;; You should have received a copy of the GNU General Public License\r
+;; along with this program  If not, see <http://www.gnu.org/licenses/>.\r
+\r
+;;; Code:\r
+\r
 (require 'ert)\r
 (require 'ert-x)\r
 (require 'js2-mode)\r