From ea9a6dd260b161ed3333fa0c2275416a334f75bb Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:05:56 +0200 Subject: [PATCH] chore: restore Apache 2.0 license + add a NOTICE file (#95) - Create a NOTICE file. It references the list of contributors that re-licensed their commits to Apache License, Version 2.0. - So we can restore the Apache-2.0 license. - Also update the README and the Pull Request template as there is no more warning about the license. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- LICENSE | 36 +++++++++++++++++++++++++------- NOTICE | 20 ++++++++++++++++++ README.md | 9 +------- 4 files changed, 50 insertions(+), 17 deletions(-) create mode 100644 NOTICE diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b169a76c3..4f4f35948 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,7 +16,7 @@ If this is a bug fix, your description should include "fixes #xxxx", or