-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_object.js
More file actions
144 lines (124 loc) · 8.48 KB
/
Copy pathcontent_object.js
File metadata and controls
144 lines (124 loc) · 8.48 KB
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
// This is the global object that the page gets a lot of information from.
content = {
// UNITED STATES
// General Provisions
"us-boilerplate": {
link: "https://github.com/lawpatch/us-boilerplate/blob/15815df11bd0da74d61f6df85cec6bd365c088df/us-boilerplate.md",
country: "United States",
title: "End of agreement boilerplate",
copyText: "The parties agree to the provisions in the [sensible boilerplate]({{url}}).",
parameterExplanation: "This patch doesn't assume the existence of any information in the provision doing the importation. Just copy and paste!"
},
"us-interpretation": {
link: "https://github.com/lawpatch/us-interpretation/blob/a8e60fa226fdc1b360438787ed11321b1f0af29e/us-interpretation.md",
country: "United States",
title: "Interpretation provisions for an agreement",
copyText: "The parties agree to the provisions in the [interpretation provisions]({{url}}).",
parameterExplanation: "This patch doesn't assume the existence of any information in the provision doing the importation. Just copy and paste!"
},
// Limitation Provisions
"us-limitation-0": {
link: "https://github.com/lawpatch/us-limitation/blob/df4f935cf5b84432aabfcae3b833768bebcf5493/us-limitation-0.md",
country: "United States",
title: "Limit liability as much as the law allows",
copyText: "{Limiting Party} [limits liability as much as the law allows]({{url}}) to {Limited Party} for the {Liability Subject}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
"us-limitation-1": {
link: "https://github.com/lawpatch/us-limitation/blob/df4f935cf5b84432aabfcae3b833768bebcf5493/us-limitation-1.md",
country: "United States",
title: "Limitation of liability to a specified amount",
copyText: "{Limiting Party} [limits liability as much as the law allows]({{url}}) to {Limited Party} to {Amount} for the {Liability Subject}",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
"us-limitation-2": {
link: "https://github.com/lawpatch/us-limitation/blob/df4f935cf5b84432aabfcae3b833768bebcf5493/us-limitation-2.md",
country: "United States",
title: "Limiting liability for consequential loss only",
copyText: "{Limiting Party} [limits consequential loss as much as the law allows]({{url}}) to {Limited Party} for the {Liability Subject}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
"us-limitation-3": {
link: "https://github.com/lawpatch/us-limitation/blob/df4f935cf5b84432aabfcae3b833768bebcf5493/us-limitation-3.md",
country: "United States",
title: "Not limiting liability at all",
copyText: "{Limiting Party} [covers all liabilities incurred]({{url}}) by {Limited Party} from {Liability Subject}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
// UNITED KINGDOM
// General Provisions
"uk-boilerplate": {
link: "https://github.com/lawpatch/uk-boilerplate/blob/1c32ec99f0c4d7909038de8c3f51c2a0f4d7f940/sensible-boilerplate.md",
country: "United Kingdom",
title: "End of agreement boilerplate",
copyText: "The parties agree to the provisions in the [sensible boilerplate]({{url}}).",
parameterExplanation: "This patch doesn't assume the existence of any information in the provision doing the importation. Just copy and paste!"
},
"uk-interpretation": {
link: "https://github.com/lawpatch/uk-interpretation/blob/8b380df692eff58bfe2fea3b57414ea93617b800/uk-interpretation.md",
country: "United Kingdom",
title: "Interpretation provisions for an agreement",
copyText: "The parties agree to the provisions in the [interpretation provisions]({{url}}).",
parameterExplanation: "This patch doesn't assume the existence of any information in the provision doing the importation. Just copy and paste!"
},
// AUSTRALIA
// General Provisions
"au-boilerplate": {
link: "https://github.com/lawpatch/au-boilerplate/blob/d5f1348ff82b3e90b96d78a5ba1225367318c42e/sensible-boilerplate.md",
country: "Australia",
title: "End of agreement boilerplate",
copyText: "The parties agree to the provisions in the [sensible boilerplate]({{url}}).",
parameterExplanation: "This patch doesn't assume the existence of any information in the provision doing the importation. Just copy and paste!"
},
"au-interpretation": {
link: "https://github.com/lawpatch/au-interpretation/blob/84139bfbd5c3580bb215acf2435f6c2a4a608aae/au-interpretation.md",
country: "Australia",
title: "Interpretation provisions for an agreement",
copyText: "The parties agree to the provisions in the [interpretation provisions]({{url}}).",
parameterExplanation: "This patch doesn't assume the existence of any information in the provision doing the importation. Just copy and paste!"
},
// Intellectual Property
"au-ip_transfer": {
link: "https://github.com/lawpatch/au-ip_transfer/blob/6d7ad28f3d20fc058b656424a0a5836398ce736f/au-ip_transfer.md",
country: "Australia",
title: "Transfer ownership of intellectual property",
copyText: "{Assignor} [transfers ownership of intellectual property rights]({{url}}) in the {Code} to {Assignee}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
"au-license_ip": {
link: "https://github.com/lawpatch/au-ip_license/blob/bb178c5e86fec053f249c72cb4d6cd56af88825b/au-license_ip.md",
country: "Australia",
title: "License intellectual property",
copyText: "{Licensor} [grants a licence]({{url}}) to the {Licensee} to deal with the {Subject} for {Purpose}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
// Limitation Provisions
"au-limitation-0": {
link: "https://github.com/lawpatch/au-limitation/blob/60ca67dd1644bc284a82c22d25db3e5f56bc41b8/au-limitation-0.md",
country: "Australia",
title: "Limit liability as much as the law allows",
copyText: "{Limiting Party} [limits liability as much as the law allows]({{url}}) to {Limited Party} for the {Liability Subject}, including liabilities caused by:\n\n- {risk 1};\n- {risk 2}; and\n- {risk 3}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
"au-limitation-1": {
link: "https://github.com/lawpatch/au-limitation/blob/60ca67dd1644bc284a82c22d25db3e5f56bc41b8/au-limitation-1.md",
country: "Australia",
title: "Limitation of liability to a specified amount",
copyText: "{Limiting Party} [limits liability as much as the law allows]({{url}}) to {Limited Party} to {Amount} for the {Liability Subject}, including liabilities caused by:\n\n- {risk 1};\n- {risk 2}; and\n- {risk 3}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
"au-limitation-2": {
link: "https://github.com/lawpatch/au-limitation/blob/60ca67dd1644bc284a82c22d25db3e5f56bc41b8/au-limitation-2.md",
country: "Australia",
title: "Limiting liability for consequential loss only",
copyText: "{Limiting Party} [limits consequential loss as much as the law allows]({{url}}) to {Limited Party} for the {Liability Subject}, including liabilities caused by:\n\n- {risk 1};\n- {risk 2}; and\n- {risk 3}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
"au-limitation-3": {
link: "https://github.com/lawpatch/au-limitation/blob/60ca67dd1644bc284a82c22d25db3e5f56bc41b8/au-limitation-3.md",
country: "Australia",
title: "Not limiting liability at all",
copyText: "{Limiting Party} [covers all liabilities incurred]({{url}}) by {Limited Party} from {Liability Subject}, including liabilities caused by:\n\n- {risk 1};\n- {risk 2}; and\n- {risk 3}.",
parameterExplanation: "This patch assumes the existence of information! Don't just copy and paste, fill it in!"
},
}