summaryrefslogtreecommitdiffstats
path: root/unpack-debuginfo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'unpack-debuginfo.sh')
-rwxr-xr-xunpack-debuginfo.sh16
1 files changed, 14 insertions, 2 deletions
diff --git a/unpack-debuginfo.sh b/unpack-debuginfo.sh
index 7152133..dd5d0f8 100755
--- a/unpack-debuginfo.sh
+++ b/unpack-debuginfo.sh
@@ -1,10 +1,22 @@
#!/bin/bash
# unpack-debuginfo.sh - a simple script to unpack an RPM in a manner
# usable by debuginfofs.
+# Copyright 2009 Red Hat, Inc.
#
-# GPLv2+. BOILERPLATE SHOULD GO HERE.
+# 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.
#
-# Copyright 2009 Red Hat, Inc.
+# 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, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
# Author: Will Woods <wwoods@redhat.com>
source config.sh