index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/abs.sh.in | 4 | ||||
-rw-r--r-- | scripts/gensync.sh.in | 4 | ||||
-rw-r--r-- | scripts/makepkg.sh.in | 4 | ||||
-rw-r--r-- | scripts/makeworld.sh.in | 4 | ||||
-rw-r--r-- | scripts/pacman-optimize.sh.in | 4 | ||||
-rw-r--r-- | scripts/rankmirrors.py.in | 4 | ||||
-rw-r--r-- | scripts/repo-add.sh.in | 4 | ||||
-rw-r--r-- | scripts/repo-remove.sh.in | 4 | ||||
-rw-r--r-- | scripts/updatesync.sh.in | 4 |
diff --git a/scripts/abs.sh.in b/scripts/abs.sh.in index ae825259..79f2aef0 100644 --- a/scripts/abs.sh.in +++ b/scripts/abs.sh.in @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # ## diff --git a/scripts/gensync.sh.in b/scripts/gensync.sh.in index 8109fe22..bf54baf7 100644 --- a/scripts/gensync.sh.in +++ b/scripts/gensync.sh.in @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # gettext initialization diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 0ef0e521..4d56bc4c 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -21,9 +21,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # makepkg uses quite a few external programs during its execution. You diff --git a/scripts/makeworld.sh.in b/scripts/makeworld.sh.in index 49b758c6..a559dc5f 100644 --- a/scripts/makeworld.sh.in +++ b/scripts/makeworld.sh.in @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # gettext initialization diff --git a/scripts/pacman-optimize.sh.in b/scripts/pacman-optimize.sh.in index 513ed481..21afd276 100644 --- a/scripts/pacman-optimize.sh.in +++ b/scripts/pacman-optimize.sh.in @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # gettext initialization diff --git a/scripts/rankmirrors.py.in b/scripts/rankmirrors.py.in index 0c50bdd8..59b9c82c 100644 --- a/scripts/rankmirrors.py.in +++ b/scripts/rankmirrors.py.in @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # import os, sys, datetime, time, socket, urllib2 from optparse import OptionParser diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index adcefc1d..98191b62 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # gettext initialization export TEXTDOMAIN='pacman' diff --git a/scripts/repo-remove.sh.in b/scripts/repo-remove.sh.in index 617f04cf..6335c00f 100644 --- a/scripts/repo-remove.sh.in +++ b/scripts/repo-remove.sh.in @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # gettext initialization export TEXTDOMAIN='pacman' diff --git a/scripts/updatesync.sh.in b/scripts/updatesync.sh.in index 57bd39cb..0cf18c7c 100644 --- a/scripts/updatesync.sh.in +++ b/scripts/updatesync.sh.in @@ -17,9 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # gettext initialization |