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

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

[elpa] externals/ada-mode e419adcb8f: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/ada-mode e419adcb8f: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 02:37:16 -0500 (EST)

branch: externals/ada-mode
commit e419adcb8f476ce1736c0bc2be3f2357567bca45
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 ada-build.el                      | 2 +-
 ada-core.el                       | 2 +-
 ada-eglot.el                      | 2 +-
 ada-imenu.el                      | 2 +-
 ada-indent-user-options.el        | 2 +-
 ada-mode.el                       | 4 ++--
 ada-skel.el                       | 2 +-
 ada_annex_p-process.el            | 2 +-
 ada_annex_p.wy                    | 4 ++--
 ada_annex_p_process_actions.adb   | 2 +-
 ada_annex_p_process_actions.ads   | 2 +-
 ada_annex_p_process_lalr_main.adb | 2 +-
 ada_annex_p_process_lalr_main.ads | 2 +-
 ada_annex_p_process_lr1_main.adb  | 2 +-
 ada_annex_p_process_lr1_main.ads  | 2 +-
 ada_annex_p_re2c.c                | 2 +-
 ada_annex_p_re2c_c.ads            | 2 +-
 benchmark-xref.el                 | 2 +-
 doclicense.texi                   | 4 ++--
 prj.el                            | 2 +-
 20 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/ada-build.el b/ada-build.el
index 757c7e22d4..98dad73928 100644
--- a/ada-build.el
+++ b/ada-build.el
@@ -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 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/ada-core.el b/ada-core.el
index 75f34d1b2e..cd0d7d8d68 100644
--- a/ada-core.el
+++ b/ada-core.el
@@ -18,7 +18,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/>.
 
 (require 'compile)
 (require 'find-file)
diff --git a/ada-eglot.el b/ada-eglot.el
index 1d531940f1..476a040bc0 100644
--- a/ada-eglot.el
+++ b/ada-eglot.el
@@ -15,7 +15,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/>.
 
 (require 'ada-core)
 (require 'eieio)
diff --git a/ada-imenu.el b/ada-imenu.el
index 06d9595596..faea4345b0 100644
--- a/ada-imenu.el
+++ b/ada-imenu.el
@@ -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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 ;;
 ;;; History: see ada_mode.el
 ;;
diff --git a/ada-indent-user-options.el b/ada-indent-user-options.el
index a041bcfe7c..d7884d30af 100644
--- a/ada-indent-user-options.el
+++ b/ada-indent-user-options.el
@@ -18,7 +18,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/>.
 ;;
 ;;; History: see ada_mode.el
 
diff --git a/ada-mode.el b/ada-mode.el
index e775f9971c..8e8e6d636c 100644
--- a/ada-mode.el
+++ b/ada-mode.el
@@ -8,7 +8,7 @@
 ;;  ada
 ;; Version: 8.0.3
 ;; package-requires: ((uniquify-files "1.0.1") (wisi "4.1.1") (gnat-compiler 
"1.0.0") (emacs "25.3"))
-;; url: http://www.nongnu.org/ada-mode/
+;; url: https://www.nongnu.org/ada-mode/
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -23,7 +23,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/>.
 ;;
 ;;; Usage:
 ;;
diff --git a/ada-skel.el b/ada-skel.el
index 76aafbc407..3ae3b92be5 100644
--- a/ada-skel.el
+++ b/ada-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/ada_annex_p-process.el b/ada_annex_p-process.el
index 8289bc9750..0ac7f82858 100644
--- a/ada_annex_p-process.el
+++ b/ada_annex_p-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/ada_annex_p.wy b/ada_annex_p.wy
index fc7b838d51..5049f39a28 100644
--- a/ada_annex_p.wy
+++ b/ada_annex_p.wy
@@ -32,7 +32,7 @@
 ;;
 ;; See ada_license.text for ARM Annex P copyright/license.
 ;;
-;; re2c lexer syntax: http://re2c.org/
+;; re2c lexer syntax: https://re2c.org/
 
 %meta_syntax EBNF
 
@@ -50,7 +50,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/>.
 }%
 
 %generate LALR Ada_Emacs re2c Process
diff --git a/ada_annex_p_process_actions.adb b/ada_annex_p_process_actions.adb
index 2fa3e8b1c1..110d8f9e6d 100644
--- a/ada_annex_p_process_actions.adb
+++ b/ada_annex_p_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 SAL;
 with Wisi; use Wisi;
diff --git a/ada_annex_p_process_actions.ads b/ada_annex_p_process_actions.ads
index 56857b4ff7..1b370c2a3d 100644
--- a/ada_annex_p_process_actions.ads
+++ b/ada_annex_p_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 Ada_Annex_P_Process_Actions is
diff --git a/ada_annex_p_process_lalr_main.adb 
b/ada_annex_p_process_lalr_main.adb
index 0d2068e0e9..eafa44333a 100644
--- a/ada_annex_p_process_lalr_main.adb
+++ b/ada_annex_p_process_lalr_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/ada_annex_p_process_lalr_main.ads 
b/ada_annex_p_process_lalr_main.ads
index f0fc9b0991..42312ea36c 100644
--- a/ada_annex_p_process_lalr_main.ads
+++ b/ada_annex_p_process_lalr_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/ada_annex_p_process_lr1_main.adb b/ada_annex_p_process_lr1_main.adb
index cfde664581..bcb5d89039 100644
--- a/ada_annex_p_process_lr1_main.adb
+++ b/ada_annex_p_process_lr1_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/ada_annex_p_process_lr1_main.ads b/ada_annex_p_process_lr1_main.ads
index ecd1edd2df..18f235d1aa 100644
--- a/ada_annex_p_process_lr1_main.ads
+++ b/ada_annex_p_process_lr1_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/ada_annex_p_re2c.c b/ada_annex_p_re2c.c
index 2dc421e62d..09f0dc0eba 100644
--- a/ada_annex_p_re2c.c
+++ b/ada_annex_p_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/ada_annex_p_re2c_c.ads b/ada_annex_p_re2c_c.ads
index 6af9451ba1..6e13b39f20 100644
--- a/ada_annex_p_re2c_c.ads
+++ b/ada_annex_p_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;
diff --git a/benchmark-xref.el b/benchmark-xref.el
index d7e4580acd..70d7c43e1d 100644
--- a/benchmark-xref.el
+++ b/benchmark-xref.el
@@ -15,7 +15,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/>.
 ;;
 
 (defun bench-xref-one-test (test xref-function)
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/prj.el b/prj.el
index 91d429da15..a4a13147a6 100644
--- a/prj.el
+++ b/prj.el
@@ -15,7 +15,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/>.
 
 (wisi-prj-select-cache
  "ada_mode.prj"



reply via email to

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