-
Notifications
You must be signed in to change notification settings - Fork 0
/
licenses_description.yml
903 lines (869 loc) · 32.7 KB
/
licenses_description.yml
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
--- # List of Dict
- # We first list the supported usages and their required rights here.
copy: [use]
use: [use]
share: [redistribute, sublicense]
sell: [redistribute, sublicense, commercial_use]
modify: [modify]
train: [use, modify]
combine: [use, merge]
combine_mix: [use, merge]
amalgamate: [use, modify]
distill: [use]
generate: [use]
embed: [use, modify]
stat: [use]
- # Belows are metadata of licenses
full_name: Apache License 2.0 # Software License
short_id: Apache-2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 2
available: true
categories: [public, software, permissive]
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, sublicense, commercial_use, patent_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable]
coverage: [duplicate, derivative, modification] # The range of sharing allowed, independent and NODEF always allowed to be shared
redistribute: [include_notice, include_license] # Requirements for redistribution
compat: []
terms: # Definition of use methods and according terms
- usages: [use, copy] # use this work implies you hold a copy of this work
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: false
- usages: [combine]
forms: [raw, binary]
result: independent
keywords: [separable, link, interface]
relicense: true
- usages: [amalgamate, modify]
forms: [raw, binary]
result: derivative
restrictions: [state_changes]
keywords: [revision, modification]
relicense: true
- usages: [train, distill, generate, embed]
forms: [raw, binary]
result: NODEF
- # We also use Unlicese to represented those works w/o any restrictions (such as independent work)
full_name: The Unlicense # Software License (Public Domain)
short_id: Unlicense
url: https://opensource.org/license/unlicense/
version: null
available: true
categories: [public, software, data, model, permissive] # The Unlicense is designed for software, but we use this as the default license of data and model too
labels: [Public Domain]
rights: [use, modify, merge, redistribute, commercial_use, copyright]
reserved_rights: []
rights_prefix: []
coverage: []
redistribute: []
terms:
- usages: [use, copy, modify]
forms: [raw, binary, saas]
result: NODEF
-
full_name: MIT License # Software License
short_id: MIT
url: https://opensource.org/license/mit/
version: none
available: true
categories: [public, software, permissive]
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, sublicense, commercial_use]
reserved_rights: [copyright, patent, trademark]
rights_prefix: [any-person, no-charge]
coverage: [duplicate]
redistribute: [include_notice, include_license]
terms:
- usages: [use, copy]
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: false
- usages: [combine]
forms: [raw, binary]
result: independent
restrictions: []
keywords: [portion]
relicense: true
- usages: [amalgamate, modify, train, distill, generate, embed]
forms: [raw, binary]
result: NODEF
-
full_name: Academic Free License v3.0 # Software License
short_id: AFL-3.0
url: https://opensource.org/license/afl-3-0-php/
version: 3.0
available: true
categories: [public, software, permissive, disclose] # disclose means the licensed work must provide its source code, this requirement will be proliferated if this license is copyleft (e.g. GPL)
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, sublicense, commercial_use, patent_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [worldwide, royalty-free, non-exclusive, sublicensable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms:
- usages: [use, copy]
forms: [raw, binary, saas]
result: duplicate
restrictions: []
relicense: false
- usages: [amalgamate, modify]
forms: [raw, binary, saas]
result: derivative
restrictions: [state_changes]
keywords: [adapt, alter, modify, translate]
relicense: true
- usages: [combine, train, distill, generate, embed]
forms: [raw, binary, saas]
result: NODEF
-
full_name: Artistic License v2.0 # Software License
short_id: Artistic-3.0
url: https://opensource.org/license/artistic-2-0/
version: 2.0
available: true
categories: [public, software, permissive, disclose]
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, commercial_use, patent_use, sublicense]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [worldwide, non-exclusive, no-charge]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms:
- usages: [use, copy]
forms: [raw, binary, saas]
result: duplicate
restrictions: []
relicense: false
- usages: [combine]
forms: [binary, saas]
keywords: [extend]
result: independent
- usages: [combine]
forms: [raw]
keywords: [aggregate]
result: derivative
restrictions: [state_changes]
relicense: true
- usages: [amalgamate, modify]
forms: [raw, binary, saas]
result: derivative
keywords: [modified, changed]
restrictions: [state_changes]
relicense: true
- usages: [train, distill, generate, embed]
forms: [raw, binary, saas]
result: NODEF
-
full_name: GNU General Public License v3.0 # Software License (copyleft)
short_id: GPL-3.0
url: https://www.gnu.org/licenses/gpl-3.0.en.html
version: 3.0
available: true
categories: [public, software, copyleft, disclose, auto-relicensing] # The auto-relicensing can waive the requirement of sublicensing.
labels: [OSI Approved, GNU]
rights: [use, modify, merge, redistribute, commercial_use, patent_use]
reserved_rights: [sublicense, trademark_use, copyright, patent, trademark]
rights_prefix: [non-exclusive, worldwide, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
compat: [AGPL-3.0]
terms:
- usages: [use, copy]
forms: [raw, binary] # w/o saas
result: duplicate
restrictions: []
relicense: false
- usages: [combine]
forms: [binary]
result: independent
restrictions: []
keywords: [separate, aggregate]
relicense: true
- usages: [combine]
forms: [raw]
result: derivative
restrictions: [state_changes]
relicense: conditional
- usages: [distill, generate]
forms: [raw, binary]
result: independent
keywords: [output]
relicense: true
- usages: [amalgamate]
forms: [raw, binary]
result: derivative
restrictions: [state_changes]
keywords: [link]
relicense: conditional
- usages: [modify]
forms: [raw, binary]
result: derivative
restrictions: [state_changes]
keywords: [modify]
relicense: false
- usages: [train, embed]
forms: [raw, binary]
result: NODEF
-
full_name: GNU Affero General Public License v3.0 # Software License (copyleft)
short_id: AGPL-3.0
url: https://www.gnu.org/licenses/agpl-3.0.en.html
version: 3.0
available: true
categories: [public, software, copyleft, disclose, auto-relicensing] # The auto-relicensing can waive the requirement of sublicensing.
labels: [OSI Approved, GNU]
rights: [use, modify, merge, redistribute, commercial_use, patent_use]
reserved_rights: [sublicense, trademark_use, copyright, patent, trademark]
rights_prefix: [non-exclusive, worldwide, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms:
- usages: [use, copy]
forms: [raw, binary, saas] # contain saas
result: duplicate
restrictions: []
relicense: false
- usages: [combine]
forms: [binary, saas]
result: independent
keywords: [separate, aggregate]
relicense: true
- usages: [combine]
forms: [raw]
result: derivative
restrictions: [state_changes]
relicense: false
- usages: [distill, generate]
forms: [raw, binary, saas]
result: independent
keywords: [output]
relicense: true
- usages: [amalgamate, modify]
forms: [raw, binary, saas]
result: derivative
restrictions: [state_changes]
keywords: [link, modify]
relicense: false
- usages: [train, embed]
forms: [raw, binary, saas]
result: NODEF
-
full_name: GNU Lesser General Public License v3.0 # Software License (copyleft), GPL style license for software libraries
short_id: LGPL-3.0
url: https://www.gnu.org/licenses/lgpl-3.0.en.html
version: 3.0
available: true
categories: [public, software, copyleft] # w/o auto-relicensing, w/o disclose
labels: [OSI Approved, GNU]
rights: [use, modify, merge, redistribute, commercial_use]
reserved_rights: [sublicense, trademark_use, copyright, patent, trademark]
rights_prefix: [non-exclusive, worldwide, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
compat: [GPL-3.0]
terms: &LGPL3terms
- usages: [use, copy]
forms: [raw, binary] # w/o saas
result: duplicate
restrictions: []
relicense: false
- usages: [combine] # The only different compare to GPL
forms: [raw, binary]
result: independent
restrictions: []
keywords: [separate, aggregate]
relicense: true
- usages: [distill, generate]
forms: [raw, binary]
result: independent
keywords: [output]
relicense: true
- usages: [amalgamate]
forms: [raw, binary]
result: derivative
restrictions: [state_changes]
keywords: [link]
relicense: conditional
- usages: [modify]
forms: [raw, binary]
result: derivative
restrictions: [state_changes]
keywords: [modify]
relicense: false
- usages: [train, embed]
forms: [raw, binary]
result: NODEF
-
full_name: GNU Lesser General Public License v2.1 # Software License (copyleft)
short_id: LGPL-2.1
url: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
version: 2.1
available: true
categories: [public, software, copyleft] # w/o auto-relicensing, w/o disclose
labels: [OSI Approved, GNU]
rights: [use, modify, merge, redistribute, commercial_use]
reserved_rights: [sublicense, trademark_use, copyright, patent, trademark]
rights_prefix: [non-exclusive, worldwide, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
compat: [GPL-2.0]
terms: *LGPL3terms # Same as LGPL-3.0
-
full_name: The 3-Clause BSD License # Software License
short_id: BSD-3-Clause
url: https://opensource.org/license/bsd-3-clause/
version: None
available: true
categories: [public, software, permissive]
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, sublicense, commercial_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: []
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms: &BSD3terms
- usages: [use, copy]
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: false
- usages: [amalgamate, modify]
forms: [raw, binary]
result: derivative
restrictions: []
keywords: [modify]
relicense: true
- usages: [combine, train, distill, generate, embed]
forms: [raw, binary]
result: NODEF
-
full_name: BSD 3-Clause Clear License # Software License
short_id: BSD-3-Clause-Clear
url: https://spdx.org/licenses/BSD-3-Clause-Clear.html
version: None
available: true
categories: [public, software, permissive]
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, sublicense, commercial_use]
reserved_rights: [trademark_use, patent_use, copyright, patent, trademark] # The only difference compared to BSD-3-Clause is patent_use
rights_prefix: []
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms: *BSD3terms
-
full_name: The 2-Clause BSD License # Software License, similar as BSD-3-Clause
short_id: BSD-2-Clause
url: https://opensource.org/license/bsd-2-clause/
version: None
available: true
categories: [public, software, permissive]
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, sublicense, commercial_use]
reserved_rights: [copyright, patent, trademark] # No explict prohibition on trademark_use
rights_prefix: []
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms: *BSD3terms
-
full_name: Do What The F*ck You Want To Public License v2.0 # Software License (Public Domain)
short_id: WTFPL-2.0
url: https://spdx.org/licenses/WTFPL.html
version: 2.0
available: true
categories: [public, software, permissive]
labels: [Public Domain]
rights: [use, modify, merge, redistribute, commercial_use]
reserved_rights: []
rights_prefix: []
coverage: []
redistribute: []
terms:
- usages: [use, copy, modify]
forms: [raw, binary, saas]
result: NODEF
-
full_name: Open Software License v3.0 # Software License (copyleft)
short_id: OSL-3.0
url: https://opensource.org/license/osl-3-0-php/
version: 3.0
available: true
categories: [public, software, copyleft, disclose]
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, sublicense, patent_use, commercial_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [worldwide, royalty-free, non-exclusive, sublicensable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms:
- usages: [use, copy]
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: false
- usages: [combine]
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: true
- usages: [amalgamate, modify]
forms: [raw, binary]
result: derivative
restrictions: []
keywords: [adapt, alter, transform, modify, arrange]
relicense: false
- usages: [embed, train, distill, generate]
forms: [raw, binary]
result: NODEF
-
full_name: Educational Community License v2.0 # Software License
short_id: ECL-2.0
url: https://opensource.org/license/ecl-2-0/
version: 2.0
available: true
categories: [public, software, permissive]
labels: [OSI Approved]
rights: [use, modify, merge, redistribute, sublicense, patent_use, commercial_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms:
- usages: [use, copy]
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: false
- usages: [combine]
forms: [raw, binary]
result: independent
restrictions: []
keywords: [separable, link]
relicense: true
- usages: [amalgamate, modify]
forms: [raw, binary]
result: derivative
restrictions: [state_changes]
keywords: [modify, reproduction]
relicense: true
- usages: [train, distill, generate, embed]
forms: [raw, binary]
result: NODEF
# NOTE: Due to there are some distinction between mix two 'data' work and mix 'data' and 'model' / 'software',
# we provide combine and combine_mix to distinguish these two situations.
-
full_name: Creative Commons CC0 1.0 # Data License (Public Domain)
short_id: CC0-1.0
url: https://creativecommons.org/publicdomain/zero/1.0/
version: 1.0
available: true
categories: [public, data, permissive]
labels: [Creative Commons, Public Domain]
rights: [use, modify, merge, redistribute, commercial_use, copyright]
reserved_rights: [trademark_use, patent_use, trademark, patent]
rights_prefix: [worldwide, royalty-free, non-transferable, non-sublicensable, non-exclusive, irrevocable]
coverage: []
redistribute: []
terms:
- usages: [use, copy, modify, amalgamate, combine, embed] # Combine means combination of data and data.
forms: [raw, binary, saas]
result: independent
keywords: [reproduce, adapt, perform, translate, reuse]
relicense: true
- usages: [train, distill, generate]
forms: [raw, binary, saas]
result: NODEF
-
full_name: Creative Commons Attribution 4.0 # Data License
short_id: CC-BY-4.0
url: https://creativecommons.org/licenses/by/4.0/
version: 4.0
available: true
categories: [public, data, permissive, auto-relicensing]
labels: [Creative Commons]
rights: [use, modify, merge, redistribute, commercial_use]
reserved_rights: [sublicense, trademark_use, patent_use, copyright, patent, trademark]
rights_prefix: [worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable]
coverage: [duplicate, derivative, modification, translation]
redistribute: [include_notice, include_license]
compat: [CC-BY-SA, CC-BY-NC, CC-BY-NC-SA]
terms: &CCBYterms
- usages: [use, copy]
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: false
- usages: [amalgamate]
forms: [raw, binary]
result: derivative
restrictions: [state_changes]
keywords: [reproduce, adaptation, remix]
relicense: conditional
- usages: [combine]
forms: [raw, binary]
result: independent
restrictions: []
keywords: [collection, arrangement] # https://certificates.creativecommons.org/cccertedu/chapter/4-4-remixing-cc-licensed-work/
relicense: true
- usages: [embed]
forms: [raw, binary]
result: translation
restrictions: [state_changes]
keywords: [adaptation, translation]
relicense: false
- usages: [augment, modify]
forms: [raw, binary]
result: modification
restrictions: [state_changes]
keywords: [reproduce, remix]
relicense: false
- usages: [combine_mix, train, distill, generate, stat]
forms: [raw, binary]
result: NODEF
-
full_name: Creative Commons Attribution Share Alike 4.0 # Data License (copyleft)
short_id: CC-BY-SA-4.0
url: https://creativecommons.org/licenses/by-sa/4.0/
version: 4.0
available: true
categories: [public, data, copyleft, auto-relicensing]
labels: [Creative Commons]
rights: [use, modify, merge, redistribute, commercial_use]
reserved_rights: [sublicense, trademark_use, patent_use, copyright, patent, trademark]
rights_prefix: [worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable]
coverage: [duplicate, derivative, modification, translation]
redistribute: [include_notice, include_license]
compat: [GPL-3.0]
terms: *CCBYterms # The terms is same as CC-BY 4.0
-
full_name: Creative Commons Attribution Non Commercial 4.0 # Data License
short_id: CC-BY-NC-4.0 # Similar with CC-BY-4.0, the difference is non commercial
url: https://creativecommons.org/licenses/by-nc/4.0/
version: 4.0
available: true
categories: [public, data, permissive, auto-relicensing]
labels: [Creative Commons]
rights: [use, modify, merge, redistribute]
reserved_rights: [sublicense, commercial_use, trademark_use, patent_use, copyright, patent, trademark]
rights_prefix: [worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable]
coverage: [duplicate, derivative, modification, translation]
redistribute: [include_notice, include_license]
compat: [CC-BY-NC-SA]
terms: *CCBYterms
-
full_name: Creative Commons Attribution No Derivatives 4.0 # Data License
short_id: CC-BY-ND-4.0
url: https://creativecommons.org/licenses/by-nd/4.0/
version: 4.0
available: true
categories: [public, data, permissive, auto-relicensing]
labels: [Creative Commons]
rights: [use, modify, merge, commercial_use] # If you modify it, you may not distribute the modified material.
reserved_rights: [redistribute, sublicense, trademark_use, patent_use, copyright, patent, trademark] # Cannot redistribute
rights_prefix: [worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable]
coverage: [duplicate] # No Derivatives, it means all derivative, modification, translation are unallowed
redistribute: [include_notice, include_license]
compat: [CC-BY-NC-ND] # No compat according CC, however, we can enable it for analysis purpose.
terms: *CCBYterms
-
full_name: Creative Commons Attribution Non Commercial No Derivatives 4.0 # Data License (copyleft)
short_id: CC-BY-NC-ND-4.0
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
version: 4.0
available: true
categories: [public, data, permissive, auto-relicensing]
labels: [Creative Commons]
rights: [use, modify, merge]
reserved_rights: [redistribute, sublicense, commercial_use, trademark_use, patent_use, copyright, patent, trademark] # Cannot redistribute
rights_prefix: [worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable]
coverage: [duplicate] # No Derivatives, it means all derivative, modification, translation are unallowed
redistribute: [include_notice, include_license]
compat: []
terms: *CCBYterms
-
full_name: Creative Commons Attribution Non Commercial Share Alike 4.0 # Data License (copyleft)
short_id: CC-BY-NC-SA-4.0 # Similar with CC-BY-SA-4.0, the difference is non commercial
url: https://creativecommons.org/licenses/by-nc-sa/4.0/
version: 4.0
available: true
categories: [public, data, copyleft, auto-relicensing]
labels: [Creative Commons]
rights: [use, modify, merge, redistribute]
reserved_rights: [sublicense, commercial_use, trademark_use, patent_use, copyright, patent, trademark]
rights_prefix: [worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable]
coverage: [duplicate, derivative, modification, translation]
redistribute: [include_notice, include_license]
compat: []
terms: *CCBYterms
-
full_name: Open Data Commons Public Domain Dedication and License v1.0 # Data License (Public Domain)
short_id: PDDL
url: https://opendatacommons.org/licenses/pddl/1-0/
version: 1.0
available: true
categories: [public, data, permissive]
labels: [Open Data Commons, Public Domain]
rights: [use, modify, merge, redistribute, sublicense, commercial_use, copyright]
reserved_rights: [trademark_use, patent_use, trademark, patent]
rights_prefix: [worldwide, royalty-free, non-exclusive, irrevocable]
coverage: []
redistribute: []
terms:
- usages: [use, copy, modify, combine, amalgamate]
forms: [raw, binary, saas]
result: independent
keywords: [use, modify]
relicense: true
- usages: [embed, train, distill, generate]
forms: [raw, binary, saas]
result: NODEF
-
full_name: Computational Use of Data Agreement v1.0 # Data License
short_id: C-UDA
url: https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md
version: 1.0
available: true
categories: [public, data, permissive]
labels: [Microsoft]
rights: [use, modify, merge, redistribute]
reserved_rights: [commercial_use, trademark_use, patent_use, trademark, patent, copyright] # Computational use only
rights_prefix: [worldwide, royalty-free, non-exclusive, irrevocable]
coverage: [derivative]
redistribute: [include_notice]
terms:
- usages: [use, copy]
forms: [raw, binary, saas]
result: duplicate
keywords: [use]
relicense: false
- usages: [modify, combine, amalgamate, embed, train, distill, generate]
forms: [raw, binary, saas]
result: independent
keywords: [result]
relicense: true
-
full_name: Lesser General Public License For Linguistic Resources # Data License (copyleft)
short_id: LGPL-LR
url: https://spdx.org/licenses/LGPLLR.html
version: none
available: true
categories: [public, data, copyleft, disclose, auto-relicensing] # with auto-relicensing
labels: [GNU]
rights: [use, modify, merge, redistribute]
reserved_rights: [sublicense, trademark_use, copyright, patent, trademark, commercial_use]
rights_prefix: [no-charge, royalty-free]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
terms:
- usages: [use, copy]
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: false
- usages: [modify, amalgamate, augment, embed, generate, combine] # The new work is a linguistic resource
forms: [raw, binary] # The program used for augmenting, embedding, ... must be disclosed
result: derivative
restrictions: [state_changes]
keywords: [modify]
relicense: false
- usages: [combine_mix] # mere aggregation (refer to combine with other models or algorithms), the new work is not a linguistic resource
forms: [raw, binary]
result: independent
keywords: [aggregation, collection, separate]
relicense: true
- usages: [train, distill, stat] # The new work is not a linguistic resource
forms: [raw, binary]
result: independent
keywords: [program]
relicense: true
-
full_name: GNU Free Documentation License v1.3 # Data License (copyleft)
short_id: GFDL
url: https://www.gnu.org/licenses/fdl-1.3.en.html
version: 1.3
available: true
categories: [public, data, copyleft, disclose] # with auto-relicensing
labels: [GNU]
rights: [use, modify, merge, redistribute, commercial_use]
reserved_rights: [sublicense, copyright, patent, trademark]
rights_prefix: [worldwide, royalty-free]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
incompat: [GPL]
terms:
- usages: [use, copy]
forms: [raw, binary]
result: duplicate
restrictions: []
relicense: false
- usages: [modify, combine, amalgamate, augment, embed, generate]
forms: [raw, binary]
result: derivative
restrictions: [state_changes]
keywords: [modify, combining, translation]
relicense: false
- usages: [combine_mix, train, distill, stat] # combine_mix means combine this work with other 'software' or 'model'.
forms: [raw, binary]
result: independent
keywords: [aggregation]
relicense: true
-
full_name: Open RAIL++-M # Model License
short_id: OpenRAIL++
url: https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL
version: null
available: true
categories: [public, model, permissive]
labels: [OpenRAIL, Responsible AI, Use Restriction]
rights: [use, modify, merge, redistribute, sublicense, commercial_use, patent_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
incompat: [GPL, AGPL, LGPL, GFDL]
terms: &OpenRAILterms
- usages: [use, copy]
forms: [raw, binary, saas]
result: duplicate
restrictions: [include_use_restriction, include_runtime_restriction]
relicense: false
- usages: [generate]
forms: [raw, binary, saas]
result: derivative
restrictions: [include_use_restriction, include_runtime_restriction]
keywords: [transfer, modification]
relicense: conditional
- usages: [combine, amalgamate, modify, distill, train]
forms: [raw, binary, saas]
result: derivative
restrictions: [state_changes, include_use_restriction, include_runtime_restriction]
keywords: [transfer, modification]
relicense: conditional
-
full_name: CreativeML Open RAIL-M # Model License, same as OpenRAIL++
short_id: CreativeML-OpenRAIL-M
url: https://huggingface.co/spaces/CompVis/stable-diffusion-license
version: null
available: true
categories: [public, model, permissive]
labels: [OpenRAIL, Responsible AI, Use Restriction]
rights: [use, modify, merge, redistribute, sublicense, commercial_use, patent_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
incompat: [GPL, AGPL, LGPL, GFDL]
terms: *OpenRAILterms
-
full_name: BigScience RAIL License v1.0 # Model License, same as OpenRAIL++
short_id: BigScience-BLOOM-RAIL-1.0
url: https://bigscience.huggingface.co/blog/the-bigscience-rail-license
version: 1.0
available: true
categories: [public, model, permissive]
labels: [OpenRAIL, Responsible AI, Use Restriction]
rights: [use, modify, merge, redistribute, sublicense, commercial_use, patent_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
incompat: [GPL, AGPL, LGPL, GFDL]
terms: *OpenRAILterms
-
full_name: BigScience Open RAIL-M License # Model License, same as OpenRAIL++
short_id: BigScience-BLOOM-OpenRAIL-M
url: https://bigscience.huggingface.co/blog/bigscience-openrail-m
version: null
available: true
categories: [public, model, permissive]
labels: [OpenRAIL, Responsible AI, Use Restriction]
rights: [use, modify, merge, redistribute, sublicense, commercial_use, patent_use]
reserved_rights: [trademark_use, copyright, patent, trademark]
rights_prefix: [perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable]
coverage: [duplicate, derivative]
redistribute: [include_notice, include_license]
incompat: [GPL, AGPL, LGPL, GFDL]
terms: *OpenRAILterms
-
full_name: OPT-175B # Model License (Proprietary)
short_id: OPT-175B
url: https://github.com/facebookresearch/metaseq/blob/main/projects/OPT/MODEL_LICENSE.md
version: null
available: true
categories: [model, proprietary]
labels: [Meta, Use Restriction]
rights: [use, modify, merge, redistribute, commercial_use, patent_use] # The redistribution right is not granted.
reserved_rights: [sublicense, trademark_use, copyright, patent, trademark]
rights_prefix: [non-exclusive, worldwide, non-transferable, non-sublicensable, revocable, royalty-free]
coverage: [duplicate] # Sharing the derivative is unallowed
redistribute: []
terms: &OPT175Bterms
- usages: [use, copy]
forms: [raw, binary, saas]
result: duplicate
restrictions: [include_use_restriction] # Only personal use are allow, so the requirements of include_notice, include_license are omitted
relicense: false
copyleft: true
- usages: [combine, amalgamate, modify, distill, generate, train]
forms: [raw, binary, saas]
result: derivative
restrictions: [include_use_restriction]
keywords: [modify, reproduce, incorporate]
relicense: false
copyleft: true
-
full_name: SEER # Model License (Proprietary), same as OPT-175B
short_id: SEER
url: https://github.com/facebookresearch/vissl/blob/main/projects/SEER/MODEL_LICENSE.md
version: null
available: true
categories: [model, proprietary]
labels: [Meta, Use Restriction]
rights: [use, modify, merge, redistribute, commercial_use, patent_use]
reserved_rights: [sublicense, trademark_use, copyright, patent, trademark]
rights_prefix: [non-exclusive, worldwide, non-transferable, non-sublicensable, revocable, royalty-free]
coverage: [duplicate]
redistribute: []
terms: *OPT175Bterms
-
full_name: Llama2 # Model License
short_id: Llama2
url: https://ai.meta.com/resources/models-and-libraries/llama-downloads/
version: null
available: true
categories: [public, model, permissive]
labels: [Meta, Use Restriction]
rights: [use, modify, merge, redistribute, commercial_use, patent_use]
reserved_rights: [sublicense, trademark_use, copyright, patent, trademark]
rights_prefix: [worldwide, non-exclusive, non-transferable, no-charge, royalty-free]
coverage: [duplicate, derivative]
redistribute: [include_license]
incompat: [GPL, AGPL, LGPL, GFDL]
terms:
- usages: [use, copy]
forms: [raw, binary, saas]
result: duplicate
restrictions: [include_notice, include_use_restriction]
relicense: false
- usages: [generate]
forms: [raw, binary, saas]
result: derivative
restrictions: [include_use_restriction]
keywords: [outputs]
relicense: conditional
- usages: [combine, amalgamate, modify, train]
forms: [raw, binary, saas]
result: derivative
keywords: [portion]
restrictions: [include_notice, include_use_restriction]
relicense: conditional
- usages: [distill] # Llama2 cannot be used to improve any other LLM
forms: [raw, binary, saas]
result: derivative
restrictions: []
relicense: conditional
...