diff --git a/Dockerfile b/Dockerfile index b1341fcf..68a2bee1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,7 @@ COPY --chown=docuseal:docuseal ./log ./log COPY --chown=docuseal:docuseal ./lib ./lib COPY --chown=docuseal:docuseal ./public ./public COPY --chown=docuseal:docuseal ./tmp ./tmp -COPY --chown=docuseal:docuseal LICENSE README.md Rakefile config.ru .version ./ +COPY --chown=docuseal:docuseal LICENSE LICENSE_ADDITIONAL_TERMS README.md Rakefile config.ru .version ./ COPY --chown=docuseal:docuseal .version ./public/version COPY --chown=docuseal:docuseal --from=download /fonts/GoNotoKurrent-Regular.ttf /fonts/GoNotoKurrent-Bold.ttf /fonts/DancingScript-Regular.otf /fonts/OFL.txt /fonts diff --git a/LICENSE_ADDITIONAL_TERMS b/LICENSE_ADDITIONAL_TERMS new file mode 100644 index 00000000..cac2a50b --- /dev/null +++ b/LICENSE_ADDITIONAL_TERMS @@ -0,0 +1,5 @@ +Additional Terms + +In accordance with Section 7(b) of the GNU Affero General Public License, +a covered work must retain the original DocuSeal attribution in interactive +user interfaces. diff --git a/README.md b/README.md index fc1273d5..d97620c0 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ At DocuSeal we have expertise and technologies to make documents creation, filli ## License -Distributed under the AGPLv3 License. See [LICENSE](https://github.com/docusealco/docuseal/blob/master/LICENSE) for more information. -Unless otherwise noted, all files © 2023 DocuSeal LLC. +Distributed under the AGPLv3 License with Section 7(b) Additional Terms. See [LICENSE](https://github.com/docusealco/docuseal/blob/master/LICENSE) and [LICENSE_ADDITIONAL_TERMS](https://github.com/docusealco/docuseal/blob/master/LICENSE_ADDITIONAL_TERMS) for more information. +Unless otherwise noted, all files © 2023-2026 DocuSeal LLC. ## Tools