From 5ab07d626276e6381e4ce48ad70449d8d2a77b36 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 3 Sep 2024 21:45:50 -0400 Subject: [PATCH] README: Mention more clearly it's GNU GPL v3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 24f4c9f4..f8019b2a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ There are two variants of this project: - Prebuilt release-mode EasyEUICC apks can be downloaded [here](https://gitea.angry.im/PeterCxy/OpenEUICC/releases) - For removable eSIM chip vendors: to have your chip supported by official builds of EasyEUICC when inserted, include the ARA-M hash `2A2FA878BC7C3354C2CF82935A5945A3EDAE4AFA` +__This project is Free Software licensed under GNU GPL v3, WITHOUT the "or later" clause.__ Any modification and derivative work __MUST__ be released under the SAME license, which means, at the very least, that the source code __MUST__ be available upon request. + +__If you are releasing a modification of this app, you are kindly asked to make changes to at least the app name and package name.__ + Building (Gradle) ===