diff --git a/.eslintignore b/.eslintignore index 033a1c78..d541bf04 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2017-2018 Mickael Jeanroy +# Copyright (c) 2017-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 1f70bb6b..8646833e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2017-2018 Mickael Jeanroy +# Copyright (c) 2017-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 a60cf6e5..e41b73bd 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2017-2018 Mickael Jeanroy +# Copyright (c) 2017-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 22e97225..09b23c7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ ## # The MIT License (MIT) # -# Copyright (c) 2017-2018 Mickael Jeanroy +# Copyright (c) 2017-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/LICENSE b/LICENSE index b5dc6000..acec8737 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-2018 Mickael Jeanroy +Copyright (c) 2017-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 a777d67c..eb3cd526 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 68202ded..e9395068 100644 --- a/scripts/build/index.js +++ b/scripts/build/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 93c4007c..a3b61046 100644 --- a/scripts/clean/index.js +++ b/scripts/clean/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 95500cd6..8e527324 100644 --- a/scripts/lint/index.js +++ b/scripts/lint/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 997044c0..1dc5ba1f 100644 --- a/scripts/release/index.js +++ b/scripts/release/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 83a03480..9c764fae 100644 --- a/scripts/test/index.js +++ b/scripts/test/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 d72b2ecb..de2bf0b8 100644 --- a/src/index-rollup-legacy.js +++ b/src/index-rollup-legacy.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 ca09f599..2dcdac2f 100644 --- a/src/index-rollup-stable.js +++ b/src/index-rollup-stable.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 ecd233f6..4a126d06 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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/rollup-plugin-prettier.js b/src/rollup-plugin-prettier.js index 7a7b78d9..ab52f1b3 100644 --- a/src/rollup-plugin-prettier.js +++ b/src/rollup-plugin-prettier.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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/bundle.js b/test/fixtures/bundle.js index 05d59439..fe4b9771 100644 --- a/test/fixtures/bundle.js +++ b/test/fixtures/bundle.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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/prettier.config.js b/test/fixtures/prettier.config.js index e9d5953b..25d6839b 100644 --- a/test/fixtures/prettier.config.js +++ b/test/fixtures/prettier.config.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 2b7fd248..b72dc97e 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) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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 ed667622..1876fcd6 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) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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/it/it.spec.js b/test/it/it.spec.js index 7c100ab4..18f2ee40 100644 --- a/test/it/it.spec.js +++ b/test/it/it.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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/rollup-plugin-prettier.spec.js b/test/rollup-plugin-prettier.spec.js index bbc6dc5a..7456bbb5 100644 --- a/test/rollup-plugin-prettier.spec.js +++ b/test/rollup-plugin-prettier.spec.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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/verify-warn-logs-because-of-source-map.js b/test/utils/verify-warn-logs-because-of-source-map.js index c8bbc7ae..a93a06cb 100644 --- a/test/utils/verify-warn-logs-because-of-source-map.js +++ b/test/utils/verify-warn-logs-because-of-source-map.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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/verify-warn-logs-not-triggered.js b/test/utils/verify-warn-logs-not-triggered.js index ea918204..c51eded1 100644 --- a/test/utils/verify-warn-logs-not-triggered.js +++ b/test/utils/verify-warn-logs-not-triggered.js @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017-2018 Mickael Jeanroy + * Copyright (c) 2017-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