diff --git a/docs/source/conf.py b/docs/source/conf.py index cde0c2b31f8fd..5af7b7955fdde 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -201,7 +201,12 @@ # General information about the project. project = u'Apache Arrow' -copyright = f'2016-{datetime.datetime.now().year} Apache Software Foundation' +copyright = ( + f"2016-{datetime.datetime.now().year} Apache Software Foundation.\n" + "Apache Arrow, Arrow, Apache, the Apache feather logo, and the Apache Arrow " + "project logo are either registered trademarks or trademarks of The Apache " + "Software Foundation in the United States and other countries" +) author = u'Apache Software Foundation' # The version info for the project you're documenting, acts as replacement for