summaryrefslogtreecommitdiffstats
path: root/pactest
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-12-11 05:55:22 +0100
committerDan McGee <dan@archlinux.org>2007-12-11 05:55:39 +0100
commit9781d0d637fb2a077b0c4b262af1e2fb4decc2a0 (patch)
treec81397dec4a1977df7594487afd7b30c0efc105b /pactest
parent572bdb5c997846c426aba53392800e5866f725bd (diff)
downloadpacman-9781d0d637fb2a077b0c4b262af1e2fb4decc2a0.tar.gz
pacman-9781d0d637fb2a077b0c4b262af1e2fb4decc2a0.tar.xz
Update GNU GPL boilerplate and copyright dates
Update the GPL boilerplate to direct people to the GNU website for a copy of the license, as well as bump all of Judd's copyrights to 2007. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest')
-rwxr-xr-xpactest/pactest.py4
-rwxr-xr-xpactest/pmdb.py4
-rwxr-xr-xpactest/pmenv.py4
-rwxr-xr-xpactest/pmfile.py4
-rwxr-xr-xpactest/pmpkg.py4
-rwxr-xr-xpactest/pmrule.py4
-rwxr-xr-xpactest/pmtest.py4
-rwxr-xr-xpactest/util.py4
8 files changed, 8 insertions, 24 deletions
diff --git a/pactest/pactest.py b/pactest/pactest.py
index d2a09196..7cda2556 100755
--- a/pactest/pactest.py
+++ b/pactest/pactest.py
@@ -15,9 +15,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, glob
from optparse import OptionParser
diff --git a/pactest/pmdb.py b/pactest/pmdb.py
index ed552dbf..cc852c2a 100755
--- a/pactest/pmdb.py
+++ b/pactest/pmdb.py
@@ -13,9 +13,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
diff --git a/pactest/pmenv.py b/pactest/pmenv.py
index 3b54afc0..f2327f91 100755
--- a/pactest/pmenv.py
+++ b/pactest/pmenv.py
@@ -13,9 +13,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
diff --git a/pactest/pmfile.py b/pactest/pmfile.py
index 99b14a8b..21baf017 100755
--- a/pactest/pmfile.py
+++ b/pactest/pmfile.py
@@ -13,9 +13,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
diff --git a/pactest/pmpkg.py b/pactest/pmpkg.py
index 7b8f81d0..56cb26f6 100755
--- a/pactest/pmpkg.py
+++ b/pactest/pmpkg.py
@@ -13,9 +13,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
diff --git a/pactest/pmrule.py b/pactest/pmrule.py
index 8b49f5cd..f4e35443 100755
--- a/pactest/pmrule.py
+++ b/pactest/pmrule.py
@@ -13,9 +13,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/>.
from util import *
diff --git a/pactest/pmtest.py b/pactest/pmtest.py
index 476eb27a..457028db 100755
--- a/pactest/pmtest.py
+++ b/pactest/pmtest.py
@@ -13,9 +13,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
diff --git a/pactest/util.py b/pactest/util.py
index ae203747..99d71e55 100755
--- a/pactest/util.py
+++ b/pactest/util.py
@@ -13,9 +13,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 sys