Skip to content

Commit 4192fae

Browse files
committed
Update text #132
* Update license section * Update intro text Signed-off-by: Jillian Daguil <[email protected]>
1 parent cf52874 commit 4192fae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,28 @@
66
AboutCode Manager provides an advanced visual UI to help you quickly evaluate
77
license and other notices identified by
88
[ScanCode](https://github.com/nexB/scancode-toolkit/) and record your conclusion
9-
about the effective license(s) for a component. AboutCode Manager is based on
10-
[Electron](https://electron.atom.io/) and will be the primary desktop/GUI tool
11-
for using nexB’s [AboutCode tools](https://github.com/nexB/aboutcode). This app
12-
works on Windows, OS X and Linux operating systems.
13-
9+
about the effective license(s) for a component.
1410
[ScanCode](https://github.com/nexB/scancode-toolkit/) detects licenses, copyrights
1511
and other interesting information in your code. AboutCode Manager allows you to take the
1612
scan results from ScanCode and create components. By creating these components
1713
within your codebase, you are creating a software inventory of your product.
1814
The conclusions (Concluded License, Concluded Owner, etc.) you make when
1915
creating your component can be exported as a JSON file or saved as SQLite file.
2016

17+
AboutCode Manager is based on
18+
[Electron](https://electron.atom.io/) and will be the primary desktop/GUI tool
19+
for using nexB’s [AboutCode tools](https://github.com/nexB/aboutcode). This app
20+
works on Windows, OS X and Linux operating systems.
21+
2122
![AboutCode Manager](https://github.com/nexB/aboutcode-manager/wiki/aboutcode-manager-chart-summary.gif)
2223

2324
## Using
2425

2526
* You can [download the latest release](https://github.com/nexB/aboutcode-manager/releases)
2627
for your operating system or build it yourself (see below). Once downloaded, you
2728
can find `AboutCode-Manager` under `dist/AboutCode-Manager-<os>-x64-<version>`.
28-
* AboutCode Manager v2 is only compatible with scans from
29-
[ScanCode Toolkit v2.0.0](https://github.com/nexB/scancode-toolkit/releases) and
29+
* AboutCode Manager >= v2 is only compatible with scans from
30+
[ScanCode v2.0.0](https://github.com/nexB/scancode-toolkit/releases) and
3031
above which are run with the ScanCode `-i` option. For a list of available ScanCode
3132
options see [How To: Set what will be detected in a scan](https://github.com/nexB/scancode-toolkit/wiki/How-To:-Set-what-will-be-detected-in-a-scan)
3233

@@ -97,8 +98,7 @@ $ npm test
9798

9899
## License
99100

100-
* Apache-2.0 with an acknowledgement required to accompany the scan output.
101-
* Public domain CC-0 for reference datasets.
101+
* Apache-2.0
102102
* Multiple licenses (LGPL, MIT, BSD, etc.) for third-party components.
103103

104104
See the NOTICE file for more details.

0 commit comments

Comments
 (0)