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
Copy file name to clipboardExpand all lines: docs/UsingAboutCodetoDocumentYourSoftwareAssets.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ You should start with a software inventory of your codebase in spreadsheet forma
136
136
<td>Optional</td>
137
137
</tr>
138
138
<tr>
139
-
<td>license</td>
139
+
<td>license_key</td>
140
140
<td>DejaCode Enterprise license key for the component.</td>
141
141
<td>Optional. gen will obtain license information from DejaCode Enterprise if the --fetch-license option is set, including the license text, in order to create and write the appropriate .LICENSE file in the .ABOUT file target directory.</td>
142
142
</tr>
@@ -272,10 +272,11 @@ Review your generated AboutCode Toolkit files to determine if they meet your req
272
272
version: v 7.2
273
273
attribute: Y
274
274
copyright: Copyright (c) RedHat, Inc.
275
-
license: gpl-2.0
276
275
license_expression: gpl-2.0
277
-
license_name: GNU General Public License 2.0
278
-
license_text_file: gpl-2.0.LICENSE
276
+
licenses:
277
+
- key: gpl-2.0
278
+
name: GNU General Public License 2.0
279
+
file: gpl-2.0.LICENSE
279
280
owner: Red Hat
280
281
redistribute: Y
281
282
@@ -388,7 +389,7 @@ In summary, you can start with simple, cosmetic customizations to the default.ht
388
389
389
390
When your Product BOM (your filtered software inventory) is ready, you can save it as a .csv file, and use it as input to run attrib to generate your product attribution notice package. Note that attrib will use the "about_file_path" column in your software inventory to get all the fields that it needs from your previously generated AboutCode Toolkit files. The official attrib parameters are defined here:
@@ -416,6 +417,6 @@ One of the major features of the ABOUT File specification is that the .ABOUT fil
416
417
417
418
If your organization adopts the practice of manually creating and maintaining AboutCode Toolkit files, you can easily re-create your software inventory from your codebase using inventory. The official inventory parameters are defined here:
0 commit comments