Skip to content

Commit

Permalink
Remove invalid specially handled license (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc authored Dec 5, 2023
1 parent b640306 commit cdefe8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catalog/dags/common/licenses/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
# set the license and/or version manually, and for which we can
# recover the path from a valid license_, license_version pair.
"licenses/by-nd-nc/1.0": ("by-nc-nd", "1.0"),
"licenses/by-nd-nc/2.0/jp": ("by-nc-nd", "2.0"),
"licenses/publicdomain": ("publicdomain", NO_VERSION),
"publicdomain/mark/1.0": ("pdm", "1.0"),
"publicdomain/zero/1.0": ("cc0", "1.0"),
Expand Down

0 comments on commit cdefe8d

Please sign in to comment.