Skip to content

Commit d1e9384

Browse files
authored
Update README.md
Fix typos
1 parent e9ec8df commit d1e9384

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

toolbox/utils/third-party-generator/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Utils
22

3-
# Generate THIRD-PARTY.md fromuser inputs
3+
# Generate THIRD-PARTY.md from user inputs
44

55
## Prerequisites
66

@@ -9,8 +9,8 @@
99
## Description
1010

1111
Sometimes as open source referent or developer, we need to define file listing third-party components.
12-
This type of file must contain, for eeach component, its name, cipyright, license (wih URL pointing to its text) and also the version and the copyright owners.
13-
It can be a bit broing to fill each time the text or markdown file, that is the reason why this tool has been defined.
12+
This type of file must contain, for each component, its name, copyright, license (with URL pointing to its text) and also the version and the copyright owners.
13+
It can be a bit boring and time-burning to fill each time the text or markdown file, that is the reason why this tool has been defined.
1414

1515
### Ask inputs from user
1616

@@ -100,6 +100,6 @@ You may download the source code on the [following website](https://github.com/O
100100

101101
### About the licenses.py file
102102

103-
There is plenty of licenses and also a lot of standards. It can be a pain or time consuming to let the user write the license in use for a component,
104-
then find there URL point to the license text and write it. In fact, such details are still known so we can let the user choose.
105-
The *licenses.py* file lists main licenses we can meet during audits. Each entry in this dictionary has a license name in SPDX short-identifier format and the URL pointing to the license text. Thus these details will be added in the THIRD-PARTY file.$
103+
There is plenty of licenses and also a lot of standards. It can be a pain or time-consuming to let the user write the license in use for a component,
104+
then find the URL pointing to the license text and write it. In fact, such details are still known so we can let the user choose within list items.
105+
The *licenses.py* file lists main licenses we can meet during audits. Each entry in this dictionary has a license name in SPDX short-identifier format and the URL pointing to the license text. Thus these details will be added in the THIRD-PARTY file.

0 commit comments

Comments
 (0)