Skip to content

Commit 00c1c56

Browse files
lfranckeadwk67
andauthored
Add a section on Export Controls (#545)
* Add a section on Export Controls * Add link to EAR * Update navbar * Fix label * Minor clarifications * Update modules/ROOT/pages/export.adoc Co-authored-by: Andrew Kenworthy <[email protected]> * Update modules/ROOT/pages/export.adoc Co-authored-by: Andrew Kenworthy <[email protected]> * Update modules/ROOT/pages/export.adoc Co-authored-by: Andrew Kenworthy <[email protected]> * Update modules/ROOT/pages/export.adoc Co-authored-by: Andrew Kenworthy <[email protected]> --------- Co-authored-by: Andrew Kenworthy <[email protected]>
1 parent 4452d90 commit 00c1c56

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

modules/ROOT/nav2.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
* xref:release-notes.adoc[Release notes]
44
* xref:product-information.adoc[]
55
* xref:policies.adoc[]
6-
* xref:licenses.adoc[Licenses]
6+
* xref:licenses.adoc[Licenses]
7+
* xref:export.adoc[Export Control]

modules/ROOT/pages/export.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
= Export Control
2+
3+
== USA
4+
5+
The USA adopts the https://en.wikipedia.org/wiki/Export_Administration_Regulations[Export Administration Regulations (EAR)] as the primary regulation to control exports.
6+
7+
All of our products are outside of the scope of EAR because they fall under the _publicly available_ exemption and do not contain non-standard cryptography.
8+
9+
NOTE: That means E-Mail notifications to the NSA and BIS are not required and are therefore not published here.
10+
11+
In particular:
12+
13+
* We are exempt under https://www.ecfr.gov/current/title-15/subtitle-B/chapter-VII/subchapter-C/part-734/section-734.3[EAR 734.3(b)] because we publish according to https://www.ecfr.gov/current/title-15/subtitle-B/chapter-VII/subchapter-C/part-734/section-734.7[EAR 734.7]
14+
* We are exempt under https://www.ecfr.gov/current/title-15/subtitle-B/chapter-VII/subchapter-C/part-742/section-742.15[EAR 742.15(b)] as our software includes only https://ecfr.io/Title-15/Section-772.1[standard encryption]
15+
16+
The Stackable Data Platform is open source, and the source code of all the components can be found on https://github.com/stackabletech/[GitHub].

supplemental-ui/partials/navbar.hbs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@
4747
<div class="navbar-sub-item drop-down">
4848
Policies and Licenses
4949
<div class="drop-down-content">
50-
<a class="drop-down-item" href="{{{ relativize "/home/stable/product-information.html" }}}">Product Information</a>
50+
<a class="drop-down-item" href="{{{ relativize "/home/stable/product-information" }}}">Product Information</a>
5151
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "policies.html") }}}">Policies</a>
52-
<a class="drop-down-item" href="{{{ relativize "/home/stable/licenses.html" }}}">Licenses</a>
52+
<a class="drop-down-item" href="{{{ relativize "/home/stable/licenses" }}}">Licenses</a>
53+
<a class="drop-down-item" href="{{{ relativize "/home/stable/export" }}}">Export Control</a>
5354
</div>
5455
</div>
5556
<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "contributor/index.html") }}}">Contribute</a>

0 commit comments

Comments
 (0)