summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-10-14 16:09:03 +0200
committerJonas Bernoulli <jonas@bernoul.li>2018-10-14 16:09:03 +0200
commit4d68e335e33ac7c3f8aeec7a37193c7456622d7f (patch)
treeae124ffd60ecbf6c7302b1ecb153799543f6780a
parent4c4399f767c27c9768242c7063be913cdc227492 (diff)
fixup copyright notices, without changing license
This commit merely changes the formatting and/or wording of the copyright notices at the top of the individual libraries. The used license is not changed, it was and still is the GNU GPL v2, with the "(at your option) any later version" note. The formatting is changed to follow the formatting that is commonly used nowadays. This helps tools that try to extract the license based on the license statement. `debian-el.el' previously had no license statement, but because all the other license statements revered to the same license, it is clear that this file was and has to be released under the same license. This is the file where the license statement is most important, because it is the "main library", where tools most likely look for it.
-rw-r--r--apt-utils.el23
-rw-r--r--deb-view.el12
-rw-r--r--debian-bug.el15
-rw-r--r--debian-el.el15
-rw-r--r--gnus-BTS.el10
-rw-r--r--preseed.el13
6 files changed, 57 insertions, 31 deletions
diff --git a/apt-utils.el b/apt-utils.el
index e9df31a..d468894 100644
--- a/apt-utils.el
+++ b/apt-utils.el
@@ -5,15 +5,20 @@
;; Author: Matthew P. Hodges <MPHodges@member.fsf.org>
;; $Id: apt-utils.el,v 1.23 2016/11/05 22:18:48 psg Exp $
-;; apt-utils.el 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 2, or (at
-;; your option) any later version.
-
-;; apt-utils.el 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.
+;; This file is not part of GNU Emacs.
+
+;; apt-utils.el 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 2 of the License, or
+;; (at your option) any later version.
+
+;; apt-utils.el 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 GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;;
diff --git a/deb-view.el b/deb-view.el
index b09b18d..f453f56 100644
--- a/deb-view.el
+++ b/deb-view.el
@@ -9,20 +9,18 @@
;; This file is not part of GNU Emacs.
-;; deb-view is free software; you can redistribute it and/or modify
+;; deb-view.el 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 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 2 of the License, or
+;; (at your option) any later version.
-;; deb-view is distributed in the hope that it will be useful,
+;; deb-view.el 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 deb-view; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
diff --git a/debian-bug.el b/debian-bug.el
index 45979eb..e339b24 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -16,16 +16,21 @@
;; Maintainer from version 1.8 onwards: Peter S Galbraith <psg@debian.org>
;; Keywords: debian, bug, reporter
-;; debian-bug.el is free software; you can redistribute it and/or modify
+;; This file is not part of GNU Emacs.
+
+;; debian-bug.el 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 2, or (at your option)
-;; any later version.
-;;
+;; the Free Software Foundation, either version 2 of the License, or
+;; (at your option) any later version.
+
;; debian-bug.el 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 GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
+
;; ----------------------------------------------------------------------------
;;; Commentary:
;;
diff --git a/debian-el.el b/debian-el.el
index 11b0f38..46b2f06 100644
--- a/debian-el.el
+++ b/debian-el.el
@@ -1,5 +1,20 @@
;;; debian-el.el --- startup file for the debian-el package
+;; This file is not part of GNU Emacs.
+
+;; debian-el 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 2 of the License, or
+;; (at your option) any later version.
+
+;; debian-el 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 GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
+
;;; Commentary:
;;
;; This file is loaded from /etc/emacs/site-start.d/50debian-el.el
diff --git a/gnus-BTS.el b/gnus-BTS.el
index 6b71751..aab7183 100644
--- a/gnus-BTS.el
+++ b/gnus-BTS.el
@@ -11,10 +11,10 @@
;; This file is not part of GNU Emacs.
-;; gnus-BTS.el is free software; you can redistribute it and/or modify
+;; gnus-BTS.el 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 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 2 of the License, or
+;; (at your option) any later version.
;; gnus-BTS.el is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -22,9 +22,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
diff --git a/preseed.el b/preseed.el
index 3d0ccbd..cac60e4 100644
--- a/preseed.el
+++ b/preseed.el
@@ -2,16 +2,21 @@
;; Copyright (C) 2004 W. Borgert <debacle@debian.org>
-;; This package is free software; you can redistribute it and/or modify
+;; This file is not part of GNU Emacs.
+
+;; gnus-BTS.el 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 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 2 of the License, or
+;; (at your option) any later version.
-;; This package is distributed in the hope that it will be useful,
+;; gnus-BTS.el 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 GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
+
;;; Commentary:
;; This library defines a major-mode for editing debian-installer