From 5681ca47a1380acbf05cd2e4138fb31ac7988f18 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sun, 12 Jan 2025 16:00:51 -0700 Subject: [PATCH] Update years in the license headers --- Color/Color.cabal | 2 +- Color/LICENSE | 2 +- Color/src/Graphics/Color/Adaptation.hs | 2 +- Color/src/Graphics/Color/Adaptation/Internal.hs | 2 +- Color/src/Graphics/Color/Adaptation/VonKries.hs | 2 +- Color/src/Graphics/Color/Algebra.hs | 2 +- Color/src/Graphics/Color/Algebra/Binary.hs | 2 +- Color/src/Graphics/Color/Algebra/Elevator.hs | 2 +- Color/src/Graphics/Color/Illuminant/CIE1931.hs | 2 +- Color/src/Graphics/Color/Illuminant/CIE1964.hs | 2 +- Color/src/Graphics/Color/Illuminant/ICC/PCS.hs | 2 +- Color/src/Graphics/Color/Illuminant/ITU/Rec470.hs | 2 +- Color/src/Graphics/Color/Illuminant/ITU/Rec601.hs | 2 +- Color/src/Graphics/Color/Illuminant/Wikipedia.hs | 2 +- Color/src/Graphics/Color/Model.hs | 2 +- Color/src/Graphics/Color/Model/CMYK.hs | 2 +- Color/src/Graphics/Color/Model/HSI.hs | 2 +- Color/src/Graphics/Color/Model/HSL.hs | 2 +- Color/src/Graphics/Color/Model/HSV.hs | 2 +- Color/src/Graphics/Color/Model/Internal.hs | 2 +- Color/src/Graphics/Color/Model/RGB.hs | 2 +- Color/src/Graphics/Color/Model/X.hs | 2 +- Color/src/Graphics/Color/Model/YCbCr.hs | 2 +- Color/src/Graphics/Color/Space.hs | 2 +- Color/src/Graphics/Color/Space/CIE1931/RGB.hs | 2 +- Color/src/Graphics/Color/Space/CIE1931/XYZ.hs | 2 +- Color/src/Graphics/Color/Space/CIE1976/LAB.hs | 2 +- Color/src/Graphics/Color/Space/Internal.hs | 2 +- Color/src/Graphics/Color/Space/RGB.hs | 2 +- Color/src/Graphics/Color/Space/RGB/AdobeRGB.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Alternative.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Alternative/CMYK.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Alternative/HSI.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Alternative/HSL.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Alternative/HSV.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Alternative/YCbCr.hs | 2 +- Color/src/Graphics/Color/Space/RGB/CIERGB.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Derived.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Derived/AdobeRGB.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Derived/CIERGB.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Derived/SRGB.hs | 2 +- Color/src/Graphics/Color/Space/RGB/ITU/Rec470.hs | 2 +- Color/src/Graphics/Color/Space/RGB/ITU/Rec601.hs | 2 +- Color/src/Graphics/Color/Space/RGB/ITU/Rec709.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Internal.hs | 2 +- Color/src/Graphics/Color/Space/RGB/Luma.hs | 2 +- Color/src/Graphics/Color/Space/RGB/SRGB.hs | 2 +- Color/src/Graphics/Color/Space/RGB/VGamut.hs | 2 +- Color/src/Graphics/Color/Standard.hs | 2 +- Color/src/Graphics/Color/Standard/Internal.hs | 2 +- Color/src/Graphics/Color/Standard/RAL.hs | 2 +- Color/src/Graphics/Color/Standard/SVG.hs | 2 +- Color/src/Graphics/Pixel.hs | 2 +- Color/src/Graphics/Pixel/ColorSpace.hs | 2 +- Color/src/Graphics/Pixel/Internal.hs | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/Color/Color.cabal b/Color/Color.cabal index cd90d90..b631215 100644 --- a/Color/Color.cabal +++ b/Color/Color.cabal @@ -7,7 +7,7 @@ license: BSD3 license-file: LICENSE author: Alexey Kuleshevich maintainer: alexey@kuleshevi.ch -copyright: 2019-2021 Alexey Kuleshevich +copyright: 2019-2025 Alexey Kuleshevich category: Graphics extra-source-files: README.md , CHANGELOG.md diff --git a/Color/LICENSE b/Color/LICENSE index 176480a..ec02b02 100644 --- a/Color/LICENSE +++ b/Color/LICENSE @@ -1,4 +1,4 @@ -Copyright Alexey Kuleshevich (c) 2019-2020 +Copyright Alexey Kuleshevich (c) 2019-2025 All rights reserved. diff --git a/Color/src/Graphics/Color/Adaptation.hs b/Color/src/Graphics/Color/Adaptation.hs index 5291718..f345a1c 100644 --- a/Color/src/Graphics/Color/Adaptation.hs +++ b/Color/src/Graphics/Color/Adaptation.hs @@ -1,6 +1,6 @@ -- | -- Module : Graphics.Color.Adaptation --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Adaptation/Internal.hs b/Color/src/Graphics/Color/Adaptation/Internal.hs index ccdb3d5..2441c66 100644 --- a/Color/src/Graphics/Color/Adaptation/Internal.hs +++ b/Color/src/Graphics/Color/Adaptation/Internal.hs @@ -7,7 +7,7 @@ {-# LANGUAGE TypeOperators #-} -- | -- Module : Graphics.Color.Adaptation.Internal --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Adaptation/VonKries.hs b/Color/src/Graphics/Color/Adaptation/VonKries.hs index 49c88a7..c1983fc 100644 --- a/Color/src/Graphics/Color/Adaptation/VonKries.hs +++ b/Color/src/Graphics/Color/Adaptation/VonKries.hs @@ -14,7 +14,7 @@ #endif -- | -- Module : Graphics.Color.Adaptation.VonKries --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Algebra.hs b/Color/src/Graphics/Color/Algebra.hs index 5bc05cd..f4677ec 100644 --- a/Color/src/Graphics/Color/Algebra.hs +++ b/Color/src/Graphics/Color/Algebra.hs @@ -4,7 +4,7 @@ {-# LANGUAGE ScopedTypeVariables #-} -- | -- Module : Graphics.Color.Algebra --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Algebra/Binary.hs b/Color/src/Graphics/Color/Algebra/Binary.hs index 2d590f1..355e3c7 100644 --- a/Color/src/Graphics/Color/Algebra/Binary.hs +++ b/Color/src/Graphics/Color/Algebra/Binary.hs @@ -8,7 +8,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Algebra.Binary --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Algebra/Elevator.hs b/Color/src/Graphics/Color/Algebra/Elevator.hs index 79e46ee..ae01395 100644 --- a/Color/src/Graphics/Color/Algebra/Elevator.hs +++ b/Color/src/Graphics/Color/Algebra/Elevator.hs @@ -5,7 +5,7 @@ {-# LANGUAGE ScopedTypeVariables #-} -- | -- Module : Graphics.Color.Algebra.Elevator --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Illuminant/CIE1931.hs b/Color/src/Graphics/Color/Illuminant/CIE1931.hs index f1301ba..8ee61a5 100644 --- a/Color/src/Graphics/Color/Illuminant/CIE1931.hs +++ b/Color/src/Graphics/Color/Illuminant/CIE1931.hs @@ -4,7 +4,7 @@ {-# LANGUAGE DataKinds #-} -- | -- Module : Graphics.Color.Illuminant.CIE1931 --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Illuminant/CIE1964.hs b/Color/src/Graphics/Color/Illuminant/CIE1964.hs index 1efda22..e3b4e22 100644 --- a/Color/src/Graphics/Color/Illuminant/CIE1964.hs +++ b/Color/src/Graphics/Color/Illuminant/CIE1964.hs @@ -3,7 +3,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Illuminant.CIE1964 --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Illuminant/ICC/PCS.hs b/Color/src/Graphics/Color/Illuminant/ICC/PCS.hs index 67a19fa..19bbc58 100644 --- a/Color/src/Graphics/Color/Illuminant/ICC/PCS.hs +++ b/Color/src/Graphics/Color/Illuminant/ICC/PCS.hs @@ -4,7 +4,7 @@ {-# LANGUAGE DataKinds #-} -- | -- Module : Graphics.Color.Illuminant.ICC.PCS --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Illuminant/ITU/Rec470.hs b/Color/src/Graphics/Color/Illuminant/ITU/Rec470.hs index 0f3c680..e64923c 100644 --- a/Color/src/Graphics/Color/Illuminant/ITU/Rec470.hs +++ b/Color/src/Graphics/Color/Illuminant/ITU/Rec470.hs @@ -4,7 +4,7 @@ {-# LANGUAGE DataKinds #-} -- | -- Module : Graphics.Color.Illuminant.ITU.Rec470 --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Illuminant/ITU/Rec601.hs b/Color/src/Graphics/Color/Illuminant/ITU/Rec601.hs index d0a69db..00ebc62 100644 --- a/Color/src/Graphics/Color/Illuminant/ITU/Rec601.hs +++ b/Color/src/Graphics/Color/Illuminant/ITU/Rec601.hs @@ -4,7 +4,7 @@ {-# LANGUAGE DataKinds #-} -- | -- Module : Graphics.Color.Illuminant.ITU.Rec601 --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Illuminant/Wikipedia.hs b/Color/src/Graphics/Color/Illuminant/Wikipedia.hs index 2be3979..441131f 100644 --- a/Color/src/Graphics/Color/Illuminant/Wikipedia.hs +++ b/Color/src/Graphics/Color/Illuminant/Wikipedia.hs @@ -4,7 +4,7 @@ {-# LANGUAGE DataKinds #-} -- | -- Module : Graphics.Color.Illuminant.Wikipedia --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model.hs b/Color/src/Graphics/Color/Model.hs index 1210429..696c7da 100644 --- a/Color/src/Graphics/Color/Model.hs +++ b/Color/src/Graphics/Color/Model.hs @@ -1,6 +1,6 @@ -- | -- Module : Graphics.Color.Model --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model/CMYK.hs b/Color/src/Graphics/Color/Model/CMYK.hs index 4f9bd7d..dc5bc22 100644 --- a/Color/src/Graphics/Color/Model/CMYK.hs +++ b/Color/src/Graphics/Color/Model/CMYK.hs @@ -9,7 +9,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Model.CMYK --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model/HSI.hs b/Color/src/Graphics/Color/Model/HSI.hs index 6f33f7a..eee3085 100644 --- a/Color/src/Graphics/Color/Model/HSI.hs +++ b/Color/src/Graphics/Color/Model/HSI.hs @@ -12,7 +12,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Model.HSI --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model/HSL.hs b/Color/src/Graphics/Color/Model/HSL.hs index ce8afea..d16c0a7 100644 --- a/Color/src/Graphics/Color/Model/HSL.hs +++ b/Color/src/Graphics/Color/Model/HSL.hs @@ -12,7 +12,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Model.HSL --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model/HSV.hs b/Color/src/Graphics/Color/Model/HSV.hs index 0b96cfb..73c0995 100644 --- a/Color/src/Graphics/Color/Model/HSV.hs +++ b/Color/src/Graphics/Color/Model/HSV.hs @@ -12,7 +12,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Model.HSV --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model/Internal.hs b/Color/src/Graphics/Color/Model/Internal.hs index 10c7c39..9787098 100644 --- a/Color/src/Graphics/Color/Model/Internal.hs +++ b/Color/src/Graphics/Color/Model/Internal.hs @@ -8,7 +8,7 @@ {-# LANGUAGE UndecidableInstances #-} -- | -- Module : Graphics.Color.Model.Internal --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model/RGB.hs b/Color/src/Graphics/Color/Model/RGB.hs index b0e2a28..c0d3d85 100644 --- a/Color/src/Graphics/Color/Model/RGB.hs +++ b/Color/src/Graphics/Color/Model/RGB.hs @@ -11,7 +11,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Model.RGB --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model/X.hs b/Color/src/Graphics/Color/Model/X.hs index 177976d..cc05772 100644 --- a/Color/src/Graphics/Color/Model/X.hs +++ b/Color/src/Graphics/Color/Model/X.hs @@ -10,7 +10,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Model.X --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Model/YCbCr.hs b/Color/src/Graphics/Color/Model/YCbCr.hs index cfdb676..f3bddb4 100644 --- a/Color/src/Graphics/Color/Model/YCbCr.hs +++ b/Color/src/Graphics/Color/Model/YCbCr.hs @@ -13,7 +13,7 @@ {-# LANGUAGE UndecidableInstances #-} -- | -- Module : Graphics.Color.Model.YCbCr --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space.hs b/Color/src/Graphics/Color/Space.hs index 1efd90f..7c9bbc2 100644 --- a/Color/src/Graphics/Color/Space.hs +++ b/Color/src/Graphics/Color/Space.hs @@ -2,7 +2,7 @@ {-# LANGUAGE ScopedTypeVariables #-} -- | -- Module : Graphics.Color.Space --- Copyright : (c) Alexey Kuleshevich 2018-2021 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/CIE1931/RGB.hs b/Color/src/Graphics/Color/Space/CIE1931/RGB.hs index f37ce67..e35ff7f 100644 --- a/Color/src/Graphics/Color/Space/CIE1931/RGB.hs +++ b/Color/src/Graphics/Color/Space/CIE1931/RGB.hs @@ -11,7 +11,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.CIE1931.RGB --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/CIE1931/XYZ.hs b/Color/src/Graphics/Color/Space/CIE1931/XYZ.hs index af11564..c85f445 100644 --- a/Color/src/Graphics/Color/Space/CIE1931/XYZ.hs +++ b/Color/src/Graphics/Color/Space/CIE1931/XYZ.hs @@ -1,7 +1,7 @@ {-# LANGUAGE PatternSynonyms #-} -- | -- Module : Graphics.Color.Space.CIE1931.XYZ --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/CIE1976/LAB.hs b/Color/src/Graphics/Color/Space/CIE1976/LAB.hs index 14e7aca..9d1c6c0 100644 --- a/Color/src/Graphics/Color/Space/CIE1976/LAB.hs +++ b/Color/src/Graphics/Color/Space/CIE1976/LAB.hs @@ -12,7 +12,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.CIE1976.LAB --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/Internal.hs b/Color/src/Graphics/Color/Space/Internal.hs index b812b96..8a71d58 100644 --- a/Color/src/Graphics/Color/Space/Internal.hs +++ b/Color/src/Graphics/Color/Space/Internal.hs @@ -16,7 +16,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Space.Internal --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB.hs b/Color/src/Graphics/Color/Space/RGB.hs index 16b4280..6237b1c 100644 --- a/Color/src/Graphics/Color/Space/RGB.hs +++ b/Color/src/Graphics/Color/Space/RGB.hs @@ -1,6 +1,6 @@ -- | -- Module : Graphics.Color.Space.RGB --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/AdobeRGB.hs b/Color/src/Graphics/Color/Space/RGB/AdobeRGB.hs index cb410f3..224e214 100644 --- a/Color/src/Graphics/Color/Space/RGB/AdobeRGB.hs +++ b/Color/src/Graphics/Color/Space/RGB/AdobeRGB.hs @@ -12,7 +12,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.RGB.AdobeRGB --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Alternative.hs b/Color/src/Graphics/Color/Space/RGB/Alternative.hs index 5b76fef..fff0a1e 100644 --- a/Color/src/Graphics/Color/Space/RGB/Alternative.hs +++ b/Color/src/Graphics/Color/Space/RGB/Alternative.hs @@ -1,6 +1,6 @@ -- | -- Module : Graphics.Color.Space.RGB.Alternative --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Alternative/CMYK.hs b/Color/src/Graphics/Color/Space/RGB/Alternative/CMYK.hs index f456280..4f1d393 100644 --- a/Color/src/Graphics/Color/Space/RGB/Alternative/CMYK.hs +++ b/Color/src/Graphics/Color/Space/RGB/Alternative/CMYK.hs @@ -12,7 +12,7 @@ {-# LANGUAGE UndecidableInstances #-} -- | -- Module : Graphics.Color.Space.RGB.Alternative.CMYK --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Alternative/HSI.hs b/Color/src/Graphics/Color/Space/RGB/Alternative/HSI.hs index c1d859f..2774110 100644 --- a/Color/src/Graphics/Color/Space/RGB/Alternative/HSI.hs +++ b/Color/src/Graphics/Color/Space/RGB/Alternative/HSI.hs @@ -13,7 +13,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Space.RGB.Alternative.HSI --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Alternative/HSL.hs b/Color/src/Graphics/Color/Space/RGB/Alternative/HSL.hs index 5b1368e..b67ba3c 100644 --- a/Color/src/Graphics/Color/Space/RGB/Alternative/HSL.hs +++ b/Color/src/Graphics/Color/Space/RGB/Alternative/HSL.hs @@ -13,7 +13,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Space.RGB.Alternative.HSL --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Alternative/HSV.hs b/Color/src/Graphics/Color/Space/RGB/Alternative/HSV.hs index e52edf8..ab9ab96 100644 --- a/Color/src/Graphics/Color/Space/RGB/Alternative/HSV.hs +++ b/Color/src/Graphics/Color/Space/RGB/Alternative/HSV.hs @@ -13,7 +13,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Space.RGB.Alternative.HSV --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Alternative/YCbCr.hs b/Color/src/Graphics/Color/Space/RGB/Alternative/YCbCr.hs index 79e54d5..c66620d 100644 --- a/Color/src/Graphics/Color/Space/RGB/Alternative/YCbCr.hs +++ b/Color/src/Graphics/Color/Space/RGB/Alternative/YCbCr.hs @@ -14,7 +14,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Space.RGB.Alternative.YCbCr --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/CIERGB.hs b/Color/src/Graphics/Color/Space/RGB/CIERGB.hs index 9594581..025059b 100644 --- a/Color/src/Graphics/Color/Space/RGB/CIERGB.hs +++ b/Color/src/Graphics/Color/Space/RGB/CIERGB.hs @@ -1,6 +1,6 @@ -- | -- Module : Graphics.Color.Space.RGB.Derived.CIERGB --- Copyright : (c) Alexey Kuleshevich 2020 +-- Copyright : (c) Alexey Kuleshevich 2020-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Derived.hs b/Color/src/Graphics/Color/Space/RGB/Derived.hs index 5071b13..5df995e 100644 --- a/Color/src/Graphics/Color/Space/RGB/Derived.hs +++ b/Color/src/Graphics/Color/Space/RGB/Derived.hs @@ -1,6 +1,6 @@ -- | -- Module : Graphics.Color.Space.RGB --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Derived/AdobeRGB.hs b/Color/src/Graphics/Color/Space/RGB/Derived/AdobeRGB.hs index f7ffa45..49f2980 100644 --- a/Color/src/Graphics/Color/Space/RGB/Derived/AdobeRGB.hs +++ b/Color/src/Graphics/Color/Space/RGB/Derived/AdobeRGB.hs @@ -11,7 +11,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.RGB.Derived.AdobeRGB --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Derived/CIERGB.hs b/Color/src/Graphics/Color/Space/RGB/Derived/CIERGB.hs index f6a483d..4ca2cc2 100644 --- a/Color/src/Graphics/Color/Space/RGB/Derived/CIERGB.hs +++ b/Color/src/Graphics/Color/Space/RGB/Derived/CIERGB.hs @@ -11,7 +11,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.RGB.Derived.CIERGB --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Derived/SRGB.hs b/Color/src/Graphics/Color/Space/RGB/Derived/SRGB.hs index cd6f302..9d95b60 100644 --- a/Color/src/Graphics/Color/Space/RGB/Derived/SRGB.hs +++ b/Color/src/Graphics/Color/Space/RGB/Derived/SRGB.hs @@ -11,7 +11,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.RGB.Derived.SRGB --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/ITU/Rec470.hs b/Color/src/Graphics/Color/Space/RGB/ITU/Rec470.hs index 45b6df9..df554fd 100644 --- a/Color/src/Graphics/Color/Space/RGB/ITU/Rec470.hs +++ b/Color/src/Graphics/Color/Space/RGB/ITU/Rec470.hs @@ -11,7 +11,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.RGB.ITU.Rec470 --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/ITU/Rec601.hs b/Color/src/Graphics/Color/Space/RGB/ITU/Rec601.hs index aa518e3..9ed4a10 100644 --- a/Color/src/Graphics/Color/Space/RGB/ITU/Rec601.hs +++ b/Color/src/Graphics/Color/Space/RGB/ITU/Rec601.hs @@ -13,7 +13,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.RGB.ITU.Rec601 --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/ITU/Rec709.hs b/Color/src/Graphics/Color/Space/RGB/ITU/Rec709.hs index e9417f8..24f38da 100644 --- a/Color/src/Graphics/Color/Space/RGB/ITU/Rec709.hs +++ b/Color/src/Graphics/Color/Space/RGB/ITU/Rec709.hs @@ -12,7 +12,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.RGB.ITU.Rec709 --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Internal.hs b/Color/src/Graphics/Color/Space/RGB/Internal.hs index acc0e00..e9dead1 100644 --- a/Color/src/Graphics/Color/Space/RGB/Internal.hs +++ b/Color/src/Graphics/Color/Space/RGB/Internal.hs @@ -18,7 +18,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Color.Space.RGB.Internal --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/Luma.hs b/Color/src/Graphics/Color/Space/RGB/Luma.hs index 0db7b63..c92efd2 100644 --- a/Color/src/Graphics/Color/Space/RGB/Luma.hs +++ b/Color/src/Graphics/Color/Space/RGB/Luma.hs @@ -14,7 +14,7 @@ {-# LANGUAGE UndecidableInstances #-} -- | -- Module : Graphics.Color.Space.RGB.Luma --- Copyright : (c) Alexey Kuleshevich 2018-2020 +-- Copyright : (c) Alexey Kuleshevich 2018-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/SRGB.hs b/Color/src/Graphics/Color/Space/RGB/SRGB.hs index a5e9efb..fd3819c 100644 --- a/Color/src/Graphics/Color/Space/RGB/SRGB.hs +++ b/Color/src/Graphics/Color/Space/RGB/SRGB.hs @@ -13,7 +13,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Color.Space.RGB.SRGB --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Space/RGB/VGamut.hs b/Color/src/Graphics/Color/Space/RGB/VGamut.hs index b56adee..dce603a 100644 --- a/Color/src/Graphics/Color/Space/RGB/VGamut.hs +++ b/Color/src/Graphics/Color/Space/RGB/VGamut.hs @@ -1,6 +1,6 @@ -- | -- Module : Graphics.Color.Space.RGB.VGamut --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Standard.hs b/Color/src/Graphics/Color/Standard.hs index 22087b5..b0bba4d 100644 --- a/Color/src/Graphics/Color/Standard.hs +++ b/Color/src/Graphics/Color/Standard.hs @@ -1,7 +1,7 @@ {-# LANGUAGE MultiParamTypeClasses #-} -- | -- Module : Graphics.Color.Standard --- Copyright : (c) Alexey Kuleshevich 2021 +-- Copyright : (c) Alexey Kuleshevich 2021-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Standard/Internal.hs b/Color/src/Graphics/Color/Standard/Internal.hs index 4172f72..4215e7a 100644 --- a/Color/src/Graphics/Color/Standard/Internal.hs +++ b/Color/src/Graphics/Color/Standard/Internal.hs @@ -2,7 +2,7 @@ {-# LANGUAGE MultiParamTypeClasses #-} -- | -- Module : Graphics.Color.Standard.Internal --- Copyright : (c) Alexey Kuleshevich 2019-2021 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Standard/RAL.hs b/Color/src/Graphics/Color/Standard/RAL.hs index 3eb1883..54546a7 100644 --- a/Color/src/Graphics/Color/Standard/RAL.hs +++ b/Color/src/Graphics/Color/Standard/RAL.hs @@ -13,7 +13,7 @@ #endif -- | -- Module : Graphics.Color.Standard.RAL --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Color/Standard/SVG.hs b/Color/src/Graphics/Color/Standard/SVG.hs index c58b8e4..0ccc0b6 100644 --- a/Color/src/Graphics/Color/Standard/SVG.hs +++ b/Color/src/Graphics/Color/Standard/SVG.hs @@ -4,7 +4,7 @@ {-# LANGUAGE MultiParamTypeClasses #-} -- | -- Module : Graphics.Color.Standard.SVG --- Copyright : (c) Alexey Kuleshevich 2021 +-- Copyright : (c) Alexey Kuleshevich 2021-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Pixel.hs b/Color/src/Graphics/Pixel.hs index ea071e7..d6b16e3 100644 --- a/Color/src/Graphics/Pixel.hs +++ b/Color/src/Graphics/Pixel.hs @@ -4,7 +4,7 @@ {-# LANGUAGE TypeFamilies #-} -- | -- Module : Graphics.Pixel --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Pixel/ColorSpace.hs b/Color/src/Graphics/Pixel/ColorSpace.hs index 9d34b8a..5d148b5 100644 --- a/Color/src/Graphics/Pixel/ColorSpace.hs +++ b/Color/src/Graphics/Pixel/ColorSpace.hs @@ -9,7 +9,7 @@ {-# LANGUAGE ViewPatterns #-} -- | -- Module : Graphics.Pixel.ColorSpace --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental diff --git a/Color/src/Graphics/Pixel/Internal.hs b/Color/src/Graphics/Pixel/Internal.hs index d1a2d24..e52055c 100644 --- a/Color/src/Graphics/Pixel/Internal.hs +++ b/Color/src/Graphics/Pixel/Internal.hs @@ -8,7 +8,7 @@ {-# OPTIONS_HADDOCK hide, not-home #-} -- | -- Module : Graphics.Pixel.Internal --- Copyright : (c) Alexey Kuleshevich 2019-2020 +-- Copyright : (c) Alexey Kuleshevich 2019-2025 -- License : BSD3 -- Maintainer : Alexey Kuleshevich -- Stability : experimental