From 5406a13257b56fc4310d55797548cf73833219ca Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 25 Feb 2020 12:11:25 +0100 Subject: [PATCH] README.md: move COPYING license verbiage back to the README.md file Now that pkg.go.dev supports the UNLICENSE, the COPYING file confuses the automatic license detection. Move the license text back to README.md. This is merely a cosmetic change, there are no licensing changes to the project. Signed-off-by: Elias Naur --- COPYING | 4 ---- README.md | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 COPYING diff --git a/COPYING b/COPYING deleted file mode 100644 index e7066eb1..00000000 --- a/COPYING +++ /dev/null @@ -1,4 +0,0 @@ -This project is dual-licensed under the UNLICENSE (see UNLICENSE) or -the MIT license (see LICENSE-MIT). - -You may use the project under the terms of either license. diff --git a/README.md b/README.md index 74e2f235..b39809f6 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,10 @@ Post discussion to the [mailing list](https://lists.sr.ht/~eliasnaur/gio) and pa account is required and you can post without being subscribed. See the [contribution guide](https://gioui.org/doc/contribute) for more details. + +## License + +This project is dual-licensed under the UNLICENSE (see the UNLICENSE file) or +the MIT license (see the LICENSE-MIT file). + +You may use the project under the terms of either license.