summaryrefslogtreecommitdiffstats
path: root/scripts/upd-initrd
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-12-15 20:51:46 -1000
committerDavid Cantrell <dcantrell@redhat.com>2007-12-17 08:52:53 -1000
commit607f9e39218b8141d679ca51375d3b169ebe8990 (patch)
treea5b7699dca86ad3fe52672ede2dbacf24b72fd04 /scripts/upd-initrd
parent0f73189b4d9a9065cb6a3718494e7b3d43368a9f (diff)
downloadanaconda-607f9e39218b8141d679ca51375d3b169ebe8990.tar.gz
anaconda-607f9e39218b8141d679ca51375d3b169ebe8990.tar.xz
anaconda-607f9e39218b8141d679ca51375d3b169ebe8990.zip
GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.
Diffstat (limited to 'scripts/upd-initrd')
-rwxr-xr-xscripts/upd-initrd20
1 files changed, 18 insertions, 2 deletions
diff --git a/scripts/upd-initrd b/scripts/upd-initrd
index e16d9ecdb..99d61da0e 100755
--- a/scripts/upd-initrd
+++ b/scripts/upd-initrd
@@ -1,9 +1,25 @@
#!/bin/sh
+#
# Updates an installer initrd with a new loader binary
# Usage: upd-initrd <initrd> <binary> <outfile>
#
-# Jeremy Katz <katzj@redhat.com>
-# Copyright 2005 Red Hat, Inc.
+# Copyright (C) 2005 Red Hat, Inc. All rights reserved.
+#
+# 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; either version 2 of the License, or
+# (at your option) any later version.
+#
+# 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/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
+#
if [ $# -ne 3 ]; then
echo "Usage: $0 <initrd> <binary> <outfile>"