-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlicenses.js
284 lines (284 loc) · 6.09 KB
/
licenses.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
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
// ordered alphabetically by `fullName`
module.exports = {
aal: {
name: 'AAL',
fullName: 'Attribution Assurance License (AAL)',
placeholders: {
description: '',
user: 'AUTHOR',
year: '2002'
//PROFESSIONAL IDENTIFICATION * URL
//"PROMOTIONAL SLOGAN FOR AUTHOR'S PROFESSIONAL PRACTICE"
}
},
'afl-3.0': {
name: 'AFL-3.0',
fullName: 'Academic Free License 3.0 (AFL-3.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'apl-1.0': {
name: 'APL-1.0',
fullName: 'Adaptive Public License 1.0 (APL-1.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'agpl-3.0': {
name: 'AGPL-3.0',
fullName: 'Affero GNU Public License 3.0 (AGPL-3.0)',
placeholders: {
description: '<one line to give the program\'s name and a brief idea of what it does.>',
user: '<name of author>',
year: '<year>'
}
},
'apache-2.0': {
name: 'Apache-2.0',
fullName: 'Apache License, Version 2.0 (Apache-2.0)',
placeholders: {
description: '',
user: '\\[name of copyright owner\\]',
year: '\\[yyyy\\]'
}
},
'apsl-2.0': {
name: 'APSL-2.0',
fullName: 'Apple Public Source License (APSL-2.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'artistic-2.0': {
name: 'Artistic-2.0',
fullName: 'Artistic License 2.0 (Artistic-2.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'bsd-2-clause': {
name: 'BSD-2-Clause',
fullName: 'BSD 2-Clause "Simplified" or "FreeBSD" License (BSD-2-Clause)',
placeholders: {
description: '',
user: '<OWNER>',
year: '<YEAR>'
}
},
'bsd-3-clause': {
name: 'BSD-3-Clause',
fullName: 'BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)',
placeholders: {
description: '',
user: '<OWNER>',
year: '<YEAR>'
}
},
'bsl-1.0': {
name: 'BSL-1.0',
fullName: 'Boost Software License (BSL-1.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'cecill-2.1': {
name: 'CeCILL-2.1',
fullName: 'CeCILL License 2.1 (CECILL-2.1)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'cddl-1.0': {
name: 'CDDL-1.0',
fullName: 'Common Development and Distribution License 1.0 (CDDL-1.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'cpal-1.0': {
name: 'CPAL-1.0',
fullName: 'Common Public Attribution License 1.0 (CPAL-1.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'catosl-1.1': {
name: 'CATOSL-1.1',
fullName: 'Computer Associates Trusted Open Source License 1.1 (CATOSL-1.1)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'cua-opl-1.0': {
name: 'CUA-OPL-1.0',
fullName: 'CUA Office Public License Version 1.0 (CUA-OPL-1.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'epl-1.0': {
name: 'EPL-1.0',
fullName: 'Eclipse Public License 1.0 (EPL-1.0)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'ecl-2.0': {
name: 'ecl-2.0',
fullName: 'Educational Community License, Version 2.0 (ECL-2.0)',
placeholders: {
description: '',
user: '\\[name of copyright owner\\]',
year: '\\[yyyy\\]'
}
},
'entessa': {
name: 'Entessa',
fullName: 'Entessa Public License Version 1.0',
placeholders: {
description: '',
user: '',
year: ''
}
},
'eudatagrid': {
name: 'EUDatagrid',
fullName: 'EU Datagrid Software License (EUDatagrid)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'eupl': {
name: 'EUPL',
fullName: 'European Union Public License v. 1.2',
placeholders: {
description: '',
user: '',
year: ''
}
},
'facebook': {
name: 'Terms of Service Didn"t Read Facebook',
fullName: 'Terms of Service Didn"t Read Facebook License (tosdr_facebook)',
placeholders: {
description: '',
user: '<copyright holders>',
year: '<year>'
}
},
'gpl-3.0': {
name: 'GPL-3.0',
fullName: 'GNU General Public License 3.0 (GPL-3.0)',
placeholders: {
description: '<one line to give the program\'s name and a brief idea of what it does.>',
user: '<name of author>',
year: '<year>'
}
},
isc: {
name: 'ISC',
fullName: 'ISC License (ISC)',
placeholders: {
description: '',
user: "Company or Person's Name",
year: '4-digit year'
}
},
mit: {
name: 'MIT',
fullName: 'The MIT License (MIT)',
placeholders: {
description: '',
user: '<copyright holders>',
year: '<year>'
}
},
copyright: {
name: 'Copyright',
fullName: 'The Copyright License (C)',
placeholders: {
description: '',
user: '<copyright holders>',
year: '<year>'
}
},
'mpl-2.0': {
name: 'MPL-2.0',
fullName: 'Mozilla Public License Version 2.0',
placeholders: {
description: '',
user: '',
year: ''
}
},
'ms-pl': {
name: 'MS-PL',
fullName: 'Microsoft Public License (MS-PL)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'onur_dev': {
name: 'onur_dev license',
fullName: 'The onur_dev License',
placeholders: {
description: '',
user: '<copyright holders>',
year: '<year>'
}
},
'transcopyright': {
name: 'Transcopyright',
fullName: 'Transcopyright License (transcopyright)',
placeholders: {
description: '',
user: '',
year: ''
}
},
w3c: {
name: 'W3C',
fullName: 'The W3C SOFTWARE NOTICE AND LICENSE (W3C)',
placeholders: {
description: '',
user: '',
year: ''
}
},
'zlib-libpng': {
name: 'zlib/libpng',
fullName: 'The zlib/libpng License',
placeholders: {
description: '',
user: '<copyright holders>',
year: '<year>'
}
}
};