Skip to content

Commit 9e7c6f2

Browse files
authored
Merge pull request #8786 from haskell/mergify/bp/3.10/pr-8775
Update © year to 2023 (backport #8775)
2 parents 0888913 + c206d1e commit 9e7c6f2

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: Cabal-syntax
33
version: 3.9.0.0
4-
copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

Cabal-syntax/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

Cabal-tests/Cabal-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: Cabal-tests
33
version: 3
4-
copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

Cabal-tests/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: Cabal
33
version: 3.9.0.0
4-
copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

Cabal/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

cabal-benchmarks/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

cabal-benchmarks/cabal-benchmarks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: cabal-benchmarks
33
version: 3
4-
copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

cabal-dev-scripts/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

cabal-install-solver/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license: BSD-3-Clause
1111
license-file: LICENSE
1212
author: Cabal Development Team (see AUTHORS file)
1313
maintainer: Cabal Development Team <[email protected]>
14-
copyright: 2003-2022, Cabal Development Team
14+
copyright: 2003-2023, Cabal Development Team
1515
category: Distribution
1616
build-type: Simple
1717
Extra-Source-Files:

cabal-install/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ License: BSD-3-Clause
1313
License-File: LICENSE
1414
Author: Cabal Development Team (see AUTHORS file)
1515
Maintainer: Cabal Development Team <[email protected]>
16-
Copyright: 2003-2022, Cabal Development Team
16+
Copyright: 2003-2023, Cabal Development Team
1717
Category: Distribution
1818
Build-type: Simple
1919
Extra-Source-Files:

cabal-testsuite/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: cabal-testsuite
33
version: 3
4-
copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

doc/conf.py

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

4040
# General information about the project.
4141
project = u'Cabal'
42-
copyright = u'2003-2022, Cabal Team'
42+
copyright = u'2003-2023, Cabal Team'
4343
# N.B. version comes from ghc_config
4444
release = version # The full version, including alpha/beta/rc tags.
4545

solver-benchmarks/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003-2022, Cabal Development Team.
1+
Copyright (c) 2003-2023, Cabal Development Team.
22
See the AUTHORS file for the full list of copyright holders.
33

44
See */LICENSE for the copyright holders of the subcomponents.

solver-benchmarks/solver-benchmarks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: solver-benchmarks
33
version: 3
4-
copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

0 commit comments

Comments
 (0)