emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/dash 770121b 195/316: Update copyright notices with HTT


From: ELPA Syncer
Subject: [elpa] externals/dash 770121b 195/316: Update copyright notices with HTTPS links
Date: Mon, 15 Feb 2021 15:57:58 -0500 (EST)

branch: externals/dash
commit 770121b633f00140a475100d99f950e70d586f0a
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Update copyright notices with HTTPS links
    
    * LICENSE:
    * dash-functional.el:
    * dash.el:
    * dev/examples-to-docs.el:
    * dev/examples-to-info.el:
    * dev/examples-to-tests.el:
    * dev/examples.el:
    * dash-template.texi:
    * readme-template.md: Use newest GPL copyright notice text with
    HTTPS links.
    * README.md:
    * dash.texi: Regenerate docs.
---
 LICENSE                  | 8 ++++----
 README.md                | 4 ++--
 dash-functional.el       | 4 ++--
 dash-template.texi       | 4 ++--
 dash.el                  | 4 ++--
 dash.texi                | 4 ++--
 dev/examples-to-docs.el  | 4 ++--
 dev/examples-to-info.el  | 4 ++--
 dev/examples-to-tests.el | 4 ++--
 dev/examples.el          | 4 ++--
 readme-template.md       | 4 ++--
 11 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/LICENSE b/LICENSE
index 94a9ed0..f288702 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice 
is found.
     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/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an 
"about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/README.md b/README.md
index 12d5a73..fc4642a 100644
--- a/README.md
+++ b/README.md
@@ -3149,7 +3149,7 @@ Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
 Authors: Magnar Sveen <magnars@gmail.com>
 
-This program is free software; you can redistribute it and/or modify
+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.
@@ -3160,4 +3160,4 @@ 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/>.
+along with this program.  If not, see <https://www.gnu.org/licenses/>.
diff --git a/dash-functional.el b/dash-functional.el
index 53f5a88..36a6c6e 100644
--- a/dash-functional.el
+++ b/dash-functional.el
@@ -8,7 +8,7 @@
 ;; Package-Requires: ((dash "2.0.0") (emacs "24"))
 ;; Keywords: extensions, lisp
 
-;; This program is free software; you can redistribute it and/or modify
+;; 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.
@@ -19,7 +19,7 @@
 ;; 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/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/dash-template.texi b/dash-template.texi
index 26c4a24..d05408a 100644
--- a/dash-template.texi
+++ b/dash-template.texi
@@ -18,7 +18,7 @@ This manual is for @code{dash.el} version 2.12.1.
 Copyright © 2012-2015 Magnar Sveen
 
 @quotation
-This program is free software; you can redistribute it and/or modify
+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.
@@ -29,7 +29,7 @@ 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 @uref{http://www.gnu.org/licenses/}.
+along with this program.  If not, see @uref{https://www.gnu.org/licenses/}.
 @end quotation
 @end copying
 
diff --git a/dash.el b/dash.el
index 445208c..3c07f3b 100644
--- a/dash.el
+++ b/dash.el
@@ -6,7 +6,7 @@
 ;; Version: 2.17.0
 ;; Keywords: extensions, lisp
 
-;; This program is free software; you can redistribute it and/or modify
+;; 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.
@@ -17,7 +17,7 @@
 ;; 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/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/dash.texi b/dash.texi
index 7def1d4..aeacc8f 100644
--- a/dash.texi
+++ b/dash.texi
@@ -18,7 +18,7 @@ This manual is for @code{dash.el} version 2.12.1.
 Copyright © 2012-2015 Magnar Sveen
 
 @quotation
-This program is free software; you can redistribute it and/or modify
+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.
@@ -29,7 +29,7 @@ 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 @uref{http://www.gnu.org/licenses/}.
+along with this program.  If not, see @uref{https://www.gnu.org/licenses/}.
 @end quotation
 @end copying
 
diff --git a/dev/examples-to-docs.el b/dev/examples-to-docs.el
index 4d9df77..f7a2211 100644
--- a/dev/examples-to-docs.el
+++ b/dev/examples-to-docs.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
-;; This program is free software; you can redistribute it and/or modify
+;; 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.
@@ -13,7 +13,7 @@
 ;; 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/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/dev/examples-to-info.el b/dev/examples-to-info.el
index 79da7db..f7f69d6 100644
--- a/dev/examples-to-info.el
+++ b/dev/examples-to-info.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
-;; This program is free software; you can redistribute it and/or modify
+;; 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.
@@ -13,7 +13,7 @@
 ;; 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/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/dev/examples-to-tests.el b/dev/examples-to-tests.el
index f2ecf52..5b39b85 100644
--- a/dev/examples-to-tests.el
+++ b/dev/examples-to-tests.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
-;; This program is free software; you can redistribute it and/or modify
+;; 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.
@@ -13,7 +13,7 @@
 ;; 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/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/dev/examples.el b/dev/examples.el
index 11b0842..7fb1e89 100644
--- a/dev/examples.el
+++ b/dev/examples.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
-;; This program is free software; you can redistribute it and/or modify
+;; 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.
@@ -13,7 +13,7 @@
 ;; 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/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/readme-template.md b/readme-template.md
index 8d8dafe..9b53a82 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -321,7 +321,7 @@ Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
 Authors: Magnar Sveen <magnars@gmail.com>
 
-This program is free software; you can redistribute it and/or modify
+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.
@@ -332,4 +332,4 @@ 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/>.
+along with this program.  If not, see <https://www.gnu.org/licenses/>.



reply via email to

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