This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new af08e8cdf5 Include trademark attribution in docs footer
af08e8cdf5 is described below
commit af08e8cdf51c643e0a60b42a6d3405ab00d071df
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 368dc65da0..500bf8c041 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]