From 1bf639ef5b0ef02ce220ff36d5c738e5e076d0b4 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sat, 16 Mar 2019 21:43:12 -0400 Subject: [PATCH] Update README and pyproject.toml with Apache License Signed-off-by: Dan Yeaw --- README.md | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fdbdff30b..0bea55c44 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index de8b4e33e..00444ac0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ "Arjan J. Molenaar ", "Dan Yeaw " ] -license = "LGPL-2.0" +license = "Apache-2.0" readme = "README.md"