-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2433 from Pandapip1/ncbi-pd
Add NCBI-PD
- Loading branch information
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<SPDXLicenseCollection xmlns="http://www.spdx.org/license"> | ||
<license isOsiApproved="false" licenseId="NCBI-PD" name="NCBI Public Domain Notice" listVersionAdded="3.24"> | ||
<crossRefs> | ||
<crossRef>https://github.com/ncbi/sra-tools/blob/e8e5b6af4edc460156ad9ce5902d0779cffbf685/LICENSE</crossRef> | ||
<crossRef>https://github.com/ncbi/datasets/blob/0ea4cd16b61e5b799d9cc55aecfa016d6c9bd2bf/LICENSE.md</crossRef> | ||
<crossRef>https://github.com/ncbi/gprobe/blob/de64d30fee8b4c4013094d7d3139ea89b5dd1ace/LICENSE</crossRef> | ||
<crossRef>https://github.com/ncbi/egapx/blob/08930b9dec0c69b2d1a05e5153c7b95ef0a3eb0f/LICENSE</crossRef> | ||
<crossRef>https://github.com/ncbi/datasets/blob/master/LICENSE.md</crossRef> | ||
</crossRefs> | ||
<text> | ||
<titleText> | ||
<p>PUBLIC DOMAIN NOTICE<br />National Center for Biotechnology Information</p> | ||
</titleText> | ||
<p><optional>With the exception of certain third-party files summarized below, </optional> | ||
this software<optional>/database</optional> is a "United States Government Work" under | ||
the terms of the United States Copyright Act. It was written as part of the | ||
<alt match="authors'|author's" name="author1">author's</alt> official duties as <optional>a</optional> | ||
United States Government <alt match="employees|employee" name="employee">employees</alt> and | ||
thus cannot be copyrighted. | ||
This software<optional>/database</optional> is freely available to the public for use. | ||
The <alt match="NLM|National Library of Medicine|National Library of Medicine \(NLM\)" name="nlm">NLM</alt> | ||
and the U.S. Government have not placed any restriction on its use or reproduction.</p> | ||
|
||
<p>Although all reasonable efforts have been taken to ensure the accuracy and reliability | ||
of the software and data, the NLM and the U.S. Government do not and cannot warrant | ||
the performance or results that may be obtained by using this software or data. | ||
The NLM and the U.S. Government disclaim all warranties, express or implied, including | ||
warranties of performance, merchantability or fitness for any particular purpose.</p> | ||
|
||
<p>Please cite <alt match="the author|the authors|NCBI" name="authors1">the author</alt> in | ||
any work or product based on this material.</p> | ||
|
||
<optional> | ||
<p>EXCEPTIONS (in all cases excluding NCBI-written makefiles):</p> | ||
<p><list of exceptions></p> | ||
|
||
<p>Copyright F.A.Q.</p> | ||
|
||
<p>Q. Our product makes use of the NCBI source code, and we made changes and additions to that version of the NCBI code to better fit it to our needs. Can we copyright the code, and how?</p> | ||
<p>A. You can copyright only the *changes* or the *additions* you made to the NCBI source code. You should identify unambiguously those sections of the code that were modified, e.g. by commenting any changes you made in the code you distribute. Therefore, your license has to make clear to users that your product is a combination of code that is public domain within the U.S. (but may be subject to copyright by the U.S. in foreign countries) and code that has been created or modified by you.</p> | ||
|
||
<p>Q. Can we (re)license all or part of the NCBI source code?</p> | ||
<p>A. No, you cannot license or relicense the source code written by NCBI since you cannot claim any copyright in the software that was developed at NCBI as a 'government work' and consequently is in the public domain within the U.S.</p> | ||
|
||
<p>Q. What if these copyright guidelines are not clear enough or are not applicable to my particular case?</p> | ||
<p>A. Contact us. Send your questions to '<<alt name="email" match=".+">email address</alt>>'.</p> | ||
</optional> | ||
</text> | ||
</license> | ||
</SPDXLicenseCollection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
PUBLIC DOMAIN NOTICE | ||
National Center for Biotechnology Information | ||
|
||
This software is a "United States Government Work" under the terms of the | ||
United States Copyright Act. It was written as part of the authors' | ||
official duties as United States Government employees and thus cannot | ||
be copyrighted. This software is freely available to the public for | ||
use. The National Library of Medicine and the U.S. Government have not | ||
placed any restriction on its use or reproduction. | ||
|
||
Although all reasonable efforts have been taken to ensure the accuracy | ||
and reliability of the software and data, the NLM and the U.S. | ||
Government do not and cannot warrant the performance or results that | ||
may be obtained by using this software or data. The NLM and the U.S. | ||
Government disclaim all warranties, express or implied, including | ||
warranties of performance, merchantability or fitness for any | ||
particular purpose. | ||
|
||
Please cite the author in any work or product based on this material. |