Skip to content

Commit 294e2f4

Browse files
authored
Add format note in the footer (#1735)
1 parent 7391d6b commit 294e2f4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/Elastic.Documentation.Site/Layout/_Footer.cshtml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@
2727
© @(DateTime.Today.Year) Elasticsearch B.V. All Rights Reserved.
2828
</p>
2929
</div>
30-
<p class="mt-4">
31-
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.
32-
</p>
30+
<div class="mt-4">
31+
<p>
32+
This content is available in different formats for convenience only. All original licensing terms apply.
33+
</p>
34+
<p class="mt-4">
35+
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.
36+
</p>
37+
</div>
3338
</div>
3439
</div>
3540
</footer>

0 commit comments

Comments
 (0)