From ed018939f095f6587b921d7c0e46a48f7a7709a5 Mon Sep 17 00:00:00 2001 From: marcoioco Date: Sun, 12 Jan 2025 11:06:34 +0000 Subject: [PATCH 1/2] update copyright, maintainer info, contacts. --- docs/conf.py | 6 +++--- docs/index.rst | 2 +- docs/pages/community.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4f7cc84ce..7693c4de6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,8 +9,8 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'Hoverfly' -copyright = '2023, SpectoLabs' -author = 'SpectoLabs' +copyright = '2025, iOCO Solutions, +author = 'iOCO Solutions' version = 'v1.10.7' # The full version, including alpha/beta/rc tags. @@ -61,7 +61,7 @@ latex_documents = [ (master_doc, 'hoverfly.tex', u'Hoverfly Documentation', - u'SpectoLabs', 'manual'), + u'iOCO Solutions', 'manual'), ] man_pages = [ diff --git a/docs/index.rst b/docs/index.rst index 0da92c1b1..71932a660 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -34,7 +34,7 @@ Source The Hoverfly source code is available on `GitHub `_. -Hoverfly is developed and maintained by `SpectoLabs `_. +Hoverfly is developed and maintained by `iOCO Solutions `_. Contents -------- diff --git a/docs/pages/community.rst b/docs/pages/community.rst index 69150057f..69c57779a 100644 --- a/docs/pages/community.rst +++ b/docs/pages/community.rst @@ -6,4 +6,4 @@ Community - Chat on the `Hoverfly Gitter channel `_ - Join the `Hoverfly mailing list `_ - Raise a `GitHub Issue `_ -- Get in touch with `SpectoLabs on Twitter `_ +- Get in touch with `iOCO Solutions `_ From d473bd4ca60f2e00a88af7067c6ea47dc76504b4 Mon Sep 17 00:00:00 2001 From: marcoioco Date: Sun, 12 Jan 2025 11:22:25 +0000 Subject: [PATCH 2/2] typo fix --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7693c4de6..a5fb9f9c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'Hoverfly' -copyright = '2025, iOCO Solutions, +copyright = '2025, iOCO Solutions' author = 'iOCO Solutions' version = 'v1.10.7'