Merge pull request #2 from yushijinhun/master
Add copyright information
This commit is contained in:
commit
3e7f128de6
|
|
@ -30,3 +30,10 @@ $(() => {
|
|||
});
|
||||
});
|
||||
```
|
||||
|
||||
# License
|
||||
* `/img/mojang_cape.png` Copyright Mojang AB. [Link](https://minecraft.gamepedia.com/File:MojangCape2016.png)
|
||||
* `/img/hatsune_miku.png` Copyright xilefian. [Link](http://www.minecraftforum.net/forums/mapping-and-modding/skins/2646900-hatsune-miku-skin-1-9-transparency-layers)
|
||||
* `/img/1_8_texturemap_redux.png` Copyright Mojang AB. [Link](https://minecraft.gamepedia.com/File:1_8_texturemap_redux.png)
|
||||
|
||||
Other parts of the repository are licensed under GPLv3 License.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* skinpreview3d.js
|
||||
* https://github.com/yushijinhun/skinpreview3d.js
|
||||
* https://github.com/Hacksore/skinpreview3d.js
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
|
|
|||
Loading…
Reference in New Issue