summaryrefslogtreecommitdiff
path: root/scripts/pacman-make-keyring
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 11:23:36 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 11:23:36 -0400
commit1b6ee427ea5a33d8e036f41438c1e4dbbd7be091 (patch)
treeb740e7742a713d6061c53639610bf641ce7ad4ee /scripts/pacman-make-keyring
parent40f96046cdfcdaeb7714fa814d7ce540c972fd51 (diff)
copyright years
Diffstat (limited to 'scripts/pacman-make-keyring')
-rwxr-xr-xscripts/pacman-make-keyring3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/pacman-make-keyring b/scripts/pacman-make-keyring
index 589984d..4fa2a0d 100755
--- a/scripts/pacman-make-keyring
+++ b/scripts/pacman-make-keyring
@@ -1,5 +1,8 @@
#!/usr/bin/make -rRf
# Usage: pacman-make-keyring V=$(date -u +%Y%m%d)
+
+# Copyright 2014, 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+
ifeq ($(origin V),undefined)
$(info Usage: pacman-make-keyring V=$$(date -u +%Y%m%d))
$(error You must set V= on the command line)