Upgrade license to GPLv3 (#918)

The MIT license is a bit outdated, and doesn't provide the protections
we'd like in a modern open-source application.

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
This commit is contained in:
Jonathan Wren 2020-04-18 13:31:25 -07:00 committed by GitHub
parent 6198604045
commit e57a51ba25
4 changed files with 690 additions and 23 deletions

View file

@ -10,7 +10,7 @@ authors = [
maintainers = [
"Jonathan Wren and Micah Ellison <jrnl-sh@googlegroups.com>",
]
license = "MIT"
license = "GPLv3"
readme = "README.md"
homepage = "https://jrnl.sh"
repository = "https://github.com/jrnl-org/jrnl"