Skip to content

Commit

Permalink
Add license, update public release approval
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Sep 17, 2020
1 parent 1ae9cc5 commit daddc6e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ repos:
hooks:
- id: markdownlint
args: [-s, .ml_style.rb, README.md, DEVELOPING.md, scos_actions/configs/README.md]
exclude: GitHubRepoPublicReleaseApproval.md
exclude: GitHubRepoPublicReleaseApproval.md|LICENSE.md
8 changes: 4 additions & 4 deletions GitHubRepoPublicReleaseApproval.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

The project identified above, which is contained within the repository this document is stored in, has met the following criteria for public release:

1. [ ] The project, including the test criteria, meets the requirements defined in the ITS Software Development Publication Policy for making a repository public. The major pre-established criteria for publication are listed below, and the check mark next to each attests that the criterion has been met.
1. [X] The project, including the test criteria, meets the requirements defined in the ITS Software Development Publication Policy for making a repository public. The major pre-established criteria for publication are listed below, and the check mark next to each attests that the criterion has been met.
* [X] The markdown files and the source code contained within this repository have undergone extensive peer reviews throughout their development.
* [ ] The software has been tested within the SCOS Sensor software.
* [X] The software has been tested within the SCOS Sensor software.
* [X] The repository contains unit tests and the software has been tested against the unit tests.
2. [X] Any test data necessary for the code to function is included in this GitHub repository.
3. [X] The README.md file is complete.
4. [ ] The project complies with the ITS Code Style Guide or an appropriate style guide as agreed to by the sponsor, project lead, or Supervising Division Chief.
5. [ ] Approved disclaimer and licensing language has been included.
4. [X] The project complies with the ITS Code Style Guide or an appropriate style guide as agreed to by the sponsor, project lead, or Supervising Division Chief.
5. [X] Approved disclaimer and licensing language has been included.

In order to complete this approval, please create a new branch, upload and commit your version of this Markdown document to that branch, then create a pull request for that branch. The following must login to GitHub and approve that pull request before the pull request can be merged and this repo made public:
* Project Lead: Mike Cotton
Expand Down
13 changes: 13 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
SOFTWARE DISCLAIMER / RELEASE

This software was developed by employees of the National Telecommunications and Information Administration (NTIA), an agency of the Federal Government and is provided to you as a public service. Pursuant to Title 15 United States Code Section 105, works of NTIA employees are not subject to copyright protection within the United States.

The software is provided by NTIA “AS IS.” NTIA MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND DATA ACCURACY. NTIA does not warrant or make any representations regarding the use of the software or the results thereof, including but not limited to the correctness, accuracy, reliability or usefulness of the software.

To the extent that NTIA holds rights in countries other than the United States, you are hereby granted the non-exclusive irrevocable and unconditional right to print, publish, prepare derivative works and distribute the NTIA software, in any medium, or authorize others to do so on your behalf, on a royalty-free basis throughout the World.

You may improve, modify, and create derivative works of the software or any portion of the software, and you may copy and distribute such modifications or works. Modified works should carry a notice stating that you changed the software and should note the date and nature of any such change.

You are solely responsible for determining the appropriateness of using and distributing the software and you assume all risks associated with its use, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and the unavailability or interruption of operation. This software is not intended to be used in any situation where a failure could cause risk of injury or damage to property.

Please provide appropriate acknowledgments of NTIA’s creation of the software in any copies or derivative works of this software.

0 comments on commit daddc6e

Please sign in to comment.