-
Notifications
You must be signed in to change notification settings - Fork 110
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
26 changed files
with
49 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ templates: | |
params: | ||
author-email: [email protected] | ||
author-name: Chris Done | ||
copyright: 2022 Chris Done | ||
copyright: 2023 Chris Done | ||
github-username: chrisdone | ||
category: Development | ||
``` | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -116,7 +116,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ version: 0.1.0.0 | |
homepage: https://github.com/{{github-username}}{{^github-username}}githubuser{{/github-username}}/{{name}}#readme | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Acme{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -147,7 +147,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -299,7 +299,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -139,7 +139,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -118,7 +118,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ github: "{{github-username}}{{^github-username}}githubuser{{/github | |
license: BSD3 | ||
author: "{{author-name}}{{^author-name}}Author name here{{/author-name}}" | ||
maintainer: "{{author-email}}{{^author-email}}[email protected]{{/author-email}}" | ||
copyright: "{{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}}" | ||
copyright: "{{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}}" | ||
|
||
extra-source-files: | ||
- README.md | ||
|
@@ -100,7 +100,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -153,7 +153,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -135,7 +135,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ author: | |
maintainer: | ||
{{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: | ||
{{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{authorName}}{{^authorName}}Author name here{{/authorName}}{{/copyright}} | ||
{{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{authorName}}{{^authorName}}Author name here{{/authorName}}{{/copyright}} | ||
build-type: | ||
Simple | ||
cabal-version: | ||
|
@@ -353,7 +353,7 @@ and this project adheres to the | |
## 0.0.1 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ github: {{github-username}}{{^github-username}}githubuser{{/github- | |
license: BSD3 | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
|
||
extra-source-files: | ||
- README.md | ||
|
@@ -208,7 +208,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
All rights reserved. | ||
|
||
|
@@ -227,10 +227,10 @@ modification, are permitted provided that the following conditions are met: | |
contributors may be used to endorse or promote products derived | ||
from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} HOLDERS AND CONTRIBUTORS | ||
THIS SOFTWARE IS PROVIDED BY THE {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} HOLDERS AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ license: ISC | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Development{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -148,7 +148,7 @@ This package uses [Semantic Versioning][1]. | |
[1]: http://semver.org/spec/v2.0.0.html | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -173,7 +173,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ github: "{{github-username}}{{^github-username}}githubuser{{/github | |
license: BSD3 | ||
author: "{{author-name}}{{^author-name}}Author name here{{/author-name}}" | ||
maintainer: "{{author-email}}{{^author-email}}[email protected]{{/author-email}}" | ||
copyright: "{{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}}" | ||
copyright: "{{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}}" | ||
|
||
extra-source-files: | ||
- README.md | ||
|
@@ -140,7 +140,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ github: "{{github-username}}{{^github-username}}githubuser{{/github | |
license: BSD3 | ||
author: "{{author-name}}{{^author-name}}Author name here{{/author-name}}" | ||
maintainer: "{{author-email}}{{^author-email}}[email protected]{{/author-email}}" | ||
copyright: "{{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}}" | ||
copyright: "{{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}}" | ||
|
||
extra-source-files: | ||
- README.md | ||
|
@@ -161,7 +161,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ homepage: https://github.com/{{github-username}}{{^github-username}}g | |
license: BSD3 | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
extra-source-files: | ||
- README.md | ||
|
@@ -60,7 +60,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | ||
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} | ||
category: {{category}}{{^category}}Web{{/category}} | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
@@ -63,7 +63,7 @@ and this project adheres to the | |
## 0.1.0.0 - YYYY-MM-DD | ||
|
||
{-# START_FILE LICENSE #-} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2022{{/year}} | ||
Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} (c) {{year}}{{^year}}2023{{/year}} | ||
|
||
All rights reserved. | ||
|
||
|
Oops, something went wrong.