|
1 | 1 | # Utils |
2 | 2 |
|
3 | | -# Generate THIRD-PARTY.md fromuser inputs |
| 3 | +# Generate THIRD-PARTY.md from user inputs |
4 | 4 |
|
5 | 5 | ## Prerequisites |
6 | 6 |
|
|
9 | 9 | ## Description |
10 | 10 |
|
11 | 11 | 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. |
14 | 14 |
|
15 | 15 | ### Ask inputs from user |
16 | 16 |
|
@@ -100,6 +100,6 @@ You may download the source code on the [following website](https://github.com/O |
100 | 100 |
|
101 | 101 | ### About the licenses.py file |
102 | 102 |
|
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