Update third party notice and fix licence typo

pull/17/head
Valdo Romao 2 years ago
parent a8f733ee3e
commit 744cb2ef9f
  1. 20
      LICENSE.assets
  2. 2
      LICENSE.code
  3. 2
      LICENSE.map
  4. 16
      README.md
  5. 2
      map.json

@ -1,21 +1,17 @@
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).
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.
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

@ -1,4 +1,4 @@
CODE LICENCE
CODE LICENSE
MIT License

@ -1,4 +1,4 @@
MAP LICENCE
MAP LICENSE
https://creativecommons.org/licenses/by-sa/3.0/

@ -15,10 +15,16 @@ npm run start
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)*
* [Map licence](./LICENCE.map) *(`map.json` and the map visual as well)*
* [Assets licence](./LICENCE.assets) *(the files inside the `src/assets/` folder)*
* [Code license](./LICENSE.code) *(all files except those for other licenses)*
* [Map license](./LICENSE.map) *(`map.json` and the map visual as well)*
* [Assets license](./LICENSE.assets) *(the files inside the `src/assets/` folder)*
### 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

@ -198,7 +198,7 @@
{
"name":"mapCopyright",
"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",

Loading…
Cancel
Save