|
5 | 5 | License |
6 | 6 | ####### |
7 | 7 |
|
8 | | -OPEN SOURCE LICENSE AGREEMENT |
9 | | -============================= |
10 | | -BSD 3-Clause License |
11 | | - |
12 | | -Copyright (c) 2025, The Trustees of Columbia University in the City of New York. |
13 | | -All Rights Reserved. |
14 | | - |
15 | | -Redistribution and use in source and binary forms, with or without |
16 | | -modification, are permitted provided that the following conditions are met: |
17 | | - |
18 | | -1. Redistributions of source code must retain the above copyright notice, this |
19 | | - list of conditions and the following disclaimer. |
20 | | - |
21 | | -2. Redistributions in binary form must reproduce the above copyright notice, |
22 | | - this list of conditions and the following disclaimer in the documentation |
23 | | - and/or other materials provided with the distribution. |
24 | | - |
25 | | -3. Neither the name of the copyright holder nor the names of its |
26 | | - contributors may be used to endorse or promote products derived from |
27 | | - this software without specific prior written permission. |
28 | | - |
29 | | -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
30 | | -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
31 | | -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
32 | | -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
33 | | -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
34 | | -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
35 | | -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
36 | | -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
37 | | -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
38 | | -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 8 | +.. code-block:: text |
| 9 | +
|
| 10 | + This software was originally developed by the Billinge group as part |
| 11 | + of the Distributed Data Analysis of Neutron Scattering Experiments |
| 12 | + (DANSE) project funded by the US National Science Foundation under |
| 13 | + grant DMR-0520547. Developments of PDFfit2 were funded by NSF grant |
| 14 | + DMR-0304391 in the Billinge group, and with support from Michigan State |
| 15 | + University and Columbia University. Any opinions, findings, and conclusions |
| 16 | + or recommendations expressed in this material are those of the author(s) |
| 17 | + and do not necessarily reflect the views of the respective funding bodies. |
| 18 | + Subsequent development was done in the Billinge group at Columbia University |
| 19 | + and then in collaboration between the Billinge group at Columbia and Pavol |
| 20 | + Juhas at Brookhaven National Laboratory. Moving forward, PDFgui will be |
| 21 | + maintained as a community project with contributions welcomed from many people. |
| 22 | +
|
| 23 | + If you use this program to do productive scientific research that leads |
| 24 | + to publication, we ask that you acknowledge use of the program by citing |
| 25 | + the following paper in your publication: |
| 26 | +
|
| 27 | + C. L. Farrow, P. Juhas, J. W. Liu, D. Bryndin, E. S. Bozin, |
| 28 | + J. Bloch, Th. Proffen and S. J. L. Billinge, PDFfit2 and |
| 29 | + PDFgui: computer programs for studying nanostructure in |
| 30 | + crystals, J. Phys.: Condens. Matter 19, 335219 (2007) |
| 31 | +
|
| 32 | + Up to the release 1.1.2 (February 2017) the copyright was held by |
| 33 | + the institutions that hosted the work as follows: |
| 34 | + Copyright 2006-2007, Board of Trustees of Michigan State University, |
| 35 | + Copyright 2008-2012, Board of Trustees of Columbia University in the |
| 36 | + city of New York. |
| 37 | + Copyright 2013, Brookhaven National Laboratory (Copyright holder |
| 38 | + indicated in each source file). |
| 39 | +
|
| 40 | + As of February 2017, and the 1.1.2 release, PDFgui has moved to a shared copyright model. |
| 41 | +
|
| 42 | + PDFgui uses a shared copyright model. Each contributor maintains copyright over their |
| 43 | + contributions to PDFgui. But, it is important to note that these contributions are |
| 44 | + typically only changes to the repositories. Thus, the PDFgui source code, in its entirety, |
| 45 | + is not the copyright of any single person or institution. Instead, it is the collective |
| 46 | + copyright of the entire PDFgui Development Team. If individual contributors want to |
| 47 | + maintain a record of what changes/contributions they have specific copyright on, they |
| 48 | + should indicate their copyright in the commit message of the change, when they commit |
| 49 | + the change to one of the PDFgui repositories. |
| 50 | +
|
| 51 | + The PDFgui Development Team is the set of all contributors to the PDFgui project. |
| 52 | + A full list can be obtained from the git version control logs. |
| 53 | +
|
| 54 | + For more information please visit the project web-page: |
| 55 | + https://www.diffpy.org |
| 56 | + or email Prof. Simon Billinge at sb2896@columbia.edu |
| 57 | +
|
| 58 | + Redistribution and use in source and binary forms, with or without |
| 59 | + modification, are permitted provided that the following conditions |
| 60 | + are met: |
| 61 | +
|
| 62 | + * Redistributions of source code must retain the above copyright |
| 63 | + notice, this list of conditions and the following disclaimer. |
| 64 | +
|
| 65 | + * Redistributions in binary form must reproduce the above copyright |
| 66 | + notice, this list of conditions and the following disclaimer in the |
| 67 | + documentation and/or other materials provided with the distribution. |
| 68 | +
|
| 69 | + * Neither the name of the copyright holder nor the names of its |
| 70 | + contributors may be used to endorse or promote products derived from |
| 71 | + this software without specific prior written permission. |
| 72 | +
|
| 73 | + THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER "AS IS". COPYRIGHT HOLDER |
| 74 | + EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES AND CONDITIONS, EITHER |
| 75 | + EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 76 | + WARRANTIES OF MERCHANTABILITY, TITLE, FITNESS, ADEQUACY OR SUITABILITY |
| 77 | + FOR A PARTICULAR PURPOSE, AND ANY WARRANTIES OF FREEDOM FROM |
| 78 | + INFRINGEMENT OF ANY DOMESTIC OR FOREIGN PATENT, COPYRIGHTS, TRADE |
| 79 | + SECRETS OR OTHER PROPRIETARY RIGHTS OF ANY PARTY. IN NO EVENT SHALL |
| 80 | + COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT, |
| 81 | + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 82 | + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
| 83 | + USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 84 | + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 85 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 86 | + THIS SOFTWARE OR RELATING TO THIS AGREEMENT, EVEN IF ADVISED OF THE |
| 87 | + POSSIBILITY OF SUCH DAMAGE. |
0 commit comments