diff options
author | Tres Seaver <tseaver@palladion.com> | 2012-06-11 19:37:54 +0000 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2012-06-11 19:37:54 +0000 |
commit | be68824dfc89a240284329c40418d23736d07a33 (patch) | |
tree | a64a39fc11affe1f7a319d8761bd313349d17ea3 | |
parent | f729f8011e73824af9e4e4ede17f270862901d7e (diff) | |
download | zope-interface-3.7.tar.gz |
Repository policy.3.7
-rw-r--r-- | src/zope/interface/adapter.py | 2 | ||||
-rw-r--r-- | src/zope/interface/common/tests/test_import_interfaces.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/interface/adapter.py b/src/zope/interface/adapter.py index 2ad145b..aec7897 100644 --- a/src/zope/interface/adapter.py +++ b/src/zope/interface/adapter.py @@ -4,7 +4,7 @@ # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, -# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. +# 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 diff --git a/src/zope/interface/common/tests/test_import_interfaces.py b/src/zope/interface/common/tests/test_import_interfaces.py index 1473a53..908f05d 100644 --- a/src/zope/interface/common/tests/test_import_interfaces.py +++ b/src/zope/interface/common/tests/test_import_interfaces.py @@ -4,7 +4,7 @@ # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, -# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. +# 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 |