Lines Matching +full:- +full:- +full:name
10 $license['cc-zero'] = array(
11 'name' => 'CC0 1.0 Universal',
15 'name' => 'Public Domain',
18 $license['cc-by'] = array(
19 'name' => 'CC Attribution 4.0 International',
22 $license['cc-by-sa'] = array(
23 'name' => 'CC Attribution-Share Alike 4.0 International',
24 'url' => 'https://creativecommons.org/licenses/by-sa/4.0/deed.'.$LC,
27 'name' => 'GNU Free Documentation License 1.3',
28 'url' => 'https://www.gnu.org/licenses/fdl-1.3.html',
30 $license['cc-by-nc'] = array(
31 'name' => 'CC Attribution-Noncommercial 4.0 International',
32 'url' => 'https://creativecommons.org/licenses/by-nc/4.0/deed.'.$LC,
34 $license['cc-by-nc-sa'] = array(
35 'name' => 'CC Attribution-Noncommercial-Share Alike 4.0 International',
36 'url' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/deed.'.$LC,