Skip to content

Commit 9f38ac3

Browse files
authored
Merge pull request #97 from rocky-linux/develop
Add export compliance matrix
2 parents 14f0976 + 0dd89a0 commit 9f38ac3

File tree

3 files changed

+44
-8
lines changed

3 files changed

+44
-8
lines changed

app/[locale]/download/page.tsx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,31 @@ const DownloadPage = () => {
830830
</h1>
831831
<p className="mt-2 text-sm">{t("exportCompliance.text1")}</p>
832832
<p className="mt-1 text-sm">{t("exportCompliance.text2")}</p>
833+
<p className="mt-1 text-sm">{t("exportCompliance.narrative")}</p>
834+
<table>
835+
<tbody>
836+
<tr>
837+
<th scope="row">{t("exportCompliance.product_title")}</th>
838+
<td>{t("exportCompliance.product_text")}</td>
839+
</tr>
840+
<tr>
841+
<th scope="row">{t("exportCompliance.eccn_title")}</th>
842+
<td>{t("exportCompliance.eccn_text")}</td>
843+
</tr>
844+
<tr>
845+
<th scope="row">{t("exportCompliance.exception_title")}</th>
846+
<td>{t("exportCompliance.exception_text")}</td>
847+
</tr>
848+
<tr>
849+
<th scope="row">{t("exportCompliance.ccats_title")}</th>
850+
<td>{t("exportCompliance.ccats_text")}</td>
851+
</tr>
852+
<tr>
853+
<th scope="row">{t("exportCompliance.ern_title")}</th>
854+
<td>{t("exportCompliance.ern_text")}</td>
855+
</tr>
856+
</tbody>
857+
</table>
833858
</div>
834859
</div>
835860
</div>

messages/en.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,18 @@
260260
"exportCompliance": {
261261
"title": "Export Compliance/Customs Information",
262262
"text1": "By downloading Rocky Linux software, you acknowledge that you understand all of the following:",
263-
"text2": "Rocky Linux software and technical information may be subject to the U.S. Export Administration Regulations (the “EAR”) and other U.S. and foreign laws and may not be exported, re-exported or transferred (a) to a prohibited destination country under the EAR or U.S. sanctions regulations (currently Cuba, Iran, North Korea, Sudan, Syria, and the Crimea Region of Ukraine, subject to change as posted by the United States government); (b) to any prohibited destination or to any end user who has been prohibited from participating in U.S. export transactions by any federal agency of the U.S. government; or (c) for use in connection with the design, development or production of nuclear, chemical or biological weapons, or rocket systems, space launch vehicles, or sounding rockets, or unmanned air vehicle systems."
263+
"text2": "Rocky Linux software and technical information may be subject to the U.S. Export Administration Regulations (the “EAR”) and other U.S. and foreign laws and may not be exported, re-exported or transferred (a) to a prohibited destination country under the EAR or U.S. sanctions regulations (currently Cuba, Iran, North Korea, Sudan, Syria, and the Crimea Region of Ukraine, subject to change as posted by the United States government); (b) to any prohibited destination or to any end user who has been prohibited from participating in U.S. export transactions by any federal agency of the U.S. government; or (c) for use in connection with the design, development or production of nuclear, chemical or biological weapons, or rocket systems, space launch vehicles, or sounding rockets, or unmanned air vehicle systems.",
264+
"narrative": "Rocky Linux in source code and binary code form is publicly available and is not subject to the EAR in accordance with §740.17(b)(1).",
265+
"product_title": "Product",
266+
"product_text": "Rocky Linux. Includes Rocky Linux Project \"Special Interest Group\" repositories.",
267+
"eccn_title": "ECCN",
268+
"eccn_text": "5D992.c",
269+
"exception_title": "License Exception",
270+
"exception_text": "Mass Market §740.17(b)(1)",
271+
"ccats_title": "CCATS",
272+
"ccats_text": "N/A",
273+
"ern_title": "ERN",
274+
"ern_text": "N/A"
264275
}
265276
},
266277
"community": {

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)