Skip to content
3 changes: 2 additions & 1 deletion modules/ROOT/nav2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
* xref:release-notes.adoc[Release notes]
* xref:product-information.adoc[]
* xref:policies.adoc[]
* xref:licenses.adoc[Licenses]
* xref:licenses.adoc[Licenses]
* xref:export.adoc[Export Control]
16 changes: 16 additions & 0 deletions modules/ROOT/pages/export.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
= Export Control

== USA

The USA adopts the https://en.wikipedia.org/wiki/Export_Administration_Regulations[Export Administration Regulations (EAR)] as the primary regulation to control exports.

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.

NOTE: That means E-Mail notifications to the NSA and BIS are not required and are therefore not published here.

In particular:

* 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]
* 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]

The Stackable Data Platform is open source, and the source code of all the components can be found on https://github.com/stackabletech/[GitHub].
5 changes: 3 additions & 2 deletions supplemental-ui/partials/navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
<div class="navbar-sub-item drop-down">
Policies and Licenses
<div class="drop-down-content">
<a class="drop-down-item" href="{{{ relativize "/home/stable/product-information.html" }}}">Product Information</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/product-information" }}}">Product Information</a>
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "policies.html") }}}">Policies</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/licenses.html" }}}">Licenses</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/licenses" }}}">Licenses</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/export" }}}">Export Control</a>
</div>
</div>
<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "contributor/index.html") }}}">Contribute</a>