Skip to content

Commit 651120c

Browse files
mergify[bot]geekosaurMikolaj
authored
Backport #11061: missed updating all the copyrights in the cabal files (#11063)
* missed all the copyrights in the cabal files (cherry picked from commit 7f494c2) # Conflicts: # Cabal-hooks/Cabal-hooks.cabal # Cabal-syntax/Cabal-syntax.cabal # Cabal/Cabal.cabal * Update Cabal-hooks/Cabal-hooks.cabal * Update Cabal-syntax/Cabal-syntax.cabal * Update Cabal/Cabal.cabal --------- Co-authored-by: brandon s allbery kf8nh <[email protected]> Co-authored-by: Mikolaj Konarski <[email protected]>
1 parent 4f3d80c commit 651120c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Cabal-hooks/Cabal-hooks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.6
22
name: Cabal-hooks
33
version: 3.16
4-
copyright: 2023, Cabal Development Team
4+
copyright: 2025, Cabal Development Team
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

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: 3.6
22
name: Cabal-syntax
33
version: 3.16.0.0
4-
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

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-2024, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

Cabal/Cabal.cabal

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

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-2024, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

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-2024, Cabal Development Team
14+
copyright: 2003-2025, Cabal Development Team
1515
category: Distribution
1616
build-type: Simple
1717
extra-doc-files:

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-2024, Cabal Development Team
16+
Copyright: 2003-2025, Cabal Development Team
1717
Category: Distribution
1818
Build-type: Simple
1919
Extra-Source-Files:

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-2024, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
77
author: Cabal Development Team <[email protected]>

cabal-validate/cabal-validate.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22
name: cabal-validate
33
version: 1.0.0
4-
copyright: 2024-2024, Cabal Development Team (see AUTHORS file)
4+
copyright: 2024-2025, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
author: Cabal Development Team <[email protected]>
77
synopsis: An internal tool for building and testing the Cabal package manager

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-2024, Cabal Development Team (see AUTHORS file)
4+
copyright: 2003-2025, 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)