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

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

[elpa] externals/gpr-mode 823df70936: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/gpr-mode 823df70936: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:01:02 -0500 (EST)

branch: externals/gpr-mode
commit 823df70936ef59237c72a0d626c165b8b9fa53d0
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 doclicense.texi            | 4 ++--
 gpr-indent-user-options.el | 2 +-
 gpr-mode.el                | 2 +-
 gpr-process.el             | 2 +-
 gpr-skel.el                | 2 +-
 gpr.wy                     | 2 +-
 gpr_process_actions.adb    | 2 +-
 gpr_process_actions.ads    | 2 +-
 gpr_process_main.adb       | 2 +-
 gpr_process_main.ads       | 2 +-
 gpr_re2c.c                 | 2 +-
 gpr_re2c_c.ads             | 2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/doclicense.texi b/doclicense.texi
index a511ffcd5a..c6d1d5f52a 100644
--- a/doclicense.texi
+++ b/doclicense.texi
@@ -7,7 +7,7 @@
 
 @display
 Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009 Free Software 
Foundation, Inc.
-@uref{http://fsf.org/}
+@uref{https://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -415,7 +415,7 @@ The Free Software Foundation may publish new, revised 
versions
 of the GNU Free Documentation License from time to time.  Such new
 versions will be similar in spirit to the present version, but may
 differ in detail to address new problems or concerns.  See
-@uref{http://www.gnu.org/copyleft/}.
+@uref{https://www.gnu.org/copyleft/}.
 
 Each version of the License is given a distinguishing version number.
 If the Document specifies that a particular numbered version of this
diff --git a/gpr-indent-user-options.el b/gpr-indent-user-options.el
index b724ad274b..4808071a46 100644
--- a/gpr-indent-user-options.el
+++ b/gpr-indent-user-options.el
@@ -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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;;; code
 
diff --git a/gpr-mode.el b/gpr-mode.el
index a8b5d8fe41..70bcb864a1 100644
--- a/gpr-mode.el
+++ b/gpr-mode.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org>
 ;; Version: 1.0.1
 ;; package-requires: ((emacs "25.3") (wisi "4.1.1") (gnat-compiler "1.0"))
-;; URL: http://stephe-leake.org/ada/wisitoken.html
+;; URL: https://stephe-leake.org/ada/wisitoken.html
 
 ;; This file is part of GNU Emacs.
 
diff --git a/gpr-process.el b/gpr-process.el
index 59e611b917..844f1d9982 100644
--- a/gpr-process.el
+++ b/gpr-process.el
@@ -14,7 +14,7 @@
 ;;  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 <http://www.gnu.org/licenses/>.
+;;  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 (require 'wisi-process-parse)
 
diff --git a/gpr-skel.el b/gpr-skel.el
index 599fadcb5e..3018cfbed9 100644
--- a/gpr-skel.el
+++ b/gpr-skel.el
@@ -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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Design:
 ;;
diff --git a/gpr.wy b/gpr.wy
index 40733ff723..743f16857d 100644
--- a/gpr.wy
+++ b/gpr.wy
@@ -19,7 +19,7 @@
 --  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 <http://www.gnu.org/licenses/>.
+--  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 }%
 
 ;;; Commentary:
diff --git a/gpr_process_actions.adb b/gpr_process_actions.adb
index fb13f94ed1..a5a6db151c 100644
--- a/gpr_process_actions.adb
+++ b/gpr_process_actions.adb
@@ -15,7 +15,7 @@
 --  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 <http://www.gnu.org/licenses/>.
+--  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 with Wisi; use Wisi;
 with Wisi.Gpr; use Wisi.Gpr;
diff --git a/gpr_process_actions.ads b/gpr_process_actions.ads
index 91a46e6d0b..8d7dee8c40 100644
--- a/gpr_process_actions.ads
+++ b/gpr_process_actions.ads
@@ -15,7 +15,7 @@
 --  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 <http://www.gnu.org/licenses/>.
+--  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 with WisiToken.Syntax_Trees;
 package Gpr_Process_Actions is
diff --git a/gpr_process_main.adb b/gpr_process_main.adb
index 9618d53f91..aac21729fc 100644
--- a/gpr_process_main.adb
+++ b/gpr_process_main.adb
@@ -15,7 +15,7 @@
 --  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 <http://www.gnu.org/licenses/>.
+--  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 with SAL;
 with WisiToken.Lexer.re2c;
diff --git a/gpr_process_main.ads b/gpr_process_main.ads
index 0bccb8db91..1ec98da34e 100644
--- a/gpr_process_main.ads
+++ b/gpr_process_main.ads
@@ -15,7 +15,7 @@
 --  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 <http://www.gnu.org/licenses/>.
+--  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 with WisiToken.Syntax_Trees;
 with WisiToken.Parse.LR.Parser;
diff --git a/gpr_re2c.c b/gpr_re2c.c
index 2729c40fa2..6731d3f6b1 100644
--- a/gpr_re2c.c
+++ b/gpr_re2c.c
@@ -17,7 +17,7 @@
 //  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 <http://www.gnu.org/licenses/>.
+//  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 #include <stddef.h>
 #include <stdio.h>
diff --git a/gpr_re2c_c.ads b/gpr_re2c_c.ads
index 11b6fb962a..d23839ab20 100644
--- a/gpr_re2c_c.ads
+++ b/gpr_re2c_c.ads
@@ -15,7 +15,7 @@
 --  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 <http://www.gnu.org/licenses/>.
+--  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 with Interfaces.C;
 with WisiToken;



reply via email to

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