Skip to content

Commit ae98b43

Browse files
committed
fix: copyright Quant LLC; author branding Derive
1 parent 788da15 commit ae98b43

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'pyfair'
22-
copyright = '2023-2026, Derive Risk'
23-
author = 'Derive Risk'
22+
copyright = '2023-2026, Quant LLC'
23+
author = 'Derive'
2424

2525
# The short X.Y version
2626
version = '0.1.14'
@@ -137,7 +137,7 @@
137137
# author, documentclass [howto, manual, or own class]).
138138
latex_documents = [
139139
(master_doc, 'pyfair.tex', 'pyfair Documentation',
140-
'Derive Risk', 'manual'),
140+
'Derive', 'manual'),
141141
]
142142

143143

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Open FAIR" is a trademark of the Open Group.
1919
2020
""",
21-
author="Derive Risk",
21+
author="Derive",
2222
author_email="pyfair@hivesystems.com",
2323
packages=[
2424
"pyfair",

0 commit comments

Comments
 (0)