From 9781d0d637fb2a077b0c4b262af1e2fb4decc2a0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 10 Dec 2007 22:55:22 -0600 Subject: 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 --- pactest/pactest.py | 4 +--- pactest/pmdb.py | 4 +--- pactest/pmenv.py | 4 +--- pactest/pmfile.py | 4 +--- pactest/pmpkg.py | 4 +--- pactest/pmrule.py | 4 +--- pactest/pmtest.py | 4 +--- pactest/util.py | 4 +--- 8 files changed, 8 insertions(+), 24 deletions(-) (limited to 'pactest') 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . import sys -- cgit v1.2.3-24-g4f1b