lidavidm commented on code in PR #4546: URL: https://github.com/apache/arrow-adbc/pull/4546#discussion_r3614241062
########## docs/source/conf.py: ########## @@ -27,9 +28,9 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "ADBC" -copyright = """2022–2025 The Apache Software Foundation. Apache Arrow, Arrow, -Apache, the Apache logo, and the Apache Arrow project logo are either -registered trademarks or trademarks of The Apache Software Foundation in the +copyright = f"""2022–{datetime.date.today().year} The Apache Software Foundation. +Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are +either registered trademarks or trademarks of The Apache Software Foundation in the Review Comment: ```suggestion copyright = f"""2022–{datetime.date.today().year} The Apache Software Foundation. Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
