diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/aur | 24 | ||||
-rwxr-xr-x | src/librefetch/librefetch | 2 | ||||
-rwxr-xr-x | src/mips64el-tools/mipsrelease | 2 | ||||
-rwxr-xr-x | src/treepkg | 2 |
4 files changed, 15 insertions, 15 deletions
@@ -3,20 +3,20 @@ # Copyright 2010 Nicolás Reynolds # Copyright 2013 Luke Shumaker # -# This file is part of Parabola. +# 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 -# (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 -# GNU General Public License for more details. +# 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 +# (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 +# 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/>. +# You should have received a copy of the GNU General Public License +# along with Parabola. If not, see <http://www.gnu.org/licenses/>. . libremessages diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch index 19942ef..52aea9a 100755 --- a/src/librefetch/librefetch +++ b/src/librefetch/librefetch @@ -1,6 +1,6 @@ #!/usr/bin/env bash # librefetch -# +# # Copyright 2013 Luke Shumaker <lukeshu@sbcglobal.net> # # This file is part of Parabola. diff --git a/src/mips64el-tools/mipsrelease b/src/mips64el-tools/mipsrelease index a8c2db6..ffa223d 100755 --- a/src/mips64el-tools/mipsrelease +++ b/src/mips64el-tools/mipsrelease @@ -5,7 +5,7 @@ # Called by HOOKLOCALRELEASE # $1 repo -# $2+ packages +# $2+ packages . libremessages . $(librelib conf.sh) diff --git a/src/treepkg b/src/treepkg index 8219ce6..5c1312d 100755 --- a/src/treepkg +++ b/src/treepkg @@ -97,7 +97,7 @@ unset build package >/dev/null 2>&1 for _pkg in "${pkgname[@]}"; do unset package_${_pkg} >/dev/null 2>&1 || true done -## +## # Get useful values pkgbase="${pkgbase:-${pkgname[0]}}" |