We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b640306 commit cdefe8dCopy full SHA for cdefe8d
catalog/dags/common/licenses/constants.py
@@ -79,7 +79,6 @@
79
# set the license and/or version manually, and for which we can
80
# recover the path from a valid license_, license_version pair.
81
"licenses/by-nd-nc/1.0": ("by-nc-nd", "1.0"),
82
- "licenses/by-nd-nc/2.0/jp": ("by-nc-nd", "2.0"),
83
"licenses/publicdomain": ("publicdomain", NO_VERSION),
84
"publicdomain/mark/1.0": ("pdm", "1.0"),
85
"publicdomain/zero/1.0": ("cc0", "1.0"),
0 commit comments