summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-11-28 17:32:50 -0700
committerAl Stone <ahs3@redhat.com>2012-11-28 17:32:50 -0700
commite12ec81927ef897dd1eeb9ea358ead0b3689ddfd (patch)
treebdb84ac75966863e20b37beae203022d4b68bf86 /packages
parent5803d1376fb1164931f5cc98f21718072258d3ab (diff)
downloadportdep-master.tar.gz
portdep-master.tar.xz
portdep-master.zip
Insert basic copyright and redistribution infoHEADmasterlinaro
Signed-off-by: Al Stone <ahs3@redhat.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/debian7
-rw-r--r--packages/fedora7
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/debian b/packages/debian
index dbf056c..a82ab49 100644
--- a/packages/debian
+++ b/packages/debian
@@ -1,4 +1,11 @@
#!/bin/bash
+#
+# Copyright (c) 2012, Al Stone <ahs3@ahs3.net>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of version 2 (only) of the GNU General
+# Public License as published by the Free Software Foundation.
+#
#-- make sure we know how to handle the distro
# Each file needs to define a function called get_source that will
# be passed the working directory and a package name, and that must
diff --git a/packages/fedora b/packages/fedora
index cf50a2a..2d11084 100644
--- a/packages/fedora
+++ b/packages/fedora
@@ -1,4 +1,11 @@
#!/bin/bash
+#
+# Copyright (c) 2012, Al Stone <ahs3@ahs3.net>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of version 2 (only) of the GNU General
+# Public License as published by the Free Software Foundation.
+#
#-- make sure we know how to handle the distro
# Each file needs to define a function called get_source that will
# be passed the working directory and a package name, and that must