You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This field must only be used when "expression" is chosen as the License object has its own bom_ref.
393
395
optionalstringbom_ref=4;
394
-
// This field must only be used when "expression" is chosen ... TODO.
395
-
repeatedExpressionDetailsexpression_details=5;
396
396
}
397
397
398
398
// Specifies the details and attributes related to a software license. It can either include a valid SPDX license identifier or a named license, along with additional properties such as license acknowledgment, comprehensive commercial licensing information, and the full text of the license.
// A valid SPDX license expression. Refer to https://spdx.org/specifications for syntax requirements
422
+
stringexpression=1;
423
+
optionalstringbom_ref=2;
424
+
// Declared licenses and concluded licenses represent two different stages in the licensing process within software development. Declared licenses refer to the initial intention of the software authors regarding the licensing terms under which their code is released. On the other hand, concluded licenses are the result of a comprehensive analysis of the project's codebase to identify and confirm the actual licenses of the components used, which may differ from the initially declared licenses. While declared licenses provide an upfront indication of the licensing intentions, concluded licenses offer a more thorough understanding of the actual licensing within a project, facilitating proper compliance and risk management. Observed licenses are defined in `@.evidence.licenses`. Observed licenses form the evidence necessary to substantiate a concluded license.
// Specifies the optional full text of the attachment
425
-
optionalAttachedTexttext=3;
435
+
optionalAttachedTexttext=2;
426
436
}
427
437
428
438
// Declared licenses and concluded licenses represent two different stages in the licensing process within software development. Declared licenses refer to the initial intention of the software authors regarding the licensing terms under which their code is released. On the other hand, concluded licenses are the result of a comprehensive analysis of the project's codebase to identify and confirm the actual licenses of the components used, which may differ from the initially declared licenses. While declared licenses provide an upfront indication of the licensing intentions, concluded licenses offer a more thorough understanding of the actual licensing within a project, facilitating proper compliance and risk management. Observed licenses are defined in `@.evidence.licenses`. Observed licenses form the evidence necessary to substantiate a concluded license.
expression:"EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0"
19
-
expression_details {
20
-
license_identifier:"EPL-2.0"
21
-
text {
22
-
value:"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:"EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0"
20
+
details {
21
+
license_identifier:"EPL-2.0"
22
+
text {
23
+
value:"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..."
24
+
}
23
25
}
24
-
}
25
-
expression_details {
26
-
license_identifier:"GPL-2.0 WITH Classpath-exception-2.0",
27
-
text {
28
-
content_type:"text/plain",
29
-
value:" 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..."
26
+
details {
27
+
license_identifier:"GPL-2.0 WITH Classpath-exception-2.0",
28
+
text {
29
+
content_type:"text/plain",
30
+
value:" 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..."
0 commit comments