Skip to content

Commit

Permalink
relicensing which was discussed and fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Feb 27, 2012
1 parent 656515d commit f469e86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with Python.
:Dependencies: Since version 3.0 we depend on `pytz`_. There are no
dependencies.
:Tested with: Python 2.4 - 2.7
:License: ???
:License: `BSD`_

----

Expand All @@ -34,4 +34,5 @@ a suggestion to icalendar-dev@codespeak.net to take over mainaining of
.. _`Plone`: http://plone.org
.. _`pytz`: http://pypi.python.org/pypi/pytz
.. _`RFC`: http://www.ietf.org/rfc/rfc5545.txt
.. _`BSD`: https://github.com/collective/icalendar/issues/2

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
],
keywords='calendar calendaring ical icalendar event todo journal '
Expand All @@ -22,7 +22,7 @@
author='MaxM',
author_email='max@mxm.dk',
url='https://github.com/collective/icalendar',
license='GPL',
license='BSD',
packages=setuptools.find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,
Expand Down

0 comments on commit f469e86

Please sign in to comment.