From 86ef62e2dccc42293de16af98688ee1d0b3603e9 Mon Sep 17 00:00:00 2001 From: Mickael Jeanroy Date: Sun, 10 Mar 2024 10:16:23 +0100 Subject: [PATCH] chore: update licence header --- gulpfile.js | 2 +- scripts/build/index.js | 2 +- scripts/build/rollup.config.js | 2 +- scripts/changelog/index.js | 2 +- scripts/clean/index.js | 2 +- scripts/config.js | 2 +- scripts/lint/index.js | 2 +- scripts/log/index.js | 2 +- scripts/release/index.js | 2 +- scripts/test/index.js | 3 +-- scripts/watch/index.js | 2 +- src/dependency.js | 2 +- src/eol.js | 2 +- src/format-path.js | 2 +- src/generate-block-comment.js | 2 +- src/index.d.ts | 2 +- src/index.js | 2 +- src/license-plugin-name.js | 2 +- src/license-plugin-option.js | 2 +- src/license-plugin.js | 2 +- src/license-validator.js | 2 +- src/person.js | 2 +- src/read-file.js | 2 +- src/schema-validator.js | 2 +- src/schema-validators.js | 2 +- test/base.spec.js | 2 +- test/dependency.spec.js | 2 +- test/fixtures/fake-package-1/src/index.js | 2 +- test/fixtures/fake-package-10/index.js | 2 +- test/fixtures/fake-package-11/index.js | 2 +- test/fixtures/fake-package-2/src/index.js | 2 +- test/fixtures/fake-package-3/src/index.js | 2 +- test/fixtures/fake-package-4/src/index.js | 2 +- test/fixtures/fake-package-5/cjs/index.js | 2 +- test/fixtures/fake-package-8/src/index.js | 2 +- test/fixtures/fake-package-9/index.js | 2 +- test/format-path.spec.js | 2 +- test/generate-block-comment.spec.js | 2 +- test/index.spec.js | 2 +- test/integration/bundle-virtual.js | 2 +- test/integration/bundle.js | 2 +- test/integration/it.spec.js | 2 +- test/license-plugin-option.spec.js | 2 +- test/license-plugin.spec.js | 2 +- test/license-validator.spec.js | 2 +- test/person.spec.js | 2 +- test/read-file.spec.js | 2 +- test/schema-validator.spec.js | 2 +- test/schema-validators.spec.js | 2 +- test/utils/join.js | 2 +- 50 files changed, 50 insertions(+), 51 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 35dfec38..5c0673b8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/build/index.js b/scripts/build/index.js index b6aa8519..2f037256 100644 --- a/scripts/build/index.js +++ b/scripts/build/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/build/rollup.config.js b/scripts/build/rollup.config.js index 41656a33..c6b0a3b8 100644 --- a/scripts/build/rollup.config.js +++ b/scripts/build/rollup.config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/changelog/index.js b/scripts/changelog/index.js index 2d0e86d9..44c34efc 100644 --- a/scripts/changelog/index.js +++ b/scripts/changelog/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/clean/index.js b/scripts/clean/index.js index 499af2d8..903e519e 100644 --- a/scripts/clean/index.js +++ b/scripts/clean/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/config.js b/scripts/config.js index 7e9ae0c3..17840084 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/lint/index.js b/scripts/lint/index.js index a9796caf..8c0b7b3b 100644 --- a/scripts/lint/index.js +++ b/scripts/lint/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/log/index.js b/scripts/log/index.js index ad19fd20..b1d9ab1a 100644 --- a/scripts/log/index.js +++ b/scripts/log/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/release/index.js b/scripts/release/index.js index 49fa93a3..ea461912 100644 --- a/scripts/release/index.js +++ b/scripts/release/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/scripts/test/index.js b/scripts/test/index.js index b2dce7a2..20e090a9 100644 --- a/scripts/test/index.js +++ b/scripts/test/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -58,4 +58,3 @@ module.exports = { tdd, test, }; - diff --git a/scripts/watch/index.js b/scripts/watch/index.js index bc0a3ef5..a1d9eb54 100644 --- a/scripts/watch/index.js +++ b/scripts/watch/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/dependency.js b/src/dependency.js index 5c6a5f9a..eb56c8bd 100644 --- a/src/dependency.js +++ b/src/dependency.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/eol.js b/src/eol.js index d542fb86..2a2ff4ac 100644 --- a/src/eol.js +++ b/src/eol.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/format-path.js b/src/format-path.js index 793f780e..ad19559b 100644 --- a/src/format-path.js +++ b/src/format-path.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/generate-block-comment.js b/src/generate-block-comment.js index a0be4db1..f6e43a3a 100644 --- a/src/generate-block-comment.js +++ b/src/generate-block-comment.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/index.d.ts b/src/index.d.ts index 3bd74e1a..1743a6a3 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/index.js b/src/index.js index 37b0548c..46980a33 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/license-plugin-name.js b/src/license-plugin-name.js index 141ca62b..e3d6e612 100644 --- a/src/license-plugin-name.js +++ b/src/license-plugin-name.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/license-plugin-option.js b/src/license-plugin-option.js index ee5bd825..6a8067b8 100644 --- a/src/license-plugin-option.js +++ b/src/license-plugin-option.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/license-plugin.js b/src/license-plugin.js index e01a087c..75a0ee6e 100644 --- a/src/license-plugin.js +++ b/src/license-plugin.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/license-validator.js b/src/license-validator.js index 98ab29a1..0edd2bf9 100644 --- a/src/license-validator.js +++ b/src/license-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/person.js b/src/person.js index c726a6bb..3cddbe46 100644 --- a/src/person.js +++ b/src/person.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/read-file.js b/src/read-file.js index c027f80b..7860ea8d 100644 --- a/src/read-file.js +++ b/src/read-file.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/schema-validator.js b/src/schema-validator.js index b9b3a13d..a9f5dbd5 100644 --- a/src/schema-validator.js +++ b/src/schema-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/src/schema-validators.js b/src/schema-validators.js index f2eb09b5..b6603c6f 100644 --- a/src/schema-validators.js +++ b/src/schema-validators.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/base.spec.js b/test/base.spec.js index 81234d5e..c9041c4f 100644 --- a/test/base.spec.js +++ b/test/base.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/dependency.spec.js b/test/dependency.spec.js index d0b2fa09..7fb9501b 100644 --- a/test/dependency.spec.js +++ b/test/dependency.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-1/src/index.js b/test/fixtures/fake-package-1/src/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-1/src/index.js +++ b/test/fixtures/fake-package-1/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-10/index.js b/test/fixtures/fake-package-10/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-10/index.js +++ b/test/fixtures/fake-package-10/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-11/index.js b/test/fixtures/fake-package-11/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-11/index.js +++ b/test/fixtures/fake-package-11/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-2/src/index.js b/test/fixtures/fake-package-2/src/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-2/src/index.js +++ b/test/fixtures/fake-package-2/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-3/src/index.js b/test/fixtures/fake-package-3/src/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-3/src/index.js +++ b/test/fixtures/fake-package-3/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-4/src/index.js b/test/fixtures/fake-package-4/src/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-4/src/index.js +++ b/test/fixtures/fake-package-4/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-5/cjs/index.js b/test/fixtures/fake-package-5/cjs/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-5/cjs/index.js +++ b/test/fixtures/fake-package-5/cjs/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-8/src/index.js b/test/fixtures/fake-package-8/src/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-8/src/index.js +++ b/test/fixtures/fake-package-8/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/fixtures/fake-package-9/index.js b/test/fixtures/fake-package-9/index.js index 13bfe1c6..fb9718be 100644 --- a/test/fixtures/fake-package-9/index.js +++ b/test/fixtures/fake-package-9/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/format-path.spec.js b/test/format-path.spec.js index c4cb1e6d..20deeafe 100644 --- a/test/format-path.spec.js +++ b/test/format-path.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/generate-block-comment.spec.js b/test/generate-block-comment.spec.js index 8bd2d7fb..4e4482de 100644 --- a/test/generate-block-comment.spec.js +++ b/test/generate-block-comment.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/index.spec.js b/test/index.spec.js index 57df9940..323171e5 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/integration/bundle-virtual.js b/test/integration/bundle-virtual.js index f9f50e5c..dc05cb13 100644 --- a/test/integration/bundle-virtual.js +++ b/test/integration/bundle-virtual.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/integration/bundle.js b/test/integration/bundle.js index 02e5b8e4..95ce5952 100644 --- a/test/integration/bundle.js +++ b/test/integration/bundle.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/integration/it.spec.js b/test/integration/it.spec.js index 3b9b44d9..a4ff8bfa 100644 --- a/test/integration/it.spec.js +++ b/test/integration/it.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/license-plugin-option.spec.js b/test/license-plugin-option.spec.js index 00ea671f..fbbe0dd7 100644 --- a/test/license-plugin-option.spec.js +++ b/test/license-plugin-option.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/license-plugin.spec.js b/test/license-plugin.spec.js index 336331eb..2ffb1ba0 100644 --- a/test/license-plugin.spec.js +++ b/test/license-plugin.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/license-validator.spec.js b/test/license-validator.spec.js index 7d74b1a5..3a2784e2 100644 --- a/test/license-validator.spec.js +++ b/test/license-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/person.spec.js b/test/person.spec.js index f2dd1210..809aa204 100644 --- a/test/person.spec.js +++ b/test/person.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/read-file.spec.js b/test/read-file.spec.js index bc315e6f..f8697808 100644 --- a/test/read-file.spec.js +++ b/test/read-file.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/schema-validator.spec.js b/test/schema-validator.spec.js index 3560032e..39b9cb69 100644 --- a/test/schema-validator.spec.js +++ b/test/schema-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/schema-validators.spec.js b/test/schema-validators.spec.js index 87a2c157..22a214f8 100644 --- a/test/schema-validators.spec.js +++ b/test/schema-validators.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * 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/test/utils/join.js b/test/utils/join.js index 517e457d..3aa50b96 100644 --- a/test/utils/join.js +++ b/test/utils/join.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2023 Mickael Jeanroy + * Copyright (c) 2016-2024 Mickael Jeanroy * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal