diff options
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/update.sh b/update.sh index 49216b8..fdfd9c3 100755 --- a/update.sh +++ b/update.sh @@ -1,3 +1,13 @@ #!/usr/bin/env sh +# pgp-wkd - A web key directory for pgp-keys +# +# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> +# SPDX-License-Identifier: CC-BY-SA-4.0 +# +# This file is part of pgp-wkd. +# +# You should have received a copy of the License along with this program. +# If not, see <https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt>. + nix flake update |