From 5f4b0984c0f2ff59bb82b959d49b11ee534976bd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 17 Jan 2019 16:21:24 -0500 Subject: update company name and copyright date --- api-docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api-docs/source') diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 854a2859..ec02dc8b 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -135,8 +135,8 @@ master_doc = 'index' # General information about the project. project = u'Binary Ninja API' -copyright = u'2016, Vector 35 LLC' -author = u'Vector 35 LLC' +copyright = u'2015-2019, Vector 35 Inc' +author = u'Vector 35 Inc' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -318,7 +318,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'BinaryNinjaAPIDocumentation.tex', u'Binary Ninja API Documentation', - u'Vector 35 LLC', 'manual'), + u'Vector 35 Inc', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of -- cgit v1.3.1