summaryrefslogtreecommitdiff
path: root/post-build-create-image-manifest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'post-build-create-image-manifest.sh')
-rwxr-xr-xpost-build-create-image-manifest.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/post-build-create-image-manifest.sh b/post-build-create-image-manifest.sh
index 41b3506..064167a 100755
--- a/post-build-create-image-manifest.sh
+++ b/post-build-create-image-manifest.sh
@@ -1,5 +1,17 @@
#!/bin/bash
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation version 2.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>
+
usage()
{
cat << EOF