diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-01-17 16:21:24 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-01-17 16:21:24 -0500 |
| commit | 5f4b0984c0f2ff59bb82b959d49b11ee534976bd (patch) | |
| tree | 6370252df599b76e815000c2eff4f78950eac091 /api-docs | |
| parent | 22c2a49db23efa53b04a8e5587749affa716ce2d (diff) | |
update company name and copyright date
Diffstat (limited to 'api-docs')
| -rw-r--r-- | api-docs/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
