diff options
| author | raysan5 <[email protected]> | 2021-07-16 14:29:20 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-16 14:29:20 +0200 |
| commit | 7d2845a661cc4ab17fc056769cf30f5fee813ac1 (patch) | |
| tree | 59e32b811f3f714473f92f0ef63d1162cd430d3a /examples/shaders | |
| parent | 30a3dae8a6f4d19b1596a8d66b359fefcf4fcecf (diff) | |
| download | raylib-7d2845a661cc4ab17fc056769cf30f5fee813ac1.tar.gz raylib-7d2845a661cc4ab17fc056769cf30f5fee813ac1.zip | |
Improve assets license information
Diffstat (limited to 'examples/shaders')
| -rw-r--r-- | examples/shaders/resources/LICENSE.md | 11 | ||||
| -rw-r--r-- | examples/shaders/resources/models/LICENSE | 4 |
2 files changed, 11 insertions, 4 deletions
diff --git a/examples/shaders/resources/LICENSE.md b/examples/shaders/resources/LICENSE.md new file mode 100644 index 00000000..96458eca --- /dev/null +++ b/examples/shaders/resources/LICENSE.md @@ -0,0 +1,11 @@ +| resource | author | licence | notes | +| :----------------- | :-----------: | :------ | :---- | +| models/barracks.obj,<br> models/barracks_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| models/church.obj,<br> models/church_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| models/watermill.obj,<br> models/watermill_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| fudesumi.png | [Eiden Marsal](https://www.artstation.com/marshall_z) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/) | - | +| mask.png | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Made with [EffectTextureMaker](https://mebiusbox.github.io/contents/EffectTextureMaker/) | +| plasma.png | [@chriscamacho](https://github.com/chriscamacho) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | - | +| raysan.png | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | - | +| space.png | ❔ | ❔ | - | +| texel_checker.png | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Made with [UV Checker Map Maker](http://uvchecker.byvalle.com/) | diff --git a/examples/shaders/resources/models/LICENSE b/examples/shaders/resources/models/LICENSE deleted file mode 100644 index 39cdd614..00000000 --- a/examples/shaders/resources/models/LICENSE +++ /dev/null @@ -1,4 +0,0 @@ -Medieval City models and textures have been created by Alberto Cano, -and licensed as Creative Commons Attribution-NonCommercial 4.0. - -Check for details: https://creativecommons.org/licenses/by-nc/4.0/legalcode |
