mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +00:00
GP-5124 Avoid duplication of UserAgreement within source tree
This commit is contained in:
parent
f94180e04e
commit
0879068a26
@ -4,9 +4,9 @@
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* 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.
|
||||
@ -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