Skip to content

Commit 566dc69

Browse files
committed
docs: fix copyright attribution
Signed-off-by: Salvatore Mesoraca <[email protected]>
1 parent 8ea79c0 commit 566dc69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# General information about the project.
6767
project = "valkey-py"
6868
current_year = datetime.datetime.now().year
69-
copyright = f"{current_year}, Valkey Inc"
69+
copyright = f"{current_year}, Redis Ltd"
7070

7171
# The version info for the project you're documenting, acts as replacement for
7272
# |version| and |release|, also used in various other places throughout the
@@ -229,7 +229,7 @@
229229
# (source start file, target name, title, author, documentclass
230230
# [howto/manual]).
231231
latex_documents = [
232-
("index", "valkey-py.tex", "valkey-py Documentation", "Valkey Inc", "manual")
232+
("index", "valkey-py.tex", "valkey-py Documentation", "Valkey", "manual")
233233
]
234234

235235
# The name of an image file (relative to this directory) to place at the top of
@@ -273,7 +273,7 @@
273273
"index",
274274
"valkey-py",
275275
"valkey-py Documentation",
276-
"Valkey Inc",
276+
"Valkey",
277277
"valkey-py",
278278
"One line description of project.",
279279
"Miscellaneous",
@@ -290,6 +290,6 @@
290290
# texinfo_show_urls = 'footnote'
291291

292292
epub_title = "valkey-py"
293-
epub_author = "Valkey Inc"
294-
epub_publisher = "Valkey Inc"
295-
epub_copyright = "2023, Valkey Inc"
293+
epub_author = "Valkey"
294+
epub_publisher = "Valkey"
295+
epub_copyright = "2023, Redis Ltd"

0 commit comments

Comments
 (0)