SVN: Zope3/trunk/ Comply with repository policy.
Christian Theune <[email protected]> Tue, 22 Jun 2010 02:51:18 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 113742: Comply with repository policy. Changed: U Zope3/trunk/COPYRIGHT.txt U Zope3/trunk/LICENSES.txt U Zope3/trunk/doc/zsync/zbundle.txt U Zope3/trunk/doc/zsync/zsync.txt U Zope3/trunk/dut.py U Zope3/trunk/ft.py U Zope3/trunk/releases/Zope/test.py U Zope3/trunk/releases/Zope-win/Zope-win-fixup.py U Zope3/trunk/setup.py U Zope3/trunk/src/ClientForm/__init__.py U Zope3/trunk/src/zc/__init__.py U Zope3/trunk/src/zope/__init__.py U Zope3/trunk/src/zope/app/__init__.py U Zope3/trunk/src/zope/app/event/__init__.py U Zope3/trunk/src/zope/app/servicenames/__init__.py U Zope3/trunk/src/zope/app/site/tests/test_deprecation.py U Zope3/trunk/src/zope/app/utility/__init__.py U Zope3/trunk/src/zope/app/winservice/__init__.py U Zope3/trunk/src/zope/app/winservice/service.py U Zope3/trunk/test.py U Zope3/trunk/trial.py U Zope3/trunk/ut.py U Zope3/trunk/utilities/XXXreport2html.py U Zope3/trunk/utilities/finddeps.py U Zope3/trunk/utilities/headerfix.py U Zope3/trunk/utilities/i18nextract.py U Zope3/trunk/utilities/i18nmergeall.py U Zope3/trunk/utilities/i18nstats.py U Zope3/trunk/utilities/importchecker.py U Zope3/trunk/utilities/pyskel.py U Zope3/trunk/utilities/runurl.py U Zope3/trunk/z3.py -=- Modified: Zope3/trunk/COPYRIGHT.txt =================================================================== --- Zope3/trunk/COPYRIGHT.txt 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/COPYRIGHT.txt 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,9 +1 @@ -Copyright (c) 2004 Zope Corporation and Contributors. -All Rights Reserved. - -This software is subject to the provisions of the Zope Public License, -Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. -THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED -WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS -FOR A PARTICULAR PURPOSE. +Zope Foundation and Contributors \ No newline at end of file Modified: Zope3/trunk/LICENSES.txt =================================================================== --- Zope3/trunk/LICENSES.txt 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/LICENSES.txt 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,5 +1,5 @@ -Copyright (c) 2001, 2002, 2003, 2004 Zope Corporation and Contributors. +Copyright (c) 2001, 2002, 2003, 2004 Zope Foundation and Contributors. All Rights Reserved. This software is subject to the provisions of the Zope Public License, @@ -49,7 +49,7 @@ COPYRIGHT AND PERMISSION NOTICE - Copyright (c) 1995-2002 International Business Machines Corporation and others + Copyright (c) 1995-2002 Zope Foundation and Contributors All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a Modified: Zope3/trunk/doc/zsync/zbundle.txt =================================================================== --- Zope3/trunk/doc/zsync/zbundle.txt 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/doc/zsync/zbundle.txt 2010-06-22 06:51:17 UTC (rev 113742) @@ -123,7 +123,7 @@ Copyright --------- -Copyright (c) 2003 `Zope Corporation`_ and Contributors. +Copyright (c) 2003 Zope Foundation and Contributors. All Rights Reserved. This software is subject to the provisions of the `Zope Public Modified: Zope3/trunk/doc/zsync/zsync.txt =================================================================== --- Zope3/trunk/doc/zsync/zsync.txt 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/doc/zsync/zsync.txt 2010-06-22 06:51:17 UTC (rev 113742) @@ -608,7 +608,7 @@ Copyright --------- -Copyright (c) 2003 `Zope Corporation`_ and Contributors. +Copyright (c) 2003 Zope Foundation and Contributors. All Rights Reserved. This software is subject to the provisions of the `Zope Public Modified: Zope3/trunk/dut.py =================================================================== --- Zope3/trunk/dut.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/dut.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/ft.py =================================================================== --- Zope3/trunk/ft.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/ft.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2003 Zope Corporation and Contributors. +# Copyright (c) 2003 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/releases/Zope/test.py =================================================================== --- Zope3/trunk/releases/Zope/test.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/releases/Zope/test.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/releases/Zope-win/Zope-win-fixup.py =================================================================== --- Zope3/trunk/releases/Zope-win/Zope-win-fixup.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/releases/Zope-win/Zope-win-fixup.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/setup.py =================================================================== --- Zope3/trunk/setup.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/setup.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################# # -# Copyright (c) 2002 Zope Corporation and Contributors. +# Copyright (c) 2002 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/ClientForm/__init__.py =================================================================== --- Zope3/trunk/src/ClientForm/__init__.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/ClientForm/__init__.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2001, 2002 Zope Corporation and Contributors. +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zc/__init__.py =================================================================== --- Zope3/trunk/src/zc/__init__.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zc/__init__.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zope/__init__.py =================================================================== --- Zope3/trunk/src/zope/__init__.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zope/__init__.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zope/app/__init__.py =================================================================== --- Zope3/trunk/src/zope/app/__init__.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zope/app/__init__.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2001, 2002 Zope Corporation and Contributors. +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zope/app/event/__init__.py =================================================================== --- Zope3/trunk/src/zope/app/event/__init__.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zope/app/event/__init__.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zope/app/servicenames/__init__.py =================================================================== --- Zope3/trunk/src/zope/app/servicenames/__init__.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zope/app/servicenames/__init__.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2001, 2002 Zope Corporation and Contributors. +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zope/app/site/tests/test_deprecation.py =================================================================== --- Zope3/trunk/src/zope/app/site/tests/test_deprecation.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zope/app/site/tests/test_deprecation.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zope/app/utility/__init__.py =================================================================== --- Zope3/trunk/src/zope/app/utility/__init__.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zope/app/utility/__init__.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2005 Zope Corporation and Contributors. +# Copyright (c) 2005 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zope/app/winservice/__init__.py =================================================================== --- Zope3/trunk/src/zope/app/winservice/__init__.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zope/app/winservice/__init__.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2005 Zope Corporation and Contributors. +# Copyright (c) 2005 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/src/zope/app/winservice/service.py =================================================================== --- Zope3/trunk/src/zope/app/winservice/service.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/src/zope/app/winservice/service.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2005 Zope Corporation and Contributors. +# Copyright (c) 2005 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/test.py =================================================================== --- Zope3/trunk/test.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/test.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/trial.py =================================================================== --- Zope3/trunk/trial.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/trial.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/ut.py =================================================================== --- Zope3/trunk/ut.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/ut.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2004, 2006 Zope Corporation and Contributors. +# Copyright (c) 2004, 2006 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/XXXreport2html.py =================================================================== --- Zope3/trunk/utilities/XXXreport2html.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/XXXreport2html.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2002 Zope Corporation and Contributors. +# Copyright (c) 2002 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/finddeps.py =================================================================== --- Zope3/trunk/utilities/finddeps.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/finddeps.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/headerfix.py =================================================================== --- Zope3/trunk/utilities/headerfix.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/headerfix.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2001 - 2004 Zope Corporation and Contributors +# Copyright (c) 2001 - 2004 Zope Foundation and Contributors # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/i18nextract.py =================================================================== --- Zope3/trunk/utilities/i18nextract.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/i18nextract.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2003 Zope Corporation and Contributors. +# Copyright (c) 2003 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/i18nmergeall.py =================================================================== --- Zope3/trunk/utilities/i18nmergeall.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/i18nmergeall.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/i18nstats.py =================================================================== --- Zope3/trunk/utilities/i18nstats.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/i18nstats.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/importchecker.py =================================================================== --- Zope3/trunk/utilities/importchecker.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/importchecker.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2003 Zope Corporation and Contributors. +# Copyright (c) 2003 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/pyskel.py =================================================================== --- Zope3/trunk/utilities/pyskel.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/pyskel.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################## # -# Copyright (c) 2001, 2002 Zope Corporation and Contributors. +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/utilities/runurl.py =================================================================== --- Zope3/trunk/utilities/runurl.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/utilities/runurl.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2003 Zope Corporation and Contributors. +# Copyright (c) 2003 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, Modified: Zope3/trunk/z3.py =================================================================== --- Zope3/trunk/z3.py 2010-06-22 06:50:13 UTC (rev 113741) +++ Zope3/trunk/z3.py 2010-06-22 06:51:17 UTC (rev 113742) @@ -1,7 +1,7 @@ #!/usr/bin/env python2.4 ############################################################################## # -# Copyright (c) 2001, 2002 Zope Corporation and Contributors. +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License,