[Checkins] SVN: zope.annotation/branches/3.5/ Repository policy.

Tres Seaver cvs-admin at zope.org
Mon Jun 11 17:44:59 UTC 2012


Log message for revision 126741:
  Repository policy.

Changed:
  U   zope.annotation/branches/3.5/bootstrap.py
  U   zope.annotation/branches/3.5/setup.py
  U   zope.annotation/branches/3.5/src/zope/annotation/__init__.py
  U   zope.annotation/branches/3.5/src/zope/annotation/attribute.py
  U   zope.annotation/branches/3.5/src/zope/annotation/factory.py
  U   zope.annotation/branches/3.5/src/zope/annotation/interfaces.py
  U   zope.annotation/branches/3.5/src/zope/annotation/tests/annotations.py
  U   zope.annotation/branches/3.5/src/zope/annotation/tests/test_attributeannotations.py

-=-
Modified: zope.annotation/branches/3.5/bootstrap.py
===================================================================
--- zope.annotation/branches/3.5/bootstrap.py	2012-06-11 15:44:41 UTC (rev 126740)
+++ zope.annotation/branches/3.5/bootstrap.py	2012-06-11 17:44:56 UTC (rev 126741)
@@ -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.annotation/branches/3.5/setup.py
===================================================================
--- zope.annotation/branches/3.5/setup.py	2012-06-11 15:44:41 UTC (rev 126740)
+++ zope.annotation/branches/3.5/setup.py	2012-06-11 17:44:56 UTC (rev 126741)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006-2007 Zope Corporation and Contributors.
+# Copyright (c) 2006-2007 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.annotation/branches/3.5/src/zope/annotation/__init__.py
===================================================================
--- zope.annotation/branches/3.5/src/zope/annotation/__init__.py	2012-06-11 15:44:41 UTC (rev 126740)
+++ zope.annotation/branches/3.5/src/zope/annotation/__init__.py	2012-06-11 17:44:56 UTC (rev 126741)
@@ -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: zope.annotation/branches/3.5/src/zope/annotation/attribute.py
===================================================================
--- zope.annotation/branches/3.5/src/zope/annotation/attribute.py	2012-06-11 15:44:41 UTC (rev 126740)
+++ zope.annotation/branches/3.5/src/zope/annotation/attribute.py	2012-06-11 17:44:56 UTC (rev 126741)
@@ -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: zope.annotation/branches/3.5/src/zope/annotation/factory.py
===================================================================
--- zope.annotation/branches/3.5/src/zope/annotation/factory.py	2012-06-11 15:44:41 UTC (rev 126740)
+++ zope.annotation/branches/3.5/src/zope/annotation/factory.py	2012-06-11 17:44:56 UTC (rev 126741)
@@ -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.annotation/branches/3.5/src/zope/annotation/interfaces.py
===================================================================
--- zope.annotation/branches/3.5/src/zope/annotation/interfaces.py	2012-06-11 15:44:41 UTC (rev 126740)
+++ zope.annotation/branches/3.5/src/zope/annotation/interfaces.py	2012-06-11 17:44:56 UTC (rev 126741)
@@ -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: zope.annotation/branches/3.5/src/zope/annotation/tests/annotations.py
===================================================================
--- zope.annotation/branches/3.5/src/zope/annotation/tests/annotations.py	2012-06-11 15:44:41 UTC (rev 126740)
+++ zope.annotation/branches/3.5/src/zope/annotation/tests/annotations.py	2012-06-11 17:44:56 UTC (rev 126741)
@@ -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: zope.annotation/branches/3.5/src/zope/annotation/tests/test_attributeannotations.py
===================================================================
--- zope.annotation/branches/3.5/src/zope/annotation/tests/test_attributeannotations.py	2012-06-11 15:44:41 UTC (rev 126740)
+++ zope.annotation/branches/3.5/src/zope/annotation/tests/test_attributeannotations.py	2012-06-11 17:44:56 UTC (rev 126741)
@@ -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,



More information about the checkins mailing list