Skip to content

Commit 9917ef9

Browse files
Add licenses and copyrights to SBOM entries (#1598)
1 parent c208106 commit 9917ef9

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

etc/cyclonedx.sbom.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"components": [
33
{
44
"bom-ref": "pkg:github/juliastrings/utf8proc@2.8.0",
5+
"copyright": "Copyright \u00a9 2014-2021 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.",
56
"externalReferences": [
67
{
78
"type": "distribution",
@@ -13,13 +14,27 @@
1314
}
1415
],
1516
"group": "juliastrings",
17+
"licenses": [
18+
{
19+
"license": {
20+
"id": "MIT"
21+
}
22+
},
23+
{
24+
"license": {
25+
"id": "Unicode-TOU",
26+
"url": "https://www.unicode.org/copyright.html"
27+
}
28+
}
29+
],
1630
"name": "utf8proc",
1731
"purl": "pkg:github/juliastrings/utf8proc@2.8.0",
1832
"type": "library",
1933
"version": "2.8.0"
2034
},
2135
{
2236
"bom-ref": "pkg:github/madler/zlib@v1.2.13",
37+
"copyright": "(C) 1995-2024 Jean-loup Gailly and Mark Adler",
2338
"externalReferences": [
2439
{
2540
"type": "distribution",
@@ -31,26 +46,42 @@
3146
}
3247
],
3348
"group": "madler",
49+
"licenses": [
50+
{
51+
"license": {
52+
"id": "Zlib"
53+
}
54+
}
55+
],
3456
"name": "zlib",
3557
"purl": "pkg:github/madler/zlib@v1.2.13",
3658
"type": "library",
3759
"version": "v1.2.13"
3860
},
3961
{
4062
"bom-ref": "pkg:github/mnunberg/jsonsl",
63+
"copyright": "Copyright (c) 2012-2015 M. Nunberg, mnunberg@haskalah.org",
4164
"externalReferences": [
4265
{
4366
"type": "website",
4467
"url": "https://github.com/mnunberg/jsonsl"
4568
}
4669
],
4770
"group": "mnunberg",
71+
"licenses": [
72+
{
73+
"license": {
74+
"id": "MIT"
75+
}
76+
}
77+
],
4878
"name": "jsonsl",
4979
"purl": "pkg:github/mnunberg/jsonsl",
5080
"type": "library"
5181
},
5282
{
5383
"bom-ref": "pkg:github/troydhanson/uthash@v2.3.0",
84+
"copyright": "Copyright (c) 2005-2018, Troy D. Hanson http://troydhanson.github.com/uthash/",
5485
"externalReferences": [
5586
{
5687
"type": "distribution",
@@ -62,6 +93,13 @@
6293
}
6394
],
6495
"group": "troydhanson",
96+
"licenses": [
97+
{
98+
"license": {
99+
"id": "BSD-1-Clause"
100+
}
101+
}
102+
],
65103
"name": "uthash",
66104
"purl": "pkg:github/troydhanson/uthash@v2.3.0",
67105
"type": "library",
@@ -83,7 +121,7 @@
83121
}
84122
],
85123
"metadata": {
86-
"timestamp": "2024-05-03T19:02:40.015183+00:00",
124+
"timestamp": "2024-05-09T19:36:07.416344+00:00",
87125
"tools": [
88126
{
89127
"externalReferences": [

0 commit comments

Comments
 (0)