summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-22 22:00:44 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-22 22:08:37 -0400
commitc48ac8c89e596e160505bd5678db2b193607493f (patch)
tree6fd8cdd839261dacbd55b0d4e8a6bf4eb71ca57f /src
parentaaae256525d07aff8d83d4b8ec6332bfd2bb21eb (diff)
Audit the authors and copyright years of files against git logs
Diffstat (limited to 'src')
-rwxr-xr-xsrc/abslibre-tools/createworkdir3
-rwxr-xr-xsrc/abslibre-tools/diff-unfree3
-rwxr-xr-xsrc/abslibre-tools/libreaddiff1
-rwxr-xr-xsrc/abslibre-tools/librerelease4
-rwxr-xr-xsrc/abslibre-tools/librestage3
-rwxr-xr-xsrc/aur6
-rwxr-xr-xsrc/chroot-tools/chcleanup3
-rw-r--r--src/chroot-tools/hooks-chcleanup.sh17
-rw-r--r--src/chroot-tools/hooks-check.sh17
-rwxr-xr-xsrc/chroot-tools/librechroot5
-rwxr-xr-xsrc/chroot-tools/libremakepkg5
-rwxr-xr-xsrc/fullpkg/fullpkg-build1
-rwxr-xr-xsrc/fullpkg/fullpkg-find2
-rwxr-xr-xsrc/is_built2
-rwxr-xr-xsrc/lib/libremessages1
-rwxr-xr-xsrc/mips64el-tools/add-mips64el4
-rwxr-xr-xsrc/mips64el-tools/mips-add4
-rwxr-xr-xsrc/mips64el-tools/mipsrelease2
-rwxr-xr-xsrc/pkgbuild-check-nonfree6
-rwxr-xr-xsrc/toru/toru-path1
-rwxr-xr-xsrc/treepkg3
21 files changed, 74 insertions, 19 deletions
diff --git a/src/abslibre-tools/createworkdir b/src/abslibre-tools/createworkdir
index 51863e3..8e5ebcd 100755
--- a/src/abslibre-tools/createworkdir
+++ b/src/abslibre-tools/createworkdir
@@ -2,7 +2,8 @@
# CreateWorkDir
# Creates a dir structure for working with Parabola packages
-# Copyright (C) 2010 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2010-2011 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
# Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
diff --git a/src/abslibre-tools/diff-unfree b/src/abslibre-tools/diff-unfree
index e8c18e6..fc32e77 100755
--- a/src/abslibre-tools/diff-unfree
+++ b/src/abslibre-tools/diff-unfree
@@ -2,7 +2,8 @@
# This script will help you diff a *-libre PKGBUILD against the unfree one
# to check for updates.
-# Copyright (C) 2010 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2010-2011 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
#
# License: GNU GPLv3+
#
diff --git a/src/abslibre-tools/libreaddiff b/src/abslibre-tools/libreaddiff
index 641f552..16a77b5 100755
--- a/src/abslibre-tools/libreaddiff
+++ b/src/abslibre-tools/libreaddiff
@@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2011-2012 Michał Masłowski <mtjm@mtjm.eu>
+# Copyright (C) 2012 Daniel Molina (lluvia)
#
# License: GNU GPLv3+
#
diff --git a/src/abslibre-tools/librerelease b/src/abslibre-tools/librerelease
index eec62d7..03a57e0 100755
--- a/src/abslibre-tools/librerelease
+++ b/src/abslibre-tools/librerelease
@@ -2,7 +2,9 @@
# Librerelease
# Uploads packages into [staging]
-# Copyright (C) 2010 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2010-2012 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2010-2013 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2013 Michał Masłowski <mtjm@mtjm.eu>
# Copyright (C) 2013-2014 Luke Shumaker <lukeshu@sbcglobal.net>
#
# For just the create_signature() function:
diff --git a/src/abslibre-tools/librestage b/src/abslibre-tools/librestage
index 6ae0af0..1e208c9 100755
--- a/src/abslibre-tools/librestage
+++ b/src/abslibre-tools/librestage
@@ -2,7 +2,8 @@
# LibreStage
# Prepares packages for upload
-# Copyright (C) 2010-2011 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2010-2012 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
# Copyright (C) 2013-2014 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
diff --git a/src/aur b/src/aur
index 72857ed..4057b6e 100755
--- a/src/aur
+++ b/src/aur
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-# Copyright (C) 2010 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
-# Copyright (C) 2010 Nicolás Reynolds <fauno@parabola.nu>
-# Copyright (C) 2013-2014 Luke Shumaker <lukeshu@sbcglobal.net>
+# Copyright (C) 2010-2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2010-2012 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2012-2014 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
#
diff --git a/src/chroot-tools/chcleanup b/src/chroot-tools/chcleanup
index e766117..60a4e22 100755
--- a/src/chroot-tools/chcleanup
+++ b/src/chroot-tools/chcleanup
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
-# Copyright (C) Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2011-2012 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3
#
diff --git a/src/chroot-tools/hooks-chcleanup.sh b/src/chroot-tools/hooks-chcleanup.sh
index 86c872c..0fd0f72 100644
--- a/src/chroot-tools/hooks-chcleanup.sh
+++ b/src/chroot-tools/hooks-chcleanup.sh
@@ -1,4 +1,21 @@
#!/usr/bin/env bash
+# Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net>
+#
+# License: GNU GPLv2+
+#
+# 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 Affero 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/>.
+
set -euE
hook_pre_build+=("clean_chroot")
diff --git a/src/chroot-tools/hooks-check.sh b/src/chroot-tools/hooks-check.sh
index 2702f95..850516b 100644
--- a/src/chroot-tools/hooks-check.sh
+++ b/src/chroot-tools/hooks-check.sh
@@ -1,4 +1,21 @@
#!/usr/bin/env bash
+# Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net>
+#
+# License: GNU GPLv2+
+#
+# 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 Affero 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/>.
+
set -euE
hook_check_pkgbuild+=("check_pkgbuild_nonfree")
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index ca29cbb..bb82bd2 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -2,8 +2,9 @@
set -euE
# librechroot
-# Copyright (C) 2010 Nicolás Reynolds <fauno@parabola.nu>
-# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2010-2012 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2011-2012 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2012 Michał Masłowski <mtjm@mtjm.eu>
# Copyright (C) 2012-2014 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg
index 6050174..1ed4eaf 100755
--- a/src/chroot-tools/libremakepkg
+++ b/src/chroot-tools/libremakepkg
@@ -2,8 +2,9 @@
set -euE
# libremakepkg
-# Copyright (C) 2010-2011 Nicolás Reynolds <fauno@parabola.nu>
-# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2010-2012 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2010-2012 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2012 Michał Masłowski <mtjm@mtjm.eu>
# Copyright (C) 2012-2014 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
diff --git a/src/fullpkg/fullpkg-build b/src/fullpkg/fullpkg-build
index 0ffd42a..715f505 100755
--- a/src/fullpkg/fullpkg-build
+++ b/src/fullpkg/fullpkg-build
@@ -4,6 +4,7 @@
# aren't built or need update and then makepkg them in order.
# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2011 Nicolás Reynolds <fauno@parabola.nu>
# Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: Unspecified
diff --git a/src/fullpkg/fullpkg-find b/src/fullpkg/fullpkg-find
index 009bb86..c12888a 100755
--- a/src/fullpkg/fullpkg-find
+++ b/src/fullpkg/fullpkg-find
@@ -4,7 +4,7 @@
# Copyright (C) 2011-2012 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
# Copyright (C) 2011-2012 Nicolás Reynolds <fauno@parabola.nu>
# Copyright (C) 2012 Michał Masłowski <mtjm@mtjm.eu>
-# Copyright (C) 2012-2014 Luke Shumaker <lukeshu@sbcglobal.net>
+# Copyright (C) 2013-2014 Luke Shumaker <lukeshu@sbcglobal.net>
#
# The copy_files() function is taken from makechrootpkg:
# Copyright (C) 2007 Armin Luntzer <armin@archlinuxppc.org>
diff --git a/src/is_built b/src/is_built
index 21b17d3..67c0d8d 100755
--- a/src/is_built
+++ b/src/is_built
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (C) 2011-2012 Nicolás Reynolds <fauno@parabola.nu>
# Copyright (C) 2011-2012 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
-# Copyright (C) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net>
+# Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
#
diff --git a/src/lib/libremessages b/src/lib/libremessages
index 71f1636..cb3d883 100755
--- a/src/lib/libremessages
+++ b/src/lib/libremessages
@@ -3,6 +3,7 @@
# When run directly, it does `set -euE`
# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2012 Nicolás Reynolds <fauno@parabola.nu>
# Copyright (C) 2012-2014 Luke Shumaker <lukeshu@sbcglobal.net>
# For just the setup_traps() function:
diff --git a/src/mips64el-tools/add-mips64el b/src/mips64el-tools/add-mips64el
index 17b167b..bf04663 100755
--- a/src/mips64el-tools/add-mips64el
+++ b/src/mips64el-tools/add-mips64el
@@ -1,6 +1,10 @@
#!/usr/bin/env bash
# Change all arch array that aren't any or mips64el already
+# Copyright (C) 2011 Nicolás Reynolds <fauno@parabola.nu>
+#
+# License: Unspecified
+
find -name 'PKGBUILD' -exec sed -i "s/^\(arch=([^)anym]\+\))/\1 'mips64el')/" '{}' \;
exit $?
diff --git a/src/mips64el-tools/mips-add b/src/mips64el-tools/mips-add
index 402036e..11f6a74 100755
--- a/src/mips64el-tools/mips-add
+++ b/src/mips64el-tools/mips-add
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
+# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+#
+# License: Unspecified
+
. libremessages
if ! grep mips64el PKGBUILD >/dev/null; then # Add mips64el in ${arch} array if it isn't 'any'
warning "Adding mips64el arch"
diff --git a/src/mips64el-tools/mipsrelease b/src/mips64el-tools/mipsrelease
index f8b77a8..fec2a1b 100755
--- a/src/mips64el-tools/mipsrelease
+++ b/src/mips64el-tools/mipsrelease
@@ -2,8 +2,8 @@
# Local release of mips64el packages + clean ABS sync
# Called by HOOKLOCALRELEASE
-# Copyright (C) 2011 Nicolás Reynolds <fauno@parabola.nu>
# Copyright (C) 2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2011-2012 Nicolás Reynolds <fauno@parabola.nu>
# Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
diff --git a/src/pkgbuild-check-nonfree b/src/pkgbuild-check-nonfree
index aa56d71..11eaf42 100755
--- a/src/pkgbuild-check-nonfree
+++ b/src/pkgbuild-check-nonfree
@@ -2,9 +2,9 @@
# -*- tab-width: 4 ; sh-basic-offset: 4 -*-
# pkgbuild-check-nonfree
-# Copyright (C) 2010 Joseph Graham (Xylon) <joe@t67.eu>
-# Copyright (C) 2010 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
-# Copyright (C) 2010 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2011 Joseph Graham (Xylon) <joe@t67.eu>
+# Copyright (C) 2010-2011 Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com>
+# Copyright (C) 2010-2012 Nicolás Reynolds <fauno@parabola.nu>
# Copyright (C) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
diff --git a/src/toru/toru-path b/src/toru/toru-path
index 407059b..8674d53 100755
--- a/src/toru/toru-path
+++ b/src/toru/toru-path
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# Copyright (C) 2011-2012 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2012 Michał Masłowski <mtjm@mtjm.eu>
#
# License: Unspecified
diff --git a/src/treepkg b/src/treepkg
index a23edbf..9d3c0c3 100755
--- a/src/treepkg
+++ b/src/treepkg
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
-# Copyright (C) 2012 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2012-2013 Nicolás Reynolds <fauno@parabola.nu>
+# Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv3+
#