Skip to content

Commit f70eaa0

Browse files
committed
skpkg: small modifications to files in src
1 parent 6cb2273 commit f70eaa0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/diffpy/utils/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2024 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.
55
# All rights reserved.
66
#
7-
# File coded by: Billinge Group members and community contributors.
7+
# File coded by: Simon Billinge, Billinge Group members.
88
#
99
# See GitHub contributions for a more detailed list of contributors.
1010
# https://github.com/diffpy/diffpy.utils/graphs/contributors
@@ -19,3 +19,5 @@
1919

2020
# silence the pyflakes syntax checker
2121
assert __version__ or True
22+
23+
# End of file

src/diffpy/utils/version.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2024 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.
55
# All rights reserved.
66
#
7-
# File coded by: Billinge Group members and community contributors.
7+
# File coded by: Simon Billinge, Billinge Group members.
88
#
99
# See GitHub contributions for a more detailed list of contributors.
1010
# https://github.com/diffpy/diffpy.utils/graphs/contributors
@@ -21,3 +21,5 @@
2121
from importlib.metadata import version
2222

2323
__version__ = version("diffpy.utils")
24+
25+
# End of file

0 commit comments

Comments
 (0)