Skip to content

Commit a52b26e

Browse files
committed
Merge branch 'stable' into develop
2 parents 0f95d6e + f54c4db commit a52b26e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/build-pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install pyinstaller
31-
pip install -e .[full,cloud]
31+
pip install -e .[full,cloud,arrow]
3232
3333
- name: Pyinstall executable
3434
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The latest generated copy of the documentation can be found at: <https://volatil
9696

9797
## Licensing and Copyright
9898

99-
Copyright (C) 2007-2025 Volatility Foundation
99+
Copyright (C) 2007-2026 Volatility Foundation
100100

101101
All Rights Reserved
102102

doc/source/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is Copyright 2022 Volatility Foundation and licensed under the Volatility Software License 1.0
1+
# This file is Copyright 2026 Volatility Foundation and licensed under the Volatility Software License 1.0
22
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
33
#
44
#
@@ -16,11 +16,10 @@
1616

1717
import os
1818
import sys
19+
from importlib.util import find_spec
1920

2021
import sphinx.ext.apidoc
2122

22-
from importlib.util import find_spec
23-
2423

2524
def setup(app):
2625
volatility_directory = os.path.abspath(
@@ -167,7 +166,7 @@ def setup(app):
167166

168167
# General information about the project.
169168
project = "Volatility 3"
170-
copyright = "2012-2025, Volatility Foundation"
169+
copyright = "2012-2026, Volatility Foundation"
171170

172171
# The version info for the project you're documenting, acts as replacement for
173172
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)