Skip to content

Commit f16a666

Browse files
committed
Bump copyright version to 2025
1 parent 118237f commit f16a666

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2021 - 2022, T. W. van der Heide
3+
Copyright (c) 2021 - 2025, T. W. van der Heide
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

src/fortformat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#------------------------------------------------------------------------------#
22
# fortnet-python: Python Tools for the Fortnet Software Package #
3-
# Copyright (C) 2021 - 2022 T. W. van der Heide #
3+
# Copyright (C) 2021 - 2025 T. W. van der Heide #
44
# #
55
# See the LICENSE file for terms of usage and distribution. #
66
#------------------------------------------------------------------------------#

src/fortformat/fnetdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#------------------------------------------------------------------------------#
22
# fortnet-python: Python Tools for the Fortnet Software Package #
3-
# Copyright (C) 2021 - 2022 T. W. van der Heide #
3+
# Copyright (C) 2021 - 2025 T. W. van der Heide #
44
# #
55
# See the LICENSE file for terms of usage and distribution. #
66
#------------------------------------------------------------------------------#

src/fortformat/fnetout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#------------------------------------------------------------------------------#
22
# fortnet-python: Python Tools for the Fortnet Software Package #
3-
# Copyright (C) 2021 - 2022 T. W. van der Heide #
3+
# Copyright (C) 2021 - 2025 T. W. van der Heide #
44
# #
55
# See the LICENSE file for terms of usage and distribution. #
66
#------------------------------------------------------------------------------#

test/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#------------------------------------------------------------------------------#
22
# fortnet-python: Python Tools for the Fortnet Software Package #
3-
# Copyright (C) 2021 - 2022 T. W. van der Heide #
3+
# Copyright (C) 2021 - 2025 T. W. van der Heide #
44
# #
55
# See the LICENSE file for terms of usage and distribution. #
66
#------------------------------------------------------------------------------#

test/test_fnetdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
#------------------------------------------------------------------------------#
33
# fortnet-python: Python Tools for the Fortnet Software Package #
4-
# Copyright (C) 2021 - 2022 T. W. van der Heide #
4+
# Copyright (C) 2021 - 2025 T. W. van der Heide #
55
# #
66
# See the LICENSE file for terms of usage and distribution. #
77
#------------------------------------------------------------------------------#

test/test_fnetout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
#------------------------------------------------------------------------------#
33
# fortnet-python: Python Tools for the Fortnet Software Package #
4-
# Copyright (C) 2021 - 2022 T. W. van der Heide #
4+
# Copyright (C) 2021 - 2025 T. W. van der Heide #
55
# #
66
# See the LICENSE file for terms of usage and distribution. #
77
#------------------------------------------------------------------------------#

0 commit comments

Comments
 (0)