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

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

[elpa] externals/wisitoken-grammar-mode 541b6fd423: ; Prefer HTTPS to HT


From: Stefan Kangas
Subject: [elpa] externals/wisitoken-grammar-mode 541b6fd423: ; Prefer HTTPS to HTTP in most URLs
Date: Wed, 21 Dec 2022 03:29:13 -0500 (EST)

branch: externals/wisitoken-grammar-mode
commit 541b6fd4237d25f154e3ab6fbcfd5c6dc72399d7
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in most URLs
---
 wisitoken-grammar-mode.el               | 2 +-
 wisitoken_grammar_1-process.el          | 2 +-
 wisitoken_grammar_1.wy                  | 2 +-
 wisitoken_grammar_1_process_actions.adb | 2 +-
 wisitoken_grammar_1_process_actions.ads | 2 +-
 wisitoken_grammar_1_process_main.adb    | 2 +-
 wisitoken_grammar_1_process_main.ads    | 2 +-
 wisitoken_grammar_1_re2c.c              | 2 +-
 wisitoken_grammar_1_re2c_c.ads          | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/wisitoken-grammar-mode.el b/wisitoken-grammar-mode.el
index 704638b3fc..de75ef2fe5 100644
--- a/wisitoken-grammar-mode.el
+++ b/wisitoken-grammar-mode.el
@@ -7,7 +7,7 @@
 ;; Keywords: languages
 ;; Version: 1.2.0
 ;; package-requires: ((wisi "3.1.1") (emacs "25.0") (mmm-mode "0.5.7"))
-;; url: http://www.nongnu.org/ada-mode/
+;; url: https://www.nongnu.org/ada-mode/
 
 ;; This file is part of GNU Emacs.
 
diff --git a/wisitoken_grammar_1-process.el b/wisitoken_grammar_1-process.el
index a994e0e17f..2abb2cec06 100644
--- a/wisitoken_grammar_1-process.el
+++ b/wisitoken_grammar_1-process.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 'wisi-process-parse)
 
diff --git a/wisitoken_grammar_1.wy b/wisitoken_grammar_1.wy
index 69bb3cddd8..ea9316c43e 100644
--- a/wisitoken_grammar_1.wy
+++ b/wisitoken_grammar_1.wy
@@ -40,7 +40,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 actions spec post %{
diff --git a/wisitoken_grammar_1_process_actions.adb 
b/wisitoken_grammar_1_process_actions.adb
index bcbc5661be..fa1c46d790 100644
--- a/wisitoken_grammar_1_process_actions.adb
+++ b/wisitoken_grammar_1_process_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 Wisi; use Wisi;
 with Wisi.WisiToken_Grammar; use Wisi.WisiToken_Grammar;
diff --git a/wisitoken_grammar_1_process_actions.ads 
b/wisitoken_grammar_1_process_actions.ads
index b53261e272..e72dfc0580 100644
--- a/wisitoken_grammar_1_process_actions.ads
+++ b/wisitoken_grammar_1_process_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_1_Process_Actions is
diff --git a/wisitoken_grammar_1_process_main.adb 
b/wisitoken_grammar_1_process_main.adb
index 61ac8dc439..1bb2636503 100644
--- a/wisitoken_grammar_1_process_main.adb
+++ b/wisitoken_grammar_1_process_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 Wisitoken_Grammar_1_Process_Actions; use 
Wisitoken_Grammar_1_Process_Actions;
 with WisiToken.Lexer.re2c;
diff --git a/wisitoken_grammar_1_process_main.ads 
b/wisitoken_grammar_1_process_main.ads
index c0bbfa5635..d6f3178b79 100644
--- a/wisitoken_grammar_1_process_main.ads
+++ b/wisitoken_grammar_1_process_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;
diff --git a/wisitoken_grammar_1_re2c.c b/wisitoken_grammar_1_re2c.c
index 057fc89bcd..9dff0b2492 100644
--- a/wisitoken_grammar_1_re2c.c
+++ b/wisitoken_grammar_1_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_1_re2c_c.ads b/wisitoken_grammar_1_re2c_c.ads
index 3c515287c7..3d63febf13 100644
--- a/wisitoken_grammar_1_re2c_c.ads
+++ b/wisitoken_grammar_1_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]