]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/sign
Backport from Bacula Enterprise
[bacula/bacula] / bacula / release / sign
index f2bfdd962d1d708ac94ef2f43976344f23d76474..2bdfc4527adbb11dc1c6705458654be66e2514e8 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
 gpgkey=${gpgkey:-bacula}
 gpg --detach-sign --armor --default-key $gpgkey -o $1.sig $1
 gpg --verify $1.sig