summaryrefslogtreecommitdiffstats
path: root/portdep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portdep.sh')
-rwxr-xr-xportdep.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/portdep.sh b/portdep.sh
index cef8c6c..2c9c398 100755
--- a/portdep.sh
+++ b/portdep.sh
@@ -1,5 +1,12 @@
#!/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.
+#
+#
# For each package in a list, run a set of one or more scanners
# over the source files looking for potential machine dependent
# code (i.e., portability dependencies).