Skip to content

Commit 5893d74

Browse files
committed
Minor nits like bullet points were fixed
Signed-off-by: swastik <swastkk@gmail.com>
1 parent 0e4975e commit 5893d74

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/source/archive/gsoc/reports/2024/scancode_toolkit_swastkk.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ Compute summary for all detected packages.
1111
Overview
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

1920
Implementation
2021
--------------
2122

2223
All 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``
2728
option that helps ScanCode further classify scanned files/directories, to determine whether
@@ -55,10 +56,12 @@ Acknowledgements
5556
----------------
5657

5758
I 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

6366
Weekly calls were greatly helpful and those special 1:1 call with `@AyanSinhaMahapatra` and `@pombredanne`
6467
were so amazing. Thank you for your time and your patience!

0 commit comments

Comments
 (0)