Skip to content

Commit 6e5dee1

Browse files
committed
chore: update copyright dates again to match standards
1 parent dd625bf commit 6e5dee1

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

LICENSE-DANSE.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ LICENSE
44
This program is part of the DiffPy and DANSE open-source projects
55
and is available subject to the conditions and terms laid out below.
66

7-
Copyright (c) 2009-Present, The Trustees of Columbia University in
8-
the City of New York. All rights reserved.
7+
Copyright (c) 2009-2019, The Trustees of Columbia University in
8+
the City of New York.
9+
Copyright (c) 2025-Present, pyobjcryst contributors. All rights reserved.
910

1011
For more information please visit the project web-page:
1112

LICENSE.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Copyright (c) 2008-2012, The Trustees of Columbia University in the City of New
1515

1616
Copyright (c) 2014-2019, Brookhaven Science Associates, Brookhaven National Laboratory
1717

18-
Copyright (c) 2024-Present, The Trustees of Columbia University in the City of New York.
18+
Copyright (c) 2024-2025, The Trustees of Columbia University in the City of New York.
19+
20+
Copyright (c) 2025-Present, pyobjcryst contributors.
1921
All rights reserved.
2022

2123
The "DiffPy-CMI" is distributed subject to the following license conditions:

docs/source/license.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Copyright (c) 2008-2012, The Trustees of Columbia University in the City of New
2222

2323
Copyright (c) 2014-2019, Brookhaven Science Associates, Brookhaven National Laboratory
2424

25-
Copyright (c) 2024-Present, The Trustees of Columbia University in the City of New York.
25+
Copyright (c) 2024-2025, The Trustees of Columbia University in the City of New York.
26+
27+
Copyright (c) 2025-Present, pyobjcryst contributors.
2628
All rights reserved.
2729

2830
The "DiffPy-CMI" is distributed subject to the following license conditions:

src/pyobjcryst/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2025-Present The Trustees of Columbia University in the City of New York.
4+
# (c) 2025 The Trustees of Columbia University in the City of New York.
5+
# (c) 2025-Present, pyobjcryst contributors.
56
# All rights reserved.
67
#
78
# File coded by: Chris Farrow and Billinge Group members.

src/pyobjcryst/version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2025-Present The Trustees of Columbia University in the City of New York.
4+
# (c) 2025 The Trustees of Columbia University in the City of New York.
5+
# (c) 2025-Present, pyobjcryst contributors.
56
# All rights reserved.
67
#
78
# File coded by: Billinge Group members.

0 commit comments

Comments
 (0)