Skip to content

Commit

Permalink
LGPL v2.1 clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
tmylk committed Mar 29, 2016
1 parent 2b53727 commit beb04ea
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 821 deletions.
1,130 changes: 479 additions & 651 deletions COPYING

Large diffs are not rendered by default.

165 changes: 0 additions & 165 deletions COPYING.LESSER

This file was deleted.

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ When `citing gensim in academic papers and theses <https://scholar.google.cz/cit

----------------

Gensim is open source software released under the `GNU LGPL license <http://www.gnu.org/licenses/lgpl.html>`_.
Gensim is open source software released under the `GNU LGPLv2.1 license <http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html>`_.
Copyright (c) 2009-now Radim Rehurek

|Analytics|_
Expand Down
2 changes: 1 addition & 1 deletion docs/src/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and the gensim website moved to its present domain. In 2013, gensim got its curr
Licensing
----------

Gensim is licensed under the OSI-approved `GNU LGPL license <http://www.gnu.org/licenses/lgpl.html>`_.
Gensim is licensed under the OSI-approved `GNU LGPLv2.1 license <http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html>`_.
This means that it's free for both personal and commercial use, but if you make any
modification to gensim that you distribute to other people, you have to disclose
the source code of these modifications.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The **principal design objectives** behind `gensim` are:
Availability
------------

Gensim is licensed under the OSI-approved `GNU LGPL license <http://www.gnu.org/licenses/lgpl.html>`_
Gensim is licensed under the OSI-approved `GNU LGPLv2.1 license <http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html>`_
and can be downloaded either from its `github repository <https://github.com/piskvorky/gensim/>`_
or from the `Python Package Index <http://pypi.python.org/pypi/gensim>`_.

Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def readfile(fname):
'Hierarchical Dirichlet Process, HDP, Random Projections, '
'TFIDF, word2vec',

license='LGPL',
platforms='any',

zip_safe=False,
Expand All @@ -151,10 +150,13 @@ def readfile(fname):
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Text Processing :: Linguistic',
Expand Down

0 comments on commit beb04ea

Please sign in to comment.