emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 8ebd0a0: Remove copyright statements from trivial


From: Artur Malabarba
Subject: [Emacs-diffs] emacs-25 8ebd0a0: Remove copyright statements from trivial test files
Date: Sat, 05 Dec 2015 11:32:33 +0000

branch: emacs-25
commit 8ebd0a08f3392e687c12a4491462c1d8caf16e76
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Remove copyright statements from trivial test files
---
 .../package/macro-problem-package-1.0/macro-aux.el |   19 -------------------
 .../macro-problem-package-1.0/macro-problem.el     |   19 -------------------
 .../package/macro-problem-package-2.0/macro-aux.el |   19 -------------------
 .../macro-problem-package-2.0/macro-problem.el     |   19 -------------------
 4 files changed, 0 insertions(+), 76 deletions(-)

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 9d14a21..f432322 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 <address@hidden>
 
-;; 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)
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 a44074c..0533b1b 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 <address@hidden>
 ;; 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)
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 4785cd7..6a55a40 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 <address@hidden>
 
-;; 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)
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 ead3d29..cad4ed9 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 <address@hidden>
 ;; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]