From d1f6a03ce0c4a8cd353deee8410cb1402c4b5651 Mon Sep 17 00:00:00 2001 From: Rebecca Williams Date: Fri, 27 Mar 2015 16:09:35 -0400 Subject: [PATCH 1/8] first pass at consolidating license info + adding PD URL I also added an introductory paragraph, PDDL, and a link Licensing Resources on POD and USA.gov's gov works guide under "More information" --- licenses.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/licenses.md b/licenses.md index 832b1297..8eba0f64 100644 --- a/licenses.md +++ b/licenses.md @@ -5,6 +5,16 @@ permalink: /open-licenses/ filename: licenses.md --- +The [Federal Open Data Policy](https://project-open-data.cio.gov/policy-memo/#c-ensure-information-stewardship-through-the-use-of-open-licenses) states: *"Agencies must apply open licenses, in consultation with the best practices found in Project Open Data, to information as it is collected or created so that if data are made public there are no restrictions on copying, publishing, distributing, transmitting, adapting, or otherwise using the information for non-commercial or for commercial purposes."* The [Project Open Data Metadata Schema](https://project-open-data.cio.gov/v1.1/schema/) provides a `license` field which is defined as *"the license or non-license (i.e. Public Domain) status with which the dataset or API has been published"* and [must be input as a URL](https://project-open-data.cio.gov/v1.1/schema/#license). Below is guidance and example URLs for properly documenting the license or non-license of your agency's data in accordance with the open data policy. + +## U.S. Public Domain + +Data and content created by government employees within the scope of their employment are not subject to domestic copyright protection under [17 U.S.C. § 105](http://www.copyright.gov/title17/92chap1.html#105). Government works are by default in the U.S. Public Domain. If no other open license applies, the following URL should be input to your data's `license` field: + +* U.S. Public Domain: [Copyright Law of the United States of America, Section 105](http://www.copyright.gov/title17/92chap1.html#105) + +## Open Licenses + Open licenses grant permission to access, re-use, and redistribute a work with few or no restrictions. A license is open if it satisfies the following conditions: * *Reuse*. The license must allow for reproductions, modifications and derivative works and permit their distribution under the terms of the original work. The rights attached to the work must not depend on the work being part of a particular package. If the work is extracted from that package and used or distributed within the terms of the work’s license, all parties to whom the work is redistributed should have the same rights as those that are granted in conjunction with the original package. @@ -13,4 +23,25 @@ Open licenses grant permission to access, re-use, and redistribute a work with f * *No Discrimination against Persons, Groups, or Fields of Endeavor*. The license must not discriminate against any person or group of persons. The license must not restrict anyone from making use of the work in a specific field of endeavor. For example, it may not restrict the work from being used in a business, or from being used for research. -* [Examples of open licenses](http://project-open-data.github.io/license-examples/). +### Examples of Open Licenses + +When purchasing data or content from third-party vendors, however care must be taken to ensure the information is not hindered by a restrictive, non-open license. In general, such licenses should comply with [the open knowledge definition](http://opendefinition.org/okd/) of an open license. Several examples of open licenses for potential use by agencies are listed below: + +#### Data Licenses +* [Open Data Commons Public Domain Dedication and Licence (PDDL)](http://opendefinition.org/licenses/odc-pddl) +* [Open Data Commons Attribution License](http://opendatacommons.org/licenses/by/) +* [Open Data Commons Open Database License (ODbL)](http://opendatacommons.org/licenses/odbl/) + +#### Content Licenses +* [Creative Commons BY, BY-SA, or CC0](http://creativecommons.org/choose/) +* [GNU Free Documentation License](http://www.gnu.org/licenses/fdl-1.3.en.html) + +## Worldwide Public Domain Dedication +* [Creative Commons CC0 Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/) +* [Open Data Commons Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/) + +## More Information +* *[Copyright and Other Rights Pertaining to U.S. Government Works](http://www.usa.gov/copyright.shtml)* +* *[Licensing Policies, Principles, and Resources: Examples of how government has addressed open licensing questions](https://project-open-data.cio.gov/licensing-resources/)* +* *[Extended list of conformant licenses](http://opendefinition.org/licenses/)* + From b86830f7c326935491df31e8217b7a2e69fb35a2 Mon Sep 17 00:00:00 2001 From: Rebecca Williams Date: Fri, 27 Mar 2015 16:16:34 -0400 Subject: [PATCH 2/8] removed repeat license links & moved licensing resources into Case Studies --- index.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/index.md b/index.md index 102b1f23..1fa56a3e 100644 --- a/index.md +++ b/index.md @@ -28,9 +28,7 @@ This section is a list of definitions and principles used to guide the project. 2-3 [Open Data Glossary](glossary/) - The glossary of open data terms. -2-4 [Open Licenses](open-licenses/) - The definition for open licenses. - -2-5 [Project Open Data Metadata Schema](/v1.1/schema/) - The schema used to describe datasets, APIs, and published data at agency.gov/data. +2-4 [Project Open Data Metadata Schema](/v1.1/schema/) - The schema used to describe datasets, APIs, and published data at agency.gov/data. ---------------- @@ -46,9 +44,11 @@ Implementation guidance for open data practices. 3-4 [Documenting APIs](/v1.1/api/) - The specific guidance for documenting APIs in the data catalogs. -3-4 [Frequently Asked Questions](/faq/) - A growing list of common questions and answers to facilitate adoption of open data projects. +3-5 [Open Licenses](open-licenses/) - Open license guidance and examples. + +3-6 [Frequently Asked Questions](/faq/) - A growing list of common questions and answers to facilitate adoption of open data projects. -3-5 [Open Data Cross Priority (CAP) Goal](http://goals.performance.gov/opendata) - Information on the development of the Open Data CAP goal as required in the [Open Data Executive Order](http://www.whitehouse.gov/the-press-office/2013/05/09/executive-order-making-open-and-machine-readable-new-default-government). +3-7 [Open Data Cross Priority (CAP) Goal](http://goals.performance.gov/opendata) - Information on the development of the Open Data CAP goal as required in the [Open Data Executive Order](http://www.whitehouse.gov/the-press-office/2013/05/09/executive-order-making-open-and-machine-readable-new-default-government). ---------------- @@ -119,21 +119,17 @@ Resources to provide guidance and assistance for each aspect of creating and mai 5-3 [General Workflows for Open Data Projects](future-case-study/) - A comprehensive overview of the steps involved in open data projects and their associated benefits. -5-4 [Open License Examples](license-examples/) - Potential licenses for data and content. - -5-5 [API Basics](api-basics/) - Introductory resources for understanding application programming interfaces (APIs). +5-4 [API Basics](api-basics/) - Introductory resources for understanding application programming interfaces (APIs). -5-6 [Data Release Safeguard Checklist](http://www.data.gov/sites/default/files/attachments/Privacy%20and%20Security%20Checklist.pdf) - Checklist to enable the safe and secure release of data. +5-5 [Data Release Safeguard Checklist](http://www.data.gov/sites/default/files/attachments/Privacy%20and%20Security%20Checklist.pdf) - Checklist to enable the safe and secure release of data. -5-7 [Digital PII Checklist](digital-pii-checklist/) - Tool to assist agencies identify personally identifiable information in data. +5-6 [Digital PII Checklist](digital-pii-checklist/) - Tool to assist agencies identify personally identifiable information in data. -5-8 [Applying the Open Data Policy to Federal Awards: FAQ](federal-awards-faq/) - Frequently asked questions for contracting officers, grant professionals and the federal acquisitions community on applying the Open Data Policy to federal awards. +5-7 [Applying the Open Data Policy to Federal Awards: FAQ](federal-awards-faq/) - Frequently asked questions for contracting officers, grant professionals and the federal acquisitions community on applying the Open Data Policy to federal awards. -5-9 [Example Policy Documents](policy-docs/) - Collection of memos, guidance and policy documents about open data for reference. +5-8 [Example Policy Documents](policy-docs/) - Collection of memos, guidance and policy documents about open data for reference. -5-10 [Example Data Hubs](/data-hubs) - Collection of department, agency, and program data sites across the federal government. - -5-11 [Licensing policies, principles, and resources](/licensing-resources) - Some examples of how government has addressed open licensing questions. +5-9 [Example Data Hubs](/data-hubs) - Collection of department, agency, and program data sites across the federal government. ---------------- @@ -157,7 +153,9 @@ Case studies of novel or best practices from agencies who are leading in open da 6-8 [USAID Crowdsourcing to Open Data](http://transition.usaid.gov/our_work/economic_growth_and_trade/development_credit/pdfs/2012/USAIDCrowdsourcingCaseStudy.pdf) - A case study that shows how USAID invited the "crowd" to clean and geocode a USAID dataset in order to open and map the data. -6-9 [Centers for Medicare & Medicaid Services (CMS) Data and Information Products](http://www.cms.gov/Research-Statistics-Data-and-Systems/Research/ResearchGenInfo/Downloads/CMS-Data-and-Information-Products.pdf) - a case study of how CMS is transitioning to a data-driven culture, including the creation of a new office for information products and data analytics, the release of open data summarizing provider utilization and payment information, and the responsible disclosure of restricted use data to qualified parties. +6-9 [Centers for Medicare & Medicaid Services (CMS) Data and Information Products](http://www.cms.gov/Research-Statistics-Data-and-Systems/Research/ResearchGenInfo/Downloads/CMS-Data-and-Information-Products.pdf) - a case study of how CMS is transitioning to a data-driven culture, including the creation of a new office for information products and data analytics, the release of open data summarizing provider utilization and payment information, and the responsible disclosure of restricted use data to qualified parties. + +6-10 [Licensing policies, principles, and resources](/licensing-resources) - Some examples of how government has addressed open licensing questions. **For Developers: [View all appendices](http://github.com/project-open-data/) (and source)** From 350b22b6b6a34844ced6d48928c18f077bea0079 Mon Sep 17 00:00:00 2001 From: Rebecca Williams Date: Fri, 27 Mar 2015 16:19:12 -0400 Subject: [PATCH 3/8] changed example license link to new link --- unknown-license.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unknown-license.md b/unknown-license.md index 5c7ac2e7..b8d46f70 100644 --- a/unknown-license.md +++ b/unknown-license.md @@ -5,7 +5,7 @@ permalink: /unknown-license/ filename: 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](/schema/#license) and were automatically converted to a URL for [Project Open Data schema v1.1](/v1.1/schema/#license). Further guidance on specifying licenses (or non-licenses) will be continually updated on the [license examples](/license-examples/) page. +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](/schema/#license) and were automatically converted to a URL for [Project Open Data schema v1.1](/v1.1/schema/#license). Further guidance on specifying licenses (or non-licenses) will be continually updated on the [license examples](/open-licenses/) page.

@@ -18,4 +18,4 @@ This page is meant to serve as a landing page and placeholder for licenses that document.getElementById("legacy-license").innerHTML='License name: ' + legacy_license; document.getElementById("legacy-license-url").innerHTML='License URL: ' + window.location; } - \ No newline at end of file + From 8101fa54bf23da831fc0b1452e2d59d477ac6d99 Mon Sep 17 00:00:00 2001 From: Rebecca Williams Date: Fri, 27 Mar 2015 16:22:59 -0400 Subject: [PATCH 4/8] changed example license link to new link in Usage Notes --- v1.1/schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.1/schema.md b/v1.1/schema.md index 6edae567..ac277413 100644 --- a/v1.1/schema.md +++ b/v1.1/schema.md @@ -586,7 +586,7 @@ Dataset Fields {#Dataset} **Cardinality** | (0,1) **Required** | Yes, if applicable **Accepted Values** | String (URL) -**Usage Notes** | See [list of license-free declarations and licenses](/license-examples/). +**Usage Notes** | See [list of license-free declarations and licenses](/open-licenses/). **Example** | `{"license":"http://creativecommons.org/publicdomain/zero/1.0/"}` {: .table .table-striped #modified} @@ -771,4 +771,4 @@ Additional Information ---------------------- * [Template and Sample Files (CSV and JSON format)](/v1.1/metadata-resources/) -* [DCAT](http://www.w3.org/TR/vocab-dcat/) \ No newline at end of file +* [DCAT](http://www.w3.org/TR/vocab-dcat/) From 3b5c23c3d300a2a92f8895fb2f7ed61ca339e49a Mon Sep 17 00:00:00 2001 From: Rebecca Williams Date: Fri, 27 Mar 2015 16:24:26 -0400 Subject: [PATCH 5/8] delete license example page now consolidated at /open-licenses/ --- license-examples.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 license-examples.md diff --git a/license-examples.md b/license-examples.md deleted file mode 100644 index 73a218c8..00000000 --- a/license-examples.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: default -title: Open License Examples -permalink: /license-examples/ -filename: license-examples.md ---- - -This section offers usable examples of open licenses for potential use by agencies. - -## Generally - -Data and content created by government employees within the scope of their employment are not subject to domestic copyright protection under 17 U.S.C. § 105. When purchasing data or content from third-party vendors, however care must be taken to ensure the information is not hindered by a restrictive, non-open license. In general, such licenses should comply with [the open knowledge definition](http://opendefinition.org/okd/) of an open license. Several examples of common open licenses are listed below: - -## Content Licenses -* [Creative Commons BY, BY-SA, or CC0](http://creativecommons.org/choose/) -* [GNU Free Documentation License](http://www.gnu.org/licenses/fdl-1.3.en.html) - -## Data Licenses -* [Open Data Commons Public Domain Dedication and Licence (PDDL)](http://opendefinition.org/licenses/odc-pddl) -* [Open Data Commons Attribution License](http://opendatacommons.org/licenses/by/) -* [Open Data Commons Open Database License (ODbL)](http://opendatacommons.org/licenses/odbl/) -* [Creative Commons CC0 Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/) - -## More Information -*[Extended list of conformant licenses](http://opendefinition.org/licenses/)* From dba0b0f003282a6061be2c5c420054f4260ee7e1 Mon Sep 17 00:00:00 2001 From: Rebecca Williams Date: Fri, 27 Mar 2015 16:59:19 -0400 Subject: [PATCH 6/8] sets up redirect from license-examples --- licenses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/licenses.md b/licenses.md index 8eba0f64..349d5039 100644 --- a/licenses.md +++ b/licenses.md @@ -2,6 +2,7 @@ layout: default title: Open Licenses permalink: /open-licenses/ +redirect_from: /license-examples/ filename: licenses.md --- From e47636a428f1a9c842ffb1794c5061ff3b07ae54 Mon Sep 17 00:00:00 2001 From: Philip Ashlock Date: Tue, 31 Mar 2015 16:02:33 -0400 Subject: [PATCH 7/8] Updating license URLs --- licenses.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/licenses.md b/licenses.md index 349d5039..d9a10596 100644 --- a/licenses.md +++ b/licenses.md @@ -10,9 +10,9 @@ The [Federal Open Data Policy](https://project-open-data.cio.gov/policy-memo/#c- ## U.S. Public Domain -Data and content created by government employees within the scope of their employment are not subject to domestic copyright protection under [17 U.S.C. § 105](http://www.copyright.gov/title17/92chap1.html#105). Government works are by default in the U.S. Public Domain. If no other open license applies, the following URL should be input to your data's `license` field: +Data and content created by government employees within the scope of their employment are not subject to domestic copyright protection under [17 U.S.C. § 105](http://www.copyright.gov/title17/92chap1.html#105). Government works are by default in the U.S. Public Domain. If no other open license applies, the following URL should be used for the dataset's `license` field: -* U.S. Public Domain: [Copyright Law of the United States of America, Section 105](http://www.copyright.gov/title17/92chap1.html#105) +* [U.S. Public Domain](http://www.usa.gov/publicdomain/mark/1.0/), e.g. `"license":"http://www.usa.gov/publicdomain/mark/1.0/"` ## Open Licenses @@ -29,17 +29,22 @@ Open licenses grant permission to access, re-use, and redistribute a work with f When purchasing data or content from third-party vendors, however care must be taken to ensure the information is not hindered by a restrictive, non-open license. In general, such licenses should comply with [the open knowledge definition](http://opendefinition.org/okd/) of an open license. Several examples of open licenses for potential use by agencies are listed below: #### Data Licenses -* [Open Data Commons Public Domain Dedication and Licence (PDDL)](http://opendefinition.org/licenses/odc-pddl) -* [Open Data Commons Attribution License](http://opendatacommons.org/licenses/by/) -* [Open Data Commons Open Database License (ODbL)](http://opendatacommons.org/licenses/odbl/) +* [Open Data Commons Public Domain Dedication and Licence (PDDL)](http://opendatacommons.org/licenses/pddl/1.0/), e.g. `"license":"http://opendatacommons.org/licenses/pddl/1.0/"` +* [Open Data Commons Attribution License](http://opendatacommons.org/licenses/by/1.0/), e.g. `"license":"http://opendatacommons.org/licenses/by/1.0/"` +* [Open Data Commons Open Database License (ODbL)](http://opendatacommons.org/licenses/odbl/1.0/), e.g. `"license":"http://opendatacommons.org/licenses/odbl/1.0/"` #### Content Licenses * [Creative Commons BY, BY-SA, or CC0](http://creativecommons.org/choose/) -* [GNU Free Documentation License](http://www.gnu.org/licenses/fdl-1.3.en.html) + * e.g. `"license":"https://creativecommons.org/licenses/by/4.0/"` + * e.g. `"license":"http://creativecommons.org/publicdomain/zero/1.0/"` +* [GNU Free Documentation License](http://www.gnu.org/licenses/fdl-1.3.en.html), e.g. `"license":"http://www.gnu.org/licenses/fdl-1.3.en.html"` + +## U.S. Public Domain +* [U.S. Public Domain](http://www.usa.gov/publicdomain/mark/1.0/), e.g. `"license":"http://www.usa.gov/publicdomain/mark/1.0/"` ## Worldwide Public Domain Dedication -* [Creative Commons CC0 Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/) -* [Open Data Commons Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/) +* [Creative Commons CC0 Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/), e.g. `"license":"http://creativecommons.org/publicdomain/zero/1.0/"` +* [Open Data Commons Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/), e.g. `"license":"http://opendatacommons.org/licenses/pddl/"` ## More Information * *[Copyright and Other Rights Pertaining to U.S. Government Works](http://www.usa.gov/copyright.shtml)* From 73e13f58d50d92248f7e69ad690424049f8c5e25 Mon Sep 17 00:00:00 2001 From: Philip Ashlock Date: Tue, 31 Mar 2015 16:05:01 -0400 Subject: [PATCH 8/8] Updates other PDDL license URL --- licenses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses.md b/licenses.md index d9a10596..aca8493d 100644 --- a/licenses.md +++ b/licenses.md @@ -44,7 +44,7 @@ When purchasing data or content from third-party vendors, however care must be t ## Worldwide Public Domain Dedication * [Creative Commons CC0 Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/), e.g. `"license":"http://creativecommons.org/publicdomain/zero/1.0/"` -* [Open Data Commons Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/), e.g. `"license":"http://opendatacommons.org/licenses/pddl/"` +* [Open Data Commons Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/1.0/), e.g. `"license":"http://opendatacommons.org/licenses/pddl/1.0/"` ## More Information * *[Copyright and Other Rights Pertaining to U.S. Government Works](http://www.usa.gov/copyright.shtml)*