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

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

[elpa] externals/javaimp dcde3d417f: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/javaimp dcde3d417f: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:03:26 -0500 (EST)

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

    ; Prefer HTTPS to HTTP in URLs
---
 javaimp-gradle.el | 2 +-
 javaimp-maven.el  | 2 +-
 javaimp-parse.el  | 2 +-
 javaimp-util.el   | 2 +-
 javaimp.el        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/javaimp-gradle.el b/javaimp-gradle.el
index 076b17deab..bb7bcf2893 100644
--- a/javaimp-gradle.el
+++ b/javaimp-gradle.el
@@ -16,7 +16,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/>.
 
 (require 'javaimp-util)
 
diff --git a/javaimp-maven.el b/javaimp-maven.el
index 3157b4fb6d..e07fefa37e 100644
--- a/javaimp-maven.el
+++ b/javaimp-maven.el
@@ -16,7 +16,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/>.
 
 
 ;;; Code:
diff --git a/javaimp-parse.el b/javaimp-parse.el
index 823e1c54d3..595da3795b 100644
--- a/javaimp-parse.el
+++ b/javaimp-parse.el
@@ -16,7 +16,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/>.
 
 ;; When changing parsing, it may make sense to benchmark performance
 ;; on a large source tree with something like this:
diff --git a/javaimp-util.el b/javaimp-util.el
index a7aac21fcc..0211ff4d32 100644
--- a/javaimp-util.el
+++ b/javaimp-util.el
@@ -16,7 +16,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/>.
 
 
 ;;; Code:
diff --git a/javaimp.el b/javaimp.el
index 7d878b2bfc..bf9f6daaf2 100644
--- a/javaimp.el
+++ b/javaimp.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 this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

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