Skip to content

Commit 609db53

Browse files
committed
chore: fix workflow and fix license holder
1 parent f18ee22 commit 609db53

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/matrix-and-codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
project: diffpy.fourigui
1818
c_extension: false
19-
headless: false
19+
headless: true
2020
secrets:
2121
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To get started, please visit the :ref:`Getting started <getting-started>` page.
2121
Authors
2222
=======
2323

24-
``diffpy.fourigui`` is developed by Simon Billinge, Billinge Group members. This project is maintained by Simon Billinge. For a detailed list of contributors see
24+
``diffpy.fourigui`` is developed by Billinge Group and its community contributors. For a detailed list of contributors see
2525
https://github.com/diffpy/diffpy.fourigui/graphs/contributors.
2626

2727
============

src/diffpy/__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) 2026 The Trustees of Columbia University in the City of New York.
4+
# (c) 2022-2025 The Trustees of Columbia University in the City of New York.
5+
# (c) 2026 - present, diffpy.fourigui contributors
56
# All rights reserved.
67
#
78
# File coded by: Billinge Group members and community contributors.

src/diffpy/fourigui/__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) 2026 The Trustees of Columbia University in the City of New York.
4+
# (c) 2022-2025 The Trustees of Columbia University in the City of New York.
5+
# (c) 2026 - present, diffpy.fourigui contributors
56
# All rights reserved.
67
#
78
# File coded by: Simon Billinge, Billinge Group members.

src/diffpy/fourigui/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) 2026 The Trustees of Columbia University in the City of New York.
4+
# (c) 2022-2025 The Trustees of Columbia University in the City of New York.
5+
# (c) 2026 - present, diffpy.fourigui contributors
56
# All rights reserved.
67
#
78
# File coded by: Simon Billinge, Billinge Group members.

0 commit comments

Comments
 (0)