From 19acf05820a085bb534145c899bae4f185eb8c39 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 18 Dec 2019 09:58:21 +0100 Subject: [PATCH] COPYING: extract licensing information into COPYING This is hopefully clear enough for license detectors and lawyers. Signed-off-by: Elias Naur --- COPYING | 4 ++++ README.md | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..e7066eb1 --- /dev/null +++ b/COPYING @@ -0,0 +1,4 @@ +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 a01206b3..deed7137 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,3 @@ 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 - -Dual-licensed under [UNLICENSE](https://unlicense.org) or the [MIT](https://spdx.org/licenses/MIT.html).