Skip to content

Commit

Permalink
Add some additional licenses to compensate for things pip-licenses is…
Browse files Browse the repository at this point in the history
…n't showing.
  • Loading branch information
netsettler committed Aug 1, 2023
1 parent 7ba9d9c commit 25acc76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright 2017-2023 President and Fellows of Harvard College.
Copyright 2017-2023 President and Fellows of Harvard College

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 12 additions & 0 deletions dcicutils/license_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,10 @@ class C4InfrastructureLicenseChecker(LicenseChecker):
# Ref: https://github.com/xlwings/jsondiff/blob/master/LICENSE
'jsondiff',

# This has an MIT license in its source repository
# Ref: https://github.com/pkerpedjiev/negspy/blob/master/LICENSE
'negspy',

# This license statement is complicated, but seems adequately permissive.
# Ref: https://foss.heptapod.net/python-libs/passlib/-/blob/branch/stable/LICENSE
'passlib',
Expand All @@ -681,12 +685,20 @@ class C4InfrastructureLicenseChecker(LicenseChecker):
# Ref: https://github.com/mk-fg/pretty-yaml/blob/master/COPYING
'pyaml',

# This uses a BSD license
# Ref: https://github.com/eliben/pycparser/blob/master/LICENSE
'pycparser',

# The source repo for pyDes says this is under an MIT license
# Ref: https://github.com/twhiteman/pyDes/blob/master/LICENSE.txt
# pypi, probably wrongly, thinks this is in the public domain (as of 2023-07-21)
# Ref: https://pypi.org/project/pyDes/
'pyDes',

# This uses an MIT license
# Ref: https://github.com/pysam-developers/pysam/blob/master/COPYING
'pysam',

# The version of python-lambda that we forked calls itself this (and publishes at pypi under this name)
"python-lambda-4dn",

Expand Down

0 comments on commit 25acc76

Please sign in to comment.