[Checkins] SVN: grok/trunk/src/grok/ Added missing license statements.

Uli Fouquet uli at gnufix.de
Sat Aug 18 12:20:40 EDT 2007


Log message for revision 78953:
  Added missing license statements.

Changed:
  U   grok/trunk/src/grok/admin/__init__.py
  U   grok/trunk/src/grok/admin/docgrok.py
  U   grok/trunk/src/grok/admin/objectinfo.py
  U   grok/trunk/src/grok/admin/tests/__init__.py
  U   grok/trunk/src/grok/admin/tests/test_grokadmin.py
  U   grok/trunk/src/grok/admin/utilities.py
  U   grok/trunk/src/grok/admin/view.py
  U   grok/trunk/src/grok/ftests/admin/__init__.py
  U   grok/trunk/src/grok/ftests/admin/apps.py
  U   grok/trunk/src/grok/ftests/admin/loginlogout.py
  U   grok/trunk/src/grok/ftests/admin/objectbrowser.py

-=-
Modified: grok/trunk/src/grok/admin/__init__.py
===================================================================
--- grok/trunk/src/grok/admin/__init__.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/admin/__init__.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 """Initialize grok admin application.
 
 The grok admin application provides a session based login, which

Modified: grok/trunk/src/grok/admin/docgrok.py
===================================================================
--- grok/trunk/src/grok/admin/docgrok.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/admin/docgrok.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 """The Grok's Friendly Doctor.
 
 Ask DocGrok and he will try his best, to keep you well informed about

Modified: grok/trunk/src/grok/admin/objectinfo.py
===================================================================
--- grok/trunk/src/grok/admin/objectinfo.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/admin/objectinfo.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 """Information about objects.
 
 This module provides wrappers/proies to give information about

Modified: grok/trunk/src/grok/admin/tests/__init__.py
===================================================================
--- grok/trunk/src/grok/admin/tests/__init__.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/admin/tests/__init__.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1 +1,14 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 # this is a package

Modified: grok/trunk/src/grok/admin/tests/test_grokadmin.py
===================================================================
--- grok/trunk/src/grok/admin/tests/test_grokadmin.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/admin/tests/test_grokadmin.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,18 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
+"""Setup for tests."""
+
 import unittest
 from pkg_resources import resource_listdir
 from zope.testing import doctest, cleanup

Modified: grok/trunk/src/grok/admin/utilities.py
===================================================================
--- grok/trunk/src/grok/admin/utilities.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/admin/utilities.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 """Helper functions for grok admin.
 """
 import re

Modified: grok/trunk/src/grok/admin/view.py
===================================================================
--- grok/trunk/src/grok/admin/view.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/admin/view.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
+"""Views for grok admin UI"""
 import grok
 import os
 import inspect

Modified: grok/trunk/src/grok/ftests/admin/__init__.py
===================================================================
--- grok/trunk/src/grok/ftests/admin/__init__.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/ftests/admin/__init__.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1 +1,14 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 # this is a package

Modified: grok/trunk/src/grok/ftests/admin/apps.py
===================================================================
--- grok/trunk/src/grok/ftests/admin/apps.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/ftests/admin/apps.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 """
 
   >>> import grok

Modified: grok/trunk/src/grok/ftests/admin/loginlogout.py
===================================================================
--- grok/trunk/src/grok/ftests/admin/loginlogout.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/ftests/admin/loginlogout.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 """
 
   >>> import grok

Modified: grok/trunk/src/grok/ftests/admin/objectbrowser.py
===================================================================
--- grok/trunk/src/grok/ftests/admin/objectbrowser.py	2007-08-18 16:13:40 UTC (rev 78952)
+++ grok/trunk/src/grok/ftests/admin/objectbrowser.py	2007-08-18 16:20:40 UTC (rev 78953)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
 """
 
   >>> import grok



More information about the Checkins mailing list