Skip to content

Update year in copyright notices to 2025 #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2024 DFTB+ developers group
Copyright (c) 2011-2025 DFTB+ developers group

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

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

# The full version, including alpha/beta/rc tags
Expand Down
2 changes: 1 addition & 1 deletion src/hsd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#--------------------------------------------------------------------------------------------------#
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion src/hsd/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#--------------------------------------------------------------------------------------------------#
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion src/hsd/dict.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#--------------------------------------------------------------------------------------------------#
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion src/hsd/eventhandler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#--------------------------------------------------------------------------------------------------#
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion src/hsd/formatter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion src/hsd/io.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion src/hsd/parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#--------------------------------------------------------------------------------------------------#
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion test/test_dict.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env python3
#--------------------------------------------------------------------------------------------------#
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion test/test_dump.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env python3
#--------------------------------------------------------------------------------------------------#
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down
2 changes: 1 addition & 1 deletion test/test_parser.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env python3
#--------------------------------------------------------------------------------------------------#
# hsd-python: package for manipulating HSD-formatted data in Python #
# Copyright (C) 2011 - 2024 DFTB+ developers group #
# Copyright (C) 2011 - 2025 DFTB+ developers group #
# Licensed under the BSD 2-clause license. #
#--------------------------------------------------------------------------------------------------#
#
Expand Down