From aa8d837f0f4def322ff6b71422598510e0ae51fb Mon Sep 17 00:00:00 2001 From: William Belle Date: Fri, 31 May 2024 21:09:15 +0200 Subject: [PATCH] update copyright date --- .editorconfig | 2 +- .github/workflows/build.yml | 2 +- .npmrc | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- src/index.js | 2 +- test/test-findByCode.js | 2 +- test/test-findByName.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5cefbc4..ffdc081 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -; (c) William Belle, 2019-2023. +; (c) William Belle, 2019-2024. ; See the LICENSE file for more details. root = true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd0cb38..4e4241c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -# (c) William Belle, 2019-2023. +# (c) William Belle, 2019-2024. # See the LICENSE file for more details. name: Build diff --git a/.npmrc b/.npmrc index 33a055a..470ba16 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ -# (c) William Belle, 2019-2023. +# (c) William Belle, 2019-2024. # See the LICENSE file for more details. package-lock=false diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc693b0..9856610 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,6 +41,6 @@ License Apache License 2.0 -(c) William Belle, 2019-2023. +(c) William Belle, 2019-2024. See the [LICENSE](LICENSE) file for more details. diff --git a/README.md b/README.md index c7fe145..9531f60 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,6 @@ License Apache License 2.0 -(c) William Belle, 2019-2023. +(c) William Belle, 2019-2024. See the [LICENSE](LICENSE) file for more details. diff --git a/src/index.js b/src/index.js index 0b6ced6..1769a6d 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ /* - * (c) William Belle, 2019-2023. + * (c) William Belle, 2019-2024. * See the LICENSE file for more details. */ diff --git a/test/test-findByCode.js b/test/test-findByCode.js index 4bf3998..939147e 100644 --- a/test/test-findByCode.js +++ b/test/test-findByCode.js @@ -1,5 +1,5 @@ /* - * (c) William Belle, 2019-2023. + * (c) William Belle, 2019-2024. * See the LICENSE file for more details. */ diff --git a/test/test-findByName.js b/test/test-findByName.js index 4501d64..97fb491 100644 --- a/test/test-findByName.js +++ b/test/test-findByName.js @@ -1,5 +1,5 @@ /* - * (c) William Belle, 2019-2023. + * (c) William Belle, 2019-2024. * See the LICENSE file for more details. */