diff --git a/IPython/Extensions/ipy_profile_zope.py b/IPython/Extensions/ipy_profile_zope.py index d413129..3c812f0 100644 --- a/IPython/Extensions/ipy_profile_zope.py +++ b/IPython/Extensions/ipy_profile_zope.py @@ -7,11 +7,8 @@ # An ipython profile for zope and plone. Some ideas # stolen from http://www.tomster.org. # -# German Free Software License (D-FSL) -# -# This Program may be used by anyone in accordance with the terms of the -# German Free Software License -# The License may be obtained under . +# Distributed under the terms of the BSD License. The full license is in +# the file COPYING, distributed as part of this software. __author__ = """Stefan Eletzhofer """ __docformat__ = 'plaintext' diff --git a/doc/ChangeLog b/doc/ChangeLog index 6629ae9..3e1a0ea 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2007-09-04 Ville Vainio * ipy_profile_zope.py: add zope profile, by Stefan Eletzhofer. + Relicensed under BSD with the authors approval. 2007-09-03 Ville Vainio