Skip to content

Commit 9691ebc

Browse files
committed
chore: fix copyright dates and delete dpx
1 parent 36f9ec3 commit 9691ebc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/diffpy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2025 The Trustees of Columbia University in the City of New York.
4+
# (c) 2013-2025 The Trustees of Columbia University in the City of New York.
55
# All rights reserved.
66
#
7-
# File coded by: Billinge Group members and community contributors.
7+
# File coded by: Xiaohao Yang and Billinge Group members.
88
#
99
# See GitHub contributions for a more detailed list of contributors.
1010
# https://github.com/diffpy/diffpy.srxconfutils/graphs/contributors

src/diffpy/srxconfutils/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2025 The Trustees of Columbia University in the City of New York.
4+
# (c) 2013-2025 The Trustees of Columbia University in the City of New York.
55
# All rights reserved.
66
#
7-
# File coded by: Billinge Group members.
7+
# File coded by: Xiaohao Yang and Billinge Group members.
88
#
99
# See GitHub contributions for a more detailed list of contributors.
1010
# https://github.com/diffpy/diffpy.srxconfutils/graphs/contributors
1111
#
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
15-
"""Configuration utilities for dpx project.
15+
"""Configuration utilities for project.
1616
1717
Part of xPDFsuite
1818
"""

src/diffpy/srxconfutils/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2025 The Trustees of Columbia University in the City of New York.
4+
# (c) 2013-2025 The Trustees of Columbia University in the City of New York.
55
# All rights reserved.
66
#
7-
# File coded by: Billinge Group members.
7+
# File coded by: Xiaohao Yang and Billinge Group members.
88
#
99
# See GitHub contributions for a more detailed list of contributors.
1010
# https://github.com/diffpy/diffpy.srxconfutils/graphs/contributors # noqa: E501

0 commit comments

Comments
 (0)