Bump year for copyrights to 2026

This commit is contained in:
Mike Auty
2026-01-29 20:39:09 +00:00
parent 493950c634
commit 6b9a6f84c3
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ The latest generated copy of the documentation can be found at: <https://volatil
## Licensing and Copyright
Copyright (C) 2007-2025 Volatility Foundation
Copyright (C) 2007-2026 Volatility Foundation
All Rights Reserved
+3 -4
View File
@@ -1,4 +1,4 @@
# This file is Copyright 2022 Volatility Foundation and licensed under the Volatility Software License 1.0
# This file is Copyright 2026 Volatility Foundation and licensed under the Volatility Software License 1.0
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
#
#
@@ -16,11 +16,10 @@
import os
import sys
from importlib.util import find_spec
import sphinx.ext.apidoc
from importlib.util import find_spec
def setup(app):
volatility_directory = os.path.abspath(
@@ -167,7 +166,7 @@ master_doc = "index"
# General information about the project.
project = "Volatility 3"
copyright = "2012-2025, Volatility Foundation"
copyright = "2012-2026, Volatility Foundation"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the