Skip to content

Commit 7682ccc

Browse files
committed
Improve license reference consistency.
1 parent 89fe406 commit 7682ccc

9 files changed

+17
-30
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ About
1313

1414
| **Colour - Dash** by Colour Developers
1515
| Copyright 2018 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org>`__
16-
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
16+
| This software is released under terms of BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause
1717
| `https://github.com/colour-science/colour-dash <https://github.com/colour-science/colour-dash>`__

LICENSE

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
Copyright (C) 2018-2021, Colour Developers
2-
All rights reserved.
1+
Copyright 2013 Colour Developers
32

4-
Redistribution and use in source and binary forms, with or without
5-
modification, are permitted provided that the following conditions are met:
6-
* Redistributions of source code must retain the above copyright
7-
notice, this list of conditions and the following disclaimer.
8-
* Redistributions in binary form must reproduce the above copyright
9-
notice, this list of conditions and the following disclaimer in the
10-
documentation and/or other materials provided with the distribution.
11-
* Neither the name of the Colour Developers nor the
12-
names of its contributors may be used to endorse or promote products
13-
derived from this software without specific prior written permission.
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
144

15-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18-
DISCLAIMED. IN NO EVENT SHALL COLOUR DEVELOPERS BE LIABLE FOR ANY
19-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
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.
8+
9+
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.
10+
11+
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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ About
6060

6161
| **Colour - Dash** by Colour Developers
6262
| Copyright 2018 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org>`__
63-
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
63+
| This software is released under terms of BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause
6464
| `https://github.com/colour-science/colour-dash <https://github.com/colour-science/colour-dash>`__

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__author__ = "Colour Developers"
1313
__copyright__ = "Copyright 2018 Colour Developers"
14-
__license__ = "New BSD License - https://opensource.org/licenses/BSD-3-Clause"
14+
__license__ = "BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause"
1515
__maintainer__ = "Colour Developers"
1616
__email__ = "colour-developers@colour-science.org"
1717
__status__ = "Production"

apps/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__author__ = "Colour Developers"
1616
__copyright__ = "Copyright 2018 Colour Developers"
17-
__license__ = "New BSD License - https://opensource.org/licenses/BSD-3-Clause"
17+
__license__ = "BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause"
1818
__maintainer__ = "Colour Developers"
1919
__email__ = "colour-developers@colour-science.org"
2020
__status__ = "Production"

apps/rgb_colourspace_chromatically_adapted_primaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = "Colour Developers"
2626
__copyright__ = "Copyright 2018 Colour Developers"
27-
__license__ = "New BSD License - https://opensource.org/licenses/BSD-3-Clause"
27+
__license__ = "BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause"
2828
__maintainer__ = "Colour Developers"
2929
__email__ = "colour-developers@colour-science.org"
3030
__status__ = "Production"

apps/rgb_colourspace_transformation_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__author__ = "Colour Developers"
3030
__copyright__ = "Copyright 2018 Colour Developers"
31-
__license__ = "New BSD License - https://opensource.org/licenses/BSD-3-Clause"
31+
__license__ = "BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause"
3232
__maintainer__ = "Colour Developers"
3333
__email__ = "colour-developers@colour-science.org"
3434
__status__ = "Production"

index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__author__ = "Colour Developers"
1616
__copyright__ = "Copyright 2018 Colour Developers"
17-
__license__ = "New BSD License - https://opensource.org/licenses/BSD-3-Clause"
17+
__license__ = "BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause"
1818
__maintainer__ = "Colour Developers"
1919
__email__ = "colour-developers@colour-science.org"
2020
__status__ = "Production"

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
__author__ = "Colour Developers"
2323
__copyright__ = "Copyright 2018 Colour Developers"
24-
__license__ = "New BSD License - https://opensource.org/licenses/BSD-3-Clause"
24+
__license__ = "BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause"
2525
__maintainer__ = "Colour Developers"
2626
__email__ = "colour-developers@colour-science.org"
2727
__status__ = "Production"

0 commit comments

Comments
 (0)