Skip to content

Commit a1c77dc

Browse files
committed
Prefer HTTPS URLs wherever we can
1 parent efef280 commit a1c77dc

19 files changed

+24
-24
lines changed

COPYING

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

4-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
55
Everyone is permitted to copy and distribute verbatim copies
66
of this license document, but changing it is not allowed.
77

@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645645
GNU General Public License for more details.
646646

647647
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <http://www.gnu.org/licenses/>.
648+
along with this program. If not, see <https://www.gnu.org/licenses/>.
649649

650650
Also add information on how to contact you by electronic and paper mail.
651651

@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664664
You should also get your employer (if you work as a programmer) or school,
665665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666666
For more information on this, and how to apply and follow the GNU GPL, see
667-
<http://www.gnu.org/licenses/>.
667+
<https://www.gnu.org/licenses/>.
668668

669669
The GNU General Public License does not permit incorporating your program
670670
into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674+
<https://www.gnu.org/philosophy/why-not-lgpl.html>.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# General Public License for more details.
1616

1717
# You should have received a copy of the GNU General Public License
18-
# along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
18+
# along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
1919

2020
.PHONY: all test clean install
2121

drupal-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
;; General Public License for more details.
2323

2424
;; You should have received a copy of the GNU General Public License
25-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
25+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2626

2727
;;; Commentary:
2828

@@ -114,7 +114,7 @@ whitespace at the end."
114114
%v is the Drush version.
115115
%s is the search term."
116116
:type '(choice (const :tag "Api.drush.org" "http://api.drush.org/api/search/%v/%s")
117-
(string :tag "Other" "http://example.com/api/search/%v/%s"))
117+
(string :tag "Other" "https://example.com/api/search/%v/%s"))
118118
:link '(url-link :tag "api.drush.org" "http://api.drush.org")
119119
:safe 'string-or-null-p
120120
:group 'drupal-drush)

drupal-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/autoinsert.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; General Public License for more details.
1919

2020
;; You should have received a copy of the GNU General Public License
21-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
21+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2222

2323
;;; Commentary:
2424

drupal/eldoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/emacs-drush.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/etags.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/flycheck.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

@@ -48,7 +48,7 @@
4848
The Drupal standard includes checks for non-PHP files, this
4949
checker runs those.
5050
51-
See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
51+
See URL `https://pear.php.net/package/PHP_CodeSniffer/'."
5252
:command ("phpcs" "--report=checkstyle"
5353
(option "--standard=" flycheck-phpcs-standard concat)
5454
;; Pass original file name to phpcs. We need to concat explicitly

drupal/flymake-phpcs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/ggtags.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/gtags.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/gxref.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/helm-gtags.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/ispell.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/pcomplete.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/phpcs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

drupal/webjump.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
;; You should have received a copy of the GNU General Public License
1818
;; along with Drupal mode. If not, see
19-
;; <http://www.gnu.org/licenses/>.
19+
;; <https://www.gnu.org/licenses/>.
2020

2121
;;; Commentary:
2222

drush-make-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; General Public License for more details.
1919

2020
;; You should have received a copy of the GNU General Public License
21-
;; along with Drupal mode. If not, see <http://www.gnu.org/licenses/>.
21+
;; along with Drupal mode. If not, see <https://www.gnu.org/licenses/>.
2222

2323
;;; Commentary:
2424

0 commit comments

Comments
 (0)