diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-21 14:39:06 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-21 14:39:06 -0400 |
commit | d25f30f25ce61367c81133c9cd01fe3169d8f6c0 (patch) | |
tree | e1210c8d234b1728556055831c826b889d432d5b /src/aur | |
parent | ada82c54e5948ae6353d7024151dcc429665a070 (diff) |
Do an audit of copyright and license claims
Diffstat (limited to 'src/aur')
-rwxr-xr-x | src/aur | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,7 +1,9 @@ #!/usr/bin/env bash -# Copyright (C) 2010 Joshua Ismael -# Copyright (C) 2010 Nicolás Reynolds -# Copyright (C) 2013-2014 Luke Shumaker +# 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> +# +# License: GNU GPLv3+ # # This file is part of Parabola. # @@ -9,7 +11,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. - +# # Parabola 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 |