[Checkins] SVN: zope.index/trunk/ Conform to repository policy.

Tres Seaver tseaver at palladion.com
Wed May 5 14:31:54 EDT 2010


Log message for revision 112019:
  Conform to repository policy.

Changed:
  A   zope.index/trunk/COPYRIGHT.txt
  A   zope.index/trunk/LICENSE.txt
  U   zope.index/trunk/bootstrap.py
  U   zope.index/trunk/setup.py
  U   zope.index/trunk/src/zope/index/field/index.py
  U   zope.index/trunk/src/zope/index/field/tests.py
  U   zope.index/trunk/src/zope/index/interfaces.py
  U   zope.index/trunk/src/zope/index/keyword/index.py
  U   zope.index/trunk/src/zope/index/keyword/interfaces.py
  U   zope.index/trunk/src/zope/index/keyword/tests.py
  U   zope.index/trunk/src/zope/index/nbest.py
  U   zope.index/trunk/src/zope/index/tests.py
  U   zope.index/trunk/src/zope/index/text/baseindex.py
  U   zope.index/trunk/src/zope/index/text/cosineindex.py
  U   zope.index/trunk/src/zope/index/text/htmlsplitter.py
  U   zope.index/trunk/src/zope/index/text/interfaces.py
  U   zope.index/trunk/src/zope/index/text/lexicon.py
  U   zope.index/trunk/src/zope/index/text/okapiindex.py
  U   zope.index/trunk/src/zope/index/text/okascore.c
  U   zope.index/trunk/src/zope/index/text/parsetree.py
  U   zope.index/trunk/src/zope/index/text/queryparser.py
  U   zope.index/trunk/src/zope/index/text/ricecode.py
  U   zope.index/trunk/src/zope/index/text/setops.py
  U   zope.index/trunk/src/zope/index/text/stopdict.py
  U   zope.index/trunk/src/zope/index/text/tests/hs-tool.py
  U   zope.index/trunk/src/zope/index/text/tests/mhindex.py
  U   zope.index/trunk/src/zope/index/text/tests/test_baseindex.py
  U   zope.index/trunk/src/zope/index/text/tests/test_cosineindex.py
  U   zope.index/trunk/src/zope/index/text/tests/test_htmlsplitter.py
  U   zope.index/trunk/src/zope/index/text/tests/test_index.py
  U   zope.index/trunk/src/zope/index/text/tests/test_lexicon.py
  U   zope.index/trunk/src/zope/index/text/tests/test_okapiindex.py
  U   zope.index/trunk/src/zope/index/text/tests/test_parsetree.py
  U   zope.index/trunk/src/zope/index/text/tests/test_queryengine.py
  U   zope.index/trunk/src/zope/index/text/tests/test_queryparser.py
  U   zope.index/trunk/src/zope/index/text/tests/test_setops.py
  U   zope.index/trunk/src/zope/index/text/tests/test_textindex.py
  U   zope.index/trunk/src/zope/index/text/tests/test_textindexwrapper.py
  U   zope.index/trunk/src/zope/index/text/tests/test_widcode.py
  U   zope.index/trunk/src/zope/index/text/tests/wordstats.py
  U   zope.index/trunk/src/zope/index/text/textindex.py
  U   zope.index/trunk/src/zope/index/text/widcode.py
  U   zope.index/trunk/src/zope/index/topic/filter.py
  U   zope.index/trunk/src/zope/index/topic/index.py
  U   zope.index/trunk/src/zope/index/topic/interfaces.py
  U   zope.index/trunk/src/zope/index/topic/tests/test_filter.py
  U   zope.index/trunk/src/zope/index/topic/tests/test_index.py

-=-
Added: zope.index/trunk/COPYRIGHT.txt
===================================================================
--- zope.index/trunk/COPYRIGHT.txt	                        (rev 0)
+++ zope.index/trunk/COPYRIGHT.txt	2010-05-05 18:31:53 UTC (rev 112019)
@@ -0,0 +1 @@
+Zope Foundation and Contributors
\ No newline at end of file

Added: zope.index/trunk/LICENSE.txt
===================================================================
--- zope.index/trunk/LICENSE.txt	                        (rev 0)
+++ zope.index/trunk/LICENSE.txt	2010-05-05 18:31:53 UTC (rev 112019)
@@ -0,0 +1,44 @@
+Zope Public License (ZPL) Version 2.1
+
+A copyright notice accompanies this license document that identifies the
+copyright holders.
+
+This license has been certified as open source. It has also been designated as
+GPL compatible by the Free Software Foundation (FSF).
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions in source code must retain the accompanying copyright
+notice, this list of conditions, and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the accompanying copyright
+notice, this list of conditions, and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+3. Names of the copyright holders must not be used to endorse or promote
+products derived from this software without prior written permission from the
+copyright holders.
+
+4. The right to distribute this software or to use it for any purpose does not
+give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+copyright
+holders. Use of them is covered by separate agreement with the copyright
+holders.
+
+5. If any files are modified, you must cause the modified files to carry
+prominent notices stating that you changed the files and the date of any
+change.
+
+Disclaimer
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: zope.index/trunk/bootstrap.py
===================================================================
--- zope.index/trunk/bootstrap.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/bootstrap.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/setup.py
===================================================================
--- zope.index/trunk/setup.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/setup.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -66,7 +66,7 @@
       version='3.6.1dev',
       url='http://pypi.python.org/pypi/zope.index',
       license='ZPL 2.1',
-      author='Zope Corporation and Contributors',
+      author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description="Indices for using with catalog like text, field, etc.",
       long_description=long_description,

Modified: zope.index/trunk/src/zope/index/field/index.py
===================================================================
--- zope.index/trunk/src/zope/index/field/index.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/field/index.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/field/tests.py
===================================================================
--- zope.index/trunk/src/zope/index/field/tests.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/field/tests.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/interfaces.py
===================================================================
--- zope.index/trunk/src/zope/index/interfaces.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/interfaces.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/keyword/index.py
===================================================================
--- zope.index/trunk/src/zope/index/keyword/index.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/keyword/index.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/keyword/interfaces.py
===================================================================
--- zope.index/trunk/src/zope/index/keyword/interfaces.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/keyword/interfaces.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/keyword/tests.py
===================================================================
--- zope.index/trunk/src/zope/index/keyword/tests.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/keyword/tests.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/nbest.py
===================================================================
--- zope.index/trunk/src/zope/index/nbest.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/nbest.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/tests.py
===================================================================
--- zope.index/trunk/src/zope/index/tests.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/tests.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/baseindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/baseindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/baseindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/cosineindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/cosineindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/cosineindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/htmlsplitter.py
===================================================================
--- zope.index/trunk/src/zope/index/text/htmlsplitter.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/htmlsplitter.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/interfaces.py
===================================================================
--- zope.index/trunk/src/zope/index/text/interfaces.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/interfaces.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/lexicon.py
===================================================================
--- zope.index/trunk/src/zope/index/text/lexicon.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/lexicon.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/okapiindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/okapiindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/okapiindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/okascore.c
===================================================================
--- zope.index/trunk/src/zope/index/text/okascore.c	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/okascore.c	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/parsetree.py
===================================================================
--- zope.index/trunk/src/zope/index/text/parsetree.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/parsetree.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/queryparser.py
===================================================================
--- zope.index/trunk/src/zope/index/text/queryparser.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/queryparser.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/ricecode.py
===================================================================
--- zope.index/trunk/src/zope/index/text/ricecode.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/ricecode.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/setops.py
===================================================================
--- zope.index/trunk/src/zope/index/text/setops.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/setops.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/stopdict.py
===================================================================
--- zope.index/trunk/src/zope/index/text/stopdict.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/stopdict.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/tests/hs-tool.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/hs-tool.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/hs-tool.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 ##############################################################################
 #
-# 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: zope.index/trunk/src/zope/index/text/tests/mhindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/mhindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/mhindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/tests/test_baseindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_baseindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_baseindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/src/zope/index/text/tests/test_cosineindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_cosineindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_cosineindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002, 2009 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/src/zope/index/text/tests/test_htmlsplitter.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_htmlsplitter.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_htmlsplitter.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/src/zope/index/text/tests/test_index.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_index.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_index.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/tests/test_lexicon.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_lexicon.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_lexicon.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/tests/test_okapiindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_okapiindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_okapiindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/src/zope/index/text/tests/test_parsetree.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_parsetree.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_parsetree.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/src/zope/index/text/tests/test_queryengine.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_queryengine.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_queryengine.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/tests/test_queryparser.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_queryparser.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_queryparser.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/tests/test_setops.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_setops.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_setops.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/tests/test_textindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_textindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_textindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/src/zope/index/text/tests/test_textindexwrapper.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_textindexwrapper.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_textindexwrapper.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/tests/test_widcode.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/test_widcode.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/test_widcode.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/src/zope/index/text/tests/wordstats.py
===================================================================
--- zope.index/trunk/src/zope/index/text/tests/wordstats.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/tests/wordstats.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 ##############################################################################
 #
-# 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: zope.index/trunk/src/zope/index/text/textindex.py
===================================================================
--- zope.index/trunk/src/zope/index/text/textindex.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/textindex.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/text/widcode.py
===================================================================
--- zope.index/trunk/src/zope/index/text/widcode.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/text/widcode.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/topic/filter.py
===================================================================
--- zope.index/trunk/src/zope/index/topic/filter.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/topic/filter.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/topic/index.py
===================================================================
--- zope.index/trunk/src/zope/index/topic/index.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/topic/index.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/topic/interfaces.py
===================================================================
--- zope.index/trunk/src/zope/index/topic/interfaces.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/topic/interfaces.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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: zope.index/trunk/src/zope/index/topic/tests/test_filter.py
===================================================================
--- zope.index/trunk/src/zope/index/topic/tests/test_filter.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/topic/tests/test_filter.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.index/trunk/src/zope/index/topic/tests/test_index.py
===================================================================
--- zope.index/trunk/src/zope/index/topic/tests/test_index.py	2010-05-05 18:30:40 UTC (rev 112018)
+++ zope.index/trunk/src/zope/index/topic/tests/test_index.py	2010-05-05 18:31:53 UTC (rev 112019)
@@ -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,



More information about the checkins mailing list