From cd50da55e1d25bd40ab060a7ad6f6a61bfbe8124 Mon Sep 17 00:00:00 2001 From: Marco Stronati Date: Tue, 27 Nov 2018 10:13:18 +0100 Subject: [PATCH] Doc: change copyright --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 433f97e3a..4b1d43f68 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,8 +50,8 @@ master_doc = 'index' # General information about the project. project = 'Tezos' -copyright = '2017, Dynamic Ledger Solutions, Inc. ' -author = 'Dynamic Ledger Solutions, Inc. ' +copyright = '2018, Nomadic Labs ' +author = 'Nomadic Labs ' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -151,7 +151,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'Tezos.tex', 'Tezos Documentation', - 'Dynamic Ledger Solutions, Inc. \\textless{}contact@tezos.com\\textgreater{}', 'manual'), + 'Nomadic Labs \\textless{}contact@nomadic-labs.com\\textgreater{}', 'manual'), ]