@@ -11,17 +11,18 @@ Compute summary for all detected packages.
1111Overview
1212--------
1313
14- Previously we were computing the summary at the codebase level which involves `license_clarity_score `,
15- `declared_holder `, `other_license_expressions ` and many more. This project aims to improve scanning accuracy
16- by computing summary and license clarity scores for each package and its files, rather than for the entire scan.
17- This involves enhancing package models, and ensuring proper attribute collection for all package ecosystems.
14+ Previously, we computed the summary at the codebase level, which included elements like the
15+ `license_clarity_score `, `declared_holder `, `other_license_expressions `, and more.
16+ This project aims to improve scanning accuracy by computing summaries and license clarity scores for
17+ each package and its files, rather than for the entire scan. This involves enhancing package models
18+ and ensuring accurate attribute collection across all package ecosystems.
1819
1920Implementation
2021--------------
2122
2223All the work I did is contained in `this single PR <https://github.com/aboutcode-org/scancode-toolkit/pull/3792 >`_.
23- I added a new command line option called ``--package-summary `` that someone can use
24- to get the package level summary within a single codebase. The package level summary involves the
24+ I added a new command- line option called ``--package-summary `` that users can employ to obtain
25+ a package- level summary within a single codebase. The package level summary involves the
2526``license_clarity_score `` calculation and population of package attributes like ``copyright ``,
2627``holder ``, ``other_license_expression ``, ``notice_text ``. This option must be called with ``--classify ``
2728option that helps ScanCode further classify scanned files/directories, to determine whether
@@ -55,10 +56,12 @@ Acknowledgements
5556----------------
5657
5758I would like to thank my mentors
59+
5860- `@pombredanne <https://github.com/pombredanne >`_
5961- `@AyanSinhaMahapatra <https://github.com/AyanSinhaMahapatra >`_
6062- `@AvishrantSh <https://github.com/AvishrantSsh >`_
6163- `@35C4n0r <https://github.com/35C4n0r >`_
64+ - `@jono-yang <https://github.com/JonoYang >`_
6265
6366Weekly calls were greatly helpful and those special 1:1 call with `@AyanSinhaMahapatra ` and `@pombredanne `
6467were so amazing. Thank you for your time and your patience!
0 commit comments