Skip to content
Snippets Groups Projects
Commit 744cb2ef authored by Valdo Romao's avatar Valdo Romao
Browse files

Update third party notice and fix licence typo

parent a8f733ee
No related branches found
No related tags found
No related merge requests found
ASSETS LICENCE ASSETS LICENSE
(Notice)
Assets distributed with a map are subject to different licenses.
The license attributed to each tileset can be found or have to be added in the "tilesetCopyright" property of each tileset in the map.
In addition, you have to add a section below with the specific license of the asset you want to use.
WORKADVENTURE SPECIFIC RESOURCES LICENCE
The User shall handle assets with the WorkAdventure specific resources licence as follows: WORKADVENTURE SPECIFIC RESOURCES LICENSE
The User shall handle assets with the WorkAdventure specific resources license as follows:
1. These Assets may be used only in maps produced for WorkAdventure (SAAS or self-hosted version). 1. These Assets may be used only in maps produced for WorkAdventure (SAAS or self-hosted version).
2. These Assets may be modified (colors or size changed, inverted, trimmed, etc.) only for purposes of use in maps produced for WorkAdventure (SAAS or self-hosted version). 2. These Assets may be modified (colors or size changed, inverted, trimmed, etc.) only for purposes of use in maps produced for WorkAdventure (SAAS or self-hosted version).
3. These Assets or those modified pursuant to the previous item may undergo Distribution, etc. with maps produced for WorkAdventure. Furthermore, the User may not perform Distribution, etc. of individual Assets or those modified, or Distribution, etc. in combination with programs, etc. other than the map. However, the User may duplicate, transfer, publicly transmit, or enable transmission of personally-modified Assets to other Authorized Users free of charge. 3. These Assets or those modified pursuant to the previous item may undergo Distribution, etc. with maps produced for WorkAdventure. Furthermore, the User may not perform Distribution, etc. of individual Assets or those modified, or Distribution, etc. in combination with programs, etc. other than the map. However, the User may duplicate, transfer, publicly transmit, or enable transmission of personally-modified Assets to other Authorized Users free of charge.
THIRD PARTIES ASSETS
The User shall handle assets with third parties resources licence as follows:
1. Follow the specific licence of each third party asset
2. Credit the author with the "tilesetCopyright" property present in the properties of each tilesets in the map.json file
\ No newline at end of file
CODE LICENCE CODE LICENSE
MIT License MIT License
......
MAP LICENCE MAP LICENSE
https://creativecommons.org/licenses/by-sa/3.0/ https://creativecommons.org/licenses/by-sa/3.0/
......
...@@ -15,10 +15,16 @@ npm run start ...@@ -15,10 +15,16 @@ npm run start
The project will run at http://localhost:8080/ The project will run at http://localhost:8080/
## Licences ## Licenses
This project contains multiple licences: This project contains multiple licenses:
* [Code licence](./LICENCE.code) *(all files except those for other licenses)* * [Code license](./LICENSE.code) *(all files except those for other licenses)*
* [Map licence](./LICENCE.map) *(`map.json` and the map visual as well)* * [Map license](./LICENSE.map) *(`map.json` and the map visual as well)*
* [Assets licence](./LICENCE.assets) *(the files inside the `src/assets/` folder)* * [Assets license](./LICENSE.assets) *(the files inside the `src/assets/` folder)*
\ No newline at end of file
### About third party assets
If you add third party assets in your map, do not forget to:
1. Credit the author and license with the "tilesetCopyright" property present in the properties of each tilesets in the `map.json` file
2. Add the license text in LICENSE.assets
\ No newline at end of file
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
{ {
"name":"mapCopyright", "name":"mapCopyright",
"type":"string", "type":"string",
"value":"Credits: Valdo Romao https:\/\/www.linkedin.com\/in\/valdo-romao\/ \nLicence: CC-BY-SA 3.0 (http:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/)" "value":"Credits: Valdo Romao https:\/\/www.linkedin.com\/in\/valdo-romao\/ \nLicense: CC-BY-SA 3.0 (http:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/)"
}, },
{ {
"name":"script", "name":"script",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment