Skip to content

Commit fdfd099

Browse files
authored
Consistency and text edits
1 parent eb6a9a7 commit fdfd099

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AboutCode toolkit
1+
AboutCode Toolkit
22
=================
33

44
Build 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
2222
third-party software components that you use in your project.
2323

2424
You start by storing ABOUT files (a small YAML formatted text file with field/value pairs)
2525
side-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.
2727
For more information on the ABOUT file format, visit http://www.dejacode.org
2828
There are many examples of ABOUT files (valid or invalid) in the testdata/
2929
directory 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
3232
can collect and validate the inventory of third-party components that you use.
3333

3434
In 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:
3939
https://github.com/nexB/aboutcode-toolkit/blob/master/SPEC
4040

4141

4242
REQUIREMENTS
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.
4545
You will need to install a Python interpreter if you do not have one already
4646
installed.
4747

@@ -59,7 +59,7 @@ Open and run the installer using all the default options.
5959

6060
INSTALLATION
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

6565
To install all the needed dependencies in a virtualenv, run (on posix)::
@@ -97,7 +97,7 @@ For issues, you can use:
9797

9898
SOURCE 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

110110
LICENSE
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.
113113
See (of course) the about.ABOUT file for details.

0 commit comments

Comments
 (0)