Skip to content

Commit 5068b74

Browse files
committed
Bump years for 2025
1 parent 909663b commit 5068b74

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/configure/yaml/non-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ The parameters are: `author-email`, `author-name`, `category`, `copyright`,
16411641
set per project by passing `-p "category:value"` to the `stack new` command.
16421642
* _copyright_ - sets the `copyright` property in Cabal. It is typically the
16431643
name of the holder of the copyright on the package and the year(s) from which
1644-
copyright is claimed. For example: `Copyright (c) 2023-2024 Joe Bloggs`
1644+
copyright is claimed. For example: `Copyright (c) 2023-2025 Joe Bloggs`
16451645
* _year_ - if `copyright` is not specified, `year` and `author-name` are used
16461646
to generate the copyright property in Cabal. If `year` is not specified, it
16471647
defaults to the current year.
@@ -1664,7 +1664,7 @@ templates:
16641664
author-name: Your Name
16651665
author-email: [email protected]
16661666
category: Your Projects Category
1667-
copyright: 'Copyright (c) 2024 Your Name'
1667+
copyright: 'Copyright (c) 2025 Your Name'
16681668
github-username: yourusername
16691669
~~~
16701670

doc/tutorial/package_description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ functionality to create a Cabal file.
177177
# The email address to contact the maintainer of the package (optional):
178178
maintainer: "[email protected]"
179179
# The copyright for the package's files (optional):
180-
copyright: "2024 Author name here"
180+
copyright: "2025 Author name here"
181181

182182
# Extra files (if any) to be distributed with the source files of the
183183
# package:
@@ -316,7 +316,7 @@ directly.
316316
-- The email address to contact the maintainer of the package:
317317
maintainer: [email protected]
318318
-- The copyright for the package's files:
319-
copyright: 2024 Author name here
319+
copyright: 2025 Author name here
320320
-- The licence for the use of the package's files:
321321
license: BSD-3-Clause
322322
-- The file documenting the terms of the licence:

etc/scripts/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2024, Stack contributors
1+
Copyright (c) 2015-2025, Stack contributors
22

33
All rights reserved.
44

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_description: The Haskell Tool Stack
33
site_author: Stack contributors
44
repo_url: https://github.com/commercialhaskell/stack/
55
edit_uri: tree/stable/doc/
6-
copyright: Copyright (c) 2015-2024, Stack contributors
6+
copyright: Copyright (c) 2015-2025, Stack contributors
77
docs_dir: doc
88
site_dir: _site
99
theme:

0 commit comments

Comments
 (0)