From 5046188c1254a44d8de99370cc309279e6946933 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sun, 1 Oct 2023 15:44:58 +0100 Subject: [PATCH] Bump default copyright year to 2023 --- LICENSE | 2 +- README.md | 2 +- chrisdone.hsfiles | 4 ++-- foundation.hsfiles | 2 +- franklinchen.hsfiles | 4 ++-- hakyll-template.hsfiles | 4 ++-- haskeleton.hsfiles | 2 +- hspec.hsfiles | 4 ++-- kurt.hsfiles | 4 ++-- new-template.hsfiles | 4 ++-- protolude.hsfiles | 4 ++-- quickcheck-test-framework.hsfiles | 4 ++-- readme-lhs.hsfiles | 4 ++-- rio.hsfiles | 8 ++++---- rubik.hsfiles | 4 ++-- scotty-hspec-wai.hsfiles | 4 ++-- servant-docker.hsfiles | 4 ++-- servant.hsfiles | 4 ++-- simple-hpack.hsfiles | 4 ++-- simple-library.hsfiles | 4 ++-- simple.hsfiles | 4 ++-- spock.hsfiles | 4 ++-- tasty-discover.hsfiles | 4 ++-- tasty-travis.hsfiles | 4 ++-- unicode-syntax-exe.hsfiles | 2 +- unicode-syntax-lib.hsfiles | 4 ++-- 26 files changed, 49 insertions(+), 49 deletions(-) diff --git a/LICENSE b/LICENSE index de5abbe..1ca53ec 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2022 +Copyright (c) 2015-2023 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index cbc8cb9..d9ae609 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ templates: params: author-email: chrisdone@gmail.com author-name: Chris Done - copyright: 2022 Chris Done + copyright: 2023 Chris Done github-username: chrisdone category: Development ``` diff --git a/chrisdone.hsfiles b/chrisdone.hsfiles index 42a4330..6ab25d5 100644 --- a/chrisdone.hsfiles +++ b/chrisdone.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/foundation.hsfiles b/foundation.hsfiles index 0bfa48f..76b2829 100644 --- a/foundation.hsfiles +++ b/foundation.hsfiles @@ -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}}example@example.com{{/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 diff --git a/franklinchen.hsfiles b/franklinchen.hsfiles index 234cdc4..7afe7ac 100644 --- a/franklinchen.hsfiles +++ b/franklinchen.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/hakyll-template.hsfiles b/hakyll-template.hsfiles index 5c34aa3..bde2edf 100644 --- a/hakyll-template.hsfiles +++ b/hakyll-template.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/haskeleton.hsfiles b/haskeleton.hsfiles index 3269cba..bb0f9f7 100644 --- a/haskeleton.hsfiles +++ b/haskeleton.hsfiles @@ -191,7 +191,7 @@ Thanks again, and happy hacking! {-# START_FILE LICENSE.md #-} [The MIT License (MIT)][] -Copyright (c) {{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}} +Copyright (c) {{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}} Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/hspec.hsfiles b/hspec.hsfiles index cd9ba76..940c66b 100644 --- a/hspec.hsfiles +++ b/hspec.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/kurt.hsfiles b/kurt.hsfiles index 1370651..bf2d8fd 100644 --- a/kurt.hsfiles +++ b/kurt.hsfiles @@ -7,7 +7,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/new-template.hsfiles b/new-template.hsfiles index f1479d7..c35f0b4 100644 --- a/new-template.hsfiles +++ b/new-template.hsfiles @@ -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}}example@example.com{{/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. diff --git a/protolude.hsfiles b/protolude.hsfiles index 613dd91..e20f538 100644 --- a/protolude.hsfiles +++ b/protolude.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/quickcheck-test-framework.hsfiles b/quickcheck-test-framework.hsfiles index f7a42f1..9c0a96c 100644 --- a/quickcheck-test-framework.hsfiles +++ b/quickcheck-test-framework.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/readme-lhs.hsfiles b/readme-lhs.hsfiles index bd19935..cf49360 100644 --- a/readme-lhs.hsfiles +++ b/readme-lhs.hsfiles @@ -20,7 +20,7 @@ author: maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/rio.hsfiles b/rio.hsfiles index 53bdb00..13b223f 100644 --- a/rio.hsfiles +++ b/rio.hsfiles @@ -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}}example@example.com{{/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, diff --git a/rubik.hsfiles b/rubik.hsfiles index 46797fd..ce133a7 100644 --- a/rubik.hsfiles +++ b/rubik.hsfiles @@ -8,7 +8,7 @@ license: ISC license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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 diff --git a/scotty-hspec-wai.hsfiles b/scotty-hspec-wai.hsfiles index 09fbd16..40008f4 100644 --- a/scotty-hspec-wai.hsfiles +++ b/scotty-hspec-wai.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/servant-docker.hsfiles b/servant-docker.hsfiles index 7688bdd..b2ec2af 100644 --- a/servant-docker.hsfiles +++ b/servant-docker.hsfiles @@ -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}}example@example.com{{/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. diff --git a/servant.hsfiles b/servant.hsfiles index 1bb9d6e..c0093ad 100644 --- a/servant.hsfiles +++ b/servant.hsfiles @@ -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}}example@example.com{{/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. diff --git a/simple-hpack.hsfiles b/simple-hpack.hsfiles index 4add7b3..8992d4e 100644 --- a/simple-hpack.hsfiles +++ b/simple-hpack.hsfiles @@ -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}}example@example.com{{/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. diff --git a/simple-library.hsfiles b/simple-library.hsfiles index aa4778e..f40ddad 100644 --- a/simple-library.hsfiles +++ b/simple-library.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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. diff --git a/simple.hsfiles b/simple.hsfiles index 9f31cdc..55271b6 100644 --- a/simple.hsfiles +++ b/simple.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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 @@ -58,7 +58,7 @@ main = do putStrLn "hello world" {-# 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. diff --git a/spock.hsfiles b/spock.hsfiles index f2a1059..90247c7 100644 --- a/spock.hsfiles +++ b/spock.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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 @@ -84,7 +84,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. diff --git a/tasty-discover.hsfiles b/tasty-discover.hsfiles index 5ac6643..f646914 100644 --- a/tasty-discover.hsfiles +++ b/tasty-discover.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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 @@ -98,7 +98,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. diff --git a/tasty-travis.hsfiles b/tasty-travis.hsfiles index 08506ca..e40c68a 100644 --- a/tasty-travis.hsfiles +++ b/tasty-travis.hsfiles @@ -8,7 +8,7 @@ license: ISC license-file: LICENSE author: {{author-name}}{{^author-name}}TODO:{{/author-name}} maintainer: {{author-email}}{{^author-email}}TODO:{{/author-email}} -copyright: © {{year}}{{^year}}2022{{/year}} {{author-name}}{{^author-name}}TODO:{{/author-name}} +copyright: © {{year}}{{^year}}2023{{/year}} {{author-name}}{{^author-name}}TODO:{{/author-name}} homepage: https://github.com/{{github-username}}{{^github-username}}TODO:{{/github-username}}/{{name}} bug-reports: https://github.com/{{github-username}}{{^github-username}}TODO:{{/github-username}}/{{name}}/issues @@ -252,7 +252,7 @@ The change log is available [on GitHub][2]. * Initially created. {-# START_FILE LICENSE #-} -Copyright (c) {{year}}{{^year}}2022{{/year}}, {{author-name}}{{^author-name}}TODO:{{/author-name}} +Copyright (c) {{year}}{{^year}}2023{{/year}}, {{author-name}}{{^author-name}}TODO:{{/author-name}} Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/unicode-syntax-exe.hsfiles b/unicode-syntax-exe.hsfiles index 39b92b6..efad0ef 100644 --- a/unicode-syntax-exe.hsfiles +++ b/unicode-syntax-exe.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENCE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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 diff --git a/unicode-syntax-lib.hsfiles b/unicode-syntax-lib.hsfiles index 6bb86bb..8c9983d 100644 --- a/unicode-syntax-lib.hsfiles +++ b/unicode-syntax-lib.hsfiles @@ -8,7 +8,7 @@ license: BSD3 license-file: LICENCE author: {{author-name}}{{^author-name}}Author name here{{/author-name}} maintainer: {{author-email}}{{^author-email}}example@example.com{{/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}}Data{{/category}} build-type: Simple extra-source-files: README.md @@ -67,7 +67,7 @@ and this project adheres to the ## 0.1.0.0 - YYYY-MM-DD {-# START_FILE LICENCE #-} -Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} © {{year}}{{^year}}2022{{/year}} +Copyright {{author-name}}{{^author-name}}Author name here{{/author-name}} © {{year}}{{^year}}2023{{/year}} All rights reserved.