Inquiry Regarding Modification of Copyright Notice in Front-End UI under GNU License
Hello,
I am writing to inquire about the GNU license. I have a question regarding whether it is acceptable to modify or remove the "Coder copyright(© 2025 Coder Technologies, Inc.)" text that is displayed in the front-end UI, and replace it with alternative wording.
Thank you very much for your assistance.
9 Replies
<#1352567946433532065>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Alternatively, is there any documentation you would recommend I review?
the versions we release are dual-licensed by the GNU AGPL license as well as our enterprise license as they contain both OSS and proprietary code
the enterprise license states:
You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software.that said, you are probably okay to build the AGPL-only version and modify that text though i'm curious, why would you want to do that?
First, thank you for your response.
I intend to build a SaaS service using the open-source version of Coder. (Naturally, any modifications or changes will be open-sourced, and I will clearly indicate the modifications.)
However, my understanding of the AGPL license is somewhat limited, so I would like to ask whether it is permissible to remove the copyright notice from the UI, as I would like to replace that area with other components or text.
Thank you very much for your kind assistance.
I don't think you can remove the copyright, no, here are the AGPL's conditions:
- License and copyright notice
- State changes
- Disclose source
- Network use is distribution
- Same license
see more at https://choosealicense.com/licenses/agpl-3.0/
Choose a License
GNU Affero General Public License v3.0
Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is ...
AGPL forbids the removal or modification of copyright notice, you can add your own alongside though.
Yes I understand, thank you so much for your help!
@Phorcys closed the thread.