This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit f74969b87f43495c9e221a28410bb8a2a1f1d2b2 Author: Shad Storhaug <[email protected]> AuthorDate: Sat Oct 26 05:08:32 2024 +0700 website/docs: Updated copyright date in footer to 2024 --- websites/apidocs/docfx.json | 2 +- websites/site/docfx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/websites/apidocs/docfx.json b/websites/apidocs/docfx.json index 8da05ffd4..12db413c5 100644 --- a/websites/apidocs/docfx.json +++ b/websites/apidocs/docfx.json @@ -582,7 +582,7 @@ "_appFaviconPath": "logo/favicon.ico", "_enableSearch": true, "_appLogoPath": "logo/lucene-net-color.png", - "_appFooter": "Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br/> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br/>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>" + "_appFooter": "Copyright © 2024 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br/> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br/>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>" }, "overwrite": [ { diff --git a/websites/site/docfx.json b/websites/site/docfx.json index 6338c8d5a..1ec230641 100644 --- a/websites/site/docfx.json +++ b/websites/site/docfx.json @@ -39,7 +39,7 @@ "_appFaviconPath": "logo/favicon.ico", "_enableSearch": false, "_appLogoPath": "logo/lucene-net-color.png", - "_appFooter": "Copyright © 2022 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br/> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br/>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>", + "_appFooter": "Copyright © 2024 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br/> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br/>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>", "_gitContribute": { "repo": "https://github.com/apache/lucenenet", "branch": "master"
