]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update copyright line in docs.
authorBen Darnell <ben@bendarnell.com>
Mon, 20 Jul 2015 12:36:04 +0000 (08:36 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 20 Jul 2015 12:36:04 +0000 (08:36 -0400)
docs/conf.py

index 368e4e85c64a6244feec3172610d3f60c3e7d55b..04cc19693b7179ba41c098d963bccb21e016f4cb 100644 (file)
@@ -1,13 +1,14 @@
 # Ensure we get the local copy of tornado instead of what's on the standard path
 import os
 import sys
+import time
 sys.path.insert(0, os.path.abspath(".."))
 import tornado
 
 master_doc = "index"
 
 project = "Tornado"
-copyright = "2011, Facebook"
+copyright = "2009-%s, The Tornado Authors" % time.strftime("%Y")
 
 version = release = tornado.version