From 755db438588584bdd418723c26904a19be65f4f4 Mon Sep 17 00:00:00 2001
From: Mikolaj Konarski <mikolaj.konarski@gmail.com>
Date: Wed, 25 May 2022 12:19:31 +0200
Subject: [PATCH] Update copyright years to 2022

---
 Cabal-syntax/Cabal-syntax.cabal                 | 2 +-
 Cabal-syntax/LICENSE                            | 2 +-
 Cabal-tests/Cabal-tests.cabal                   | 2 +-
 Cabal-tests/LICENSE                             | 2 +-
 Cabal/Cabal.cabal                               | 2 +-
 Cabal/LICENSE                                   | 2 +-
 LICENSE                                         | 2 +-
 cabal-benchmarks/LICENSE                        | 2 +-
 cabal-benchmarks/cabal-benchmarks.cabal         | 2 +-
 cabal-dev-scripts/LICENSE                       | 2 +-
 cabal-install-solver/LICENSE                    | 2 +-
 cabal-install-solver/cabal-install-solver.cabal | 2 +-
 cabal-install/LICENSE                           | 2 +-
 cabal-install/cabal-install.cabal               | 2 +-
 cabal-testsuite/LICENSE                         | 2 +-
 cabal-testsuite/cabal-testsuite.cabal           | 2 +-
 doc/conf.py                                     | 2 +-
 solver-benchmarks/LICENSE                       | 2 +-
 solver-benchmarks/solver-benchmarks.cabal       | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/Cabal-syntax/Cabal-syntax.cabal b/Cabal-syntax/Cabal-syntax.cabal
index d07fcc67a3..dfe95fb6be 100644
--- a/Cabal-syntax/Cabal-syntax.cabal
+++ b/Cabal-syntax/Cabal-syntax.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 name:          Cabal-syntax
 version:       3.9.0.0
-copyright:     2003-2021, Cabal Development Team (see AUTHORS file)
+copyright:     2003-2022, Cabal Development Team (see AUTHORS file)
 license:       BSD-3-Clause
 license-file:  LICENSE
 author:        Cabal Development Team <cabal-devel@haskell.org>
diff --git a/Cabal-syntax/LICENSE b/Cabal-syntax/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/Cabal-syntax/LICENSE
+++ b/Cabal-syntax/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/Cabal-tests/Cabal-tests.cabal b/Cabal-tests/Cabal-tests.cabal
index 74b5ed1f57..5bd6ec9db2 100644
--- a/Cabal-tests/Cabal-tests.cabal
+++ b/Cabal-tests/Cabal-tests.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 name:          Cabal-tests
 version:       3
-copyright:     2003-2021, Cabal Development Team (see AUTHORS file)
+copyright:     2003-2022, Cabal Development Team (see AUTHORS file)
 license:       BSD-3-Clause
 license-file:  LICENSE
 author:        Cabal Development Team <cabal-devel@haskell.org>
diff --git a/Cabal-tests/LICENSE b/Cabal-tests/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/Cabal-tests/LICENSE
+++ b/Cabal-tests/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index b06286d980..ec5aad8169 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 name:          Cabal
 version:       3.9.0.0
-copyright:     2003-2021, Cabal Development Team (see AUTHORS file)
+copyright:     2003-2022, Cabal Development Team (see AUTHORS file)
 license:       BSD-3-Clause
 license-file:  LICENSE
 author:        Cabal Development Team <cabal-devel@haskell.org>
diff --git a/Cabal/LICENSE b/Cabal/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/Cabal/LICENSE
+++ b/Cabal/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/LICENSE b/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/cabal-benchmarks/LICENSE b/cabal-benchmarks/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/cabal-benchmarks/LICENSE
+++ b/cabal-benchmarks/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/cabal-benchmarks/cabal-benchmarks.cabal b/cabal-benchmarks/cabal-benchmarks.cabal
index 0fe4e2f1c0..9c19e3da3d 100644
--- a/cabal-benchmarks/cabal-benchmarks.cabal
+++ b/cabal-benchmarks/cabal-benchmarks.cabal
@@ -1,6 +1,6 @@
 name:               cabal-benchmarks
 version:            3
-copyright:          2003-2021, Cabal Development Team (see AUTHORS file)
+copyright:          2003-2022, Cabal Development Team (see AUTHORS file)
 license:            BSD-3-Clause
 license-file:       LICENSE
 author:             Cabal Development Team <cabal-devel@haskell.org>
diff --git a/cabal-dev-scripts/LICENSE b/cabal-dev-scripts/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/cabal-dev-scripts/LICENSE
+++ b/cabal-dev-scripts/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/cabal-install-solver/LICENSE b/cabal-install-solver/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/cabal-install-solver/LICENSE
+++ b/cabal-install-solver/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/cabal-install-solver/cabal-install-solver.cabal b/cabal-install-solver/cabal-install-solver.cabal
index faf1849216..07bc7d4ca0 100644
--- a/cabal-install-solver/cabal-install-solver.cabal
+++ b/cabal-install-solver/cabal-install-solver.cabal
@@ -11,7 +11,7 @@ license:       BSD-3-Clause
 license-file:  LICENSE
 author:        Cabal Development Team (see AUTHORS file)
 maintainer:    Cabal Development Team <cabal-devel@haskell.org>
-copyright:     2003-2020, Cabal Development Team
+copyright:     2003-2022, Cabal Development Team
 category:      Distribution
 build-type:    Simple
 
diff --git a/cabal-install/LICENSE b/cabal-install/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/cabal-install/LICENSE
+++ b/cabal-install/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index b1bd7922a6..235956d288 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -13,7 +13,7 @@ License:            BSD-3-Clause
 License-File:       LICENSE
 Author:             Cabal Development Team (see AUTHORS file)
 Maintainer:         Cabal Development Team <cabal-devel@haskell.org>
-Copyright:          2003-2021, Cabal Development Team
+Copyright:          2003-2022, Cabal Development Team
 Category:           Distribution
 Build-type:         Simple
 Extra-Source-Files:
diff --git a/cabal-testsuite/LICENSE b/cabal-testsuite/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/cabal-testsuite/LICENSE
+++ b/cabal-testsuite/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/cabal-testsuite/cabal-testsuite.cabal b/cabal-testsuite/cabal-testsuite.cabal
index eed36aa1a1..f5c8ec173c 100644
--- a/cabal-testsuite/cabal-testsuite.cabal
+++ b/cabal-testsuite/cabal-testsuite.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 name:          cabal-testsuite
 version:       3
-copyright:     2003-2021, Cabal Development Team (see AUTHORS file)
+copyright:     2003-2022, Cabal Development Team (see AUTHORS file)
 license:       BSD-3-Clause
 license-file:  LICENSE
 author:        Cabal Development Team <cabal-devel@haskell.org>
diff --git a/doc/conf.py b/doc/conf.py
index 2c9534c31d..cbdfbbc850 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -38,7 +38,7 @@ extlinks = {
 
 # General information about the project.
 project = u'Cabal'
-copyright = u'2003-2021, Cabal Team'
+copyright = u'2003-2022, Cabal Team'
 # N.B. version comes from ghc_config
 release = version  # The full version, including alpha/beta/rc tags.
 
diff --git a/solver-benchmarks/LICENSE b/solver-benchmarks/LICENSE
index d311ab42e1..0a4969ac82 100644
--- a/solver-benchmarks/LICENSE
+++ b/solver-benchmarks/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2020, Cabal Development Team.
+Copyright (c) 2003-2022, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 
 See */LICENSE for the copyright holders of the subcomponents.
diff --git a/solver-benchmarks/solver-benchmarks.cabal b/solver-benchmarks/solver-benchmarks.cabal
index a01baf9640..07cbf5f6c4 100644
--- a/solver-benchmarks/solver-benchmarks.cabal
+++ b/solver-benchmarks/solver-benchmarks.cabal
@@ -1,6 +1,6 @@
 name:          solver-benchmarks
 version:       3
-copyright:     2003-2020, Cabal Development Team (see AUTHORS file)
+copyright:     2003-2022, Cabal Development Team (see AUTHORS file)
 license:       BSD-3-Clause
 license-file:  LICENSE
 author:        Cabal Development Team <cabal-devel@haskell.org>
-- 
GitLab