File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ fail-on-severity : low
2+ show-openssf-scorecard : true
3+ license-check : true
4+ vulnerability-check : true
5+ comment-summary-in-pr : always
6+
7+ # List of explicitly allowed licenses for EUPL 1.2 Inbound Compatibility
8+ # (Allows importing these libraries into a EUPL 1.2 project)
9+ allow-licenses :
10+ # ==========================================
11+ # 1. Public domain / no-attribution
12+ # ==========================================
13+ - CC0-1.0
14+ - Unlicense
15+ - WTFPL
16+ - 0BSD
17+
18+ # ==========================================
19+ # 2. Standard permissive
20+ # ==========================================
21+ - MIT
22+ - Apache-2.0
23+ - ISC
24+ - BSD-2-Clause
25+ - BSD-3-Clause
26+ - Zlib
27+
28+ # ==========================================
29+ # 3. Weak copyleft
30+ # ==========================================
31+ - MPL-1.1
32+ - MPL-2.0
33+ - CDDL-1.0
34+ - EPL-1.0
35+ - EPL-2.0
36+ - CECILL-2.1
37+
38+ # ==========================================
39+ # 4. Library Copyleft (LGPL)
40+ # Explicitly Compatible via EUPL Appendix
41+ # ==========================================
42+ - LGPL-2.1-only
43+ - LGPL-2.1-or-later
44+ - LGPL-3.0-only
45+ - LGPL-3.0-or-later
46+
47+ # ==========================================
48+ # 5. EUPL
49+ # ==========================================
50+ - EUPL-1.0
51+ - EUPL-1.1
52+ - EUPL-1.2
53+
54+ # ==========================================
55+ # 6. Other / Niche permissive licenses
56+ # ==========================================
57+
58+ - AAL
59+ - AFL-3.0
60+ - Apache-1.1
61+ - APL-1.0
62+ - APSL-2.0
63+ - Artistic-1.0-Perl
64+ - Artistic-2.0
65+ - BSL-1.0
66+ - CATOSL-1.1
67+ - CPAL-1.0
68+ - CUA-OPL-1.0
69+ - ECL-2.0
70+ - EFL-2.0
71+ - Entessa
72+ - EUDatagrid
73+ - Fair
74+ - LPPL-1.3c
75+ - LPL-1.02
76+ - MirOS
77+ - Motosoto
78+ - Multics
79+ - NASA-1.3
80+ - NCSA
81+ - NTP
82+ - Naumen
83+ - Nokia
84+ - PostgreSQL
85+ - PSF-2.0
86+ - RPSL-1.0
87+ - RSCPL
88+ - SimPL-2.0
89+ - Sleepycat
90+ - SPL-1.0
91+ - VSL-1.0
92+ - W3C
93+ - W3C-20150513
94+ - Xnet
95+ - ZPL-2.0
You can’t perform that action at this time.
0 commit comments