mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 08:20:50 +00:00
create proprietary directory (#2112)
## Description: Assets in the proprietary directory are copyrighted by OpenFront. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: evan
This commit is contained in:
+36
-9
@@ -1,6 +1,8 @@
|
||||
# Asset License - Creative Commons BY-SA 4.0
|
||||
# Asset License
|
||||
|
||||
This license applies to all non-code assets in this repository, including but not limited to:
|
||||
## Open Assets (/resources) - Creative Commons BY-SA 4.0
|
||||
|
||||
Assets in the `/resources` directory are licensed under Creative Commons BY-SA 4.0, including but not limited to:
|
||||
- Graphics, sprites, and images (*.png, *.jpg, *.svg, etc.)
|
||||
- 3D models and textures (*.obj, *.fbx, *.blend, etc.)
|
||||
- Audio files (*.mp3, *.ogg, *.wav, etc.)
|
||||
@@ -8,12 +10,37 @@ This license applies to all non-code assets in this repository, including but no
|
||||
- Font files
|
||||
- Level/map data files
|
||||
|
||||
This license does NOT apply to:
|
||||
- Source code files (*.js, *.ts, *.py, etc.) - see LICENSE for code licensing
|
||||
- Configuration files that contain code
|
||||
- Scripts and shaders
|
||||
|
||||
Attribution required: "OpenFront.io" or "OpenFront LLC"
|
||||
Attribution required: "OpenFront" or "OpenFront LLC"
|
||||
|
||||
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/
|
||||
or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
||||
or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
||||
|
||||
## Proprietary Assets (/proprietary) - All Rights Reserved
|
||||
|
||||
Assets in the `/proprietary` directory are:
|
||||
- Copyright © 2024-2025 OpenFront LLC and Contributors
|
||||
- All Rights Reserved
|
||||
- NOT licensed for use, modification, or redistribution outside of OpenFront
|
||||
- May only be used as part of the complete OpenFront software package
|
||||
|
||||
See `/proprietary/LICENSE` for full terms.
|
||||
|
||||
## External/Proprietary Assets (Not in Repository)
|
||||
|
||||
The following assets are NOT included in this repository and are NOT covered by any open source license:
|
||||
- Assets hosted on our CDN/servers
|
||||
- Assets stored in our database
|
||||
- Premium skins, models, and textures accessed via API
|
||||
- Sound effects and music accessed via API
|
||||
- Any assets not explicitly included in this repository
|
||||
|
||||
These external assets are proprietary property of OpenFront LLC.
|
||||
|
||||
## Important Legal Notice
|
||||
|
||||
- The CC BY-SA 4.0 license applies ONLY to assets in the `/resources` directory
|
||||
- Assets in `/proprietary` are restricted use - see their specific LICENSE
|
||||
- External assets not in this repository remain fully proprietary
|
||||
- Accessing, downloading, extracting, or using proprietary assets without permission is prohibited
|
||||
|
||||
For source code licensing, see LICENSE and LICENSING.md files.
|
||||
Reference in New Issue
Block a user