Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-fps/etlegacy/, games-fps/etlegacy/files/, licenses/
Date: Tue, 29 Mar 2022 11:20:36
Message-Id: 1648552816.b32b31d2c9806032a480a90e979327ee12e5a1e8.flow@gentoo
1 commit: b32b31d2c9806032a480a90e979327ee12e5a1e8
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 11:13:11 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 11:20:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b32b31d2
7
8 games-fps/etlegacy: initial import
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 games-fps/etlegacy/Manifest | 2 +
13 games-fps/etlegacy/etlegacy-2.79.0.ebuild | 161 +++++++++++++++++++++
14 .../etlegacy/files/cmake-add-DOCDIR-variable.patch | 39 +++++
15 games-fps/etlegacy/metadata.xml | 17 +++
16 licenses/RTCW-ETEULA | 47 ++++++
17 5 files changed, 266 insertions(+)
18
19 diff --git a/games-fps/etlegacy/Manifest b/games-fps/etlegacy/Manifest
20 new file mode 100644
21 index 000000000..5ace5ac2b
22 --- /dev/null
23 +++ b/games-fps/etlegacy/Manifest
24 @@ -0,0 +1,2 @@
25 +DIST et260b.x86_full.zip 275647724 BLAKE2B ea52d1859e78c6da5a16bd3598c2b649e9f79596be93fe35858a1174b0d63ef94eaecdb24b8f749d7dc39b1a70dd38557d455238cbc4b857ed7083369fe47262 SHA512 7a9639c7a67c6c058ae1c85ca1e04e74526194a8a676eaccffa1984869251cc058f0cb79b96604ec087492003d14f7f3e96c8ebe7e527959ae47d4d25645d3e1
26 +DIST etlegacy-2.79.0.tar.gz 15306188 BLAKE2B e659fbef7f968cf3a4fd4cc8be3e241305ac39e4cf8366af209bef589b26a7fe11e65f0759efa11344036427d8b6603a4facff3780d65bc2080c1e63b381ba86 SHA512 04891156910ccc8e67bb946d0229dde9f05fd1307404d5e9134e3e912a41540c77600872c4ef0234cb4add98b60ff7b20f2cb412a0226941521e3541d5be1a12
27
28 diff --git a/games-fps/etlegacy/etlegacy-2.79.0.ebuild b/games-fps/etlegacy/etlegacy-2.79.0.ebuild
29 new file mode 100644
30 index 000000000..d622b4659
31 --- /dev/null
32 +++ b/games-fps/etlegacy/etlegacy-2.79.0.ebuild
33 @@ -0,0 +1,161 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit cmake unpacker xdg
40 +
41 +DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
42 +HOMEPAGE="https://www.etlegacy.com/"
43 +
44 +# We need the game files from the original enemy-territory release
45 +ET_RELEASE="et260b"
46 +SRC_URI="https://cdn.splashdamage.com/downloads/games/wet/${ET_RELEASE}.x86_full.zip"
47 +
48 +if [[ ${PV} = "9999" ]]; then
49 + inherit git-r3
50 + EGIT_REPO_URI="git://github.com/${PN}/${PN}.git"
51 +else
52 + SRC_URI+=" https://github.com/${PN}/${PN}/archive/v${PV/_rc/rc}.tar.gz -> ${P}.tar.gz"
53 + KEYWORDS="~amd64 ~x86"
54 +fi
55 +
56 +LICENSE="GPL-3 RTCW-ETEULA"
57 +SLOT="0"
58 +IUSE="autoupdate +curl dedicated +freetype +gettext ipv6 irc lua omnibot +openal +opengl +png renderer2 renderer-gles +ssl +theora +vorbis"
59 +#REQUIRED_USE="omnibot? ( x86 )"
60 +
61 +RESTRICT="mirror"
62 +
63 +# TODO add debug use for CMAKE_BUILD_TYPE=debug
64 +
65 +if [[ ${PV} == "9999" ]]; then
66 + LUADEPEND="lua? ( dev-lang/lua:5.2 )"
67 +else
68 + LUADEPEND="lua? ( >=dev-lang/lua-5.1:* )"
69 +fi
70 +
71 +# * media-libs/glew | media-libs/glew:=
72 +# * media-libs/libpng:= <
73 +# * > media-libs/libogg
74 +# * media-libs/openal <
75 +# * sys-devel/gettext <
76 +UIDEPEND="
77 + media-libs/glew:=
78 + media-libs/libsdl2[sound,video,X]
79 + media-libs/libogg
80 + virtual/jpeg:0
81 + virtual/opengl
82 + sys-libs/zlib:=[minizip]
83 + curl? ( net-misc/curl )
84 + freetype? ( media-libs/freetype )
85 + gettext? ( sys-devel/gettext )
86 + renderer-gles? ( media-libs/mesa[gles1] )
87 + openal? ( media-libs/openal )
88 + png? ( media-libs/libpng:0= )
89 + ssl? ( dev-libs/openssl:0= )
90 + theora? ( media-libs/libtheora )
91 + vorbis? ( media-libs/libvorbis )
92 + ${LUADEPEND}
93 +"
94 +
95 +DEPEND="
96 + dev-db/sqlite:3
97 + opengl? ( ${UIDEPEND} )
98 +"
99 +
100 +RDEPEND="${DEPEND}"
101 +BDEPEND="$(unpacker_src_uri_depends)"
102 +
103 +#QA_TEXTRELS="usr/share/games/etlegacy/legacy/omni-bot/omnibot_et.so"
104 +
105 +S="${WORKDIR}/${P/_rc/rc}"
106 +
107 +PATCHES=(
108 + "${FILESDIR}/cmake-add-DOCDIR-variable.patch"
109 +)
110 +
111 +src_unpack() {
112 + if [[ "${PV}" = 9999 ]] ; then
113 + git-r3_src_unpack
114 + else
115 + default
116 + fi
117 + mkdir et && cd et || die
118 + unzip "${DISTDIR}"/${ET_RELEASE}.x86_full.zip
119 + unpack_makeself ${ET_RELEASE}.x86_keygen_V03.run
120 +}
121 +
122 +src_prepare() {
123 + cmake_src_prepare
124 + # if [[ "${PV}" != 9999 ]] ; then
125 + # sed -e "/^set(ETLEGACY_VERSION_MINOR/s@[[:digit:]]\+@$(ver_cut 2)@" \
126 + # -i cmake/ETLVersion.cmake || die
127 + # fi
128 + sed -e 's@[-_]dirty@@' -i cmake/ETLVersion.cmake || die
129 +}
130 +
131 +src_configure() {
132 + mycmakeargs=(
133 + # path and build type
134 + #-DCMAKE_BUILD_TYPE="Release"
135 + -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
136 + -DINSTALL_DEFAULT_BASEDIR="/usr/share/${PN}"
137 + -DINSTALL_DEFAULT_BINDIR="/usr/bin"
138 + -DINSTALL_DEFAULT_MODDIR="/usr/share/${PN}"
139 + -DCMAKE_LIBRARY_PATH="/usr/$(get_libdir)"
140 + -DCMAKE_INCLUDE_PATH="/usr/include"
141 + -DDOCDIR="${EPREFIX}/usr/share/doc/${PF}"
142 + -DCROSS_COMPILE32="0"
143 + # what to build
144 + -DBUILD_CLIENT="$(usex opengl)"
145 + -DBUILD_MOD="1"
146 + -DBUILD_MOD_PK3="1"
147 + -DBUILD_SERVER="$(usex dedicated)"
148 + # no bundled libs
149 + -DBUNDLED_LIBS="0"
150 + -DBUNDLED_LIBS_DEFAULT="0"
151 + #-DBUNDLED_SDL="0"
152 + #-DBUNDLED_CURL="0"
153 + #-DBUNDLED_JPEG="0"
154 + #-DBUNDLED_LUA="0"
155 + #-DBUNDLED_OGG_VORBIS="0"
156 + #-DBUNDLED_GLEW="0"
157 + #-DBUNDLED_FREETYPE="0"
158 + # features
159 + -DFEATURE_CURL="$(usex curl)"
160 + -DFEATURE_SSL="$(usex ssl)"
161 + -DFEATURE_OGG_VORBIS="$(usex vorbis)"
162 + -DFEATURE_THEORA="$(usex theora)"
163 + -DFEATURE_OPENAL="$(usex openal)"
164 + -DFEATURE_FREETYPE="$(usex freetype)"
165 + -DFEATURE_PNG="$(usex png)"
166 + -DFEATURE_LUA="$(usex lua)"
167 + -DFEATURE_IRC_CLIENT="$(usex irc)"
168 + -DFEATURE_IPV6="$(usex ipv6)"
169 + -DFEATURE_GETTEXT="$(usex gettext)"
170 + -DFEATURE_ANTICHEAT="1"
171 + -DFEATURE_AUTOUPDATE="$(usex autoupdate)"
172 + # renderers
173 + -DFEATURE_RENDERER2="$(usex renderer2 ON OFF)"
174 + -DFEATURE_RENDERER_GLES="$(usex renderer-gles)"
175 +
176 + -DFEATURE_OMNIBOT="$(usex omnibot)"
177 + -DINSTALL_OMNIBOT="$(usex omnibot)"
178 + -DINSTALL_GEOIP="0"
179 + -DINSTALL_WOLFADMIN="0"
180 + )
181 +
182 + cmake_src_configure
183 +}
184 +
185 +src_install() {
186 + cmake_src_install
187 +
188 + insinto /usr/share/etlegacy/legacy
189 + doins "${BUILD_DIR}"/legacy/ui.mp.$(uname -m).so
190 +
191 + # Install the game files
192 + insinto /usr/share/etlegacy/etmain
193 + doins "${WORKDIR}"/et/etmain/pak[012].pk3
194 +}
195
196 diff --git a/games-fps/etlegacy/files/cmake-add-DOCDIR-variable.patch b/games-fps/etlegacy/files/cmake-add-DOCDIR-variable.patch
197 new file mode 100644
198 index 000000000..d14f9803b
199 --- /dev/null
200 +++ b/games-fps/etlegacy/files/cmake-add-DOCDIR-variable.patch
201 @@ -0,0 +1,39 @@
202 +From 00d836686675f6495dfb91564f75c60c9e88edea Mon Sep 17 00:00:00 2001
203 +From: Florian Schmaus <flo@×××××××××.eu>
204 +Date: Sun, 5 Dec 2021 12:48:42 +0100
205 +Subject: [PATCH] cmake: add DOCDIR variable
206 +
207 +Some distributions, e.g. Gentoo, require a particular naming scheme
208 +for /usr/share/doc. In case of Gentoo, the package version is also
209 +included, so it would be for example /usr/share/doc/etlegacy-2.78.1.
210 +---
211 + cmake/ETLInstall.cmake | 6 +++++-
212 + 1 file changed, 5 insertions(+), 1 deletion(-)
213 +
214 +diff --git a/cmake/ETLInstall.cmake b/cmake/ETLInstall.cmake
215 +index c0455aa9e111..5ecea9e67e59 100644
216 +--- a/cmake/ETLInstall.cmake
217 ++++ b/cmake/ETLInstall.cmake
218 +@@ -2,6 +2,10 @@
219 + # Install
220 + #-----------------------------------------------------------------
221 +
222 ++if(NOT DOCDIR)
223 ++ set(DOCDIR "${INSTALL_DEFAULT_SHAREDIR}/doc/etlegacy")
224 ++endif()
225 ++
226 + # description file - see FS_GetModList
227 + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/misc/description.txt"
228 + DESTINATION "${INSTALL_DEFAULT_MODDIR}/${MODNAME}"
229 +@@ -45,7 +49,7 @@ if(UNIX AND NOT APPLE)
230 + DESTINATION "${INSTALL_DEFAULT_SHAREDIR}/man/man6"
231 + )
232 + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/docs/INSTALL.txt"
233 +- DESTINATION "${INSTALL_DEFAULT_SHAREDIR}/doc/etlegacy"
234 ++ DESTINATION "${DOCDIR}"
235 + )
236 + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/COPYING.txt"
237 + DESTINATION "${INSTALL_DEFAULT_SHAREDIR}/licenses/etlegacy"
238 +--
239 +2.32.0
240 +
241
242 diff --git a/games-fps/etlegacy/metadata.xml b/games-fps/etlegacy/metadata.xml
243 new file mode 100644
244 index 000000000..cc882c885
245 --- /dev/null
246 +++ b/games-fps/etlegacy/metadata.xml
247 @@ -0,0 +1,17 @@
248 +<?xml version="1.0" encoding="UTF-8"?>
249 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
250 +<pkgmetadata>
251 + <maintainer type='person'>
252 + <name>Florian Schmaus</name>
253 + <email>flow@g.o</email>
254 + </maintainer>
255 + <use>
256 + <flag name="autoupdate">Enable autoupdate</flag>
257 + <flag name="freetype">Enable freetype</flag>
258 + <flag name="gettext">Enable gettext</flag>
259 + <flag name="irc">Enable built-in IRC client</flag>
260 + <flag name="omnibot">Built with Omnibot</flag>
261 + <flag name="renderer2">Enable renderer2</flag>
262 + <flag name="renderer-gles">Enable renderer-gles</flag>
263 + </use>
264 +</pkgmetadata>
265
266 diff --git a/licenses/RTCW-ETEULA b/licenses/RTCW-ETEULA
267 new file mode 100644
268 index 000000000..0d72c9f74
269 --- /dev/null
270 +++ b/licenses/RTCW-ETEULA
271 @@ -0,0 +1,47 @@
272 +LIMITED USE SOFTWARE LICENSE AGREEMENT
273 +
274 +This Limited Use Software License Agreement (this "Agreement") is a legal agreement between you, the end-user, and Id Software, Inc. ("ID"). BY CONTINUING THE DOWNLOAD OR INSTALLATION OF THE GAME PROGRAM ENTITLED WOLFENSTEIN: ENEMY TERRITORY (THE "SOFTWARE"), BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, COMPUTER RAM OR OTHER STORAGE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS AGREEMENT. You agree that you are obtaining a copy of the Software via download only, and you acknowledge and agree that you shall not copy or retain the Software except as expressly permitted herein.
275 +
276 +1. Grant of License. Subject to the terms and provisions of this Agreement and so long as you fully comply at all times with this Agreement, ID grants to you the non-exclusive and limited right to use the Software only in executable or object code form. The term "Software" includes all elements of the Software, including, without limitation, data files and screen displays. You are not receiving any ownership or proprietary right, title or interest in or to the Software or the copyrights, trademarks or other rights related thereto. For purposes of the first sentence of this section, "use" means loading the Software into RAM and/or onto computer hard drive, as well as installation of the Software on a hard disk or other storage device, and means the uses permitted in sections 2 and 4 hereinbelow. You agree that the Software will not be downloaded, shipped, transferred, exported or re-exported into any country or to a national or resident of any country in violation of the United
277 States Export Administration Act (or any other law governing such matters) by you or anyone at your direction and that you will not utilize, and will not authorize anyone to utilize, in any other manner, the Software in violation of any applicable law. The Software shall not be downloaded or otherwise exported or re-exported into any country or to a national or resident of any country to which the United States has embargoed goods or to anyone or into any country who/that are prohibited, by applicable law, from receiving such property. In exercising your limited rights hereunder, you shall comply, at all times, with all applicable laws, regulations, ordinances and statutes. ID reserves all rights not granted in this Agreement, including, without limitation, all rights to ID's trademarks.
278 +
279 +2. Permitted New Creations. Subject to the terms and provisions of this Agreement and so long as you fully comply at all times with this Agreement, ID grants to you the non-exclusive and limited right to create for the Software (except any Software code) your own modifications (the "New Creations") that shall operate only with the Software (but not any demo, test or other version of the Software). You may include within the New Creations certain textures and other images (the "Software Images") from the Software. You shall not create any New Creations that infringe against any third-party right or that are libelous, defamatory, obscene, false, misleading, or otherwise illegal or unlawful. You agree that the New Creations will not be downloaded, shipped, transferred, exported or re-exported into any country or to a national or resident of any country in violation of the United States Export Administration Act (or any other law governing such matters) by you or anyone at your direc
280 tion and that you will not utilize, and will not authorize anyone to utilize, in any other manner, the New Creations in violation of any applicable law. The New Creations shall not be downloaded or otherwise exported or re-exported into any country or to a national or resident of any country to which the United States has embargoed goods or to anyone or into any country who/that are prohibited, by applicable law, from receiving such property. You shall not rent, sell, lease, lend, offer on a pay-per-play basis or otherwise commercially exploit or commercially distribute the New Creations. You are permitted only to distribute, without any cost or charge, the New Creations to other end-users so long as such distribution is not infringing against any third-party right and is not otherwise illegal or unlawful. As noted below, in the event you commit any breach of this Agreement, your license and this Agreement automatically shall terminate, without notice.
281 +
282 +3. Prohibitions with Regard to the Software. You, whether directly or indirectly, shall not do any of the following acts:
283 +
284 +a. rent the Software;
285 +
286 +b. sell the Software;
287 +
288 +c. lease or lend the Software;
289 +
290 +d. offer the Software on a "pay-per-play" basis;
291 +
292 +e. distribute the Software by any means, except as permitted by section 4 hereinbelow;
293 +
294 +f. in any other manner and through any medium whatsoever commercially exploit the Software, or use the Software for any commercial purpose, including, without limitation, giving away copies of the Software for free to promote or market any other material;
295 +
296 +g. disassemble, reverse engineer, decompile, modify, except as permitted by section 2 hereinabove, or alter the Software;
297 +
298 +h. translate the Software;
299 +
300 +i. reproduce or copy the Software, except as permitted by section 4 hereinbelow;
301 +
302 +j. publicly display the Software;
303 +
304 +k. prepare or develop derivative works based upon the Software; or
305 +
306 +l. modify, remove or alter this Agreement or any notices or other markings or legends, such as trademark or copyright notices, affixed on or within the Software.
307 +
308 +4. Permitted Distribution and Copying. So long as this Agreement accompanies each copy you make of the Software and so long as you fully comply at all times with this Agreement, ID grants to you the non-exclusive and limited right to: (i) copy the Software from the download onto your computer hard drive; (ii) copy the Software from your computer hard drive into your computer RAM; (iii) copy on one (1) hard disk one (1) "back up" or archival copy of the Software; and (iv) copy the Software and distribute such copies as standalone copies on physical media or in electronic format of the Software free of charge for non-commercial purposes and not in connection with any other material. You shall not distribute copies of the Software as mounted on or attached to the covers or any other part of magazines or other printed material. You shall not copy or distribute the Software in any manner that infringes against, misappropriates or otherwise violates any third-party right or that is li
309 belous, defamatory, obscene, false, misleading, or otherwise illegal or unlawful. You shall not receive any postage, shipping, handling or other charge, payment, fee, or other consideration, including items in trade, in exchange for or in connection with copies of Software you may distribute, even if only for reimbursement. You shall not receive any value or consideration in exchange for or in connection with copies of the Software you may distribute. You shall not distribute the Software bundled, co-packaged or together with any material. You shall not distribute the Software in connection with the promotion or marketing of any material. Except as such are included by ID within copies of the Software that you are permitted to make under this Agreement, you shall not reproduce, depict, display or copy the title of the Software, the ID name or any screen display or other element or part of the Software. In exercising your limited rights hereunder, you shall comply, at all times
310 , with all applicable laws, regulations, ordinances and statutes. ID reserves all rights not granted in this Agreement. You shall not commercially distribute the Software unless you first enter into a separate contract with ID, on terms and conditions determined in ID's sole discretion, and only upon your receipt of a written agreement executed by an authorized officer of ID.
311 +
312 +5. Intellectual Property Rights. The Software and all copyrights, trademarks and all other conceivable intellectual property rights related to the Software are owned by ID and are protected by United States copyright laws, international treaty provisions and all applicable law, such as the Lanham Act. You must treat the Software like any other copyrighted material, as required by 17 U.S.C. § 101 et seq. and other applicable law. You agree to use your best efforts to see that any user of the Software licensed hereunder, or the New Creations, complies with this Agreement. You agree that you are receiving a copy of the Software by limited license only and not by sale and that the "first sale" doctrine of 17 U.S.C. § 109 does not apply to your receipt or use of the Software. This section shall survive the cancellation or termination of this Agreement.
313 +
314 +6. NO ID WARRANTIES. ID DISCLAIMS , AND ITS LICENSEE'S (INCLUDING, WITHOUT LIMITATION, ACTIVISION INC. AND ITS AFFILIATES) DISCLAIM, ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT, WITH RESPECT TO THE SOFTWARE, THE SOFTWARE IMAGES AND OTHERWISE. THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ID DOES NOT (AND ITS LICENSEES DO NOT) WARRANT THAT THE SOFTWARE OR THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE WILL MEET YOUR SPECIFIC OR SPECIAL REQUIREMENTS. ADDITIONAL STATEMENTS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID (OR ANY ID LICENSEE) AND SHOULD NOT BE RELIED UPON. THIS SECTION SHALL SURVIVE THE CANCELLATION OR TERMINATION OF THIS AGREEMENT.
315 +
316 +7. Governing Law, Venue, Indemnity and Liability Limitation. This Agreement shall be construed in accordance with and governed by the applicable laws of the State of Texas and applicable United States federal law. Exclusive venue for all litigation regarding this Agreement shall be in Dallas County, Texas, and you agree to submit to the jurisdiction of the federal and state courts in Dallas County, Texas, for any such litigation. You hereby agree to indemnify, defend and hold harmless ID and ID's officers, employees, directors, agents, licensees (excluding you), sub-licensees (excluding you), successors and assigns from and against all losses, lawsuits, damages, causes of action and claims relating to and/or arising from the New Creations or the distribution or other use of the New Creations or relating to and/or arising from your breach of this Agreement. You agree that your unauthorized use of the Software Images, or the Software, or any part thereof, immediately and irreparab
317 ly will damage ID such that ID could not be compensated adequately solely by a monetary award, and upon such actual or threatened unauthorized use, at ID's option, that ID shall be entitled to an injunctive order, in addition to all other available remedies, including a monetary award, to prohibit such unauthorized use without the necessity of ID posting bond or other security. IN ANY CASE, ID, AND ID'S OFFICERS, EMPLOYEES, DIRECTORS, SHAREHOLDERS, REPRESENTATIVES, AGENTS, LICENSEES (EXCLUDING YOU), SUBLICENSEES (EXCLUDING YOU), SUCCESSORS AND ASSIGNS SHALL NOT BE LIABLE FOR ANY CLAIM BY ANY THIRD PARTY OR FOR ANY LOSS OF DATA, LOSS OF PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT OR PUNITIVE DAMAGES OR ANY OTHER DAMAGES ARISING FROM ANY ALLEGED CLAIM FOR BREACH OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, STRICT PRODUCT LIABILITY, OR OTHER LEGAL THEORY EVEN IF ID OR ID'S REPRESENTATIVES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY SUCH DAMAGES, OR EVEN IF SUCH
318 DAMAGES ARE FORESEEABLE. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. This section shall survive the cancellation or termination of this Agreement.
319 +
320 +8. United States Government Restricted Rights. To the extent applicable, the United States Government shall only have those rights to use the Software as expressly stated and expressly limited and restricted in this Agreement, as provided in 48 C.F.R. §§ 227.7201 through 227.7204, inclusive.
321 +
322 +9. General Provisions. Neither this Agreement nor any part or portion hereof shall be assigned or sublicensed by you. ID may assign its rights under this Agreement in ID's sole discretion. Should any provision of this Agreement be held to be void, invalid, unenforceable or illegal by a court of competent jurisdiction, the validity and enforceability of the other provisions shall not be affected thereby. If any provision is determined to be unenforceable by a court of competent jurisdiction, you agree to a modification of such provision to provide for enforcement of the provision's intent, to the maximum extent permitted by applicable law. Failure of ID to enforce any provision of this Agreement shall not constitute or be construed as a waiver of such provision or of the right to enforce such provision. IMMEDIATELY UPON YOUR FAILURE TO COMPLY WITH OR BREACH OF ANY TERM OR PROVISION OF THIS AGREEMENT, YOUR LICENSE GRANTED HEREIN AND THIS AGREEMENT AUTOMATICALLY SHALL TERMINATE,
323 WITHOUT NOTICE, AND ID MAY PURSUE ALL RELIEF AND REMEDIES AGAINST YOU THAT ARE AVAILABLE UNDER APPLICABLE LAW AND/OR THIS AGREEMENT. Immediately upon termination of this Agreement, any and all rights you are granted hereunder shall terminate, you shall have no right to use the Software or the New Creations, in any manner, and you immediately shall destroy all copies of the Software and the New Creations in your possession, custody or control, and all rights granted hereunder shall revert, without notice, to and be vested in ID.
324 +
325 +YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, YOU UNDERSTAND THIS AGREEMENT, AND UNDERSTAND THAT BY CONTINUING THE DOWNLOAD OR INSTALLATION OF THE SOFTWARE, BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE OR RAM, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU FURTHER AGREE THAT, EXCEPT FOR WRITTEN SEPARATE AGREEMENTS, IF ANY, BETWEEN ID AND YOU, THIS AGREEMENT IS A COMPLETE AND EXCLUSIVE STATEMENT OF THE RIGHTS AND LIABILITIES OF THE PARTIES HERETO, RELATING TO THE SUBJECT MATTER HEREOF. THIS AGREEMENT SUPERSEDES ALL PRIOR ORAL AGREEMENTS, PROPOSALS OR UNDERSTANDINGS, AND ANY OTHER COMMUNICATIONS, IF ANY, BETWEEN ID AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.