aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--example-hook.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d83189..52ab2a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# This source code is released into the public domain.
+
PREFIX?= /usr/local
LIBDIR?= ${DESTDIR}/${PREFIX}/share/lfacme
BINDIR?= ${DESTDIR}/${PREFIX}/sbin
diff --git a/example-hook.sh b/example-hook.sh
index 01c5644..48eb07b 100644
--- a/example-hook.sh
+++ b/example-hook.sh
@@ -1,4 +1,6 @@
#! /bin/sh
+# This source code is released into the public domain.
+#
# An example hook.
# Action is always 'newcert', at least for now.