summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-29 22:17:57 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-05 19:44:27 -0600
commit86cfc9b4880b32c084b64b59bcff97d3110c4713 (patch)
tree1ef810e7d994c466aa0a311783ba8a4da94e605b /src
parent9c97b9cca9a8ff6fd1e1994b9429ee9ba1221623 (diff)
aur, pkgbuild-check-nonfree: fix up copyright lines
Diffstat (limited to 'src')
-rwxr-xr-xsrc/aur12
-rwxr-xr-xsrc/pkgbuild-check-nonfree4
2 files changed, 9 insertions, 7 deletions
diff --git a/src/aur b/src/aur
index 739681e..3c7f2cc 100755
--- a/src/aur
+++ b/src/aur
@@ -1,10 +1,10 @@
#!/bin/bash
-# Copyright 2010 Nicolás Reynolds, Joshua Ismael
-
-# ---------- GNU General Public License 3 ----------
-
+# Copyright 2010 Joshua Ismael
+# Copyright 2010 Nicolás Reynolds
+# Copyright 2013 Luke Shumaker
+#
# This file is part of Parabola.
-
+#
# Parabola 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 3 of the License, or
@@ -14,7 +14,7 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-
+#
# You should have received a copy of the GNU General Public License
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
diff --git a/src/pkgbuild-check-nonfree b/src/pkgbuild-check-nonfree
index 7c3d2d9..9a5e440 100755
--- a/src/pkgbuild-check-nonfree
+++ b/src/pkgbuild-check-nonfree
@@ -1,7 +1,9 @@
#!/bin/bash
# pkgbuild-check-nonfree
-# Copyright 2010 Joshua Ismael Haase Hernández, Joseph Graham
+# Copyright 2010 Haase Hernández
+# Copyright 2010 Joseph Graham
+# Copyright 2010 Joshua Ismael
# Copyright 2012-2013 Luke Shumaker
#
# This file is part of Parabola.