This is an automated email from the ASF dual-hosted git repository.
junrao pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a763ca1 adding trademark disclaimer page (#323)
a763ca1 is described below
commit a763ca12340ba89866318794d9d50bd6a35b076f
Author: scott-confluent <[email protected]>
AuthorDate: Fri Jan 22 12:03:33 2021 -0500
adding trademark disclaimer page (#323)
Reviewers: Jun Rao <[email protected]>
---
includes/_top.htm | 5 +++++
trademark.html | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/includes/_top.htm b/includes/_top.htm
index f57c601..f89e13e 100644
--- a/includes/_top.htm
+++ b/includes/_top.htm
@@ -129,6 +129,11 @@
</a>
</li>
<li
class="top-nav-menu-item" role="menuitem">
+ <a
class="top-nav-anchor" tabindex="-1" href="/trademark">
+
Trademark
+ </a>
+ </li>
+ <li
class="top-nav-menu-item" role="menuitem">
<a
class="top-nav-anchor" tabindex="-1"
href="https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem"
target="_blank">
Ecosystem
</a>
diff --git a/trademark.html b/trademark.html
new file mode 100644
index 0000000..ce1108e
--- /dev/null
+++ b/trademark.html
@@ -0,0 +1,39 @@
+<!--#include virtual="includes/_header.htm" -->
+
+<body class="page-trademark">
+ <!--#include virtual="includes/_top.htm" -->
+ <div class="content content-home">
+ <!--#include virtual="includes/_nav.htm" -->
+ <section>
+ <h1>Kafka Trademark Disclaimer</h1>
+
+ <p>
+ The name of a 3rd party non-Java client or connector may include the
+ Kafka trademark, as long as it doesn't cause confusion with product
+ names from Apache Kafka and it doesn't imply that it's endorsed by
+ Apache. Third parties may not use the trademark MirrorMaker without
+ written consent from Apache. All use of Kafka and other Apache
+ trademarks must comply with
+ <a
+ href="https://www.apache.org/foundation/marks"
+ target="_blank"
+ rel="nofollow noopener"
+ >Apache's trademark guidelines</a
+ >.
+ </p>
+
+ <p>
+ Third parties who use the Kafka mark in this way must include following
+ disclaimer:
+ </p>
+
+ <pre
+ class="line-numbers trademark-blurb"
+ ><code class="language-text">KAFKA is a registered trademark of The
Apache Software Foundation and
+has been licensed for use by [3rd party name]. [3rd party name] has no
+affiliation with and is not endorsed by The Apache Software
Foundation.</code></pre>
+ </section>
+ </div>
+
+ <!--#include virtual="includes/_footer.htm" -->
+</body>