From e521f245ee0575427de49b92506199c6316bb29f Mon Sep 17 00:00:00 2001
From: =?utf8?q?C=C3=A9dric=20Ollivier?= <cedric.ollivier@orange.com>
Date: Sun, 15 Apr 2018 12:35:27 +0200
Subject: [PATCH] Fix emails and copyrights in all conf.py
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Change-Id: Idbd735443ec106f14e088c1469701507c28d7545
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 api/conf.py                                                 | 6 +++---
 docs/release/release-notes/conf.py                          | 6 +++---
 docs/testing/developer/devguide/conf.py                     | 6 +++---
 docs/testing/developer/internship/security_group/conf.py    | 6 +++---
 docs/testing/developer/internship/testapi_evolution/conf.py | 6 +++---
 docs/testing/developer/internship/unit_tests/conf.py        | 6 +++---
 docs/testing/developer/internship/vnf_catalog/conf.py       | 6 +++---
 docs/testing/user/configguide/conf.py                       | 6 +++---
 docs/testing/user/userguide/conf.py                         | 6 +++---
 9 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/api/conf.py b/api/conf.py
index e9978f6ad..18b33fdda 100644
--- a/api/conf.py
+++ b/api/conf.py
@@ -51,8 +51,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'OPNFV Functest'
-copyright = u'2017, #opnfv-functest (chat.freenode.net)'
-author = u'#opnfv-functest (chat.freenode.net)'
+copyright = u'2017, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -264,7 +264,7 @@ latex_documents = [
     (master_doc,
      'OPNFVFunctest.tex',
      u'OPNFV Functest Documentation',
-     u'\\#opnfv-functest (chat.freenode.net)',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
diff --git a/docs/release/release-notes/conf.py b/docs/release/release-notes/conf.py
index 77a71a37d..b9a996a7e 100644
--- a/docs/release/release-notes/conf.py
+++ b/docs/release/release-notes/conf.py
@@ -47,8 +47,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Functest Release Notes'
-copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>'
-author = u'Cédric Ollivier <cedric.ollivier@orange.com>'
+copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -150,7 +150,7 @@ latex_elements = {
 latex_documents = [
     (master_doc, 'FunctestReleaseNotes.tex',
      u'Functest Release Notes Documentation',
-     u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
diff --git a/docs/testing/developer/devguide/conf.py b/docs/testing/developer/devguide/conf.py
index 1b56ee8e8..28255a69e 100644
--- a/docs/testing/developer/devguide/conf.py
+++ b/docs/testing/developer/devguide/conf.py
@@ -47,8 +47,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Functest Developer Guide'
-copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>'
-author = u'Cédric Ollivier <cedric.ollivier@orange.com>'
+copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # 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_documents = [
     (master_doc,
      'FunctestDeveloperGuide.tex',
      u'Functest Developer Guide Documentation',
-     u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
diff --git a/docs/testing/developer/internship/security_group/conf.py b/docs/testing/developer/internship/security_group/conf.py
index f883ab3d0..46080c6d6 100644
--- a/docs/testing/developer/internship/security_group/conf.py
+++ b/docs/testing/developer/internship/security_group/conf.py
@@ -47,8 +47,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Functest Security group test cases'
-copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>'
-author = u'Cédric Ollivier <cedric.ollivier@orange.com>'
+copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # 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_documents = [
     (master_doc,
      'FunctestSecuritygrouptestcases.tex',
      u'Functest Security group test cases Documentation',
-     u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
diff --git a/docs/testing/developer/internship/testapi_evolution/conf.py b/docs/testing/developer/internship/testapi_evolution/conf.py
index cb7224155..f59308c59 100644
--- a/docs/testing/developer/internship/testapi_evolution/conf.py
+++ b/docs/testing/developer/internship/testapi_evolution/conf.py
@@ -47,8 +47,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'TestAPI evolution'
-copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>'
-author = u'Cédric Ollivier <cedric.ollivier@orange.com>'
+copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -152,7 +152,7 @@ latex_documents = [
     (master_doc,
      'TestAPIevolution.tex',
      u'TestAPI evolution Documentation',
-     u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
diff --git a/docs/testing/developer/internship/unit_tests/conf.py b/docs/testing/developer/internship/unit_tests/conf.py
index 7bb31d406..00dec3c82 100644
--- a/docs/testing/developer/internship/unit_tests/conf.py
+++ b/docs/testing/developer/internship/unit_tests/conf.py
@@ -47,8 +47,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Functest Unit tests'
-copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>'
-author = u'Cédric Ollivier <cedric.ollivier@orange.com>'
+copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # 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_documents = [
     (master_doc,
      'FunctestUnittests.tex',
      u'Functest Unit tests Documentation',
-     u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
diff --git a/docs/testing/developer/internship/vnf_catalog/conf.py b/docs/testing/developer/internship/vnf_catalog/conf.py
index 4bc609810..de8336225 100644
--- a/docs/testing/developer/internship/vnf_catalog/conf.py
+++ b/docs/testing/developer/internship/vnf_catalog/conf.py
@@ -47,8 +47,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Open Source VNF Catalog'
-copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>'
-author = u'Cédric Ollivier <cedric.ollivier@orange.com>'
+copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # 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_documents = [
     (master_doc,
      'OpenSourceVNFCatalog.tex',
      u'Open Source VNF Catalog Documentation',
-     u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
diff --git a/docs/testing/user/configguide/conf.py b/docs/testing/user/configguide/conf.py
index a227d7caa..c0dc12599 100644
--- a/docs/testing/user/configguide/conf.py
+++ b/docs/testing/user/configguide/conf.py
@@ -47,8 +47,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Functest Installation Guide'
-copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>'
-author = u'Cédric Ollivier <cedric.ollivier@orange.com>'
+copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # 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_documents = [
     (master_doc,
      'FunctestInstallationGuide.tex',
      u'Functest Installation Guide Documentation',
-     u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
diff --git a/docs/testing/user/userguide/conf.py b/docs/testing/user/userguide/conf.py
index cd37ed4f0..716d3b3d2 100644
--- a/docs/testing/user/userguide/conf.py
+++ b/docs/testing/user/userguide/conf.py
@@ -47,8 +47,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Functest User Guide'
-copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>'
-author = u'Cédric Ollivier <cedric.ollivier@orange.com>'
+copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>'
+author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>'
 
 # 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_documents = [
     (master_doc,
      'FunctestUserGuide.tex',
      u'Functest User Guide Documentation',
-     u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
      'manual'),
 ]
 
-- 
2.16.6