diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-06-03 07:36:32 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-06-03 07:36:32 +0100 |
| commit | c556b84e5a817053da208267827d8d637582d105 (patch) | |
| tree | 14c7bb495d1eeda1cdda6876ad7fec4a1b153813 | |
| parent | edce34c81e5ee38d676ab71e1fe84395a664101e (diff) | |
| download | lfacme-c556b84e5a817053da208267827d8d637582d105.tar.gz lfacme-c556b84e5a817053da208267827d8d637582d105.tar.bz2 | |
update license headers
| -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. |
