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

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

[nongnu] elpa/drupal-mode a1c77dca8b 300/308: Prefer HTTPS URLs wherever


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode a1c77dca8b 300/308: Prefer HTTPS URLs wherever we can
Date: Tue, 25 Jan 2022 11:00:00 -0500 (EST)

branch: elpa/drupal-mode
commit a1c77dca8beb42835c69680bcc0fd48416c14096
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    Prefer HTTPS URLs wherever we can
---
 COPYING                 | 8 ++++----
 Makefile                | 2 +-
 drupal-mode.el          | 4 ++--
 drupal-tests.el         | 2 +-
 drupal/autoinsert.el    | 2 +-
 drupal/eldoc.el         | 2 +-
 drupal/emacs-drush.el   | 2 +-
 drupal/etags.el         | 2 +-
 drupal/flycheck.el      | 4 ++--
 drupal/flymake-phpcs.el | 2 +-
 drupal/ggtags.el        | 2 +-
 drupal/gtags.el         | 2 +-
 drupal/gxref.el         | 2 +-
 drupal/helm-gtags.el    | 2 +-
 drupal/ispell.el        | 2 +-
 drupal/pcomplete.el     | 2 +-
 drupal/phpcs.el         | 2 +-
 drupal/webjump.el       | 2 +-
 drush-make-mode.el      | 2 +-
 19 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/COPYING b/COPYING
index 94a9ed024d..e60008693e 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice 
is found.
     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/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an 
"about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/Makefile b/Makefile
index 3cc4c1425f..86d4bf0a49 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 # General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+# along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 .PHONY: all test clean install
 
diff --git a/drupal-mode.el b/drupal-mode.el
index fd66cb0105..9e8f7ab365 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -22,7 +22,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -114,7 +114,7 @@ whitespace at the end."
 %v is the Drush version.
 %s is the search term."
   :type '(choice (const :tag "Api.drush.org" 
"http://api.drush.org/api/search/%v/%s";)
-                 (string :tag "Other" "http://example.com/api/search/%v/%s";))
+                 (string :tag "Other" "https://example.com/api/search/%v/%s";))
   :link '(url-link :tag "api.drush.org" "http://api.drush.org";)
   :safe 'string-or-null-p
   :group 'drupal-drush)
diff --git a/drupal-tests.el b/drupal-tests.el
index 2db847a2e0..d690adb482 100644
--- a/drupal-tests.el
+++ b/drupal-tests.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/autoinsert.el b/drupal/autoinsert.el
index e3cbc12034..b22f181794 100644
--- a/drupal/autoinsert.el
+++ b/drupal/autoinsert.el
@@ -18,7 +18,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/eldoc.el b/drupal/eldoc.el
index ed0f4e7b5a..18e2917f3c 100644
--- a/drupal/eldoc.el
+++ b/drupal/eldoc.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/emacs-drush.el b/drupal/emacs-drush.el
index 1a402f4c92..7e6c1dafaa 100644
--- a/drupal/emacs-drush.el
+++ b/drupal/emacs-drush.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/etags.el b/drupal/etags.el
index d502b4596c..9310105907 100644
--- a/drupal/etags.el
+++ b/drupal/etags.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/flycheck.el b/drupal/flycheck.el
index 42b22527ae..b488323f3e 100644
--- a/drupal/flycheck.el
+++ b/drupal/flycheck.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -48,7 +48,7 @@
 The Drupal standard includes checks for non-PHP files, this
 checker runs those.
 
-See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
+See URL `https://pear.php.net/package/PHP_CodeSniffer/'."
   :command ("phpcs" "--report=checkstyle"
             (option "--standard=" flycheck-phpcs-standard concat)
             ;; Pass original file name to phpcs.  We need to concat explicitly
diff --git a/drupal/flymake-phpcs.el b/drupal/flymake-phpcs.el
index 3217fefcf4..ef3596123a 100644
--- a/drupal/flymake-phpcs.el
+++ b/drupal/flymake-phpcs.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/ggtags.el b/drupal/ggtags.el
index bbb0c34ffc..3e31024710 100644
--- a/drupal/ggtags.el
+++ b/drupal/ggtags.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/gtags.el b/drupal/gtags.el
index 9e67276d75..6d451ec6b5 100644
--- a/drupal/gtags.el
+++ b/drupal/gtags.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/gxref.el b/drupal/gxref.el
index 5e0e42ada3..07cdf1c8ff 100644
--- a/drupal/gxref.el
+++ b/drupal/gxref.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/helm-gtags.el b/drupal/helm-gtags.el
index 8f74bd0923..6c8dccfc2f 100644
--- a/drupal/helm-gtags.el
+++ b/drupal/helm-gtags.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/ispell.el b/drupal/ispell.el
index 9056d8b9e6..719500a480 100644
--- a/drupal/ispell.el
+++ b/drupal/ispell.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/pcomplete.el b/drupal/pcomplete.el
index a1ffca21cc..c5631cdf0d 100644
--- a/drupal/pcomplete.el
+++ b/drupal/pcomplete.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/phpcs.el b/drupal/phpcs.el
index f8e190ed04..6d35a9b7e7 100644
--- a/drupal/phpcs.el
+++ b/drupal/phpcs.el
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drupal/webjump.el b/drupal/webjump.el
index 90c42cff7a..76a7c96d63 100644
--- a/drupal/webjump.el
+++ b/drupal/webjump.el
@@ -16,7 +16,7 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with Drupal mode.  If not, see
-;; <http://www.gnu.org/licenses/>.
+;; <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/drush-make-mode.el b/drush-make-mode.el
index 5bbe9a8d3e..3181a66cf4 100644
--- a/drush-make-mode.el
+++ b/drush-make-mode.el
@@ -18,7 +18,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with Drupal mode.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Drupal mode.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

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