Skip to content

Conversation

andrewleech
Copy link
Owner

Summary

Resolves conflicting license statements by standardizing on GPL v2 across all files.

Changes

  • Updated setup.py to specify GPL-2.0 in classifier and keywords
  • Changed pywebdav/init.py from LGPL v2 to GPL v2
  • Replaced doc/LICENSE with GPL v2 license text
  • Updated README.md to correctly reference GPL v2

Fixes #49

Fixes conflicting license statements by consistently using GPL v2:
- Updated setup.py classifier and keyword to specify GPL v2
- Changed pywebdav/__init__.py license from LGPL v2 to GPL v2
- Replaced doc/LICENSE with GPL v2 license text
- Updated README.md to correctly reference GPL v2

Resolves #49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Conflicting license statements

2 participants