Update all occurrences of my name with my legal name.

This commit is contained in:
Jaye Evins
2025-04-08 18:47:02 -04:00
parent 2da9b2d856
commit f8efe3aafa
297 changed files with 309 additions and 309 deletions
+3 -3
View File
@@ -47,8 +47,8 @@ master_doc = 'index'
# General information about the project.
project = 'gLabels'
copyright = '2020, Jim Evins <evins@snaught.com>'
author = 'Jim Evins'
copyright = '2020, Jaye Evins <evins@snaught.com>'
author = 'Jaye Evins'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -140,7 +140,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'gLabels.tex', 'gLabels Documentation',
'Jim Evins', 'manual'),
'Jaye Evins', 'manual'),
]