Skip to content

Commit

Permalink
license exception for autocommand
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Oct 30, 2024
1 parent dd94a51 commit fc53611
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ dcicutils
Change Log
----------

8.16.2
======
* dmichaels / 2024-10-30
* Added license exception for autocommand: GNU Lesser General Public License v3 (LGPLv3);
see license_policies/"c4-python-infrastructure.jsonc.

8.16.1
======
* dmichaels / 2024-10-11
Expand Down
8 changes: 7 additions & 1 deletion dcicutils/license_policies/c4-python-infrastructure.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"inherits_from": ["c4-infrastructure"],
"description": "Checker for C4 python library infrastructure (Fourfront, CGAP, SMaHT) from Park Lab.",

"LICENSE_FRAMEWORKS": ["python"]
"LICENSE_FRAMEWORKS": ["python"],

"EXCEPTIONS": {
"GNU Lesser General Public License v3 (LGPLv3)": [
"autocommand"
]
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicutils"
version = "8.16.1"
version = "8.16.2"
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fc53611

Please sign in to comment.