diff --git a/.editorconfig b/.editorconfig index f9c2ae32..a95b412e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2022 Mickael Jeanroy +# Copyright (c) 2016-2023 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/.eslintignore b/.eslintignore index 9ada78b4..6a13a24e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2022 Mickael Jeanroy +# Copyright (c) 2016-2023 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/.gitattributes b/.gitattributes index 343c5813..c6ac9e1b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2022 Mickael Jeanroy +# Copyright (c) 2016-2023 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/.github/dependabot.yml b/.github/dependabot.yml index 8921c81b..97b8bc45 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2022 Mickael Jeanroy +# Copyright (c) 2016-2023 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/.github/workflows/build.yml b/.github/workflows/build.yml index ff36cc54..e1421daa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2022 Mickael Jeanroy +# Copyright (c) 2016-2023 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/.gitignore b/.gitignore index 05384308..c66007f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2022 Mickael Jeanroy +# Copyright (c) 2016-2023 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/.npmignore b/.npmignore index cf8c1a1b..3019fc65 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2022 Mickael Jeanroy +# Copyright (c) 2016-2023 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/.npmrc b/.npmrc index 8fcdb5e7..2b9e4dbe 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2022 Mickael Jeanroy +# Copyright (c) 2016-2023 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/LICENSE b/LICENSE index b21e6c41..b9ce224f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2022 Mickael Jeanroy +Copyright (c) 2016-2023 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/gulpfile.js b/gulpfile.js index 90896c7b..35dfec38 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 03682c6c..b6aa8519 100644 --- a/scripts/build/index.js +++ b/scripts/build/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 0207f1d0..41656a33 100644 --- a/scripts/build/rollup.config.js +++ b/scripts/build/rollup.config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 fc2df22c..2d0e86d9 100644 --- a/scripts/changelog/index.js +++ b/scripts/changelog/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 d45ba900..499af2d8 100644 --- a/scripts/clean/index.js +++ b/scripts/clean/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 968ac940..7e9ae0c3 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 52275e10..a9796caf 100644 --- a/scripts/lint/index.js +++ b/scripts/lint/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 34a50237..ad19fd20 100644 --- a/scripts/log/index.js +++ b/scripts/log/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 35959594..49fa93a3 100644 --- a/scripts/release/index.js +++ b/scripts/release/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 ed07d36f..b2dce7a2 100644 --- a/scripts/test/index.js +++ b/scripts/test/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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/watch/index.js b/scripts/watch/index.js index b26b230e..bc0a3ef5 100644 --- a/scripts/watch/index.js +++ b/scripts/watch/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 11823b23..4bb5885a 100644 --- a/src/dependency.js +++ b/src/dependency.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 19754935..d542fb86 100644 --- a/src/eol.js +++ b/src/eol.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 5191451a..376ea626 100644 --- a/src/format-path.js +++ b/src/format-path.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 199acdbe..a0be4db1 100644 --- a/src/generate-block-comment.js +++ b/src/generate-block-comment.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 6fc4a8b9..8c11ee46 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1b21c4cc..e9b62fa4 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 ec0e1b92..141ca62b 100644 --- a/src/license-plugin-name.js +++ b/src/license-plugin-name.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 d646c60d..7f5004ea 100644 --- a/src/license-plugin-option.js +++ b/src/license-plugin-option.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 d9c04d0a..f3ccd30e 100644 --- a/src/license-plugin.js +++ b/src/license-plugin.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 184a6126..98ab29a1 100644 --- a/src/license-validator.js +++ b/src/license-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 59f80414..c4f2ce2b 100644 --- a/src/person.js +++ b/src/person.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 f9f00d1f..44bb1762 100644 --- a/src/schema-validator.js +++ b/src/schema-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 f0d90ad9..63991fa9 100644 --- a/src/schema-validators.js +++ b/src/schema-validators.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 8f7297fa..e43716fc 100644 --- a/test/base.spec.js +++ b/test/base.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 6fbbe30a..bda616c6 100644 --- a/test/dependency.spec.js +++ b/test/dependency.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1dfc7fa5..13bfe1c6 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1dfc7fa5..13bfe1c6 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1dfc7fa5..13bfe1c6 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1dfc7fa5..13bfe1c6 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1dfc7fa5..13bfe1c6 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1dfc7fa5..13bfe1c6 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1dfc7fa5..13bfe1c6 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 1dfc7fa5..13bfe1c6 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 9575f47e..c4cb1e6d 100644 --- a/test/format-path.spec.js +++ b/test/format-path.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 c6c4b570..8bd2d7fb 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 5b013f1c..57df9940 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 40a01c6e..f9f50e5c 100644 --- a/test/integration/bundle-virtual.js +++ b/test/integration/bundle-virtual.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 6da4defa..02e5b8e4 100644 --- a/test/integration/bundle.js +++ b/test/integration/bundle.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 d5439e0d..3b9b44d9 100644 --- a/test/integration/it.spec.js +++ b/test/integration/it.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 5580208d..00ea671f 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-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 099d0314..09333969 100644 --- a/test/license-plugin.spec.js +++ b/test/license-plugin.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 6961fb1b..7d74b1a5 100644 --- a/test/license-validator.spec.js +++ b/test/license-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 c7e56aed..f2dd1210 100644 --- a/test/person.spec.js +++ b/test/person.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 2b05dda4..3560032e 100644 --- a/test/schema-validator.spec.js +++ b/test/schema-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 530ff023..87a2c157 100644 --- a/test/schema-validators.spec.js +++ b/test/schema-validators.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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 04cd6ca0..517e457d 100644 --- a/test/utils/join.js +++ b/test/utils/join.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2022 Mickael Jeanroy + * Copyright (c) 2016-2023 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