-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcc-jurisdictions.js
55 lines (32 loc) · 3.36 KB
/
cc-jurisdictions.js
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
// <![CDATA[
/**
* Creative Commons has made the contents of this file
* available under a CC-GNU-GPL license:
*
* http://creativecommons.org/licenses/GPL/2.0/
*
* A copy of the full license can be found as part of this
* distribution in the file COPYING.
*
* You may use this software in accordance with the
* terms of that license. You agree that you are solely
* responsible for your use of this software and you
* represent and warrant to Creative Commons that your use
* of this software will comply with the CC-GNU-GPL.
*
* $Id: $
*
* Copyright 2006, Creative Commons, www.creativecommons.org.
*
* This is code to deal with jurisdictions.
*/
var cc_js_default_version_number = '2.5';
var cc_js_jurisdictions_array =
/* 8---< CUT HERE >----8 */
{"ch": {"version": "2.5", "name": "Switzerland"}, "co": {"version": "2.5", "name": "Colombia"}, "cn": {"version": "2.5", "name": "China Mainland"}, "cl": {"version": "2.0", "name": "Chile"}, "ca": {"version": "2.5", "name": "Canada"}, "it": {"version": "2.5", "name": "Italy"}, "ec": {"version": "3.0", "name": "Ecuador"}, "cz": {"version": "3.0", "name": "Czech Republic"}, "ar": {"version": "2.5", "name": "Argentina"}, "au": {"version": "2.5", "name": "Australia"}, "at": {"version": "3.0", "name": "Austria"}, "in": {"version": "2.5", "name": "India"}, "es": {"version": "3.0", "name": "Spain"}, "gr": {"version": "3.0", "name": "Greece"}, "pr": {"version": "3.0", "name": "Puerto Rico"}, "nl": {"version": "3.0", "name": "Netherlands"}, "us": {"version": "3.0", "name": "United States"}, "pt": {"version": "2.5", "name": "Portugal"}, "mt": {"version": "2.5", "name": "Malta"}, "generic": {"generic": true, "version": "3.0", "name": "Unported", "sampling": "1.0"}, "tw": {"version": "2.5", "name": "Taiwan", "sampling": "1.0"}, "scotland": {"version": "2.5", "name": "UK: Scotland"}, "nz": {"version": "3.0", "name": "New Zealand"}, "lu": {"version": "3.0", "name": "Luxembourg"}, "gt": {"version": "3.0", "name": "Guatemala"}, "th": {"version": "3.0", "name": "Thailand"}, "pe": {"version": "2.5", "name": "Peru"}, "ph": {"version": "3.0", "name": "Philippines"}, "ro": {"version": "3.0", "name": "Romania"}, "pl": {"version": "2.5", "name": "Poland"}, "be": {"version": "2.0", "name": "Belgium"}, "fr": {"version": "2.0", "name": "France"}, "bg": {"version": "2.5", "name": "Bulgaria"}, "dk": {"version": "2.5", "name": "Denmark"}, "hr": {"version": "3.0", "name": "Croatia"}, "de": {"version": "3.0", "name": "Germany", "sampling": "1.0"}, "jp": {"version": "2.1", "name": "Japan"}, "hu": {"version": "2.5", "name": "Hungary"}, "za": {"version": "2.5", "name": "South Africa"}, "hk": {"version": "3.0", "name": "Hong Kong"}, "no": {"version": "3.0", "name": "Norway"}, "br": {"version": "2.5", "name": "Brazil", "sampling": "1.0"}, "fi": {"version": "1.0", "name": "Finland"}, "sg": {"version": "3.0", "name": "Singapore"}, "rs": {"version": "3.0", "name": "Serbia"}, "mk": {"version": "2.5", "name": "Macedonia"}, "kr": {"version": "2.0", "name": "Korea"}, "si": {"version": "2.5", "name": "Slovenia"}, "uk": {"version": "2.0", "name": "UK: England & Wales"}, "my": {"version": "2.5", "name": "Malaysia"}, "mx": {"version": "2.5", "name": "Mexico"}, "se": {"version": "2.5", "name": "Sweden"}, "il": {"version": "2.5", "name": "Israel"}}
/* --------------- FOLD HERE ---------------- */
;
/**
* Insert tab A into slot B.
*/
// ]]>