Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit d1f6a03

Browse files
author
Rebecca Williams
committed
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"
1 parent b4263e8 commit d1f6a03

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

Diff for: licenses.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ permalink: /open-licenses/
55
filename: licenses.md
66
---
77

8+
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.
9+
10+
## U.S. Public Domain
11+
12+
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:
13+
14+
* U.S. Public Domain: [Copyright Law of the United States of America, Section 105](http://www.copyright.gov/title17/92chap1.html#105)
15+
16+
## Open Licenses
17+
818
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:
919

1020
* *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
1323

1424
* *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.
1525

16-
* [Examples of open licenses](http://project-open-data.github.io/license-examples/).
26+
### Examples of Open Licenses
27+
28+
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:
29+
30+
#### Data Licenses
31+
* [Open Data Commons Public Domain Dedication and Licence (PDDL)](http://opendefinition.org/licenses/odc-pddl)
32+
* [Open Data Commons Attribution License](http://opendatacommons.org/licenses/by/)
33+
* [Open Data Commons Open Database License (ODbL)](http://opendatacommons.org/licenses/odbl/)
34+
35+
#### Content Licenses
36+
* [Creative Commons BY, BY-SA, or CC0](http://creativecommons.org/choose/)
37+
* [GNU Free Documentation License](http://www.gnu.org/licenses/fdl-1.3.en.html)
38+
39+
## Worldwide Public Domain Dedication
40+
* [Creative Commons CC0 Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/)
41+
* [Open Data Commons Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/)
42+
43+
## More Information
44+
* *[Copyright and Other Rights Pertaining to U.S. Government Works](http://www.usa.gov/copyright.shtml)*
45+
* *[Licensing Policies, Principles, and Resources: Examples of how government has addressed open licensing questions](https://project-open-data.cio.gov/licensing-resources/)*
46+
* *[Extended list of conformant licenses](http://opendefinition.org/licenses/)*
47+

0 commit comments

Comments
 (0)