Skip to content

Commit cdefe8d

Browse files
authored
Remove invalid specially handled license (#3440)
1 parent b640306 commit cdefe8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

catalog/dags/common/licenses/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
# set the license and/or version manually, and for which we can
8080
# recover the path from a valid license_, license_version pair.
8181
"licenses/by-nd-nc/1.0": ("by-nc-nd", "1.0"),
82-
"licenses/by-nd-nc/2.0/jp": ("by-nc-nd", "2.0"),
8382
"licenses/publicdomain": ("publicdomain", NO_VERSION),
8483
"publicdomain/mark/1.0": ("pdm", "1.0"),
8584
"publicdomain/zero/1.0": ("cc0", "1.0"),

0 commit comments

Comments
 (0)