mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge remote-tracking branch 'origin/GP-5124_ghidra1_UserAgreement' into patch
This commit is contained in:
commit
95016eb143
@ -19,3 +19,9 @@ apply from: "$rootProject.projectDir/gradle/jacocoProject.gradle"
|
||||
apply from: "$rootProject.projectDir/gradle/javaTestProject.gradle"
|
||||
apply plugin: 'eclipse'
|
||||
eclipse.project.name = 'Z Public Release'
|
||||
|
||||
rootProject.assembleDistribution {
|
||||
from ("${this.projectDir}/src/main/resources/UserAgreement.html") {
|
||||
into "docs"
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +0,0 @@
|
||||
<HTML>
|
||||
|
||||
<FONT SIZE="5">
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); Unless required by applicable law or
|
||||
agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations under the License.
|
||||
<BR>
|
||||
<BR>
|
||||
<B>As a software reverse engineering (SRE) framework, Ghidra is designed solely to facilitate
|
||||
lawful SRE activities. You should always ensure that any SRE activities in which you engage are
|
||||
permissible as computer software may be protected under governing law (e.g., copyright) or under an
|
||||
applicable licensing agreement. In making Ghidra available for public use, the National Security
|
||||
Agency does not condone or encourage any improper usage of Ghidra. Consistent with the Apache 2.0
|
||||
license under which Ghidra has been made available, you are solely responsible for determining the
|
||||
appropriateness of using or redistributing Ghidra.</B>
|
||||
|
||||
</FONT>
|
||||
</HTML>
|
Loading…
Reference in New Issue
Block a user