From: Artur Malabarba Date: Sat, 5 Dec 2015 11:31:23 +0000 (+0000) Subject: Remove copyright statements from trivial test files X-Git-Tag: emacs-25.0.90~538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ebd0a08f3392e687c12a4491462c1d8caf16e76;p=emacs.git Remove copyright statements from trivial test files --- diff --git a/test/automated/data/package/macro-problem-package-1.0/macro-aux.el b/test/automated/data/package/macro-problem-package-1.0/macro-aux.el index 9d14a211639..f43232224af 100644 --- a/test/automated/data/package/macro-problem-package-1.0/macro-aux.el +++ b/test/automated/data/package/macro-problem-package-1.0/macro-aux.el @@ -1,26 +1,7 @@ ;;; macro-aux.el --- laksd -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Artur Malabarba - ;; Author: Artur Malabarba -;; 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 . - -;;; Commentary: - -;; - ;;; Code: (defun macro-aux-1 ( &rest forms) diff --git a/test/automated/data/package/macro-problem-package-1.0/macro-problem.el b/test/automated/data/package/macro-problem-package-1.0/macro-problem.el index a44074c4f87..0533b1bd9c4 100644 --- a/test/automated/data/package/macro-problem-package-1.0/macro-problem.el +++ b/test/automated/data/package/macro-problem-package-1.0/macro-problem.el @@ -1,28 +1,9 @@ ;;; macro-problem.el --- laksd -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Artur Malabarba - ;; Author: Artur Malabarba ;; 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 . - -;;; Commentary: - -;; - ;;; Code: (require 'macro-aux) diff --git a/test/automated/data/package/macro-problem-package-2.0/macro-aux.el b/test/automated/data/package/macro-problem-package-2.0/macro-aux.el index 4785cd78031..6a55a40e3b4 100644 --- a/test/automated/data/package/macro-problem-package-2.0/macro-aux.el +++ b/test/automated/data/package/macro-problem-package-2.0/macro-aux.el @@ -1,26 +1,7 @@ ;;; macro-aux.el --- laksd -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Artur Malabarba - ;; Author: Artur Malabarba -;; 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 . - -;;; Commentary: - -;; - ;;; Code: (defmacro macro-aux-1 ( &rest forms) diff --git a/test/automated/data/package/macro-problem-package-2.0/macro-problem.el b/test/automated/data/package/macro-problem-package-2.0/macro-problem.el index ead3d29dc3d..cad4ed93f19 100644 --- a/test/automated/data/package/macro-problem-package-2.0/macro-problem.el +++ b/test/automated/data/package/macro-problem-package-2.0/macro-problem.el @@ -1,28 +1,9 @@ ;;; macro-problem.el --- laksd -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Artur Malabarba - ;; Author: Artur Malabarba ;; 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 . - -;;; Commentary: - -;; - ;;; Code: (require 'macro-aux)