-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
185 lines (182 loc) · 10.3 KB
/
about.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html>
<?php require_once("includes/head.php"); ?>
<body>
<?php require_once("includes/navbar.php") ?>
<div class="container">
<div class="row">
<div id="about" class="col-md-8 col-md-offset-2 col-xs-10 col-xs-offset-1">
<br>
Briefly...
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
<img src="https://licensebuttons.net/l/by/3.0/88x31.png" alt=""></img> Attribution ( CC BY )
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse " role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
Attribution means:
<p>
This license lets others distribute, remix, tweak, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered. Recommended for maximum dissemination and use of licensed materials.
</p>
<a href="//creativecommons.org/licenses/by/4.0">View License Deed</a>
|
<a href="//creativecommons.org/licenses/by/4.0/legalcode">View Legal Code</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<img src="https://licensebuttons.net/l/by-nd/3.0/88x31.png" alt=""></img> Attribution-NoDerivs License ( CC BY-ND )
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
No Derivative Works means:
<p>
This license allows for redistribution, commercial and non-commercial, as long as it is passed along unchanged and in whole, with credit to creator.
</p>
<a href="https://creativecommons.org/licenses/by-nd/4.0">View License Deed</a>
|
<a href="https://creativecommons.org/licenses/by-nd/4.0/legalcode">View Legal Code</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<img src="https://licensebuttons.net/l/by-sa/3.0/88x31.png" alt=""></img> Attribution-ShareAlike ( CC BY-SA )
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
Share Alike means:
<p>
This license lets others remix, tweak, and build upon creators work even for commercial purposes, as long as they credit creators and license their new creations under the identical terms. This license is often compared to “copyleft” free and open source software licenses. All new works based on yours will carry the same license, so any derivatives will also allow commercial use. This is the license used by Wikipedia, and is recommended for materials that would benefit from incorporating content from Wikipedia and similarly licensed projects.
</p>
<a href="https://creativecommons.org/licenses/by-sa/4.0">View License Deed</a>
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">View Legal Code</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFour">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
<img src="https://licensebuttons.net/l/by-nc/3.0/88x31.png" alt=""></img> Attribution-NonCommercial ( CC BY-NC )
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="panel-body">
NonCommercial means:
<p>
This license lets others remix, tweak, and build upon creators work non-commercially, and although their new works must also acknowledge him and be non-commercial, they don’t have to license their derivative works on the same terms.
</p>
<a href="https://creativecommons.org/licenses/by-nc/4.0">View License Deed</a>
|
<a href="https://creativecommons.org/licenses/by-nc/4.0/legalcode">View Legal Code</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFive">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
<img src="https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png" alt=""></img> Attribution-NonCommercial-ShareAlike ( CC BY-NC-SA)
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
<div class="panel-body">
NonCommercial-ShareAlike means:
<p>
This license lets others remix, tweak, and build upon your work non-commercially, as long as they credit you and license their new creations under the identical terms.
</p>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0">View License Deed</a>
|
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">View Legal Code</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingSix">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
<img src="https://licensebuttons.net/l/by-nc-nd/3.0/88x31.png" alt=""></img> Attribution-NonCommercial-NoDerivs License ( CC BY-NC-ND )
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSix">
<div class="panel-body">
<p>
This license is the most restrictive of main licenses, only allowing others to download your works and share them with others as long as they credit the creator, but they can’t change them in any way or use them commercially.
</p>
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0">View License Deed</a>
|
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode">View Legal Code</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingSeven">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
<img src="https://licensebuttons.net/p/zero/1.0/88x31.png" alt=""></img> Public Domain Dedication (CC0 - "No Rights Reserved")
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeven">
<div class="panel-body">
<p>
You, the copyright holder, waive your interest in your work and place the work as completely as possible in the public domain so others may freely exploit and use the work without restriction under copyright or database law.
</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/">View License Deed</a>
|
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">View Legal Code</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingEight">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
<img src="http://i.creativecommons.org/p/mark/1.0/88x31.png" alt=""></img> Public Domain (No Known Copyright)
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingEight">
<div class="panel-body">
Public Domain (No Known Copyright) means:
<p>
All work of art are free of known restrictions under copyright law, including all related and neighboring rights. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
</p>
<a href="https://creativecommons.org/publicdomain/mark/1.0/">View License Deed</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 col-xs-10 col-xs-offset-1" >
<p style="font-size:14px;">
Creative Commons Corporation ("Creative Commons") is NOT a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
</p>
</div>
</div>
</div>
<?php require_once("includes/footer.php") ?>
<?php require_once("includes/scripts.php") ?>
</body>
</html>