From: Michael Hanselmann Date: Mon, 14 Jan 2013 14:53:26 +0000 (+0100) Subject: Update copyright in documentation X-Git-Tag: v2.7.0beta1~121 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/909948f1b2d482a234731d21859f0764768bffee Update copyright in documentation Use range() instead of building the list manually. Keeps the code shorter starting next year. Signed-off-by: Michael Hanselmann Reviewed-by: Guido Trotter Reviewed-and-lolled-by: Iustin Pop --- diff --git a/doc/conf.py b/doc/conf.py index cd26c3a..5540e57 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,7 +46,7 @@ master_doc = "index" # General information about the project. project = u"Ganeti" -copyright = u"2006, 2007, 2008, 2009, 2010, 2011, 2012, Google Inc." +copyright = u"%s Google Inc." % ", ".join(map(str, range(2006, 2013 + 1))) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the