From 5aaee45bdc1d777aa66bf7c80a1932b78576c2ad Mon Sep 17 00:00:00 2001 From: Mickael Jeanroy Date: Sun, 5 Apr 2020 21:43:05 +0200 Subject: [PATCH] chore: update license copyright --- .eslintignore | 2 +- .gitattributes | 2 +- .github/workflows/build.yml | 2 +- .gitignore | 2 +- .npmignore | 2 +- .travis.yml | 2 +- LICENSE | 2 +- 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 | 2 +- src/dependency.js | 2 +- src/eol.js | 2 +- src/format-path.js | 2 +- src/generate-block-comment.js | 2 +- src/index-rollup-legacy.js | 2 +- src/index-rollup-stable.js | 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/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-2/src/index.js | 2 +- test/fixtures/fake-package-3/src/index.js | 2 +- test/fixtures/fake-package-4/src/index.js | 2 +- test/format-path.spec.js | 2 +- test/generate-block-comment.spec.js | 2 +- test/index-rollup-legacy.spec.js | 2 +- test/index-rollup-stable.spec.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/schema-validator.spec.js | 2 +- test/schema-validators.spec.js | 2 +- test/utils/join.js | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.eslintignore b/.eslintignore index e15d0f97..fb09d52a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2019 Mickael Jeanroy +# Copyright (c) 2016-2020 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 1fa832dd..6feedd31 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2019 Mickael Jeanroy +# Copyright (c) 2016-2020 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 70ac25f8..6f0ba9c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2019 Mickael Jeanroy +# Copyright (c) 2016-2020 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 49a26283..7553df98 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2019 Mickael Jeanroy +# Copyright (c) 2016-2020 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 09c9e313..85334624 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2019 Mickael Jeanroy +# Copyright (c) 2016-2020 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 995981d1..ef162cf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2019 Mickael Jeanroy +# Copyright (c) 2016-2020 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 b5c2e309..3dec77ef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Mickael Jeanroy +Copyright (c) 2016-2020 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 916c9f1b..fcfa1960 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 e92372ca..d858fa08 100644 --- a/scripts/build/index.js +++ b/scripts/build/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 9f5ad927..18d9fa37 100644 --- a/scripts/build/rollup.config.js +++ b/scripts/build/rollup.config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 f3980848..c2efae1b 100644 --- a/scripts/changelog/index.js +++ b/scripts/changelog/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 6051def7..13d5b7cf 100644 --- a/scripts/clean/index.js +++ b/scripts/clean/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 f394334f..dae7f797 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 9ae3e5ad..4eb18526 100644 --- a/scripts/lint/index.js +++ b/scripts/lint/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 8f21219a..795beb31 100644 --- a/scripts/log/index.js +++ b/scripts/log/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 ac1f4c79..43e9f8cc 100644 --- a/scripts/release/index.js +++ b/scripts/release/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 17686fea..38a69160 100644 --- a/scripts/test/index.js +++ b/scripts/test/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 c37f92d6..34e88f48 100644 --- a/src/dependency.js +++ b/src/dependency.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 bd2422d7..48fc3ab0 100644 --- a/src/eol.js +++ b/src/eol.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 9053b63f..8e79f2f2 100644 --- a/src/format-path.js +++ b/src/format-path.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 c53da1e1..e8334ff7 100644 --- a/src/generate-block-comment.js +++ b/src/generate-block-comment.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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-rollup-legacy.js b/src/index-rollup-legacy.js index c058272c..4a3d6c22 100644 --- a/src/index-rollup-legacy.js +++ b/src/index-rollup-legacy.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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-rollup-stable.js b/src/index-rollup-stable.js index 6e1f73fe..bff7940d 100644 --- a/src/index-rollup-stable.js +++ b/src/index-rollup-stable.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 f914111f..ecc7511b 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 483dfcdf..312f6e35 100644 --- a/src/license-plugin-name.js +++ b/src/license-plugin-name.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 1f4404e1..a3ac59dc 100644 --- a/src/license-plugin-option.js +++ b/src/license-plugin-option.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 86acf8c2..ba4851de 100644 --- a/src/license-plugin.js +++ b/src/license-plugin.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 7fe08f12..1b2110f9 100644 --- a/src/license-validator.js +++ b/src/license-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 dbb7b31d..ff18d6da 100644 --- a/src/person.js +++ b/src/person.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 5a95e036..c35ac40c 100644 --- a/src/schema-validator.js +++ b/src/schema-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 5e656dc2..75f27790 100644 --- a/src/schema-validators.js +++ b/src/schema-validators.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 9c81d028..0b6cc09d 100644 --- a/test/base.spec.js +++ b/test/base.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 932cab28..b3ddcbec 100644 --- a/test/dependency.spec.js +++ b/test/dependency.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 ece5b366..05935b38 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-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 ece5b366..05935b38 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-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 ece5b366..05935b38 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-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 ece5b366..05935b38 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-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 96904b7f..4dfa55b4 100644 --- a/test/format-path.spec.js +++ b/test/format-path.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 5bff0792..53b1d5cb 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-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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-rollup-legacy.spec.js b/test/index-rollup-legacy.spec.js index ab35201f..c4655d15 100644 --- a/test/index-rollup-legacy.spec.js +++ b/test/index-rollup-legacy.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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-rollup-stable.spec.js b/test/index-rollup-stable.spec.js index 4479116d..4c29e4f3 100644 --- a/test/index-rollup-stable.spec.js +++ b/test/index-rollup-stable.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 33ecbb3e..20bfa135 100644 --- a/test/integration/bundle.js +++ b/test/integration/bundle.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 0faa8196..a62c8af4 100644 --- a/test/integration/it.spec.js +++ b/test/integration/it.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 2dd74b57..3ead1178 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-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 1425f222..9ccc9255 100644 --- a/test/license-plugin.spec.js +++ b/test/license-plugin.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 101e88eb..2792cbfa 100644 --- a/test/license-validator.spec.js +++ b/test/license-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 7e3e5f23..6ffa38ce 100644 --- a/test/person.spec.js +++ b/test/person.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 f5003166..5d42189b 100644 --- a/test/schema-validator.spec.js +++ b/test/schema-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 4c9732af..fb2278ce 100644 --- a/test/schema-validators.spec.js +++ b/test/schema-validators.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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 07b3f922..c82139c2 100644 --- a/test/utils/join.js +++ b/test/utils/join.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2019 Mickael Jeanroy + * Copyright (c) 2016-2020 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