layout | title | permalink | filename |
---|---|---|---|
default |
Unknown License |
/unknown-license/ |
unknown-license.md |
This page is meant to serve as a landing page and placeholder for licenses that were specified by name using the Project Open Data schema v1 and were automatically converted to a URL for Project Open Data schema v1.1. Further guidance on specifying licenses (or non-licenses) will be continually updated on the license examples page.
<script type='text/javascript'> var after_hash = window.location.hash.substr(1); if (after_hash.indexOf("v1-legacy/") > -1) { legacy_license = after_hash.substring(10); document.getElementById("legacy-license").innerHTML='License name: ' + legacy_license; document.getElementById("legacy-license-url").innerHTML='License URL: ' + window.location; } </script>