diff --git a/bin/asp/query.asp b/bin/asp/query.asp index 67b44deb..17135795 100644 --- a/bin/asp/query.asp +++ b/bin/asp/query.asp @@ -3,15 +3,13 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/bin/asp/viewvc.asp b/bin/asp/viewvc.asp index e003484a..57fa1b64 100644 --- a/bin/asp/viewvc.asp +++ b/bin/asp/viewvc.asp @@ -3,15 +3,13 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/bin/cgi/query.cgi b/bin/cgi/query.cgi index bb047959..cbdd206c 100644 --- a/bin/cgi/query.cgi +++ b/bin/cgi/query.cgi @@ -1,15 +1,13 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/bin/cgi/viewvc.cgi b/bin/cgi/viewvc.cgi index 59551f3f..b90e118d 100644 --- a/bin/cgi/viewvc.cgi +++ b/bin/cgi/viewvc.cgi @@ -1,15 +1,13 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/bin/cvsdbadmin b/bin/cvsdbadmin index 91cae854..c5d0beeb 100755 --- a/bin/cvsdbadmin +++ b/bin/cvsdbadmin @@ -1,15 +1,13 @@ #!/usr/bin/env python -# -*- Mode: python -*- +# -*-python-*- # -# Copyright (C) 2000 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/bin/loginfo-handler b/bin/loginfo-handler index 7c8f5081..3dfad38e 100755 --- a/bin/loginfo-handler +++ b/bin/loginfo-handler @@ -1,15 +1,13 @@ -#!/usr/bin/python -# -*- Mode: python -*- +#!/usr/bin/env python +# -*-python-*- # -# Copyright (C) 2000 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/bin/make-database b/bin/make-database index 71023b28..1764c312 100755 --- a/bin/make-database +++ b/bin/make-database @@ -1,15 +1,13 @@ #!/usr/bin/env python -# -*- Mode: python -*- +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # @@ -17,7 +15,6 @@ # MySQL 3.22 or later # # ----------------------------------------------------------------------- -# import os, sys, string import popen2 diff --git a/bin/mod_python/handler.py b/bin/mod_python/handler.py index ac325671..6ccabe9d 100644 --- a/bin/mod_python/handler.py +++ b/bin/mod_python/handler.py @@ -1,4 +1,18 @@ -# based on mod_python.publisher handler +# -*-python-*- +# +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. +# +# By using this file, you agree to the terms and conditions set forth in +# the LICENSE.html file which can be found at the top level of the ViewVC +# distribution or at http://viewvc.org/license-1.html. +# +# For more information, visit http://viewvc.org/ +# +# ----------------------------------------------------------------------- +# +# Mod_Python handler based on mod_python.publisher +# +# ----------------------------------------------------------------------- from mod_python import apache import os.path diff --git a/bin/mod_python/query.py b/bin/mod_python/query.py index b9525fe7..459070af 100644 --- a/bin/mod_python/query.py +++ b/bin/mod_python/query.py @@ -1,14 +1,12 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/bin/mod_python/viewvc.py b/bin/mod_python/viewvc.py index 25e57f5b..496ae201 100644 --- a/bin/mod_python/viewvc.py +++ b/bin/mod_python/viewvc.py @@ -1,14 +1,12 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/bin/standalone.py b/bin/standalone.py index 6382c76b..2f089b79 100755 --- a/bin/standalone.py +++ b/bin/standalone.py @@ -1,24 +1,15 @@ #!/usr/bin/env python -# $Id$ -# vim:sw=4:ts=4:et:nowrap -# [Emacs: -*- python -*-] +# -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# This file: Peter Funk, Oldenburger Str.86, 27777 Ganderkesee, Germany -# ViewVC project: Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # -# Note: this module is designed to deploy instantly and run under any -# version of Python from 1.5 and up. That's why some 2.0 features -# (like string methods) are conspicuously avoided. - -# XXX Security issues? +# ----------------------------------------------------------------------- """Run "standalone.py -p " to start an HTTP server on a given port on the local machine to generate ViewVC web pages. diff --git a/bin/svndbadmin b/bin/svndbadmin index 589b088c..7e2522a4 100755 --- a/bin/svndbadmin +++ b/bin/svndbadmin @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- Mode: python -*- +# -*-python-*- # # Copyright (C) 2004 James Henstridge # @@ -7,6 +7,8 @@ # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # +# For more information, visit http://viewvc.org/ +# # ----------------------------------------------------------------------- # # administrative program for loading Subversion revision information diff --git a/lib/accept.py b/lib/accept.py index 9d177320..0980287c 100644 --- a/lib/accept.py +++ b/lib/accept.py @@ -1,21 +1,18 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in -# the LICENSE.html file which can be found at the top level of the ViewCVS +# the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # # accept.py: parse/handle the various Accept headers from the client # # ----------------------------------------------------------------------- -# import re import string diff --git a/lib/blame.py b/lib/blame.py index 5f195fd3..6fb50547 100644 --- a/lib/blame.py +++ b/lib/blame.py @@ -1,16 +1,13 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. -# Copyright (C) 2000 Curt Hagenlocher +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # @@ -19,10 +16,6 @@ # # ----------------------------------------------------------------------- # -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ -# # This file is based on the cvsblame.pl portion of the Bonsai CVS tool, # developed by Steve Lamm for Netscape Communications Corporation. More # information about Bonsai can be found at @@ -31,7 +24,6 @@ # cvsblame.pl, in turn, was based on Scott Furman's cvsblame script # # ----------------------------------------------------------------------- -# import string import os diff --git a/lib/compat.py b/lib/compat.py index 0e69ea72..eebbc603 100644 --- a/lib/compat.py +++ b/lib/compat.py @@ -1,21 +1,18 @@ -# -*- Mode: python -*- +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # # compat.py: compatibility functions for operation across Python 1.5.x to 2.2.x # # ----------------------------------------------------------------------- -# import urllib import string diff --git a/lib/config.py b/lib/config.py index 6f28ada4..6e44c865 100644 --- a/lib/config.py +++ b/lib/config.py @@ -1,21 +1,18 @@ -# -*- Mode: python -*- +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # # config.py: configuration utilities # # ----------------------------------------------------------------------- -# import sys import os diff --git a/lib/cvsdb.py b/lib/cvsdb.py index 35a0f413..350b280b 100644 --- a/lib/cvsdb.py +++ b/lib/cvsdb.py @@ -1,17 +1,14 @@ -# -*- Mode: python -*- +# -*-python-*- # -# Copyright (C) 2000 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- -# import os import sys diff --git a/lib/dbi.py b/lib/dbi.py index 65ae59b3..1f28dce8 100644 --- a/lib/dbi.py +++ b/lib/dbi.py @@ -1,17 +1,14 @@ -# -*- Mode: python -*- +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- -# import sys import time diff --git a/lib/debug.py b/lib/debug.py index 3a8f3c68..f3657b12 100644 --- a/lib/debug.py +++ b/lib/debug.py @@ -1,16 +1,15 @@ -# -*- Mode: python -*- +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- + # # Note: a t_start/t_end pair consumes about 0.00005 seconds on a P3/700. # the lambda form (when debugging is disabled) should be even faster. diff --git a/lib/idiff.py b/lib/idiff.py index 717982d9..b4cf36e6 100644 --- a/lib/idiff.py +++ b/lib/idiff.py @@ -1,14 +1,12 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/lib/popen.py b/lib/popen.py index c11a547d..50658527 100644 --- a/lib/popen.py +++ b/lib/popen.py @@ -1,13 +1,12 @@ +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # @@ -19,7 +18,6 @@ # the arguments. # # ----------------------------------------------------------------------- -# import os import sys diff --git a/lib/query.py b/lib/query.py index abf4d881..5fb38b4b 100644 --- a/lib/query.py +++ b/lib/query.py @@ -1,15 +1,13 @@ -#!/usr/bin/python -# -*- Mode: python -*- +#!/usr/bin/env python +# -*-python-*- # -# Copyright (C) 2000 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # @@ -19,7 +17,6 @@ # found at http://viewvc.org # # ----------------------------------------------------------------------- -# import os import sys diff --git a/lib/sapi.py b/lib/sapi.py index 59aedc88..10f03389 100644 --- a/lib/sapi.py +++ b/lib/sapi.py @@ -1,6 +1,19 @@ +# -*-python-*- +# +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. +# +# By using this file, you agree to the terms and conditions set forth in +# the LICENSE.html file which can be found at the top level of the ViewVC +# distribution or at http://viewvc.org/license-1.html. +# +# For more information, visit http://viewvc.org/ +# +# ----------------------------------------------------------------------- +# # generic server api - currently supports normal cgi, mod_python, and # active server pages - +# +# ----------------------------------------------------------------------- import types import string diff --git a/lib/vclib/__init__.py b/lib/vclib/__init__.py index 59eb6f0c..ee4923e3 100644 --- a/lib/vclib/__init__.py +++ b/lib/vclib/__init__.py @@ -1,15 +1,12 @@ # -*-python-*- # -# -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- diff --git a/lib/vclib/bincvs/__init__.py b/lib/vclib/bincvs/__init__.py index b945cd03..97c0bfd8 100644 --- a/lib/vclib/bincvs/__init__.py +++ b/lib/vclib/bincvs/__init__.py @@ -1,22 +1,17 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- "Version Control lib driver for locally accessible cvs-repositories." - -# ====================================================================== - import vclib import os import os.path diff --git a/lib/vclib/ccvs/__init__.py b/lib/vclib/ccvs/__init__.py index 2593f1f2..c9c6f0c1 100644 --- a/lib/vclib/ccvs/__init__.py +++ b/lib/vclib/ccvs/__init__.py @@ -1,21 +1,15 @@ # -*-python-*- # -# -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ -# -# ----------------------------------------------------------------------- -# -# This is a Version Control lib driver for locally accessible cvs-repositories. +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- + """ This is a Version Control library driver for locally accessible cvs-repositories. """ diff --git a/lib/vclib/ccvs/blame.py b/lib/vclib/ccvs/blame.py index 2b4e7a46..d339f2e3 100644 --- a/lib/vclib/ccvs/blame.py +++ b/lib/vclib/ccvs/blame.py @@ -1,16 +1,13 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. -# Copyright (C) 2000 Curt Hagenlocher +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # @@ -19,10 +16,6 @@ # # ----------------------------------------------------------------------- # -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ -# # This file is based on the cvsblame.pl portion of the Bonsai CVS tool, # developed by Steve Lamm for Netscape Communications Corporation. More # information about Bonsai can be found at @@ -31,7 +24,6 @@ # cvsblame.pl, in turn, was based on Scott Furman's cvsblame script # # ----------------------------------------------------------------------- -# import string import re diff --git a/lib/vclib/ccvs/rcsparse/__init__.py b/lib/vclib/ccvs/rcsparse/__init__.py index 7156a7da..829c1170 100644 --- a/lib/vclib/ccvs/rcsparse/__init__.py +++ b/lib/vclib/ccvs/rcsparse/__init__.py @@ -1,19 +1,12 @@ +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ -# -# ----------------------------------------------------------------------- -# -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- diff --git a/lib/vclib/ccvs/rcsparse/common.py b/lib/vclib/ccvs/rcsparse/common.py index 02ae7b19..f45561c8 100644 --- a/lib/vclib/ccvs/rcsparse/common.py +++ b/lib/vclib/ccvs/rcsparse/common.py @@ -1,19 +1,12 @@ +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ -# -# ----------------------------------------------------------------------- -# -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- diff --git a/lib/vclib/ccvs/rcsparse/debug.py b/lib/vclib/ccvs/rcsparse/debug.py index d0f9f71b..cfeaf2b6 100644 --- a/lib/vclib/ccvs/rcsparse/debug.py +++ b/lib/vclib/ccvs/rcsparse/debug.py @@ -1,19 +1,12 @@ +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ -# -# ----------------------------------------------------------------------- -# -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- diff --git a/lib/vclib/ccvs/rcsparse/default.py b/lib/vclib/ccvs/rcsparse/default.py index 594c8f9e..7d27dd4b 100644 --- a/lib/vclib/ccvs/rcsparse/default.py +++ b/lib/vclib/ccvs/rcsparse/default.py @@ -1,30 +1,23 @@ +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ -# # This file was originally based on portions of the blame.py script by # Curt Hagenlocher. # # ----------------------------------------------------------------------- import string - import common - class _TokenStream: token_term = string.whitespace + ';' diff --git a/lib/vclib/ccvs/rcsparse/texttools.py b/lib/vclib/ccvs/rcsparse/texttools.py index e75adae8..5ecda35c 100644 --- a/lib/vclib/ccvs/rcsparse/texttools.py +++ b/lib/vclib/ccvs/rcsparse/texttools.py @@ -1,19 +1,12 @@ +# -*-python-*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ -# -# ----------------------------------------------------------------------- -# -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- diff --git a/lib/vclib/svn/__init__.py b/lib/vclib/svn/__init__.py index 155383ac..978fac9f 100644 --- a/lib/vclib/svn/__init__.py +++ b/lib/vclib/svn/__init__.py @@ -1,21 +1,16 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- -"Version Control lib driver for locally accessible Subversion repositories." - - -# ====================================================================== +"Version Control lib driver for locally accessible Subversion repositories" import vclib import os diff --git a/lib/vclib/svn_ra/__init__.py b/lib/vclib/svn_ra/__init__.py index 13627360..05de9404 100644 --- a/lib/vclib/svn_ra/__init__.py +++ b/lib/vclib/svn_ra/__init__.py @@ -1,22 +1,17 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- "Version Control lib driver for remotely accessible Subversion repositories." - -# ====================================================================== - import vclib import sys import os diff --git a/lib/viewvc.py b/lib/viewvc.py index 19da7125..2dcfa7b0 100644 --- a/lib/viewvc.py +++ b/lib/viewvc.py @@ -1,14 +1,12 @@ # -*-python-*- # -# Copyright (C) 1999-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # @@ -23,7 +21,6 @@ # http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/ # # ----------------------------------------------------------------------- -# __version__ = '1.0-dev' diff --git a/lib/win32popen.py b/lib/win32popen.py index 66ff21e4..02121a09 100644 --- a/lib/win32popen.py +++ b/lib/win32popen.py @@ -1,5 +1,18 @@ +# -*-python-*- +# +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. +# +# By using this file, you agree to the terms and conditions set forth in +# the LICENSE.html file which can be found at the top level of the ViewVC +# distribution or at http://viewvc.org/license-1.html. +# +# For more information, visit http://viewvc.org/ +# +# ----------------------------------------------------------------------- +# # Utilities for controlling processes and pipes on win32 -# Russ Yanofsky (rey4@columbia.edu) +# +# ----------------------------------------------------------------------- import os, sys, traceback, string, thread import win32process, win32pipe, win32con diff --git a/tools/make-release b/tools/make-release index 98b5b895..754d9bc5 100755 --- a/tools/make-release +++ b/tools/make-release @@ -1,14 +1,12 @@ #!/bin/sh # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # diff --git a/tparse/tparse.cpp b/tparse/tparse.cpp index 5d5c6b94..b79b918d 100644 --- a/tparse/tparse.cpp +++ b/tparse/tparse.cpp @@ -1,28 +1,23 @@ /* -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. -# This file has been rewritten in C++ from the rcsparse.py file by -# Lucas Bruand +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC -# distribution or at http://viewvc.sourceforge.net/license-1.html. +# distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ +# This file has been rewritten in C++ from the rcsparse.py file by +# Lucas Bruand # # This file was originally based on portions of the blame.py script by # Curt Hagenlocher. # # ----------------------------------------------------------------------- -# -*/ +*/ + /* This C++ library offers an API to a performance oriented RCSFILE parser. It does little syntax checking. diff --git a/tparse/tparse.h b/tparse/tparse.h index d935e344..6b13f582 100644 --- a/tparse/tparse.h +++ b/tparse/tparse.h @@ -1,27 +1,21 @@ /* -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. -# This file has been rewritten in C++ from the rcsparse.py file by -# Lucas Bruand +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ +# This file has been rewritten in C++ from the rcsparse.py file by +# Lucas Bruand # # This file was originally based on portions of the blame.py script by # Curt Hagenlocher. # # ----------------------------------------------------------------------- -# */ /* diff --git a/tparse/tparsemodule.cpp b/tparse/tparsemodule.cpp index bfe3adf5..79d0b40a 100644 --- a/tparse/tparsemodule.cpp +++ b/tparse/tparsemodule.cpp @@ -1,28 +1,23 @@ /* -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. -# This file has been rewritten in C++ from the rcsparse.py file by -# Lucas Bruand +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ +# This file has been rewritten in C++ from the rcsparse.py file by +# Lucas Bruand # # This file was originally based on portions of the blame.py script by # Curt Hagenlocher. # # ----------------------------------------------------------------------- -# -*/ +*/ + /* This python extension module is a binding to the tparse library. tparse is a C++ library that offers an API to a performance-oriented diff --git a/tparse/tparsemodule.h b/tparse/tparsemodule.h index fb2226c1..9fb77569 100644 --- a/tparse/tparsemodule.h +++ b/tparse/tparsemodule.h @@ -1,27 +1,21 @@ /* -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. -# This file has been rewritten in C++ from the rcsparse.py file by -# Lucas Bruand +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # -# This software is being maintained as part of the ViewVC project. -# Information is available at: -# http://viewvc.org/ +# This file has been rewritten in C++ from the rcsparse.py file by +# Lucas Bruand # # This file was originally based on portions of the blame.py script by # Curt Hagenlocher. # # ----------------------------------------------------------------------- -# */ #ifdef __cplusplus diff --git a/viewcvs-install b/viewcvs-install index a51af170..c2cf7459 100755 --- a/viewcvs-install +++ b/viewcvs-install @@ -1,15 +1,13 @@ #!/usr/bin/env python # -*- Mode: python -*- # -# Copyright (C) 2000-2002 The ViewCVS Group. All Rights Reserved. +# Copyright (C) 1999-2006 The ViewCVS Group. All Rights Reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC # distribution or at http://viewvc.org/license-1.html. # -# Contact information: -# Greg Stein, PO Box 760, Palo Alto, CA, 94302 -# gstein@lyra.org, http://viewvc.org/ +# For more information, visit http://viewvc.org/ # # ----------------------------------------------------------------------- # @@ -19,7 +17,6 @@ # ### interactive front-end to ./configure may be provided. # # ----------------------------------------------------------------------- -# import os import sys