1- AboutCode toolkit
1+ AboutCode Toolkit
22=================
33
44Build and tests status
@@ -17,31 +17,31 @@ Build and tests status
1717+-------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
1818
1919
20- The AboutCode toolkit and ABOUT files provide a simple way to document the
21- ( origin and license) and other important or interesting information about
20+ The AboutCode Toolkit and ABOUT files provide a simple way to document the
21+ origin, license, usage and other important or interesting information about
2222third-party software components that you use in your project.
2323
2424You start by storing ABOUT files (a small YAML formatted text file with field/value pairs)
2525side-by-side with each of the third-party software components you use.
26- Each ABOUT file documents one software component origin and license(s) .
26+ Each ABOUT file documents origin and license for one software .
2727For more information on the ABOUT file format, visit http://www.dejacode.org
2828There are many examples of ABOUT files (valid or invalid) in the testdata/
2929directory of the whole repository.
3030
31- The current version of the AboutCode toolkit can read these ABOUT files so that you
31+ The current version of the AboutCode Toolkit can read these ABOUT files so that you
3232can collect and validate the inventory of third-party components that you use.
3333
3434In addition, this tool is able to generate attribution notices and
35- collect redistributable source code used in your project to help you comply
36- with open source licenses requirements .
35+ identify redistributable source code used in your project to help you comply
36+ with open source licenses conditions .
3737
38- This version of the ABOUT tool follows the ABOUT specification version 2.0 at:
38+ This version of the AboutCode Toolkit follows the ABOUT specification version 2.0 at:
3939https://github.com/nexB/aboutcode-toolkit/blob/master/SPEC
4040
4141
4242REQUIREMENTS
4343------------
44- The AboutCode toolkit is tested with Python 2.7 and 3.6 on Linux, Mac and Windows.
44+ The AboutCode Toolkit is tested with Python 2.7 and 3.6 on Linux, Mac and Windows.
4545You will need to install a Python interpreter if you do not have one already
4646installed.
4747
@@ -59,7 +59,7 @@ Open and run the installer using all the default options.
5959
6060INSTALLATION
6161------------
62- Checkout or download and extract the AboutCode toolkit from:
62+ Checkout or download and extract the AboutCode Toolkit from:
6363 https://github.com/nexB/aboutcode-toolkit/
6464
6565To install all the needed dependencies in a virtualenv, run (on posix)::
@@ -97,7 +97,7 @@ For issues, you can use:
9797
9898SOURCE CODE
9999-----------
100- The AboutCode toolkit is available through GitHub. For the latest version visit:
100+ The AboutCode Toolkit is available through GitHub. For the latest version visit:
101101 https://github.com/nexB/aboutcode-toolkit
102102
103103
@@ -109,5 +109,5 @@ You agree to the http://developercertificate.org/
109109
110110LICENSE
111111-------
112- The AboutCode toolkit is released under the Apache 2.0 license.
112+ The AboutCode Toolkit is released under the Apache 2.0 license.
113113See (of course) the about.ABOUT file for details.
0 commit comments