Skip to content

Commit f357475

Browse files
committed
Bump copyright to include 2024
1 parent 58be2e6 commit f357475

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.devcontainer/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 Olivier Benz
1+
Copyright (c) 2023-2024 Olivier Benz
22

33
The code in this directory is not part of Stack (the software) and, with the
44
exceptions noted below, is distributed under the terms of the MIT License:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2023, Stack contributors
1+
Copyright (c) 2015-2024, Stack contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

doc/yaml_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ The parameters are: `author-email`, `author-name`, `category`, `copyright`,
17961796
set per project by passing `-p "category:value"` to the `stack new` command.
17971797
* _copyright_ - sets the `copyright` property in Cabal. It is typically the
17981798
name of the holder of the copyright on the package and the year(s) from which
1799-
copyright is claimed. For example: `Copyright (c) 2006-2007 Joe Bloggs`
1799+
copyright is claimed. For example: `Copyright (c) 2023-2024 Joe Bloggs`
18001800
* _year_ - if `copyright` is not specified, `year` and `author-name` are used
18011801
to generate the copyright property in Cabal. If `year` is not specified, it
18021802
defaults to the current year.
@@ -1819,7 +1819,7 @@ templates:
18191819
author-name: Your Name
18201820
author-email: [email protected]
18211821
category: Your Projects Category
1822-
copyright: 'Copyright (c) 2023 Your Name'
1822+
copyright: 'Copyright (c) 2024 Your Name'
18231823
github-username: yourusername
18241824
~~~
18251825

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-2023, Stack contributors
1+
Copyright (c) 2015-2024, 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-2023, Stack contributors
6+
copyright: Copyright (c) 2015-2024, Stack contributors
77
docs_dir: doc
88
site_dir: _site
99
theme:

0 commit comments

Comments
 (0)