Skip to content

Commit

Permalink
Move licenses in licenses/
Browse files Browse the repository at this point in the history
  • Loading branch information
fgallaire committed Aug 10, 2016
1 parent 29a37c4 commit 58f0e65
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include COPYING COPYING.LESSER LICENSE.CherryPy
graft licenses
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ Naming
License
-------

WSGIserver files are released under the GNU AGPLv3 or above license.
WSGIserver files are released under the GNU LGPLv3 or above license.

WSGIserver codebase from CherryPy by CherryPy Team ([email protected]) under the 3-clause BSD license.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion wsgiserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
return
"""

__version__ = '0.1'
__version__ = '1.0'

__all__ = ['HTTPRequest', 'HTTPConnection', 'HTTPServer',
'SizeCheckWrapper', 'KnownLengthRFile', 'ChunkedRFile',
Expand Down

0 comments on commit 58f0e65

Please sign in to comment.