diff --git a/.eslintignore b/.eslintignore index 0a65d6c4..e15d0f97 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2018 Mickael Jeanroy +# Copyright (c) 2016-2019 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 1e77486d..49a26283 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2018 Mickael Jeanroy +# Copyright (c) 2016-2019 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 3774762b..9afbba76 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2018 Mickael Jeanroy +# Copyright (c) 2016-2019 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 d82c791f..995981d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2016-2018 Mickael Jeanroy +# Copyright (c) 2016-2019 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 fbfb560b..083cc1aa 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 c93f766e..d6c739ba 100644 --- a/scripts/build/index.js +++ b/scripts/build/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 436edbd0..f3980848 100644 --- a/scripts/changelog/index.js +++ b/scripts/changelog/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 57a585dc..6051def7 100644 --- a/scripts/clean/index.js +++ b/scripts/clean/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 116bb1dd..f394334f 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 fc8ce2e4..9ae3e5ad 100644 --- a/scripts/lint/index.js +++ b/scripts/lint/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 b8925026..82c87460 100644 --- a/scripts/log/index.js +++ b/scripts/log/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 1eb8d234..ac1f4c79 100644 --- a/scripts/release/index.js +++ b/scripts/release/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 931f721b..59be6bb9 100644 --- a/scripts/test/index.js +++ b/scripts/test/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 57331e88..97bc58bb 100644 --- a/src/dependency.js +++ b/src/dependency.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 57b05e11..3ea4dbef 100644 --- a/src/eol.js +++ b/src/eol.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 cb591251..9b3834fa 100644 --- a/src/format-path.js +++ b/src/format-path.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 75b9395e..2fe1e39a 100644 --- a/src/generate-block-comment.js +++ b/src/generate-block-comment.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 2e18bbcb..beb6cfe6 100644 --- a/src/index-rollup-legacy.js +++ b/src/index-rollup-legacy.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 00cca7e7..ad9cb58c 100644 --- a/src/index-rollup-stable.js +++ b/src/index-rollup-stable.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 48d25595..d4e2b26e 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 f4d007a2..09c66aa4 100644 --- a/src/license-plugin-name.js +++ b/src/license-plugin-name.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 7c0c3f5e..b0a5ca0f 100644 --- a/src/license-plugin-option.js +++ b/src/license-plugin-option.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 1e50ee92..33f71216 100644 --- a/src/license-plugin.js +++ b/src/license-plugin.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 275adebd..1d6a7d33 100644 --- a/src/license-validator.js +++ b/src/license-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 19e09298..de2b63c0 100644 --- a/src/person.js +++ b/src/person.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 45449619..42dbd18a 100644 --- a/src/schema-validator.js +++ b/src/schema-validator.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 42145c83..0f1b951f 100644 --- a/src/schema-validators.js +++ b/src/schema-validators.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 17f10e47..443fe705 100644 --- a/test/base.spec.js +++ b/test/base.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 e073efaa..ab1ee848 100644 --- a/test/dependency.spec.js +++ b/test/dependency.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 e8fc61dc..ece5b366 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-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 e8fc61dc..ece5b366 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-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 e8fc61dc..ece5b366 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-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 e8fc61dc..ece5b366 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-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 8695b26d..9bab31c8 100644 --- a/test/format-path.spec.js +++ b/test/format-path.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 ae3d8b67..89b8a20b 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-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 ceab9ec2..918196be 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-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 3a5876df..a09c3fe8 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-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 e9702ca2..33ecbb3e 100644 --- a/test/integration/bundle.js +++ b/test/integration/bundle.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 eaec0c2d..a8a09097 100644 --- a/test/integration/it.spec.js +++ b/test/integration/it.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 cb9bb488..ac789ca1 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-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 d6812aa7..cc6eb04b 100644 --- a/test/license-plugin.spec.js +++ b/test/license-plugin.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 77717b56..c0936c90 100644 --- a/test/license-validator.spec.js +++ b/test/license-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 03328e96..0eac7507 100644 --- a/test/person.spec.js +++ b/test/person.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 c41e10e3..10a66c44 100644 --- a/test/schema-validator.spec.js +++ b/test/schema-validator.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 80094711..81770b4a 100644 --- a/test/schema-validators.spec.js +++ b/test/schema-validators.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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 30938625..a39f4f43 100644 --- a/test/utils/join.js +++ b/test/utils/join.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2016-2018 Mickael Jeanroy + * Copyright (c) 2016-2019 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