Skip to content

fix: license designation in pyproject.toml #122

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

Merged
merged 5 commits into from
Jul 19, 2025
Merged
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
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude =
__pycache__,
build,
dist,
doc/source/conf.py
docs/source/conf.py
max-line-length = 79
# Ignore some style 'errors' produced while formatting by 'black'
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ python:
- requirements: requirements/docs.txt

sphinx:
configuration: doc/source/conf.py
configuration: docs/source/conf.py
22 changes: 9 additions & 13 deletions LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
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-2012, The Trustees of Columbia University in the City
of New York
Copyright (c) 2014-2019, Brookhaven Science Associates, Brookhaven National
Laboratory
Copyright (c) 2020-2025, The Trustees of Columbia University in the City
of New York
- 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-2012, The Trustees of Columbia University in the City of New York
- Copyright (c) 2014-2019, Brookhaven Science Associates, Brookhaven National Laboratory
- Copyright (c) 2020-2025, The Trustees of Columbia University in the City of New York


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


SOFTWARE LICENSE AGREEMENT

Software: DiffPy-CMI
**Software:** DiffPy-CMI


(1) The "Software", below, refers to the aforementioned DiffPy-CMI (in either
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/examples/README → docs/examples/README
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The examples described below will go into detail about each of these points.

## Examples

The following examples are contained in the _doc/examples/_ directory of the
The following examples are contained in the _docs/examples/_ directory of the
SrFit source distribution. They can be downloaded from
http://dev.danse.us/packages/srfit_examples-alpha9.zip

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/source/conf.py → docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"github_user": "diffpy",
"github_repo": "diffpy.srfit",
"github_version": "main",
"conf_py_path": "/doc/source/",
"conf_py_path": "/docs/source/",
}

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions news/license.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
**Added:**

* <news item>

**Changed:**

* doc/ -> docs/
* requirements/test.txt -> requirements/tests.txt

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Better license designation in `pyproject.toml`

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'License :: Free To Use But Restricted',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
Expand Down
File renamed without changes.
Loading