summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-12 08:54:06 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-04-12 08:54:19 +0800
commitc1b51b5953c8c199845ebeffdf752e3a8136c074 (patch)
tree371b7f834c08607046bede0739d990c19988ecaa /lib-src
parenteecd0a0ed11df1878d588a25cf1b17838ed4705b (diff)
downloaddotfiles-c1b51b5953c8c199845ebeffdf752e3a8136c074.tar.gz
http->https in some license headers
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/globs2ere.awk2
-rw-r--r--lib-src/posix-defuns.sh2
-rw-r--r--lib-src/startup.lisp2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/globs2ere.awk b/lib-src/globs2ere.awk
index 064a2c41..c5bb43be 100644
--- a/lib-src/globs2ere.awk
+++ b/lib-src/globs2ere.awk
@@ -11,7 +11,7 @@
# 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/>.
# Where each input record is a glob, output a single ERE matching the
# disjunction of all the non-empty input records.
diff --git a/lib-src/posix-defuns.sh b/lib-src/posix-defuns.sh
index a347fa1e..db821d5e 100644
--- a/lib-src/posix-defuns.sh
+++ b/lib-src/posix-defuns.sh
@@ -13,7 +13,7 @@
# 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/>.
tab="$(printf '\t')"
cchars="$(printf '*[\001-\037\177]*')"
diff --git a/lib-src/startup.lisp b/lib-src/startup.lisp
index fd5d9ed7..e09d7322 100644
--- a/lib-src/startup.lisp
+++ b/lib-src/startup.lisp
@@ -13,7 +13,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 "asdf")
(in-package :cl-user)