Update README and pyproject.toml with Apache License

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2019-03-16 21:43:12 -04:00
parent db1878e6b3
commit 1bf639ef5b
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4
2 changed files with 5 additions and 5 deletions

View File

@ -190,8 +190,8 @@ See [the contributing file](CONTRIBUTING.md)!
## :copyright: License
Copyright (C) Arjan Molenaar and Dan Yeaw
Licensed under the [Library General Public License 2.0](LICENSE.txt).
Summary: You can copy, distribute, or modify Gaphor, as long as you include the
required notices and license them under the LGPL.
Licensed under the [Apache License v2](LICENSE.txt).
Summary: You can do what you like with Gaphor, as long as you include the
required notices. This permissive license contains a patent license from the
contributors of the code.

View File

@ -6,7 +6,7 @@ authors = [
"Arjan J. Molenaar <gaphor@gmail.com>",
"Dan Yeaw <dan@yeaw.me>"
]
license = "LGPL-2.0"
license = "Apache-2.0"
readme = "README.md"