Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions src/Elastic.Documentation.Site/Layout/_Footer.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@
© @(DateTime.Today.Year) Elasticsearch B.V. All Rights Reserved.
</p>
</div>
<p class="mt-4">
Elasticsearch is a trademark of Elasticsearch B.V., registered in the U.S. and in other countries. Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.
</p>
<div class="mt-4">
<p>
This content is available in different formats for convenience only. All original licensing terms apply.
</p>
<p class="mt-4">
Elasticsearch is a trademark of Elasticsearch B.V., registered in the U.S. and in other countries. Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.
</p>
</div>
</div>
</div>
</footer>
Loading