This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 2b6b55a0a5 Include trademark attribution in docs footer
2b6b55a0a5 is described below
commit 2b6b55a0a5a2a46c281871adc486f618249704e2
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Dec 29 10:29:48 2023 +0000
Include trademark attribution in docs footer
---
webapps/docs/tomcat-docs.xsl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/webapps/docs/tomcat-docs.xsl b/webapps/docs/tomcat-docs.xsl
index 958872d6c4..7c7fde1116 100644
--- a/webapps/docs/tomcat-docs.xsl
+++ b/webapps/docs/tomcat-docs.xsl
@@ -151,6 +151,10 @@
<footer>
<div id="footer">
Copyright © 1999-<xsl:value-of select="$year"/>, The Apache Software
Foundation
+ <br/>
+ Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo
+ are either registered trademarks or trademarks of the Apache Software
+ Foundation.
</div>
</footer>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]