@@ -98,7 +98,7 @@ This is a patch release with bugfixes and improvements::
9898 improvements by removing unnecessary regex substitutions.
9999 https://github.com/aboutcode-org/scancode-toolkit/issues/4063
100100
101- - Fix misc scancode doumentation related issues
101+ - Fix misc scancode documentation related issues
102102 https://github.com/aboutcode-org/scancode-toolkit/pull/4457
103103 https://github.com/aboutcode-org/scancode-toolkit/pull/4458
104104 https://github.com/aboutcode-org/scancode-toolkit/pull/4462
@@ -127,7 +127,7 @@ from ``4.0.0`` to ``4.1.0``. The changes in Output Data Structure are:
127127 directories. This is returned optionally with the ``--info `` plugin.
128128
129129 - A new resource level attribute ``is_community `` is added, which is
130- True from commonly used files used for community/project maintainence .
130+ True from commonly used files used for community/project maintenance .
131131 This is returned optionally with the ``--classify `` plugin.
132132
133133These are the details for the most important changes introduced::
@@ -340,7 +340,7 @@ v32.2.1 - 2024-07-02
340340- Add support for poetry packages, with poetry specific pyproject.toml
341341 support, poetry.lock and package assembly support. Also add support
342342 for parsing and storing resolved packages and dependency relationships
343- required to statically resolve poetry dependecy graphs.
343+ required to statically resolve poetry dependency graphs.
344344 See https://github.com/nexB/scancode-toolkit/issues/2109
345345
346346- Add support for pyproject.toml files in python projects.
@@ -378,7 +378,7 @@ v32.2.0 - 2024-06-19
378378 - Fix a bug in dependency parsing (we were not returning any dependencies)
379379 - Also support getting dependency versions from workspace
380380 - Support more attributes from cargo
381- - Better handle workspace data thorugh extra_data attribute
381+ - Better handle workspace data through extra_data attribute
382382 See https://github.com/nexB/scancode-toolkit/pull/3783
383383
384384- We now support parsing the Swift manifest JSON dump and the
@@ -455,7 +455,7 @@ Changes in Output Data Structure:
455455 - in package ``license_detections `` and ``other_license_detections ``
456456 - ``matches `` for ``license_detections `` everywhere
457457
458- - Adds all rule atrribute level info in codebase level ``todo ``
458+ - Adds all rule attribute level info in codebase level ``todo ``
459459 data, to assist in review. This includes length, text, notes,
460460 referenced_filenames, and the boolean attributes (like
461461 is_license_notice, is_license_intro etc, as applicable).
@@ -815,7 +815,7 @@ License detection:
815815 license ``key `` of a matched license expression. We now report instead one
816816 single match for each matched license expression, and list the license keys
817817 as a ``licenses `` attribute. This avoids data duplication.
818- Inside each match, we list each match and matched rule attributred directly
818+ Inside each match, we list each match and matched rule attributed directly
819819 avoiding nesting. See `license updates doc <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#licensematch-result-data >`_
820820 for examples and details.
821821
@@ -841,7 +841,7 @@ License detection:
841841 - There is an ``--additional-directory `` option with the ``scancode-reindex-licenses ``
842842 command to add the licenses from a directory.
843843
844- - There is also a ``--only-builtin `` option to use ony builtin licenses
844+ - There is also a ``--only-builtin `` option to use only builtin licenses
845845 ignoring any additional license plugins.
846846
847847 - See https://github.com/nexB/scancode-toolkit/issues/480 for more details.
@@ -887,7 +887,7 @@ v31.2.6 - 2023-04-25
887887
888888This is a minor hotfix release.
889889
890- This fix a crash when parsing a .deb Dbeian package filename
890+ This fix a crash when parsing a .deb Debian package filename
891891reported in https://github.com/nexB/scancode-toolkit/issues/3259
892892
893893
@@ -1005,7 +1005,7 @@ Important API changes:
10051005 instances that can be aggregating data from multiple manifests.
10061006
10071007 - There is a a new top-level "dependencies" attribute that contains each
1008- dependency instance, these can be standalone or releated to a package.
1008+ dependency instance, these can be standalone or related to a package.
10091009 These contain a new "extra_data" object.
10101010
10111011 - There is a new resource-level attribute "for_packages" which refers to
@@ -1035,9 +1035,9 @@ Important API changes:
10351035- ``DatafileHandler.assemble() ``, ``DatafileHandler.assemble_from_many() ``, and
10361036 the other ``.assemble() `` methods from the other Package handlers from
10371037 packagedcode, have been updated to yield Package items before Dependency or
1038- Resource items. This is particulary important in the case where we are calling
1038+ Resource items. This is particularly important in the case where we are calling
10391039 the ``assemble() `` method outside of the scancode-toolkit context, where we
1040- need to ensure that a Package exists before we assocate a Resource or
1040+ need to ensure that a Package exists before we associate a Resource or
10411041 Dependency to it.
10421042
10431043Copyright detection:
@@ -1373,7 +1373,7 @@ v30.0.0 - 2021-09-23
13731373This is a major release with new features, and several bug fixes and
13741374improvements including major updates to the license detection.
13751375
1376- We have droped using calendar-based versions and are now switched back to semver
1376+ We have dropped using calendar-based versions and are now switched back to semver
13771377versioning. To ensure that there is no ambiguity, the new major version has been
13781378updated from 21 to 30. The primary reason is that calver was not helping
13791379integrators to track major version changes like semver does.
@@ -1940,7 +1940,7 @@ v3.2.0rc1 (2020-09-08)
19401940 - Improve license detection #1999 - Bryan Sutula
19411941 - Correct CC0 license #1984 - Carmen Bianca Bakker
19421942 - Add documentation for the usage of `cpp_includes ` plugin - Chin Yeung Li
1943- - Improve andling of npm package-lock.json #1993 - Chin Yeung Li
1943+ - Improve handling of npm package-lock.json #1993 - Chin Yeung Li
19441944 - Add new license detection rules - Gaupeng
19451945 - Improve documentation - Issei Horie
19461946 - Improve consolidation plugin - Jono Yang @JonoYang
@@ -2027,7 +2027,7 @@ Other features and fixes:
20272027v3.1.0 (2019-08-12)
20282028-------------------
20292029
2030- - Add partial suport for Python 3.6+ #295 @Abhishek-Dev09
2030+ - Add partial support for Python 3.6+ #295 @Abhishek-Dev09
20312031 - Add plugin to collect dwarf references #1167 @licodeli
20322032 - Add fingerprint plugin #1651 @arnav-mandal1234
20332033 - Add summary and consolidation plugin #1673
@@ -2208,8 +2208,8 @@ v2.9.6 (2018-10-25)
22082208
22092209 - Add declared license normalization #1092
22102210 - Add new and improved license rules
2211- - Add mising and clean up ABOUT files for all embedded third-party libraries
2212- - Improve npm package.json handling (better keuword support)
2211+ - Add missing and clean up ABOUT files for all embedded third-party libraries
2212+ - Improve npm package.json handling (better keyword support)
22132213 - Update thirdparty libraries #1224
22142214
22152215Credits: Many thanks to everyone that contributed to this release with code and bug reports
@@ -2288,7 +2288,7 @@ Misc:
22882288 - Add facet, classification and summarizer plugins #357
22892289 - Fix file counts #1055
22902290 - Fix corrupted license cache error
2291- - Upgrade all thridparty libraries #1070
2291+ - Upgrade all third party libraries #1070
22922292 - De-vendor prebuilt binaries to ease packaging for Linux distros #469
22932293
22942294Credits: Many thanks to everyone that contributed to this release with code and bug reports
@@ -2429,8 +2429,8 @@ Licenses:
24292429 words compared to the number of words in the matched rule.
24302430 - The license cache is not checked anymore for consistency once created which
24312431 improved startup times. (unless you are using a Git checkout and you are
2432- developping with a SCANCODE_DEV_MODE tag file present)
2433- - License catagory names have been improved
2432+ developing with a SCANCODE_DEV_MODE tag file present)
2433+ - License category names have been improved
24342434
24352435Copyrights:
24362436 - Copyright detection in binary files has been improved
@@ -2453,7 +2453,7 @@ Misc:
24532453 - Move essential configuration to a scancode_config.py module
24542454 - Only read a few pages from PDF files by default
24552455 - Improve handling of files with weird characters in their names on all OSses
2456- - Improve detection of archive vs. comrpessed files
2456+ - Improve detection of archive vs. compressed files
24572457 - Make all copyright tests data driven using YAML files like for license tests
24582458
24592459
0 commit comments