Skip to content

missed updating all the copyrights in the cabal files #11061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cabal-hooks/Cabal-hooks.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6
name: Cabal-hooks
version: 3.17
copyright: 2023, Cabal Development Team
copyright: 2025, Cabal Development Team
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Cabal-syntax/Cabal-syntax.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6
name: Cabal-syntax
version: 3.17.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Cabal-tests/Cabal-tests.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: Cabal-tests
version: 3
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6
name: Cabal
version: 3.17.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cabal-benchmarks/cabal-benchmarks.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: cabal-benchmarks
version: 3
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cabal-install-solver/cabal-install-solver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team (see AUTHORS file)
maintainer: Cabal Development Team <[email protected]>
copyright: 2003-2024, Cabal Development Team
copyright: 2003-2025, Cabal Development Team
category: Distribution
build-type: Simple
extra-doc-files:
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ License: BSD-3-Clause
License-File: LICENSE
Author: Cabal Development Team (see AUTHORS file)
Maintainer: Cabal Development Team <[email protected]>
Copyright: 2003-2024, Cabal Development Team
Copyright: 2003-2025, Cabal Development Team
Category: Distribution
Build-type: Simple
Extra-Source-Files:
Expand Down
2 changes: 1 addition & 1 deletion cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: cabal-testsuite
version: 3
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cabal-validate/cabal-validate.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: cabal-validate
version: 1.0.0
copyright: 2024-2024, Cabal Development Team (see AUTHORS file)
copyright: 2024-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
author: Cabal Development Team <[email protected]>
synopsis: An internal tool for building and testing the Cabal package manager
Expand Down
2 changes: 1 addition & 1 deletion solver-benchmarks/solver-benchmarks.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: solver-benchmarks
version: 3
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <[email protected]>
Expand Down
Loading