From 9d15cf12bbfcbc1af4ddebbb4388e7a467c68c3b Mon Sep 17 00:00:00 2001 From: jekil Date: Fri, 4 Nov 2016 23:05:19 +0100 Subject: [PATCH] Updated copyright year in cuckoo book --- docs/book/src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/conf.py b/docs/book/src/conf.py index d76c78bad1..f1bb5e5b48 100644 --- a/docs/book/src/conf.py +++ b/docs/book/src/conf.py @@ -40,7 +40,7 @@ # General information about the project. project = u'Cuckoo Sandbox' -copyright = u'2010-2015, Cuckoo Foundation' +copyright = u'2010-2016, Cuckoo Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the