From 5746bafba0b5e3f83f106413f812522479d264a4 Mon Sep 17 00:00:00 2001 From: sverweij Date: Tue, 9 Jan 2024 13:21:31 +0100 Subject: [PATCH] chore: happy 2024 --- LICENSE | 2 +- dist/cli/actions.mjs | 2 +- docs/index.hbs | 2 +- docs/index.html | 2 +- src/cli/actions.mts | 2 +- test/cli/execute-command-line.spec.mts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 7dcaf7af..2c174e86 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2023 Sander Verweij +Copyright (c) 2016-2024 Sander Verweij Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/dist/cli/actions.mjs b/dist/cli/actions.mjs index dde0d5e7..5907463d 100644 --- a/dist/cli/actions.mjs +++ b/dist/cli/actions.mjs @@ -5,7 +5,7 @@ const LICENSE = ` The MIT License (MIT) -Copyright (c) 2016-2023 Sander Verweij +Copyright (c) 2016-2024 Sander Verweij Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/docs/index.hbs b/docs/index.hbs index fcf70370..e6e1f34b 100644 --- a/docs/index.hbs +++ b/docs/index.hbs @@ -271,7 +271,7 @@ copyright sverweij 2016-2023 + rel="noopener noreferrer">sverweij 2016-2024 diff --git a/docs/index.html b/docs/index.html index 37890343..9bb80f05 100644 --- a/docs/index.html +++ b/docs/index.html @@ -262,7 +262,7 @@ copyright sverweij 2016-2023 + rel="noopener noreferrer">sverweij 2016-2024 diff --git a/src/cli/actions.mts b/src/cli/actions.mts index 62f04126..7a725130 100644 --- a/src/cli/actions.mts +++ b/src/cli/actions.mts @@ -8,7 +8,7 @@ const LICENSE = ` The MIT License (MIT) -Copyright (c) 2016-2023 Sander Verweij +Copyright (c) 2016-2024 Sander Verweij Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/test/cli/execute-command-line.spec.mts b/test/cli/execute-command-line.spec.mts index 6f0896a6..318646d5 100644 --- a/test/cli/execute-command-line.spec.mts +++ b/test/cli/execute-command-line.spec.mts @@ -27,7 +27,7 @@ describe("#cli - execute-command-line", () => { it("--license displays the license on stdout", async () => { const lOutStream = new WritableTestStream([ /The MIT License \(MIT\)/, - /Copyright \(c\) 2016-2023 Sander Verweij/, + /Copyright \(c\) 2016-2024 Sander Verweij/, ]); const lErrorStream = new WritableTestStream();