Skip to content

Commit f2f5512

Browse files
committed
Update copyright year range
1 parent 3b22c3a commit f2f5512

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'gr-satellites'
23-
copyright = '2016-2025, Daniel Estévez'
23+
copyright = '2016-2026, Daniel Estévez'
2424
author = 'Daniel Estévez'
2525

2626
# The short X.Y version

python/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
# Copyright 2020-2025 Daniel Estevez <daniel@destevez.net>
4+
# Copyright 2020-2026 Daniel Estevez <daniel@destevez.net>
55
#
66
# This file is part of gr-satellites
77
#
@@ -21,7 +21,7 @@
2121

2222
__version__ = 'v5.10.0-git'
2323
__author__ = 'Daniel Estevez'
24-
__copyright__ = 'Copyright 2016-2025 Daniel Estevez'
24+
__copyright__ = 'Copyright 2016-2026 Daniel Estevez'
2525
__email__ = 'daniel@destevez.net'
2626
__license__ = 'GPL-3.0-or-later'
2727
__all__ = [

0 commit comments

Comments
 (0)