Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 0d4d29a

Browse files
committed
Merge branch 'feature/v0.1.9' into develop
2 parents 9887510 + 6d76757 commit 0d4d29a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ About
1212
-----
1313

1414
| **Colour - Analysis** by Colour Developers
15-
| Copyright © 2018-2020 – Colour Developers – `[email protected] <[email protected]>`__
15+
| Copyright © 2018-2021 – Colour Developers – `[email protected] <[email protected]>`__
1616
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
1717
| `https://github.com/colour-science/colour-analysis-three.js <https://github.com/colour-science/colour-analysis-three.js>`__

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ About
5050
-----
5151

5252
| **Colour - Analysis** by Colour Developers
53-
| Copyright © 2018-2020 – Colour Developers – `[email protected] <[email protected]>`__
53+
| Copyright © 2018-2021 – Colour Developers – `[email protected] <[email protected]>`__
5454
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
5555
| `https://github.com/colour-science/colour-analysis-three.js <https://github.com/colour-science/colour-analysis-three.js>`__

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
visible_spectrum_visual)
2424

2525
__author__ = 'Colour Developers'
26-
__copyright__ = 'Copyright (C) 2018-2020 - Colour Developers'
26+
__copyright__ = 'Copyright (C) 2018-2021 - Colour Developers'
2727
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
2828
__maintainer__ = 'Colour Developers'
2929
__email__ = '[email protected]'

colour_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from colour.volume import XYZ_outer_surface
2727

2828
__author__ = 'Colour Developers'
29-
__copyright__ = 'Copyright (C) 2018-2020 - Colour Developers'
29+
__copyright__ = 'Copyright (C) 2018-2021 - Colour Developers'
3030
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
3131
__maintainer__ = 'Colour Developers'
3232
__email__ = '[email protected]'

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import app
1616

1717
__author__ = 'Colour Developers'
18-
__copyright__ = 'Copyright (C) 2018-2020 - Colour Developers'
18+
__copyright__ = 'Copyright (C) 2018-2021 - Colour Developers'
1919
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
2020
__maintainer__ = 'Colour Developers'
2121
__email__ = '[email protected]'

0 commit comments

Comments
 (0)