[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pas/ Added file headers.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Oct 6 18:18:09 EDT 2004


Log message for revision 27775:
  Added file headers.
  


Changed:
  U   Zope3/trunk/src/zope/app/pas/interfaces.py
  U   Zope3/trunk/src/zope/app/pas/tests.py


-=-
Modified: Zope3/trunk/src/zope/app/pas/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/pas/interfaces.py	2004-10-06 22:16:04 UTC (rev 27774)
+++ Zope3/trunk/src/zope/app/pas/interfaces.py	2004-10-06 22:18:09 UTC (rev 27775)
@@ -1,3 +1,22 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
+"""Pluggable Authentication Service Interfaces
+
+$Id$
+"""
+__docformat__ = "reStructuredText"
+
 import zope.interface
 import zope.schema
 

Modified: Zope3/trunk/src/zope/app/pas/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/pas/tests.py	2004-10-06 22:16:04 UTC (rev 27774)
+++ Zope3/trunk/src/zope/app/pas/tests.py	2004-10-06 22:18:09 UTC (rev 27775)
@@ -1,5 +1,21 @@
-"""$Id$
+##############################################################################
+#
+# 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.
+#
+##############################################################################
+"""Pluggable Authentication Service Tests
+
+$Id$
 """
+__docformat__ = "reStructuredText"
 import unittest
 from zope.testing import doctest
 from zope.app.tests import placelesssetup, ztapi



More information about the Zope3-Checkins mailing list