diff options
author | Dan McGee <dan@archlinux.org> | 2007-12-10 22:55:22 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-10 22:55:39 -0600 |
commit | 9781d0d637fb2a077b0c4b262af1e2fb4decc2a0 (patch) | |
tree | c81397dec4a1977df7594487afd7b30c0efc105b /pactest | |
parent | 572bdb5c997846c426aba53392800e5866f725bd (diff) | |
download | 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-x | pactest/pactest.py | 4 | ||||
-rwxr-xr-x | pactest/pmdb.py | 4 | ||||
-rwxr-xr-x | pactest/pmenv.py | 4 | ||||
-rwxr-xr-x | pactest/pmfile.py | 4 | ||||
-rwxr-xr-x | pactest/pmpkg.py | 4 | ||||
-rwxr-xr-x | pactest/pmrule.py | 4 | ||||
-rwxr-xr-x | pactest/pmtest.py | 4 | ||||
-rwxr-xr-x | pactest/util.py | 4 |
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 |