From 64a987c764f9385472c286e4210eea489ff272e9 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 11 Jan 2025 11:35:54 -0500 Subject: [PATCH] Run headroom to update copyright year --- _tools/restylers/app/Main.hs | 2 +- _tools/restylers/src/Restylers/App.hs | 2 +- _tools/restylers/src/Restylers/Build.hs | 2 +- _tools/restylers/src/Restylers/Env.hs | 2 +- _tools/restylers/src/Restylers/Image.hs | 2 +- _tools/restylers/src/Restylers/Info.hs | 2 +- _tools/restylers/src/Restylers/Info/Build.hs | 2 +- _tools/restylers/src/Restylers/Info/Metadata.hs | 2 +- _tools/restylers/src/Restylers/Info/Resolved.hs | 2 +- _tools/restylers/src/Restylers/Info/Test.hs | 2 +- _tools/restylers/src/Restylers/Info/Test/Support.hs | 2 +- _tools/restylers/src/Restylers/Manifest.hs | 2 +- _tools/restylers/src/Restylers/Name.hs | 2 +- _tools/restylers/src/Restylers/Options.hs | 2 +- _tools/restylers/src/Restylers/Override.hs | 2 +- _tools/restylers/src/Restylers/Prelude.hs | 2 +- _tools/restylers/src/Restylers/Test.hs | 2 +- _tools/restylers/src/Restylers/Version.hs | 2 +- _tools/restylers/test/Restylers/ImageSpec.hs | 2 +- _tools/restylers/test/Restylers/Info/ResolvedSpec.hs | 2 +- _tools/restylers/test/Spec.hs | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/_tools/restylers/app/Main.hs b/_tools/restylers/app/Main.hs index 0395c1ee..e67d5bb8 100644 --- a/_tools/restylers/app/Main.hs +++ b/_tools/restylers/app/Main.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Main --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/App.hs b/_tools/restylers/src/Restylers/App.hs index 88337257..f7e9e8f5 100644 --- a/_tools/restylers/src/Restylers/App.hs +++ b/_tools/restylers/src/Restylers/App.hs @@ -3,7 +3,7 @@ -- | -- -- Module : Restylers.App --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Build.hs b/_tools/restylers/src/Restylers/Build.hs index f6802941..80c363b1 100644 --- a/_tools/restylers/src/Restylers/Build.hs +++ b/_tools/restylers/src/Restylers/Build.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Build --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Env.hs b/_tools/restylers/src/Restylers/Env.hs index 001ecb71..8e4547ad 100644 --- a/_tools/restylers/src/Restylers/Env.hs +++ b/_tools/restylers/src/Restylers/Env.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Env --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Image.hs b/_tools/restylers/src/Restylers/Image.hs index 9ec874ed..3c3df385 100644 --- a/_tools/restylers/src/Restylers/Image.hs +++ b/_tools/restylers/src/Restylers/Image.hs @@ -3,7 +3,7 @@ -- | -- -- Module : Restylers.Image --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Info.hs b/_tools/restylers/src/Restylers/Info.hs index 9168077b..acdb6605 100644 --- a/_tools/restylers/src/Restylers/Info.hs +++ b/_tools/restylers/src/Restylers/Info.hs @@ -3,7 +3,7 @@ -- | -- -- Module : Restylers.Info --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Info/Build.hs b/_tools/restylers/src/Restylers/Info/Build.hs index 325c7824..a419f355 100644 --- a/_tools/restylers/src/Restylers/Info/Build.hs +++ b/_tools/restylers/src/Restylers/Info/Build.hs @@ -4,7 +4,7 @@ -- | Details about how to build a Restyler Docker image -- -- Module : Restylers.Info.Build --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Info/Metadata.hs b/_tools/restylers/src/Restylers/Info/Metadata.hs index 7bc3f945..f5c57d6a 100644 --- a/_tools/restylers/src/Restylers/Info/Metadata.hs +++ b/_tools/restylers/src/Restylers/Info/Metadata.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Info.Metadata --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Info/Resolved.hs b/_tools/restylers/src/Restylers/Info/Resolved.hs index 10c8cbbf..bda481fc 100644 --- a/_tools/restylers/src/Restylers/Info/Resolved.hs +++ b/_tools/restylers/src/Restylers/Info/Resolved.hs @@ -3,7 +3,7 @@ -- | -- -- Module : Restylers.Info.Resolved --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Info/Test.hs b/_tools/restylers/src/Restylers/Info/Test.hs index c10f03d9..d74c6d3a 100644 --- a/_tools/restylers/src/Restylers/Info/Test.hs +++ b/_tools/restylers/src/Restylers/Info/Test.hs @@ -3,7 +3,7 @@ -- | -- -- Module : Restylers.Info.Test --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Info/Test/Support.hs b/_tools/restylers/src/Restylers/Info/Test/Support.hs index 6c6a3f99..87fc1f5f 100644 --- a/_tools/restylers/src/Restylers/Info/Test/Support.hs +++ b/_tools/restylers/src/Restylers/Info/Test/Support.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Info.Test.Support --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Manifest.hs b/_tools/restylers/src/Restylers/Manifest.hs index 5656a62f..82f2e0af 100644 --- a/_tools/restylers/src/Restylers/Manifest.hs +++ b/_tools/restylers/src/Restylers/Manifest.hs @@ -3,7 +3,7 @@ -- | -- -- Module : Restylers.Manifest --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Name.hs b/_tools/restylers/src/Restylers/Name.hs index a4f0c601..cef02ace 100644 --- a/_tools/restylers/src/Restylers/Name.hs +++ b/_tools/restylers/src/Restylers/Name.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Name --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Options.hs b/_tools/restylers/src/Restylers/Options.hs index 47772f41..7fbb0e88 100644 --- a/_tools/restylers/src/Restylers/Options.hs +++ b/_tools/restylers/src/Restylers/Options.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Options --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Override.hs b/_tools/restylers/src/Restylers/Override.hs index 1a9ff2ef..2c51eac2 100644 --- a/_tools/restylers/src/Restylers/Override.hs +++ b/_tools/restylers/src/Restylers/Override.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Override --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Prelude.hs b/_tools/restylers/src/Restylers/Prelude.hs index cfd767e5..f5a387db 100644 --- a/_tools/restylers/src/Restylers/Prelude.hs +++ b/_tools/restylers/src/Restylers/Prelude.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Prelude --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Test.hs b/_tools/restylers/src/Restylers/Test.hs index bbfdbf5e..833f2aa5 100644 --- a/_tools/restylers/src/Restylers/Test.hs +++ b/_tools/restylers/src/Restylers/Test.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Test --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/src/Restylers/Version.hs b/_tools/restylers/src/Restylers/Version.hs index b79a124a..3f1f08e5 100644 --- a/_tools/restylers/src/Restylers/Version.hs +++ b/_tools/restylers/src/Restylers/Version.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.Version --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/test/Restylers/ImageSpec.hs b/_tools/restylers/test/Restylers/ImageSpec.hs index 65390db8..8a1f8497 100644 --- a/_tools/restylers/test/Restylers/ImageSpec.hs +++ b/_tools/restylers/test/Restylers/ImageSpec.hs @@ -1,7 +1,7 @@ -- | -- -- Module : Restylers.ImageSpec --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/test/Restylers/Info/ResolvedSpec.hs b/_tools/restylers/test/Restylers/Info/ResolvedSpec.hs index 910d8967..8e5ecd77 100644 --- a/_tools/restylers/test/Restylers/Info/ResolvedSpec.hs +++ b/_tools/restylers/test/Restylers/Info/ResolvedSpec.hs @@ -3,7 +3,7 @@ -- | -- -- Module : Restylers.Info.ResolvedSpec --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental diff --git a/_tools/restylers/test/Spec.hs b/_tools/restylers/test/Spec.hs index 0d0fd5a1..4b7c0922 100644 --- a/_tools/restylers/test/Spec.hs +++ b/_tools/restylers/test/Spec.hs @@ -4,7 +4,7 @@ -- | -- -- Module : Main --- Copyright : (c) 2024 Patrick Brisbin +-- Copyright : (c) 2025 Patrick Brisbin -- License : AGPL-3 -- Maintainer : pbrisbin@gmail.com -- Stability : experimental