37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
Version 3, 19 November 2007
|
|
|
|
RomM (ROM Manager) - Self-hosted ROM management system
|
|
Copyright (C) 2024 RomM Authors
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published
|
|
by the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
Additional permissions under GNU AGPL version 3 section 7:
|
|
|
|
If you modify this Program, or any covered work, by linking or
|
|
combining it with other code, such other code is not for that reason
|
|
alone subject to any of the requirements of the GNU Affero General
|
|
Public License.
|
|
|
|
---
|
|
|
|
This Start9 package wrapper is released under the same AGPL-3.0 license
|
|
as the original RomM project to maintain license compatibility.
|
|
|
|
Start9 Wrapper Components:
|
|
- Package configuration and build scripts
|
|
- Docker container adaptations for Start9
|
|
- Integration scripts and health checks
|
|
|
|
For the complete license text, visit: https://www.gnu.org/licenses/agpl-3.0.html |