Skip to content

Commit 0843df3

Browse files
committed
#563 - Update doc description for the new license expressino fields
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 31d5622 commit 0843df3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/general.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ it will copy and store next to the .ABOUT files.
125125
- The ScanCode LicenseDB spdx_license_key defined for the license at https://scancode-licensedb.aboutcode.org/index.html
126126
- Optional
127127
* - declared_license_expression
128-
-
129-
- Optional. You can separate each identifier using " OR " and " AND " to document the relationship between multiple license identifiers, such as a choice among multiple licenses.
128+
- A license expression derived from statements in the manifests or key files of a software project, such as the NOTICE, COPYING, README, and LICENSE files.
129+
- Optional
130130
* - other_license_expression
131-
-
132-
- Optional. You can separate each identifier using " OR " and " AND " to document the relationship between multiple license identifiers, such as a choice among multiple licenses.
131+
- A license expression derived from detected licenses in the non-key files of a software project, which are often third-party software used by the project, or test, sample and documentation files.
132+
- Optional
133133
* - copyright
134134
- copyright statement for the component
135135
- Optional

0 commit comments

Comments
 (0)