|
1 | 1 | # SPDX Usage Examples
|
2 | 2 |
|
3 |
| -This repository includes demonstrations of [SPDX](https://spdx.dev) for various scenarios and use cases. |
| 3 | +This repository includes demonstrations of [SPDX](https://spdx.dev) for various |
| 4 | +scenarios and use cases. |
4 | 5 |
|
5 |
| -The repository is organized by profiles which represents a set of scenarios and use cases for a particular domain (e.g. security, license compliance). |
6 |
| -Each directory contains a README.md file describing the profile and the examples contained within that directory. |
| 6 | +The repository is organized by profiles which represents a set of scenarios and |
| 7 | +use cases for a particular domain (e.g. security, license compliance). |
| 8 | +Each directory contains a README.md file describing the profile and the |
| 9 | +examples contained within that directory. |
7 | 10 |
|
8 |
| -The presentations directory contains examples included in various SPDX presentations. |
| 11 | +The [`presentations`](./presentations/) directory contains examples included in |
| 12 | +various SPDX presentations. |
9 | 13 |
|
10 |
| -Please note that this repository does not contain all of the supported fields nor all of the supported serialization formats in the latest version of the spec. Please see the [SPDX Specification Examples](https://github.com/spdx/spdx-spec/tree/development/v2.3.1/examples) for the latest and examples that contain all of the supported fields and formats. |
| 14 | +Please note that this repository does not contain all of the supported fields |
| 15 | +nor all of the supported serialization formats in the latest version of the |
| 16 | +specification. |
| 17 | + |
| 18 | +Additional version-specific examples can be found in the `examples` directory |
| 19 | +of each specification version: |
| 20 | + |
| 21 | +- [v3.0.1](https://github.com/spdx/spdx-spec/tree/development/v3.0.1/examples) |
| 22 | +- [v2.3.1](https://github.com/spdx/spdx-spec/tree/development/v2.3.1/examples) |
| 23 | + |
| 24 | +More guidance on using SPDX, including how to use SPDX license list short |
| 25 | +identifiers in source files and leverage SPDX for compliance with standards and |
| 26 | +regulations, is available in the [`spdx/using`](https://github.com/spdx/using/) |
| 27 | +repository. |
11 | 28 |
|
12 | 29 | ## Licenses
|
13 | 30 |
|
14 | 31 | Copyright Contributors to the spdx-examples project.
|
15 | 32 |
|
16 |
| -Unless otherwise specified, source code in this repository is licensed under the GNU General Public License, Version 3 or later (GPL-3.0-or-later). A copy is included in the COPYING file. |
| 33 | +Unless otherwise specified, source code in this repository is licensed under |
| 34 | +the GNU General Public License, Version 3 or later (GPL-3.0-or-later). |
| 35 | +A copy is included in the COPYING file. |
17 | 36 |
|
18 |
| -Other licenses may be specified as well for certain files for purposes of illustration or where third-party components are used. |
| 37 | +Other licenses may be specified as well for certain files for purposes of |
| 38 | +illustration or where third-party components are used. |
19 | 39 |
|
20 |
| -Documentation in this repository is licensed under the Creative Commons Attribution 4.0 International license (CC-BY-4.0), available at https://creativecommons.org/licenses/by/4.0/. |
| 40 | +Documentation in this repository is licensed under the Creative Commons |
| 41 | +Attribution 4.0 International license (CC-BY-4.0), available at |
| 42 | +<https://creativecommons.org/licenses/by/4.0/>. |
21 | 43 |
|
22 |
| -SPDX documents in this repository are provided under CC0 1.0 Universal (CC0-1.0), available at https://creativecommons.org/publicdomain/zero/1.0/. |
| 44 | +SPDX documents in this repository are provided under CC0 1.0 Universal |
| 45 | +(CC0-1.0), available at |
| 46 | +<https://creativecommons.org/publicdomain/zero/1.0/>. |
0 commit comments