Skip to content

Commit 65da0b4

Browse files
jubichbhourahine
authored andcommitted
Update year in copyright notices to 2025
1 parent 93a3120 commit 65da0b4

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2024 DFTB+ developers group
1+
Copyright (c) 2011-2025 DFTB+ developers group
22

33
All rights reserved.
44

docs/conf.py

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

2121
project = 'hsd-python'
22-
copyright = '2011-2024, DFTB+ developers group'
22+
copyright = '2011-2025, DFTB+ developers group'
2323
author = 'DFTB+ developers group'
2424

2525
# The full version, including alpha/beta/rc tags

src/hsd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--------------------------------------------------------------------------------------------------#
22
# hsd-python: package for manipulating HSD-formatted data in Python #
3-
# Copyright (C) 2011 - 2024 DFTB+ developers group #
3+
# Copyright (C) 2011 - 2025 DFTB+ developers group #
44
# Licensed under the BSD 2-clause license. #
55
#--------------------------------------------------------------------------------------------------#
66
#

src/hsd/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--------------------------------------------------------------------------------------------------#
22
# hsd-python: package for manipulating HSD-formatted data in Python #
3-
# Copyright (C) 2011 - 2024 DFTB+ developers group #
3+
# Copyright (C) 2011 - 2025 DFTB+ developers group #
44
# Licensed under the BSD 2-clause license. #
55
#--------------------------------------------------------------------------------------------------#
66
#

src/hsd/dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--------------------------------------------------------------------------------------------------#
22
# hsd-python: package for manipulating HSD-formatted data in Python #
3-
# Copyright (C) 2011 - 2024 DFTB+ developers group #
3+
# Copyright (C) 2011 - 2025 DFTB+ developers group #
44
# Licensed under the BSD 2-clause license. #
55
#--------------------------------------------------------------------------------------------------#
66
#

src/hsd/eventhandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--------------------------------------------------------------------------------------------------#
22
# hsd-python: package for manipulating HSD-formatted data in Python #
3-
# Copyright (C) 2011 - 2024 DFTB+ developers group #
3+
# Copyright (C) 2011 - 2025 DFTB+ developers group #
44
# Licensed under the BSD 2-clause license. #
55
#--------------------------------------------------------------------------------------------------#
66
#

src/hsd/formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hsd-python: package for manipulating HSD-formatted data in Python #
2-
# Copyright (C) 2011 - 2024 DFTB+ developers group #
2+
# Copyright (C) 2011 - 2025 DFTB+ developers group #
33
# Licensed under the BSD 2-clause license. #
44
#--------------------------------------------------------------------------------------------------#
55
#

src/hsd/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hsd-python: package for manipulating HSD-formatted data in Python #
2-
# Copyright (C) 2011 - 2024 DFTB+ developers group #
2+
# Copyright (C) 2011 - 2025 DFTB+ developers group #
33
# Licensed under the BSD 2-clause license. #
44
#--------------------------------------------------------------------------------------------------#
55
#

src/hsd/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--------------------------------------------------------------------------------------------------#
22
# hsd-python: package for manipulating HSD-formatted data in Python #
3-
# Copyright (C) 2011 - 2024 DFTB+ developers group #
3+
# Copyright (C) 2011 - 2025 DFTB+ developers group #
44
# Licensed under the BSD 2-clause license. #
55
#--------------------------------------------------------------------------------------------------#
66
#

test/test_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/env python3
22
#--------------------------------------------------------------------------------------------------#
33
# hsd-python: package for manipulating HSD-formatted data in Python #
4-
# Copyright (C) 2011 - 2024 DFTB+ developers group #
4+
# Copyright (C) 2011 - 2025 DFTB+ developers group #
55
# Licensed under the BSD 2-clause license. #
66
#--------------------------------------------------------------------------------------------------#
77
#

0 commit comments

Comments
 (0)