Skip to content

Commit 208dfc7

Browse files
committed
update README.rst
1 parent 96f9a9e commit 208dfc7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ In future versions, this tool will be able to generate attribution notices and
2626
collect redistributable source code used in your project to help you comply
2727
with open source licenses requirements.
2828

29-
This version of the ABOUT tool follows the ABOUT specification version 0.8.0 at:
30-
http://www.dejacode.org/about_spec_v0.8.0.html
29+
This version of the ABOUT tool follows the ABOUT specification version 0.8.1 at:
30+
http://www.dejacode.org/about_spec_v0.8.1.html
3131

3232

3333
REQUIREMENTS
@@ -74,6 +74,8 @@ USAGE
7474
-----
7575
The ABOUT tool command syntax is::
7676

77+
⋅⋅* about.py
78+
7779
Usage: about.py [options] input_path output_path
7880

7981
Input can be a file or directory.
@@ -93,6 +95,7 @@ Example::
9395

9496
$ python about.py ./thirdparty_code/ thirdparty_about.csv
9597

98+
..* genabout.py
9699

97100
In this example, the .ABOUT files in the directory /thirdparty_code/ will
98101
be parsed and validated to collect the data they contain. The collected

0 commit comments

Comments
 (0)