Skip to content

Commit 0504020

Browse files
committed
Fix linter + update license file
1 parent a0b0c13 commit 0504020

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| Dependency | Version | License |
55
|:-----------|:-------:|--------:|
66
|certifi|2025.4.26|Mozilla Public License 2.0|
7-
|charset-normalizer|3.4.1|MIT|
7+
|charset-normalizer|3.4.2|MIT|
88
|gitdb|4.0.12|BSD|
99
|GitPython|3.1.44|New BSD|
1010
|idna|3.10|BSD|

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ scan-dirs:
106106

107107
The support of the Conan C++ package manager is disabled for time being:
108108

109-
The currently used version (v7.2.1) of the Pivotal License Finder basically does support Conan 2 but has a bug
109+
The currently used version (v7.2.1) of the Pivotal License Finder basically does support Conan 2 but has a bug
110110
(https://github.com/pivotal/LicenseFinder/issues/1057) reuslting in an endless loop while scanning a directory
111111
containing a conanfile which is Connan 2 based. That's the reason while we currently have completely commented out
112-
the call of that part of the finder (file src/licensevalidator/findlicenses.py).
112+
the call of that part of the finder (file src/licensevalidator/findlicenses.py).
113113

114114
The previously used version (v7.0.1) of the Pivotal License Finder has limited support for the Conan Package Manager:
115115
* No direct support of conanfile.py; as a workaround you can add an empty conanfile.txt aside of your conanfile.py.

0 commit comments

Comments
 (0)