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

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

[elpa] externals/wisi e7d848deff: ; Prefer HTTPS to HTTP in most URLs


From: Stefan Kangas
Subject: [elpa] externals/wisi e7d848deff: ; Prefer HTTPS to HTTP in most URLs
Date: Wed, 21 Dec 2022 03:28:29 -0500 (EST)

branch: externals/wisi
commit e7d848deff370dbf103dcc45f012d9f2c3904278
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in most URLs
---
 doclicense.texi               | 4 ++--
 wisi-fringe.el                | 2 +-
 wisi-parse-common.el          | 2 +-
 wisi-prj.el                   | 2 +-
 wisi-process-parse.el         | 2 +-
 wisi-run-indent-test.el       | 2 +-
 wisi-skel.el                  | 2 +-
 wisi.el                       | 4 ++--
 wisi.texi                     | 2 +-
 wisitoken-lexer-re2c.ads      | 2 +-
 wisitoken-parse_table-mode.el | 2 +-
 wisitoken-user_guide.texinfo  | 2 +-
 wisitoken_grammar_actions.adb | 2 +-
 wisitoken_grammar_actions.ads | 2 +-
 wisitoken_grammar_main.adb    | 2 +-
 wisitoken_grammar_main.ads    | 2 +-
 wisitoken_grammar_re2c.c      | 2 +-
 wisitoken_grammar_re2c_c.ads  | 2 +-
 18 files changed, 20 insertions(+), 20 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/wisi-fringe.el b/wisi-fringe.el
index 4d43a07bb2..d928f38bda 100644
--- a/wisi-fringe.el
+++ b/wisi-fringe.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/>.
 ;;
 ;;; Design:
 ;;
diff --git a/wisi-parse-common.el b/wisi-parse-common.el
index 65e5d1cb0e..c78d244f70 100644
--- a/wisi-parse-common.el
+++ b/wisi-parse-common.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:
 (require 'cl-lib)
diff --git a/wisi-prj.el b/wisi-prj.el
index a1e7301b6c..75ed467e94 100644
--- a/wisi-prj.el
+++ b/wisi-prj.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/>.
 
 ;;; Usage:
 ;;
diff --git a/wisi-process-parse.el b/wisi-process-parse.el
index 80285cbed4..4a209d987f 100644
--- a/wisi-process-parse.el
+++ b/wisi-process-parse.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/>.
 
 (require 'cl-lib)
 (require 'wisi-parse-common)
diff --git a/wisi-run-indent-test.el b/wisi-run-indent-test.el
index 792568a2a5..b3a52bfcca 100644
--- a/wisi-run-indent-test.el
+++ b/wisi-run-indent-test.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 'wisi-prj)
 (require 'wisi-process-parse)
diff --git a/wisi-skel.el b/wisi-skel.el
index 4c7bcee912..dacbc6c433 100644
--- a/wisi-skel.el
+++ b/wisi-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/wisi.el b/wisi.el
index 324c463e59..c67c353749 100644
--- a/wisi.el
+++ b/wisi.el
@@ -9,7 +9,7 @@
 ;;  navigation
 ;; Version: 4.1.1
 ;; package-requires: ((emacs "25.3") (seq "2.20"))
-;; URL: http://stephe-leake.org/ada/wisitoken.html
+;; URL: https://stephe-leake.org/ada/wisitoken.html
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -24,7 +24,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/>.
 ;;
 
 ;;; Commentary:
diff --git a/wisi.texi b/wisi.texi
index 7a178ba1ae..29c8e79ff1 100644
--- a/wisi.texi
+++ b/wisi.texi
@@ -54,7 +54,7 @@ Wisi Version 4.1.1
 
 The wisi package provides an elisp interface to an external parser. It
 assumes the parser generator package WisiToken
-(@url{http://stephe-leake.org/ada/wisitoken.html}, implemented in
+(@url{https://stephe-leake.org/ada/wisitoken.html}, implemented in
 Ada), but can use any parser that meets the same API. wisi provides
 several grammar actions, to implement indentation, navigating, and
 syntax highlighting (fontification).
diff --git a/wisitoken-lexer-re2c.ads b/wisitoken-lexer-re2c.ads
index a57d677c2c..6c1d8c7e02 100644
--- a/wisitoken-lexer-re2c.ads
+++ b/wisitoken-lexer-re2c.ads
@@ -4,7 +4,7 @@
 --
 --  References:
 --
---  [1] http://re2c.org/
+--  [1] https://re2c.org/
 --
 --  Copyright (C) 2017 - 2022 Free Software Foundation, Inc.
 --
diff --git a/wisitoken-parse_table-mode.el b/wisitoken-parse_table-mode.el
index 0891b39efa..0ec43a3f7b 100644
--- a/wisitoken-parse_table-mode.el
+++ b/wisitoken-parse_table-mode.el
@@ -22,7 +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.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 (require 'xref)
 (require 'wisi-prj)                     ;For `wisi-goto-source'.
diff --git a/wisitoken-user_guide.texinfo b/wisitoken-user_guide.texinfo
index f95ca41985..fac55a8e16 100644
--- a/wisitoken-user_guide.texinfo
+++ b/wisitoken-user_guide.texinfo
@@ -73,7 +73,7 @@ available in the GNU ELPA package @code{wisi}.
 You will also need to install a lexer generator. WisiToken supports
 re2c, and other lexers can be added.
 
-re2c is available from @url{http://re2c.org/}; it is also packaged in
+re2c is available from @url{https://re2c.org/}; it is also packaged in
 Mingw64 and Debian. WisiToken requires at least version 1.3.
 The WisiToken makefile assumes the executable @code{re2c} is in
 @code{$PATH}.
diff --git a/wisitoken_grammar_actions.adb b/wisitoken_grammar_actions.adb
index 9c53fba32d..8fa99c8be9 100644
--- a/wisitoken_grammar_actions.adb
+++ b/wisitoken_grammar_actions.adb
@@ -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/>.
 
 with WisiToken_Grammar_Runtime; use WisiToken_Grammar_Runtime;
 
diff --git a/wisitoken_grammar_actions.ads b/wisitoken_grammar_actions.ads
index f8a7654b7b..8220a1e96b 100644
--- a/wisitoken_grammar_actions.ads
+++ b/wisitoken_grammar_actions.ads
@@ -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/>.
 
 with WisiToken.Syntax_Trees;
 package Wisitoken_Grammar_Actions is
diff --git a/wisitoken_grammar_main.adb b/wisitoken_grammar_main.adb
index 4816a20407..38fbafa1b8 100644
--- a/wisitoken_grammar_main.adb
+++ b/wisitoken_grammar_main.adb
@@ -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/>.
 
 with SAL;
 with WisiToken.Lexer.re2c;
diff --git a/wisitoken_grammar_main.ads b/wisitoken_grammar_main.ads
index 1e7b6f937a..68a76445e2 100644
--- a/wisitoken_grammar_main.ads
+++ b/wisitoken_grammar_main.ads
@@ -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/>.
 
 with WisiToken.Syntax_Trees;
 with WisiToken.Parse.LR.Parser_No_Recover;
diff --git a/wisitoken_grammar_re2c.c b/wisitoken_grammar_re2c.c
index 712d5eb487..29e815ffa3 100644
--- a/wisitoken_grammar_re2c.c
+++ b/wisitoken_grammar_re2c.c
@@ -21,7 +21,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/>.
 
 #include <stddef.h>
 #include <stdio.h>
diff --git a/wisitoken_grammar_re2c_c.ads b/wisitoken_grammar_re2c_c.ads
index c9d4c55b40..bcc487b828 100644
--- a/wisitoken_grammar_re2c_c.ads
+++ b/wisitoken_grammar_re2c_c.ads
@@ -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/>.
 
 with Interfaces.C;
 with WisiToken;



reply via email to

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