Skip to content

Instantly share code, notes, and snippets.

@mtakemiya
Created June 5, 2014 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtakemiya/e71742b6e0c12c16c5a2 to your computer and use it in GitHub Desktop.
Save mtakemiya/e71742b6e0c12c16c5a2 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": "",
"signature": "sha256:4bbcb352cfab01e98d797ceeb6941e3eb3bb75467958d3ae88d180be1e6e5f81"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# How we license data\n",
"\n",
"## Choosing a License\n",
"\n",
"Users have three options for choosing a license:\n",
"\n",
"- **Open Database Commons Public Domain and Dedication License (PDDL)**\n",
" - http://opendatacommons.org/licenses/pddl/1.0/\n",
"- **Open Database Commons Attribution License (ODC-BY)**\n",
" - http://opendatacommons.org/licenses/by/\n",
"- **Custom License**\n",
"\n",
"### Open Database Commons Public Domain and Dedication License (PDDL)\n",
"\n",
"PDDL is similar to the well-known CC-0 license (https://creativecommons.org/publicdomain/zero/1.0/), in that users licensing their data under PDDL put the data out freely without any restrictions whatsoever. This allows creative uses of data that the original author may not have envisioned.\n",
"\n",
"### Open Database Commons Attribution License (ODC-BY)\n",
"\n",
"ODC-BY allows anyone to freely use uploaded data, with the only restriction being that data have to be cited when used. Users who choose this license can specify exactly how they want to be cited. This is useful for cases when uploaded data are related to a published study and it is desirable that anyone who uses the data cites the study.\n",
"\n",
"### Custom License\n",
"\n",
"For special cases where PDDL or ODC-BY will not work, users can write their own license and apply it to their data."
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment