From 1dc2a94c5198ef0c5c51167f4aa87395d07efc84 Mon Sep 17 00:00:00 2001 From: Max Schmeling Date: Tue, 14 Oct 2025 10:22:08 -0500 Subject: [PATCH] Add NOTICE.md for GPLv3 license --- NOTICE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 NOTICE.md diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 00000000000000..a67484442102c3 --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,12 @@ +## Gutenberg +Copyright 2016-2025 by the contributors + +This product includes software developed at the Automattic, and is a fork of the original project. + +This version of the project is released under the GNU General Public License, version 3 (GPLv3) only, due to the inclusion of code licensed under the Apache License, Version 2.0. + +The Apache License, Version 2.0, is compatible with GPLv3 but not with GPLv2. Therefore, this distribution is licensed under GPLv3 to ensure compliance. + +The Apache License, Version 2.0, can be found at http://www.apache.org/licenses/LICENSE-2.0. + +The GNU General Public License, version 3, can be found at https://www.gnu.org/licenses/gpl-3.0.html.