Skip to content

Commit

Permalink
update license list
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilBaah committed Feb 28, 2024
1 parent 49a187e commit a8561cd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
34 changes: 32 additions & 2 deletions licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@
"Name": "Faker",
"Version": "18.10.0"
},
{
"License": "BSD License",
"Name": "GitPython",
"Version": "3.1.41"
},
{
"License": "BSD License",
"Name": "Jinja2",
"Version": "3.1.3"
},
{
"License": "BSD License",
"Name": "MarkupSafe",
"Version": "2.1.5"
},
{
"License": "Historical Permission Notice and Disclaimer (HPND)",
"Name": "Pillow",
Expand All @@ -22,7 +37,7 @@
{
"License": "MIT License",
"Name": "PyYAML",
"Version": "6.0"
"Version": "6.0.1"
},
{
"License": "BSD License",
Expand All @@ -32,7 +47,7 @@
{
"License": "MIT License",
"Name": "attrs",
"Version": "23.1.0"
"Version": "20.3.0"
},
{
"License": "Apache Software License",
Expand Down Expand Up @@ -94,6 +109,11 @@
"Name": "flake8",
"Version": "7.0.0"
},
{
"License": "BSD License",
"Name": "gitdb",
"Version": "4.0.11"
},
{
"License": "MIT License",
"Name": "gunicorn",
Expand Down Expand Up @@ -204,6 +224,11 @@
"Name": "six",
"Version": "1.16.0"
},
{
"License": "BSD License",
"Name": "smmap",
"Version": "5.0.1"
},
{
"License": "MIT License",
"Name": "soupsieve",
Expand All @@ -219,6 +244,11 @@
"Name": "tomli",
"Version": "2.0.1"
},
{
"License": "GNU",
"Name": "trufflehog3",
"Version": "3.0.9"
},
{
"License": "Python Software Foundation License",
"Name": "typing_extensions",
Expand Down
3 changes: 2 additions & 1 deletion scripts/run-license-compliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ approved_licenses = [
'Python Software Foundation License',
'MIT License',
'Historical Permission Notice and Disclaimer (HPND)',
'GNU Library or Lesser General Public License (LGPL)'
'GNU Library or Lesser General Public License (LGPL)',
'GNU'
]
for package in licenses:
Expand Down

0 comments on commit a8561cd

Please sign in to comment.