forked from NationalSecurityAgency/ghidra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fleshing out README and adding legal framework.
- Loading branch information
1 parent
07d98fc
commit d2400ae
Showing
4 changed files
with
77 additions
and
6 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
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,13 @@ | ||
# Disclaimer of Warranty | ||
|
||
This Work is provided "AS IS." | ||
Any express or implies warranties, including but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. | ||
In no event shall the United States Government be liable for any direct, indirect, incidental, special, exemplary or consequential damages (including, but not limited to, procurement of substitute goods or services, loss of use, data or profits, or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this Work, even if advised of the possibility of such damage. | ||
|
||
The User of this Work agrees to hold harmless and indemnify the United States Government, its agents and employees from every claim or liability (whether in tort or in contract), including attorney's fees, court costs, and expenses, arising in direct consequence of Recipient's use of the item, including, but not limited to, claims or liabilities made for injury to or death of personnel of User or third parties, damage to or destruction of property of User or third parties, and infringement or other violations of intellectual property or technical data rights. | ||
|
||
# Disclaimer of Endorsement | ||
|
||
Nothing in this Work is intended to constitute an endorsement, explicit or implied, by the United States Government of any particular manufacturer's product or service. | ||
|
||
Refernce herein to any specific commerical product, process, or service by trade name, trademark, manufacturer, or otherwise, in this Work does not constitute an endorsement, recommendation, or favoring by the United States Government and shall not be used for advertising or product endorsement purposes. |
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,18 @@ | ||
# Licensing Intent | ||
|
||
The intent is that this software and documentation ("Project") should be treated as if it is licensed under the license associated with the Project ("License") in the LICENSE file. | ||
However, because we are part of the United States (U.S.) Federal Government, it is not that simple. | ||
|
||
The portions of this Project written by U.S. Federal Government employees within the scope of their federal employment are ineligible for copyright protection in the U.S.; | ||
this is generally understood to mean that these potions of the Project are placed in the public domain. | ||
|
||
In countries where copyright protection is available (which odes not include the U.S.), contributions made by U.S. Federal Government employees are released under the License. | ||
Merged contributions from private contributors are released under the License. | ||
|
||
Most portions of the Project are licensed under the Apache License, Version 2.0 ("Apache 2.0") unless indicated otherwise. | ||
Some modules incorporate code available under other licenses. | ||
These modules contain human- and machine-readable lists of the governing license(s). | ||
Contributions to such modules must be made available, by the contributor, under the applicable license(s). | ||
Please read our [contributor guide][contrib] for further details. | ||
|
||
[contrib]: CONTRIBUTING.md |
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