Skip to content

Commit edd86db

Browse files
committed
Update copyright information
1 parent a9ba159 commit edd86db

108 files changed

Lines changed: 112 additions & 112 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c), 2018-2025, SISSA (Scuola Internazionale Superiore di Studi Avanzati)
3+
Copyright (c), 2018-2026, SISSA (Scuola Internazionale Superiore di Studi Avanzati)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
# -- Project information -----------------------------------------------------
2626

2727
project = 'elementpath'
28-
copyright = '2018-2025, SISSA (International School for Advanced Studies)'
28+
copyright = '2018-2026, SISSA (International School for Advanced Studies)'
2929
author = 'Davide Brunato'
3030

3131
# The short X.Y version
3232
version = '5.1'
3333
# The full version, including alpha/beta/rc tags
34-
release = '5.1.0'
34+
release = '5.1.1'
3535

3636
# -- General configuration ---------------------------------------------------
3737

elementpath/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#
2-
# Copyright (c), 2018-2025, SISSA (International School for Advanced Studies).
2+
# Copyright (c), 2018-2026, SISSA (International School for Advanced Studies).
33
# All rights reserved.
44
# This file is distributed under the terms of the MIT License.
55
# See the file 'LICENSE' in the root directory of the present
66
# distribution, or http://opensource.org/licenses/MIT.
77
#
88
# @author Davide Brunato <brunato@sissa.it>
99
#
10-
__version__ = '5.1.0'
10+
__version__ = '5.1.1'
1111
__author__ = "Davide Brunato"
1212
__contact__ = "brunato@sissa.it"
13-
__copyright__ = "Copyright 2018-2025, SISSA"
13+
__copyright__ = "Copyright 2018-2026, SISSA"
1414
__license__ = "MIT"
1515
__status__ = "Production/Stable"
1616

elementpath/aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c), 2025-2025, SISSA (International School for Advanced Studies).
2+
# Copyright (c), 2025-2026, SISSA (International School for Advanced Studies).
33
# All rights reserved.
44
# This file is distributed under the terms of the MIT License.
55
# See the file 'LICENSE' in the root directory of the present

elementpath/collations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c), 2022-2025, SISSA (International School for Advanced Studies).
2+
# Copyright (c), 2022-2026, SISSA (International School for Advanced Studies).
33
# All rights reserved.
44
# This file is distributed under the terms of the MIT License.
55
# See the file 'LICENSE' in the root directory of the present

elementpath/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c), 2022-2025, SISSA (International School for Advanced Studies).
2+
# Copyright (c), 2022-2026, SISSA (International School for Advanced Studies).
33
# All rights reserved.
44
# This file is distributed under the terms of the MIT License.
55
# See the file 'LICENSE' in the root directory of the present

elementpath/datatypes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c), 2018-2025, SISSA (International School for Advanced Studies).
2+
# Copyright (c), 2018-2026, SISSA (International School for Advanced Studies).
33
# All rights reserved.
44
# This file is distributed under the terms of the MIT License.
55
# See the file 'LICENSE' in the root directory of the present

elementpath/datatypes/any_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c), 2018-2025, SISSA (International School for Advanced Studies).
2+
# Copyright (c), 2018-2026, SISSA (International School for Advanced Studies).
33
# All rights reserved.
44
# This file is distributed under the terms of the MIT License.
55
# See the file 'LICENSE' in the root directory of the present

elementpath/datatypes/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c), 2018-2025, SISSA (International School for Advanced Studies).
2+
# Copyright (c), 2018-2026, SISSA (International School for Advanced Studies).
33
# All rights reserved.
44
# This file is distributed under the terms of the MIT License.
55
# See the file 'LICENSE' in the root directory of the present

elementpath/datatypes/datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c), 2018-2025, SISSA (International School for Advanced Studies).
2+
# Copyright (c), 2018-2026, SISSA (International School for Advanced Studies).
33
# All rights reserved.
44
# This file is distributed under the terms of the MIT License.
55
# See the file 'LICENSE' in the root directory of the present

0 commit comments

Comments
 (0)