aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-11 11:37:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-11 11:37:50 -0700
commitfd36c9876d00dcfb61512fb0a96cfa125044403e (patch)
tree2c63a138b2695b8e5f45c96362543a08949a38fb /src/property
parent165bef622b370ec7d1de95bcb2a1ef59070aee49 (diff)
downloadconsfigurator-fd36c9876d00dcfb61512fb0a96cfa125044403e.tar.gz
http -> https for fsf.org and gnu.org URIs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/apache.lisp2
-rw-r--r--src/property/apt.lisp2
-rw-r--r--src/property/ccache.lisp2
-rw-r--r--src/property/chroot.lisp2
-rw-r--r--src/property/cmd.lisp2
-rw-r--r--src/property/container.lisp2
-rw-r--r--src/property/cron.lisp2
-rw-r--r--src/property/crypttab.lisp2
-rw-r--r--src/property/disk.lisp2
-rw-r--r--src/property/etc-default.lisp2
-rw-r--r--src/property/file.lisp2
-rw-r--r--src/property/firewalld.lisp2
-rw-r--r--src/property/fstab.lisp2
-rw-r--r--src/property/git.lisp2
-rw-r--r--src/property/gnupg.lisp2
-rw-r--r--src/property/grub.lisp2
-rw-r--r--src/property/hostname.lisp2
-rw-r--r--src/property/installer.lisp2
-rw-r--r--src/property/lets-encrypt.lisp2
-rw-r--r--src/property/libvirt.lisp2
-rw-r--r--src/property/locale.lisp2
-rw-r--r--src/property/lxc.lisp2
-rw-r--r--src/property/mount.lisp2
-rw-r--r--src/property/network.lisp2
-rw-r--r--src/property/os.lisp2
-rw-r--r--src/property/package.lisp2
-rw-r--r--src/property/periodic.lisp2
-rw-r--r--src/property/postfix.lisp2
-rw-r--r--src/property/postgres.lisp2
-rw-r--r--src/property/reboot.lisp2
-rw-r--r--src/property/sbuild.lisp2
-rw-r--r--src/property/schroot.lisp2
-rw-r--r--src/property/service.lisp2
-rw-r--r--src/property/ssh.lisp2
-rw-r--r--src/property/sshd.lisp2
-rw-r--r--src/property/swap.lisp2
-rw-r--r--src/property/systemd.lisp2
-rw-r--r--src/property/timezone.lisp2
-rw-r--r--src/property/u-boot.lisp2
-rw-r--r--src/property/user.lisp2
40 files changed, 40 insertions, 40 deletions
diff --git a/src/property/apache.lisp b/src/property/apache.lisp
index 683f1dd..b299a20 100644
--- a/src/property/apache.lisp
+++ b/src/property/apache.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/>.
(in-package :consfigurator.property.apache)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index b8ca422..f7a258e 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.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/>.
(in-package :consfigurator.property.apt)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/ccache.lisp b/src/property/ccache.lisp
index eda8457..0676818 100644
--- a/src/property/ccache.lisp
+++ b/src/property/ccache.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/>.
(in-package :consfigurator.property.ccache)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 068c86b..bae78da 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.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/>.
(in-package :consfigurator.property.chroot)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/cmd.lisp b/src/property/cmd.lisp
index bc9fd80..bc726ab 100644
--- a/src/property/cmd.lisp
+++ b/src/property/cmd.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/>.
(in-package :consfigurator.property.cmd)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/container.lisp b/src/property/container.lisp
index 042dd69..8b685b8 100644
--- a/src/property/container.lisp
+++ b/src/property/container.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/>.
(in-package :consfigurator.property.container)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/cron.lisp b/src/property/cron.lisp
index 2a3e7fe..bba953f 100644
--- a/src/property/cron.lisp
+++ b/src/property/cron.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/>.
(in-package :consfigurator.property.cron)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/crypttab.lisp b/src/property/crypttab.lisp
index cd71079..cc44f50 100644
--- a/src/property/crypttab.lisp
+++ b/src/property/crypttab.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/>.
(in-package :consfigurator.property.crypttab)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 725f276..53203aa 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.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/>.
(in-package :consfigurator.property.disk)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/etc-default.lisp b/src/property/etc-default.lisp
index 18cdeb8..a554b88 100644
--- a/src/property/etc-default.lisp
+++ b/src/property/etc-default.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/>.
(in-package :consfigurator.property.etc-default)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/file.lisp b/src/property/file.lisp
index 251d8b0..8ab31d1 100644
--- a/src/property/file.lisp
+++ b/src/property/file.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/>.
(in-package :consfigurator.property.file)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/firewalld.lisp b/src/property/firewalld.lisp
index 6bac2f3..6efe2bc 100644
--- a/src/property/firewalld.lisp
+++ b/src/property/firewalld.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/>.
(in-package :consfigurator.property.firewalld)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/fstab.lisp b/src/property/fstab.lisp
index 0c88d8e..47001d9 100644
--- a/src/property/fstab.lisp
+++ b/src/property/fstab.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/>.
(in-package :consfigurator.property.fstab)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/git.lisp b/src/property/git.lisp
index 16317f7..403289c 100644
--- a/src/property/git.lisp
+++ b/src/property/git.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/>.
(in-package :consfigurator.property.git)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/gnupg.lisp b/src/property/gnupg.lisp
index 44a47f6..428c794 100644
--- a/src/property/gnupg.lisp
+++ b/src/property/gnupg.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/>.
(in-package :consfigurator.property.gnupg)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/grub.lisp b/src/property/grub.lisp
index 8fe7884..ae1b080 100644
--- a/src/property/grub.lisp
+++ b/src/property/grub.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/>.
(in-package :consfigurator.property.grub)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/hostname.lisp b/src/property/hostname.lisp
index 9bed5c3..0c75dee 100644
--- a/src/property/hostname.lisp
+++ b/src/property/hostname.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/>.
(in-package :consfigurator.property.hostname)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/installer.lisp b/src/property/installer.lisp
index 2af3289..9b6b591 100644
--- a/src/property/installer.lisp
+++ b/src/property/installer.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/>.
(in-package :consfigurator.property.installer)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/lets-encrypt.lisp b/src/property/lets-encrypt.lisp
index 1e90248..af1a685 100644
--- a/src/property/lets-encrypt.lisp
+++ b/src/property/lets-encrypt.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/>.
(in-package :consfigurator.property.lets-encrypt)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/libvirt.lisp b/src/property/libvirt.lisp
index 8845995..8146ebc 100644
--- a/src/property/libvirt.lisp
+++ b/src/property/libvirt.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/>.
(in-package :consfigurator.property.libvirt)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/locale.lisp b/src/property/locale.lisp
index 135fbb7..f3cb7f1 100644
--- a/src/property/locale.lisp
+++ b/src/property/locale.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/>.
(in-package :consfigurator.property.locale)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/lxc.lisp b/src/property/lxc.lisp
index 111d2d8..263e400 100644
--- a/src/property/lxc.lisp
+++ b/src/property/lxc.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/>.
(in-package :consfigurator.property.lxc)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/mount.lisp b/src/property/mount.lisp
index 307df5a..784ac4b 100644
--- a/src/property/mount.lisp
+++ b/src/property/mount.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/>.
(in-package :consfigurator.property.mount)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/network.lisp b/src/property/network.lisp
index c802c90..036a64d 100644
--- a/src/property/network.lisp
+++ b/src/property/network.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/>.
(in-package :consfigurator.property.network)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/os.lisp b/src/property/os.lisp
index 0875db5..602a88d 100644
--- a/src/property/os.lisp
+++ b/src/property/os.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/>.
(in-package :consfigurator.property.os)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/package.lisp b/src/property/package.lisp
index 7244d51..304257b 100644
--- a/src/property/package.lisp
+++ b/src/property/package.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/>.
(in-package :consfigurator.property.package)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/periodic.lisp b/src/property/periodic.lisp
index 6dfd707..22a462d 100644
--- a/src/property/periodic.lisp
+++ b/src/property/periodic.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/>.
(in-package :consfigurator.property.periodic)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/postfix.lisp b/src/property/postfix.lisp
index 75e25ec..dffaece 100644
--- a/src/property/postfix.lisp
+++ b/src/property/postfix.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/>.
(in-package :consfigurator.property.postfix)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/postgres.lisp b/src/property/postgres.lisp
index ed2ef32..1eb4a8c 100644
--- a/src/property/postgres.lisp
+++ b/src/property/postgres.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/>.
(in-package :consfigurator.property.postgres)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/reboot.lisp b/src/property/reboot.lisp
index 3fa324a..7382df2 100644
--- a/src/property/reboot.lisp
+++ b/src/property/reboot.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/>.
(in-package :consfigurator.property.reboot)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/sbuild.lisp b/src/property/sbuild.lisp
index 3a3533d..297e836 100644
--- a/src/property/sbuild.lisp
+++ b/src/property/sbuild.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/>.
(in-package :consfigurator.property.sbuild)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/schroot.lisp b/src/property/schroot.lisp
index 0851e9b..e528f10 100644
--- a/src/property/schroot.lisp
+++ b/src/property/schroot.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/>.
(in-package :consfigurator.property.schroot)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/service.lisp b/src/property/service.lisp
index b0c829b..b5663d2 100644
--- a/src/property/service.lisp
+++ b/src/property/service.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/>.
(in-package :consfigurator.property.service)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/ssh.lisp b/src/property/ssh.lisp
index 4600900..7cb614a 100644
--- a/src/property/ssh.lisp
+++ b/src/property/ssh.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/>.
(in-package :consfigurator.property.ssh)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/sshd.lisp b/src/property/sshd.lisp
index 78c954b..866ce38 100644
--- a/src/property/sshd.lisp
+++ b/src/property/sshd.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/>.
(in-package :consfigurator.property.sshd)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/swap.lisp b/src/property/swap.lisp
index d712d32..be4159f 100644
--- a/src/property/swap.lisp
+++ b/src/property/swap.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/>.
(in-package :consfigurator.property.swap)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/systemd.lisp b/src/property/systemd.lisp
index 6ce831b..fa3018c 100644
--- a/src/property/systemd.lisp
+++ b/src/property/systemd.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/>.
(in-package :consfigurator.property.systemd)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/timezone.lisp b/src/property/timezone.lisp
index c3a5a32..c2e2742 100644
--- a/src/property/timezone.lisp
+++ b/src/property/timezone.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/>.
(in-package :consfigurator.property.timezone)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/u-boot.lisp b/src/property/u-boot.lisp
index a39cb9e..204b1e9 100644
--- a/src/property/u-boot.lisp
+++ b/src/property/u-boot.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/>.
(in-package :consfigurator.property.u-boot)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/property/user.lisp b/src/property/user.lisp
index 92dc378..2e5c360 100644
--- a/src/property/user.lisp
+++ b/src/property/user.lisp
@@ -14,7 +14,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/>.
(in-package :consfigurator.property.user)
(named-readtables:in-readtable :consfigurator)