Skip to content

Commit 0c47a6b

Browse files
committed
#487 - Update spec version and wording
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent cd2b1ee commit 0c47a6b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In addition, this tool is able to generate attribution notices and
2020
identify redistributable source code used in your project to help you comply
2121
with open source licenses conditions.
2222

23-
This version of the AboutCode Toolkit follows the ABOUT specification version 3.2.1 at:
23+
This version of the AboutCode Toolkit follows the ABOUT specification version 3.2.2 at:
2424
https://aboutcode-toolkit.readthedocs.io/en/latest/specification.html
2525

2626
Build and tests status

docs/source/home.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In addition, this tool is able to generate attribution notices and
2323
identify redistributable source code used in your project to help you comply
2424
with open source licenses conditions.
2525

26-
This version of the AboutCode Toolkit follows the ABOUT specification version 3.2.1 at:
26+
This version of the AboutCode Toolkit follows the ABOUT specification version 3.2.2 at:
2727
https://aboutcode-toolkit.readthedocs.io/en/latest/specification.html
2828

2929

docs/source/specification.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _specification:
22

33
===============================
4-
ABOUT File Specification v3.2.1
4+
ABOUT File Specification v3.2.2
55
===============================
66

77
Purpose
@@ -29,6 +29,7 @@ A simple and valid ABOUT file named httpd-2.4.3.tar.gz.ABOUT may look like this:
2929
name: Apache 2.0
3030
file: apache-2.0.LICENSE
3131
url: https://scancode-licensedb.aboutcode.org/apache-2.0.LICENSE
32+
spdx_license_key: Apache-2.0
3233
notice_file: httpd.NOTICE
3334
copyright: Copyright (c) 2012 The Apache Software Foundation.
3435
@@ -40,6 +41,7 @@ The meaning of this ABOUT file is:
4041
- The file "httpd-2.4.3.tar.gz" was originally downloaded from http://archive.apache.org/dist/httpd/httpd-2.4.3.tar.gz
4142
- In the same directory, "apache-2.0.LICENSE" and "httpd.NOTICE" are files that contain respectively the license text and the notice text for this component.
4243
- This component is licensed under "apache-2.0"
44+
- The license for this component is defined in the SPDX License List at https://spdx.org/licenses/Apache-2.0.html
4345

4446
Specification
4547
=============
@@ -228,6 +230,7 @@ Optional Licensing fields
228230
- license_expression: The DejaCode license expression that apply to the component. You can separate each identifier using " or " and " and " to document the relationship between multiple license identifiers, such as a choice among multiple licenses (No special characters are allowed).
229231
- license_name: The DejaCode license short name for the license (No special characters are allowed).
230232
- license_key: The DejaCode license key(s) for the component (No special characters are allowed).
233+
- spdx_license_key: The ScanCode LicenseDB spdx_license_key defined for the license at https://scancode-licensedb.aboutcode.org/index.html
231234

232235
Optional Boolean flag fields
233236
----------------------------
@@ -284,4 +287,4 @@ Some examples:
284287

285288
.. code-block:: none
286289
287-
checksum_md5: f30b9c173b1f19cf42ffa44f78e4b96c
290+
checksum_md5: f30b9c173b1f19cf42ffa44f78e4b96c

src/attributecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
__version__ = '7.0.0'
2424

25-
__about_spec_version__ = '3.2.1'
25+
__about_spec_version__ = '3.2.2'
2626

2727
__copyright__ = """
2828
Copyright (c) nexB Inc. All rights reserved. http://dejacode.org

0 commit comments

Comments
 (0)