From 4620dfc4469f9e9ef5091f5fce174d042a36bcd5 Mon Sep 17 00:00:00 2001 From: Haowei Hsu Date: Wed, 29 Oct 2025 16:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(readme):=20add=20license=20?= =?UTF-8?q?for=20original=20and=20translated=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added the license for original and translated text. - Removed the translation disclaimer section. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5682b47ae0..28aa7c28b4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@
  • Sponsorship
  • Code Contributors
  • Financial Contributors
  • -
  • Translation Disclaimer
  • Licenses
  • @@ -414,12 +413,10 @@ You can sponsor the maintainers directly through the following platforms: Sponsors to Haowei Hsu -

    Translation Disclaimer

    - -Translators who contribute to this project will never make use of the copyright on his or her translations, will never forbid copying them, and will never ask for some kind of compensation. Everyone will always be allowed to freely use, modify, and distribute these translations. -

    Licenses

    +All original and translated text in the .pot and.po files stored in the l10n branch is made available under the same license as the upstream project. + All CMake script files (e.g., CMakeLists.txt, CMakePresets.json, and cmake/\*\*/\* files), GitHub workflow files (e.g., .github/workflows/\*.yml files), and configuration files (e.g., versions.json, languages.json, crowdin.yml, and so on) of this project are licensed under 3-Clause BSD license. See LICENSE-BSD for details. All document files (e.g., README.md) of this project are licensed under Creative Commons Attribution-ShareAlike 4.0 International license. See LICENSE-CC for details.