|
6 | 6 | AboutCode Manager provides an advanced visual UI to help you quickly evaluate |
7 | 7 | license and other notices identified by |
8 | 8 | [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. |
14 | 10 | [ScanCode](https://github.com/nexB/scancode-toolkit/) detects licenses, copyrights |
15 | 11 | and other interesting information in your code. AboutCode Manager allows you to take the |
16 | 12 | scan results from ScanCode and create components. By creating these components |
17 | 13 | within your codebase, you are creating a software inventory of your product. |
18 | 14 | The conclusions (Concluded License, Concluded Owner, etc.) you make when |
19 | 15 | creating your component can be exported as a JSON file or saved as SQLite file. |
20 | 16 |
|
| 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 | + |
21 | 22 |  |
22 | 23 |
|
23 | 24 | ## Using |
24 | 25 |
|
25 | 26 | * You can [download the latest release](https://github.com/nexB/aboutcode-manager/releases) |
26 | 27 | for your operating system or build it yourself (see below). Once downloaded, you |
27 | 28 | 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 |
30 | 31 | above which are run with the ScanCode `-i` option. For a list of available ScanCode |
31 | 32 | 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) |
32 | 33 |
|
@@ -97,8 +98,7 @@ $ npm test |
97 | 98 |
|
98 | 99 | ## License |
99 | 100 |
|
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 |
102 | 102 | * Multiple licenses (LGPL, MIT, BSD, etc.) for third-party components. |
103 | 103 |
|
104 | 104 | See the NOTICE file for more details. |
|
0 commit comments