Skip to content

Change LICENSE.rst to correct license #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 137 additions & 29 deletions LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,137 @@
BSD 3-Clause License

Copyright (c) 2025, The Trustees of Columbia University in the City of New York.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OPEN SOURCE LICENSE AGREEMENT
=============================

Copyright (c) 2009-2011, University of Tennessee
Copyright (c) 1989, 1991 Free Software Foundation, Inc.
Copyright (c) 2006, The Regents of the University of California through
Lawrence Berkeley National Laboratory
Copyright (c) 2014, Australian Synchrotron Research Program Inc., ("ASRP")
Copyright (c) 2006-2007, Board of Trustees of Michigan State University
Copyright (c) 2008-2025, The Trustees of Columbia University in the City
of New York

Copyright (c) 2014-2019, Brookhaven Science Associates, Brookhaven National
Laboratory


The "DiffPy.CMI" is distributed subject to the following license conditions:


SOFTWARE LICENSE AGREEMENT

Software: DiffPy.CMI


(1) The "Software", below, refers to the aforementioned DiffPy.CMI (in either
source code, or binary form and accompanying documentation).

Part of the software was derived from the DANSE, ObjCryst++ (with permission),
PyCifRW, Python periodictable, CCTBX, and SasView open source projects, of
which the original Copyrights are contained in each individual file.

Each licensee is addressed as "you" or "Licensee."


(2) The copyright holders shown above and their third-party Licensors hereby
grant licensee a royalty-free nonexclusive license, subject to the limitations
stated herein and U.S. Government license rights.


(3) You may modify and make a copy or copies of the software for use within
your organization, if you meet the following conditions:

(a) Copies in source code must include the copyright notice and this
software license agreement.

(b) Copies in binary form must include the copyright notice and this
Software License Agreement in the documentation and/or other materials
provided with the copy.


(4) You may modify a copy or copies of the Software or any portion of it, thus
forming a work based on the Software, and distribute copies of such work
outside your organization, if you meet all of the following conditions:

(a) Copies in source code must include the copyright notice and this
Software License Agreement;

(b) Copies in binary form must include the copyright notice and this
Software License Agreement in the documentation and/or other materials
provided with the copy;

(c) Modified copies and works based on the Software must carry prominent
notices stating that you changed specified portions of the Software.

(d) Neither the name of Brookhaven Science Associates or Brookhaven
National Laboratory nor the names of its contributors may be used to
endorse or promote products derived from this software without specific
written permission.


(5) Portions of the Software resulted from work developed under a U.S.
Government contract and are subject to the following license:
The Government is granted for itself and others acting on its behalf a
paid-up, nonexclusive, irrevocable worldwide license in this computer software
to reproduce, prepare derivative works, and perform publicly and display
publicly.


(6) WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT
WARRANTY OF ANY KIND. THE COPYRIGHT HOLDERS, THEIR THIRD PARTY
LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL
LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF
THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF THE SOFTWARE WOULD NOT INFRINGE
PRIVATELY OWNED RIGHTS, (4) DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED.


(7) LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT HOLDERS, THEIR
THIRD PARTY LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, INCIDENTAL,
CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING
BUT NOT LIMITED TO LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER,
WHETHER SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING
NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF ANY OF SAID PARTIES HAS
BEEN WARNED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES.


Brookhaven National Laboratory Notice
=====================================

Acknowledgment of sponsorship
-----------------------------

This software was produced by the Brookhaven National Laboratory, under
Contract DE-AC02-98CH10886 with the Department of Energy.


Government disclaimer of liability
----------------------------------

Neither the United States nor the United States Department of Energy, nor
any of their employees, makes any warranty, express or implied, or assumes
any legal liability or responsibility for the accuracy, completeness, or
usefulness of any data, apparatus, product, or process disclosed, or
represents that its use would not infringe privately owned rights.


Brookhaven disclaimer of liability
----------------------------------

Brookhaven National Laboratory makes no representations or warranties,
express or implied, nor assumes any liability for the use of this software.


Maintenance of notice
---------------------

In the interest of clarity regarding the origin and status of this
software, Brookhaven National Laboratory requests that any recipient of it
maintain this notice affixed to any distribution by the recipient that
contains a copy or derivative of this software.


END OF LICENSE
23 changes: 23 additions & 0 deletions news/correct-license.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* Add correct open source license.

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
31 changes: 0 additions & 31 deletions src/diffpy/cmi/functions.py

This file was deleted.

40 changes: 0 additions & 40 deletions tests/test_functions.py

This file was deleted.

Loading