diff --git a/.editorconfig b/.editorconfig index 06494359..f9c2ae32 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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 fb09d52a..9ada78b4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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 27f14a4b..343c5813 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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 d98779eb..8921c81b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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 5abc6795..bc25f7e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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 2daa03f2..05384308 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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 56b1f6cb..e13d6ac2 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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 8a61030b..8fcdb5e7 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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/.travis.yml b/.travis.yml index f4497b85..af7375b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2020 Mickael Jeanroy +# Copyright (c) 2016-2022 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 3dec77ef..b21e6c41 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2020 Mickael Jeanroy +Copyright (c) 2016-2022 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 af384884..90896c7b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 12031291..af16c92f 100644 --- a/scripts/build/index.js +++ b/scripts/build/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 4985de50..4a765338 100644 --- a/scripts/build/rollup.config.js +++ b/scripts/build/rollup.config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 c2efae1b..864df4b2 100644 --- a/scripts/changelog/index.js +++ b/scripts/changelog/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 13d5b7cf..a1bdd979 100644 --- a/scripts/clean/index.js +++ b/scripts/clean/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 dae7f797..c3825ca4 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 e9a0b30b..143989ef 100644 --- a/scripts/lint/index.js +++ b/scripts/lint/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 795beb31..34a50237 100644 --- a/scripts/log/index.js +++ b/scripts/log/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 43e9f8cc..571221aa 100644 --- a/scripts/release/index.js +++ b/scripts/release/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 38a69160..c74e4d4a 100644 --- a/scripts/test/index.js +++ b/scripts/test/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 fad3a82f..d098f9e6 100644 --- a/scripts/watch/index.js +++ b/scripts/watch/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 34e88f48..11823b23 100644 --- a/src/dependency.js +++ b/src/dependency.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 48fc3ab0..19754935 100644 --- a/src/eol.js +++ b/src/eol.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 8e79f2f2..5191451a 100644 --- a/src/format-path.js +++ b/src/format-path.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 e8334ff7..94168d69 100644 --- a/src/generate-block-comment.js +++ b/src/generate-block-comment.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 2666e4b2..df50d3d1 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 0c7ac88c..dbae191d 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 312f6e35..ec0e1b92 100644 --- a/src/license-plugin-name.js +++ b/src/license-plugin-name.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 c723c13b..7b6d5ecb 100644 --- a/src/license-plugin-option.js +++ b/src/license-plugin-option.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 151b4761..a9a1e189 100644 --- a/src/license-plugin.js +++ b/src/license-plugin.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 1b2110f9..184a6126 100644 --- a/src/license-validator.js +++ b/src/license-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 3357de9f..59f80414 100644 --- a/src/person.js +++ b/src/person.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 c35ac40c..f9f00d1f 100644 --- a/src/schema-validator.js +++ b/src/schema-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 75f27790..f0d90ad9 100644 --- a/src/schema-validators.js +++ b/src/schema-validators.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 0b6cc09d..8f7297fa 100644 --- a/test/base.spec.js +++ b/test/base.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 f4691919..6fbbe30a 100644 --- a/test/dependency.spec.js +++ b/test/dependency.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 05935b38..1dfc7fa5 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 05935b38..1dfc7fa5 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 05935b38..1dfc7fa5 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 05935b38..1dfc7fa5 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 05935b38..1dfc7fa5 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 05935b38..1dfc7fa5 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 05935b38..1dfc7fa5 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 05935b38..1dfc7fa5 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 4dfa55b4..9575f47e 100644 --- a/test/format-path.spec.js +++ b/test/format-path.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 53b1d5cb..c6c4b570 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 f50dc990..5b013f1c 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 20bfa135..6da4defa 100644 --- a/test/integration/bundle.js +++ b/test/integration/bundle.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 ee952a5e..9784d7b4 100644 --- a/test/integration/it.spec.js +++ b/test/integration/it.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 edbf8a71..22f1c3c1 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-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 b5bb15d8..98d75eaf 100644 --- a/test/license-plugin.spec.js +++ b/test/license-plugin.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 2792cbfa..6961fb1b 100644 --- a/test/license-validator.spec.js +++ b/test/license-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 6ffa38ce..1b3def31 100644 --- a/test/person.spec.js +++ b/test/person.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 5d42189b..2b05dda4 100644 --- a/test/schema-validator.spec.js +++ b/test/schema-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 fb2278ce..530ff023 100644 --- a/test/schema-validators.spec.js +++ b/test/schema-validators.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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 c82139c2..04cd6ca0 100644 --- a/test/utils/join.js +++ b/test/utils/join.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2020 Mickael Jeanroy + * Copyright (c) 2016-2022 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