]> code.delx.au - gnu-emacs/commitdiff
Remove copyright statements from trivial test files
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 5 Dec 2015 11:31:23 +0000 (11:31 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 5 Dec 2015 11:32:17 +0000 (11:32 +0000)
test/automated/data/package/macro-problem-package-1.0/macro-aux.el
test/automated/data/package/macro-problem-package-1.0/macro-problem.el
test/automated/data/package/macro-problem-package-2.0/macro-aux.el
test/automated/data/package/macro-problem-package-2.0/macro-problem.el

index 9d14a211639439f6644eef7faff66389206cf414..f43232224afcb00da208ff570530f9cddddf4c40 100644 (file)
@@ -1,26 +1,7 @@
 ;;; macro-aux.el --- laksd                                  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015  Artur Malabarba
-
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 
-;; 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/>.
-
-;;; Commentary:
-
-;;
-
 ;;; Code:
 
 (defun macro-aux-1 ( &rest forms)
index a44074c4f87a4f660d2df9bc0d893922ce51ffe7..0533b1bd9c47b9e6c1f39f933c87bb847601efaa 100644 (file)
@@ -1,28 +1,9 @@
 ;;; macro-problem.el --- laksd                                  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015  Artur Malabarba
-
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 ;; Keywords: tools
 ;; Version: 1.0
 
-;; 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/>.
-
-;;; Commentary:
-
-;;
-
 ;;; Code:
 
 (require 'macro-aux)
index 4785cd78031c58f7ce20189f1a8f33711a65a8b0..6a55a40e3b425250bc10b792c9b8190e93089827 100644 (file)
@@ -1,26 +1,7 @@
 ;;; macro-aux.el --- laksd                                  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015  Artur Malabarba
-
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 
-;; 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/>.
-
-;;; Commentary:
-
-;;
-
 ;;; Code:
 
 (defmacro macro-aux-1 ( &rest forms)
index ead3d29dc3da49d0734c49d4ac91a3bd3831446a..cad4ed93f19fd1a47c37cb2c4ea6285bb9f79580 100644 (file)
@@ -1,28 +1,9 @@
 ;;; macro-problem.el --- laksd                                  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015  Artur Malabarba
-
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 ;; Keywords: tools
 ;; Version: 2.0
 
-;; 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/>.
-
-;;; Commentary:
-
-;;
-
 ;;; Code:
 
 (require 'macro-aux)