Update copyright line in docs.
This commit is contained in:
parent
cb12ad049f
commit
d53f72fe67
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue