-
Notifications
You must be signed in to change notification settings - Fork 846
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1796,7 +1796,7 @@ The parameters are: `author-email`, `author-name`, `category`, `copyright`, | |
set per project by passing `-p "category:value"` to the `stack new` command. | ||
* _copyright_ - sets the `copyright` property in Cabal. It is typically the | ||
name of the holder of the copyright on the package and the year(s) from which | ||
copyright is claimed. For example: `Copyright (c) 2006-2007 Joe Bloggs` | ||
copyright is claimed. For example: `Copyright (c) 2023-2024 Joe Bloggs` | ||
* _year_ - if `copyright` is not specified, `year` and `author-name` are used | ||
to generate the copyright property in Cabal. If `year` is not specified, it | ||
defaults to the current year. | ||
|
@@ -1819,7 +1819,7 @@ templates: | |
author-name: Your Name | ||
author-email: [email protected] | ||
category: Your Projects Category | ||
copyright: 'Copyright (c) 2023 Your Name' | ||
copyright: 'Copyright (c) 2024 Your Name' | ||
github-username: yourusername | ||
~~~ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2015-2023, Stack contributors | ||
Copyright (c) 2015-2024, Stack contributors | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters