summaryrefslogtreecommitdiff
path: root/src/devtools
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-21 14:39:06 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-21 14:39:06 -0400
commitd25f30f25ce61367c81133c9cd01fe3169d8f6c0 (patch)
treee1210c8d234b1728556055831c826b889d432d5b /src/devtools
parentada82c54e5948ae6353d7024151dcc429665a070 (diff)
Do an audit of copyright and license claims
Diffstat (limited to 'src/devtools')
-rw-r--r--src/devtools/checkpkg.patch10
-rw-r--r--src/devtools/find-libdeps.patch9
-rw-r--r--src/devtools/finddeps.patch8
-rw-r--r--src/devtools/lddd.patch8
4 files changed, 21 insertions, 14 deletions
diff --git a/src/devtools/checkpkg.patch b/src/devtools/checkpkg.patch
index fe9568e..2e3bb63 100644
--- a/src/devtools/checkpkg.patch
+++ b/src/devtools/checkpkg.patch
@@ -1,6 +1,8 @@
---- checkpkg.in 2014-03-20 15:55:50.091249246 -0400
-+++ checkpkg 2014-03-21 00:27:07.318339210 -0400
-@@ -2,7 +2,28 @@
+--- checkpkg.in 2014-03-21 13:59:31.849658036 -0400
++++ checkpkg.ugly 2014-03-21 14:20:52.340291982 -0400
+@@ -1,8 +1,30 @@
+ #!/bin/bash
++# License: Unspecified
shopt -s extglob
@@ -30,7 +32,7 @@
# Source makepkg.conf; fail if it is not found
if [[ -r '/etc/makepkg.conf' ]]; then
-@@ -17,7 +38,9 @@
+@@ -17,7 +39,9 @@
fi
if [[ ! -f PKGBUILD ]]; then
diff --git a/src/devtools/find-libdeps.patch b/src/devtools/find-libdeps.patch
index 2b2ce2a..fe8e2fe 100644
--- a/src/devtools/find-libdeps.patch
+++ b/src/devtools/find-libdeps.patch
@@ -1,14 +1,15 @@
---- find-libdeps.in 2014-03-20 15:55:50.107915156 -0400
-+++ find-libdeps 2014-03-21 00:09:03.855031377 -0400
-@@ -1,6 +1,6 @@
+--- find-libdeps.in 2014-03-21 13:59:32.059649315 -0400
++++ find-libdeps.ugly 2014-03-21 14:21:18.955744982 -0400
+@@ -1,6 +1,7 @@
#!/bin/bash
++# License: Unspecified
-m4_include(lib/common.sh)
+. $(librelib messages)
set -e
shopt -s extglob
-@@ -19,12 +19,32 @@
+@@ -19,12 +20,32 @@
*) die "Unknown mode %s" "$script_mode" ;;
esac
diff --git a/src/devtools/finddeps.patch b/src/devtools/finddeps.patch
index a960ac1..feae920 100644
--- a/src/devtools/finddeps.patch
+++ b/src/devtools/finddeps.patch
@@ -1,8 +1,10 @@
---- finddeps.in 2014-03-20 15:55:50.121247884 -0400
-+++ finddeps 2014-03-21 00:11:02.573978735 -0400
-@@ -3,18 +3,24 @@
+--- finddeps.in 2014-03-21 13:59:32.249641424 -0400
++++ finddeps.ugly 2014-03-21 14:21:09.949489174 -0400
+@@ -2,19 +2,26 @@
+ #
# finddeps - find packages that depend on a given depname
#
++# License: Unspecified
-m4_include(lib/common.sh)
+. $(librelib messages)
diff --git a/src/devtools/lddd.patch b/src/devtools/lddd.patch
index 7ae1679..415b178 100644
--- a/src/devtools/lddd.patch
+++ b/src/devtools/lddd.patch
@@ -1,8 +1,10 @@
---- lddd.in 2014-03-20 15:55:50.154579704 -0400
-+++ lddd 2014-03-21 00:35:07.167279204 -0400
-@@ -3,7 +3,23 @@
+--- lddd.in 2014-03-21 13:59:32.419634364 -0400
++++ lddd.ugly 2014-03-21 14:21:31.538503947 -0400
+@@ -2,8 +2,25 @@
+ #
# lddd - find broken library links on your machine
#
++# License: Unspecified
-m4_include(lib/common.sh)
+. $(librelib messages)