This is an automated email from the ASF dual-hosted git repository. niallp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/griffin-site.git
commit d9d19c9912a9e837b95263f1a3f8f667b4daf779 Author: Niall Pemberton <[email protected]> AuthorDate: Thu Nov 20 12:42:31 2025 +0000 Fix footer date & logo wording --- _includes/footer.html | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 8a72592..7ef13e4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,8 +9,8 @@ </div> <div class="col-md-9"> <div> - Copyright © 2018 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br> - Apache Griffin, Griffin, Apache, the Apache feather logo and the Apache Griffin logo are trademarks of The Apache Software Foundation. + Copyright © {{ site.time | date: "%Y" }} The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br> + Apache Griffin, Griffin, Apache, the Apache logo and the Apache Griffin logo are trademarks of The Apache Software Foundation. </div> </div> </div> diff --git a/index.html b/index.html index e2438b2..ccb95b2 100755 --- a/index.html +++ b/index.html @@ -283,8 +283,8 @@ under the License. </div> <div class="col-md-9"> <div> - Copyright © 2018 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br> - Apache Griffin, Griffin, Apache, the Apache feather logo and the Apache Griffin logo are trademarks of The Apache Software Foundation. + Copyright © 2025 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br> + Apache Griffin, Griffin, Apache, the Apache logo and the Apache Griffin logo are trademarks of The Apache Software Foundation. </div> </div> </div>
