diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-22 22:00:44 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-22 22:08:37 -0400 |
commit | c48ac8c89e596e160505bd5678db2b193607493f (patch) | |
tree | 6fd8cdd839261dacbd55b0d4e8a6bf4eb71ca57f /src/fullpkg | |
parent | aaae256525d07aff8d83d4b8ec6332bfd2bb21eb (diff) |
Audit the authors and copyright years of files against git logs
Diffstat (limited to 'src/fullpkg')
-rwxr-xr-x | src/fullpkg/fullpkg-build | 1 | ||||
-rwxr-xr-x | src/fullpkg/fullpkg-find | 2 |
2 files changed, 2 insertions, 1 deletions
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> |