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
@ -4,9 +4,9 @@
|
|||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -19,3 +19,9 @@ apply from: "$rootProject.projectDir/gradle/jacocoProject.gradle"
|
|||||||
apply from: "$rootProject.projectDir/gradle/javaTestProject.gradle"
|
apply from: "$rootProject.projectDir/gradle/javaTestProject.gradle"
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
eclipse.project.name = 'Z Public Release'
|
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