diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | example-hook.sh | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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. |
