summaryrefslogtreecommitdiff
path: root/api-docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-01-08 18:55:26 -0500
committerJordan Wiens <jordan@psifertex.com>2024-01-08 18:55:26 -0500
commit7df8225edc9bb62217b3864b5bc63b2698759d46 (patch)
tree890f35c6c92b0062098221dbe1ce4458baf1b2f8 /api-docs
parent69b6b8a0853a8d54151a1888e29817f67b0ee645 (diff)
update copyright year
Diffstat (limited to 'api-docs')
-rw-r--r--api-docs/cppdocs/conf.py2
-rw-r--r--api-docs/source/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/api-docs/cppdocs/conf.py b/api-docs/cppdocs/conf.py
index 7b64f459..9556399d 100644
--- a/api-docs/cppdocs/conf.py
+++ b/api-docs/cppdocs/conf.py
@@ -72,7 +72,7 @@ highlight_language = 'cpp'
# General information about the project.
project = u'Binary Ninja C++ API'
-copyright = u'2015-2023, Vector 35 Inc'
+copyright = u'2015-2024, Vector 35 Inc'
author = u'Vector 35 Inc'
# The version info for the project you're documenting, acts as replacement for
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py
index cfab6194..bc32e478 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -211,7 +211,7 @@ master_doc = 'index'
# General information about the project.
project = u'Binary Ninja Python API'
-copyright = u'2015-2023, Vector 35 Inc'
+copyright = u'2015-2024, Vector 35 Inc'
author = u'Vector 35 Inc'
# The version info for the project you're documenting, acts as replacement for