From 99d3a0c8a626db1ff5832b013b2e50352613dd2d Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 11 Oct 2022 13:27:13 +0200 Subject: Update links --- LICENSE | 8 ++++---- README.org | 8 ++++---- corfu.el | 2 +- extensions/corfu-history.el | 2 +- extensions/corfu-indexed.el | 2 +- extensions/corfu-info.el | 2 +- extensions/corfu-quick.el | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 94a9ed0..f288702 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. + Copyright (C) 2007 Free Software Foundation, Inc. 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 . + along with this program. If not, see . 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 -. +. 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 -. +. diff --git a/README.org b/README.org index b57664f..5103fef 100644 --- a/README.org +++ b/README.org @@ -7,8 +7,8 @@ #+texinfo_dir_desc: Completion Overlay Region FUnction #+html: GNU Emacs -#+html: GNU ELPA -#+html: GNU-devel ELPA +#+html: GNU ELPA +#+html: GNU-devel ELPA Corfu enhances completion at point with a small completion popup. The current candidates are shown in a popup below or above the point. Corfu is the @@ -56,7 +56,7 @@ provides an alternative overlay-based display. * Installation and Configuration -Corfu is available from [[http://elpa.gnu.org/packages/corfu.html][GNU ELPA]], such that it can be installed directly via +Corfu is available from [[https://elpa.gnu.org/packages/corfu.html][GNU ELPA]], such that it can be installed directly via ~package-install~. After installation, the global minor mode can be enabled with =M-x global-corfu-mode=. In order to configure Corfu and other packages in your init.el, you may want to use ~use-package~. @@ -527,5 +527,5 @@ enhance your setup. * Contributions -Since this package is part of [[http://elpa.gnu.org/packages/corfu.html][GNU ELPA]] contributions require a copyright +Since this package is part of [[https://elpa.gnu.org/packages/corfu.html][GNU ELPA]] contributions require a copyright assignment to the FSF. diff --git a/corfu.el b/corfu.el index 1c27a38..2472f1f 100644 --- a/corfu.el +++ b/corfu.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 . +;; along with this program. If not, see . ;;; Commentary: diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el index c7c7f4b..9a7feac 100644 --- a/extensions/corfu-history.el +++ b/extensions/corfu-history.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 . +;; along with this program. If not, see . ;;; Commentary: diff --git a/extensions/corfu-indexed.el b/extensions/corfu-indexed.el index d38600f..012ad58 100644 --- a/extensions/corfu-indexed.el +++ b/extensions/corfu-indexed.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 . +;; along with this program. If not, see . ;;; Commentary: diff --git a/extensions/corfu-info.el b/extensions/corfu-info.el index a5439af..109e034 100644 --- a/extensions/corfu-info.el +++ b/extensions/corfu-info.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 . +;; along with this program. If not, see . ;;; Commentary: diff --git a/extensions/corfu-quick.el b/extensions/corfu-quick.el index 150a299..cc3f05a 100644 --- a/extensions/corfu-quick.el +++ b/extensions/corfu-quick.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 . +;; along with this program. If not, see . ;;; Commentary: -- cgit v1.0