From c556b84e5a817053da208267827d8d637582d105 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 3 Jun 2025 07:36:32 +0100 Subject: update license headers --- Makefile | 2 ++ example-hook.sh | 2 ++ 2 files changed, 4 insertions(+) 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. -- cgit v1.2.3