Skip to content

Commit d91fa7a

Browse files
committed
adjust comments
1 parent f152c12 commit d91fa7a

7 files changed

Lines changed: 56 additions & 49 deletions

File tree

src/diffpy/cmipdf/__init__.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.srfit by DANSE Diffraction group
5-
# Simon J. L. Billinge
6-
# (c) 2008 The Trustees of Columbia University
7-
# in the City of New York. All rights reserved.
4+
# (c) 2025 Simon Billinge.
5+
# All rights reserved.
86
#
9-
# File coded by: Chris Farrow
7+
# File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+
# group.
109
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE_DANSE.txt for license information.
10+
# See GitHub contributions for a more detailed list of contributors.
11+
# https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+
#
13+
# See LICENSE.rst for license information.
1314
#
1415
##############################################################################
1516
"""PDF calculation tools."""

src/diffpy/cmipdf/basepdfgenerator.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.srfit by DANSE Diffraction group
5-
# Simon J. L. Billinge
6-
# (c) 2008 The Trustees of Columbia University
7-
# in the City of New York. All rights reserved.
4+
# (c) 2025 Simon Billinge.
5+
# All rights reserved.
86
#
9-
# File coded by: Chris Farrow
7+
# File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+
# group.
109
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE_DANSE.txt for license information.
10+
# See GitHub contributions for a more detailed list of contributors.
11+
# https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+
#
13+
# See LICENSE.rst for license information.
1314
#
1415
##############################################################################
1516
"""PDF profile generator base class.

src/diffpy/cmipdf/characteristicfunctions.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.srfit by DANSE Diffraction group
5-
# Simon J. L. Billinge
6-
# (c) 2010 The Trustees of Columbia University
7-
# in the City of New York. All rights reserved.
4+
# (c) 2025 Simon Billinge.
5+
# All rights reserved.
86
#
9-
# File coded by: Chris Farrow
7+
# File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+
# group.
109
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE_DANSE.txt for license information.
10+
# See GitHub contributions for a more detailed list of contributors.
11+
# https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+
#
13+
# See LICENSE.rst for license information.
1314
#
1415
##############################################################################
1516
"""Form factors (characteristic functions) used in PDF nanoshape

src/diffpy/cmipdf/debyepdfgenerator.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.srfit by DANSE Diffraction group
5-
# Simon J. L. Billinge
6-
# (c) 2008 The Trustees of Columbia University
7-
# in the City of New York. All rights reserved.
4+
# (c) 2025 Simon Billinge.
5+
# All rights reserved.
86
#
9-
# File coded by: Chris Farrow
7+
# File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+
# group.
109
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE_DANSE.txt for license information.
10+
# See GitHub contributions for a more detailed list of contributors.
11+
# https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+
#
13+
# See LICENSE.rst for license information.
1314
#
1415
##############################################################################
1516
"""PDF profile generator using the Debye equation.

src/diffpy/cmipdf/pdfcontribution.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.srfit by DANSE Diffraction group
5-
# Simon J. L. Billinge
6-
# (c) 2010 The Trustees of Columbia University
7-
# in the City of New York. All rights reserved.
4+
# (c) 2025 Simon Billinge.
5+
# All rights reserved.
86
#
9-
# File coded by: Chris Farrow
7+
# File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+
# group.
109
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE_DANSE.txt for license information.
10+
# See GitHub contributions for a more detailed list of contributors.
11+
# https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+
#
13+
# See LICENSE.rst for license information.
1314
#
1415
##############################################################################
1516
"""PDFContribution class.

src/diffpy/cmipdf/pdfgenerator.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.srfit by DANSE Diffraction group
5-
# Simon J. L. Billinge
6-
# (c) 2008 The Trustees of Columbia University
7-
# in the City of New York. All rights reserved.
4+
# (c) 2025 Simon Billinge.
5+
# All rights reserved.
86
#
9-
# File coded by: Chris Farrow
7+
# File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+
# group.
109
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE_DANSE.txt for license information.
10+
# See GitHub contributions for a more detailed list of contributors.
11+
# https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+
#
13+
# See LICENSE.rst for license information.
1314
#
1415
##############################################################################
1516
"""PDF profile generator.

src/diffpy/cmipdf/pdfparser.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.srfit by DANSE Diffraction group
5-
# Simon J. L. Billinge
6-
# (c) 2008 The Trustees of Columbia University
7-
# in the City of New York. All rights reserved.
4+
# (c) 2025 Simon Billinge.
5+
# All rights reserved.
86
#
9-
# File coded by: Chris Farrow
7+
# File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+
# group.
109
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE_DANSE.txt for license information.
10+
# See GitHub contributions for a more detailed list of contributors.
11+
# https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+
#
13+
# See LICENSE.rst for license information.
1314
#
1415
##############################################################################
1516
"""This module contains parsers for PDF data.

0 commit comments

Comments
 (0)