-
Notifications
You must be signed in to change notification settings - Fork 1
/
license.php
54 lines (54 loc) · 1.71 KB
/
license.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0,user-scalable=yes">
<style>
body {margin:0;background:#eee;}
h1 {text-align:center;font-size:2em;}
#a
{
text-align:justify;
margin:0 auto;
position:relative;
background:#fff;
border:1px solid #ccc;
padding:10px;
}
#a a {color:#000;}
em {display:block;text-align:center;font-size:0.5em;color:#999;margin-top:0.5em;}
em a {color:#999;}
p.back {text-align:center;}
</style>
</head>
<body>
<h1>animKanji</h1>
<div id="a">
<p>
animKanji v 1.01 - Copyright 2016 - François Mizessyn</p><p>
This work is distributed under the conditions of the Creative Commons
Attribution-Share Alike 3.0 Licence. This means you are free:</p><p>
* to Share - to copy, distribute and transmit the work</p><p>
* to Remix - to adapt the work</p><p>
</p><p>
Under the following conditions:</p><p>
* Attribution.</p><p>
- You must attribute the work by stating your use of animKanji in
your own copyright header and linking to animKanji's website
(<a href="http://gooo.free.fr/animKanji/">http://gooo.free.fr/animKanji/</a>)</p><p>
- This work makes an extensive use of KanjiVG svg files.
You must attribute the work by stating your use of KanjiVG in
your own copyright header and linking to KanjiVG's website
(<a href="http://kanjivg.tagaini.net">http://kanjivg.tagaini.net</a>)</p><p>
* Share Alike. If you alter, transform, or build upon this work, you may
distribute the resulting work only under the same or similar license to this
one.</p><p>
</p><p>
See <a href="http://creativecommons.org/licenses/by-sa/3.0/">
http://creativecommons.org/licenses/by-sa/3.0/
</a> for more details.
</p>
<p class="back"><a href="./">Main</a>
</div>
</body>
</html>