Skip to content

Commit 6cc5653

Browse files
authored
Update README.md
1 parent 985cecf commit 6cc5653

1 file changed

Lines changed: 4 additions & 35 deletions

File tree

README.md

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
![badge-OS](https://img.shields.io/badge/OS-Windows-blue)
33
![badge-language](https://img.shields.io/badge/language-Python-blue)
4-
![badge-license](https://img.shields.io/badge/license-BSD-blue)
4+
![badge-license](https://img.shields.io/badge/license-GNU-blue)
55

66
Support this project and keep always updated about recent software releases, bug fixes and major improvements by [following on github](https://github.com/dpscience?tab=followers).
77

@@ -11,7 +11,7 @@ Support this project and keep always updated about recent software releases, bug
1111

1212
# pyDCONTINPALS
1313

14-
Copyright (c) 2020 Danny Petschke (danny.petschke@uni-wuerzburg.de). All rights reserved.<br><br>
14+
Copyright (c) 2020-2021 Danny Petschke (danny.petschke@uni-wuerzburg.de). All rights reserved.<br><br>
1515
<b>pyDCONTINPALS</b> - A program in Python for running the historical FORTRAN code CONTIN-PALS initially provided by [Provencher (1982)](https://www.sciencedirect.com/science/article/abs/pii/0010465582901746) and [Gregory et al. (1990/](https://www.sciencedirect.com/science/article/abs/pii/016890029090358D)[1991)](https://www.sciencedirect.com/science/article/abs/pii/016890029190367Y). CONTIN-PALS program solves Fredholm integral equations with convoluted exponential decays as kernels of the type that occur in the analysis of Positron Annihilation Lifetime Spectra (PALS).<br>
1616

1717
![demo](/demo.png)
@@ -78,40 +78,9 @@ You can cite all released software versions by using the <b>DOI 10.5281/zenodo.3
7878

7979
## ``v1.x``
8080
<b>pyDCONTINPALS v1.0</b><br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3665475.svg)](https://doi.org/10.5281/zenodo.3665475)<br>
81-
82-
# License of pyDCONTINPALS (BSD-3-Clause)
83-
84-
Copyright (c) 2020 Danny Petschke (danny.petschke@uni-wuerzburg.de). All rights reserved.<br><br>
85-
86-
Redistribution and use in source and binary forms, with or without modification,<br>
87-
are permitted provided that the following conditions are met:<br><br>
88-
89-
1. Redistributions of source code must retain the above copyright notice<br>
90-
this list of conditions and the following disclaimer.<br><br>
91-
92-
2. Redistributions in binary form must reproduce the above copyright notice,<br>
93-
this list of conditions and the following disclaimer in the documentation<br>
94-
and/or other materials provided with the distribution.<br><br>
95-
96-
3. Neither the name of the copyright holder "Danny Petschke" nor the names of<br>
97-
its contributors may be used to endorse or promote products derived from <br>
98-
this software without specific prior written permission.<br><br>
99-
100-
101-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS<br>
102-
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF<br>
103-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE<br>
104-
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,<br>
105-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF<br>
106-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)<br>
107-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR<br>
108-
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,<br>
109-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br>
110-
111-
see also [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause)
11281

113-
# License of DCONTINPALS (GNU General Public License)
114-
Copyright (c) 2020 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br><br>
82+
# License of (py)DCONTINPALS (GNU General Public License)
83+
Copyright (c) 2020-2021 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br><br>
11584

11685
<p align="justify">This program is free software: you can redistribute it and/or modify<br>
11786
it under the terms of the GNU General Public License as published by<br>

0 commit comments

Comments
 (0)