-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathvalid-license-expression-with-text-1.7.textproto
49 lines (48 loc) · 1.97 KB
/
valid-license-expression-with-text-1.7.textproto
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
# proto-file: schema/bom-1.7.proto
# proto-message: Bom
spec_version: "1.7"
version: 1
serial_number: "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79"
components {
type: CLASSIFICATION_APPLICATION
publisher: "Acme Inc"
group: "com.acme"
name: "tomcat-catalina"
version: "9.0.14"
description: "Modified version of Apache Catalina"
scope: SCOPE_REQUIRED
hashes {
alg: HASH_ALG_MD_5
value: "3942447fac867ae5cdb3229b658f4d48"
}
hashes {
alg: HASH_ALG_SHA_1
value: "e6b1000b94e835ffd37f4c6dcbdad43f4b48a02a"
}
hashes {
alg: HASH_ALG_SHA_256
value: "f498a8ff2dd007e29c2074f5e4b01a9a01775c3ff3aeaf6906ea503bc5791b7b"
}
hashes {
alg: HASH_ALG_SHA_512
value: "e8f33e424f3f4ed6db76a482fde1a5298970e442c531729119e37991884bdffab4f9426b7ee11fccd074eeda0634d71697d6f88a460dce0ac8d627a29f7d1282"
}
licenses {
bom_ref: "my-license"
acknowledgement: LICENSE_ACKNOWLEDGEMENT_ENUMERATION_DECLARED
expression: "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0"
expression_texts {
license_identifier: "EPL-2.0"
text {
content: "Eclipse Public License - v 2.0\n\n THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE\n PUBLIC LICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION\n OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT..."
}
}
expression_texts {
license_identifier: "GPL-2.0 WITH Classpath-exception-2.0",
text: {
content: " GNU GENERAL PUBLIC LICENSE\n Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.,\n <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed...\n\n...\n\nLinking this library statically or dynamically with other modules is making a combined work based on this library..."
}
}
}
purl: "pkg:maven/com.acme/[email protected]?packaging=jar"
}