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

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

[elpa] externals/cape 89fe409b45: Update links


From: ELPA Syncer
Subject: [elpa] externals/cape 89fe409b45: Update links
Date: Tue, 11 Oct 2022 07:57:22 -0400 (EDT)

branch: externals/cape
commit 89fe409b45b1f73a3de4cb009e20cf99ca6106b2
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update links
---
 LICENSE         | 8 ++++----
 README.org      | 6 +++---
 cape-char.el    | 2 +-
 cape-keyword.el | 4 ++--
 cape.el         | 2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/LICENSE b/LICENSE
index 94a9ed024d..f288702d2f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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/licenses/why-not-lgpl.html>.
diff --git a/README.org b/README.org
index fab63fdcdd..8925b008f8 100644
--- a/README.org
+++ b/README.org
@@ -7,8 +7,8 @@
 #+texinfo_dir_desc: Completion At Point Extensions
 
 #+html: <a href="https://www.gnu.org/software/emacs/";><img alt="GNU Emacs" 
src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a>
-#+html: <a href="http://elpa.gnu.org/packages/cape.html";><img alt="GNU ELPA" 
src="https://elpa.gnu.org/packages/cape.svg"/></a>
-#+html: <a href="http://elpa.gnu.org/devel/cape.html";><img alt="GNU-devel 
ELPA" src="https://elpa.gnu.org/devel/cape.svg"/></a>
+#+html: <a href="https://elpa.gnu.org/packages/cape.html";><img alt="GNU ELPA" 
src="https://elpa.gnu.org/packages/cape.svg"/></a>
+#+html: <a href="https://elpa.gnu.org/devel/cape.html";><img alt="GNU-devel 
ELPA" src="https://elpa.gnu.org/devel/cape.svg"/></a>
 #+html: <a href="https://melpa.org/#/cape";><img alt="MELPA" 
src="https://melpa.org/packages/cape-badge.svg"/></a>
 #+html: <a href="https://stable.melpa.org/#/cape";><img alt="MELPA Stable" 
src="https://stable.melpa.org/packages/cape-badge.svg"/></a>
 
@@ -279,5 +279,5 @@ personal configuration.
 
 * Contributions
 
-Since this package is part of [[http://elpa.gnu.org/packages/cape.html][GNU 
ELPA]] contributions require a copyright
+Since this package is part of [[https://elpa.gnu.org/packages/cape.html][GNU 
ELPA]] contributions require a copyright
 assignment to the FSF.
diff --git a/cape-char.el b/cape-char.el
index 37498bcc9a..ceaae65171 100644
--- a/cape-char.el
+++ b/cape-char.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 this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/cape-keyword.el b/cape-keyword.el
index bdc5106052..03984909c3 100644
--- a/cape-keyword.el
+++ b/cape-keyword.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 this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -71,7 +71,7 @@
      "this" "throw" "true" "try" "typeof" "uint" "ulong" "unchecked" "unsafe"
      "ushort" "using" "value" "var" "virtual" "void" "volatile" "where" "while"
      "yield")
-    (d-mode ;; http://www.digitalmars.com/d/2.0/lex.html
+    (d-mode ;; https://www.digitalmars.com/d/2.0/lex.html
      "abstract" "alias" "align" "asm"
      "assert" "auto" "body" "bool" "break" "byte" "case" "cast" "catch"
      "cdouble" "cent" "cfloat" "char" "class" "const" "continue" "creal"
diff --git a/cape.el b/cape.el
index 3a0326c48d..4738af6b18 100644
--- a/cape.el
+++ b/cape.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 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]