Skip to content

Commit 1362661

Browse files
committed
linting_cleanup: license string standardized
1 parent 4dbb21c commit 1362661

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

LICENCE.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,6 @@ The documentation of this program is released under the GNU Free
1313
Documentation License (see below)
1414

1515

16-
Exceptions:
17-
-----------
18-
- The copyright of the logos of the supporting institutions belong
19-
to the institutions themselves
20-
21-
22-
Re-licensing of specific files:
23-
-------------------------------
24-
25-
The following files have been translated (some with large
26-
modification) and re-licensed from the more liberally licensed
27-
CosmoMC (https://github.com/cmbant/CosmoMC):
28-
29-
- mcmc.py and proposal.py
30-
- sn.py, cmblikes.py in base_classes
31-
- most of the files under grid_tools/
32-
33-
3416
For this code and its documentation (with the exceptions above):
3517
----------------------------------------------------------------
3618

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,5 @@ Thanks too to `G. Cañas Herrera`_, `A. Finke`_, `X. Garrido`_, `S. Heimersheim`
104104
:target: https://stfc.ukri.org/
105105
:height: 150px
106106
:width: 150px
107+
108+
(Copyright for the logos above belongs to their respective institutions.)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
description = "Code for Bayesian Analysis"
1313
readme = "README.rst"
14-
license = "LicenseRef-LGPLv3-arxiv"
14+
license = "LGPL-3.0-or-later AND LicenseRef-GFDL-1.3-or-later"
1515
license-files = ["LICENCE.txt"]
1616
keywords = ["montecarlo", "sampling", "MCMC", "cosmology"]
1717
classifiers = [

0 commit comments

Comments
 (0)