From be4199b6ebcc45dc0303d209dd72adfb2cc32c2d Mon Sep 17 00:00:00 2001 From: sapics Date: Thu, 27 Dec 2018 16:13:01 +0900 Subject: [PATCH] Update copyright year to 2019 --- LICENSE.txt | 2 +- gulp/tasks/build.js | 2 +- gulp/tasks/dist.js | 2 +- gulp/tasks/docs.js | 2 +- gulp/tasks/jshint.js | 2 +- gulp/tasks/load.js | 2 +- gulp/tasks/minify.js | 2 +- gulp/tasks/publish.js | 2 +- gulp/tasks/test.js | 2 +- gulp/tasks/watch.js | 2 +- gulp/typescript/typescript-definition-template.mustache | 2 +- gulp/utils/error.js | 2 +- gulp/utils/options.js | 2 +- gulpfile.js | 2 +- src/anim/Tween.js | 2 +- src/basic/Line.js | 2 +- src/basic/Matrix.js | 2 +- src/basic/Point.js | 2 +- src/basic/Rectangle.js | 2 +- src/basic/Size.js | 2 +- src/canvas/BlendMode.js | 2 +- src/canvas/CanvasProvider.js | 2 +- src/canvas/ProxyContext.js | 2 +- src/constants.js | 2 +- src/core/Base.js | 2 +- src/core/Emitter.js | 2 +- src/core/PaperScope.js | 2 +- src/core/PaperScopeItem.js | 2 +- src/core/PaperScript.js | 2 +- src/docs/global.js | 2 +- src/dom/DomElement.js | 2 +- src/dom/DomEvent.js | 2 +- src/event/Event.js | 2 +- src/event/Key.js | 2 +- src/event/KeyEvent.js | 2 +- src/event/MouseEvent.js | 2 +- src/export.js | 2 +- src/init.js | 2 +- src/item/ChangeFlag.js | 2 +- src/item/Group.js | 2 +- src/item/HitResult.js | 2 +- src/item/Item.js | 2 +- src/item/ItemSelection.js | 2 +- src/item/Layer.js | 2 +- src/item/Project.js | 2 +- src/item/Raster.js | 2 +- src/item/Shape.js | 2 +- src/item/SymbolDefinition.js | 2 +- src/item/SymbolItem.js | 2 +- src/load.js | 2 +- src/net/Http.js | 2 +- src/node/canvas.js | 2 +- src/node/extend.js | 2 +- src/node/self.js | 2 +- src/node/xml.js | 2 +- src/options.js | 2 +- src/paper.js | 4 ++-- src/path/CompoundPath.js | 2 +- src/path/Curve.js | 2 +- src/path/CurveLocation.js | 2 +- src/path/Path.Constructors.js | 2 +- src/path/Path.js | 2 +- src/path/PathFitter.js | 2 +- src/path/PathFlattener.js | 2 +- src/path/PathItem.Boolean.js | 2 +- src/path/PathItem.js | 2 +- src/path/Segment.js | 2 +- src/path/SegmentPoint.js | 2 +- src/path/SegmentSelection.js | 2 +- src/style/Color.js | 2 +- src/style/Gradient.js | 2 +- src/style/GradientStop.js | 2 +- src/style/Style.js | 2 +- src/svg/SvgElement.js | 2 +- src/svg/SvgExport.js | 2 +- src/svg/SvgImport.js | 2 +- src/svg/SvgStyles.js | 2 +- src/text/PointText.js | 2 +- src/text/TextItem.js | 2 +- src/tool/Tool.js | 2 +- src/tool/ToolEvent.js | 2 +- src/util/Formatter.js | 2 +- src/util/Numerical.js | 2 +- src/util/UID.js | 2 +- src/view/CanvasView.js | 2 +- src/view/View.js | 2 +- test/helpers.js | 2 +- test/load.js | 2 +- test/tests/Color.js | 2 +- test/tests/CompoundPath.js | 2 +- test/tests/Curve.js | 2 +- test/tests/CurveLocation.js | 2 +- test/tests/Emitter.js | 2 +- test/tests/Group.js | 2 +- test/tests/HitResult.js | 2 +- test/tests/Interactions.js | 2 +- test/tests/Item.js | 2 +- test/tests/Item_Bounds.js | 2 +- test/tests/Item_Cloning.js | 2 +- test/tests/Item_Getting.js | 2 +- test/tests/Item_Order.js | 2 +- test/tests/JSON.js | 2 +- test/tests/Layer.js | 2 +- test/tests/Matrix.js | 2 +- test/tests/Numerical.js | 2 +- test/tests/Path.js | 2 +- test/tests/PathItem.js | 2 +- test/tests/PathItem_Contains.js | 2 +- test/tests/Path_Boolean.js | 2 +- test/tests/Path_Constructors.js | 2 +- test/tests/Path_Intersections.js | 2 +- test/tests/Point.js | 2 +- test/tests/Project.js | 2 +- test/tests/Raster.js | 2 +- test/tests/Rectangle.js | 2 +- test/tests/Segment.js | 2 +- test/tests/Shape.js | 2 +- test/tests/Size.js | 2 +- test/tests/Style.js | 2 +- test/tests/SvgExport.js | 2 +- test/tests/SvgImport.js | 2 +- test/tests/SymbolItem.js | 2 +- test/tests/TextItem.js | 2 +- test/tests/load.js | 2 +- travis/deploy-prebuilt.sh | 2 +- travis/install-assets.sh | 2 +- travis/setup-git.sh | 2 +- 127 files changed, 128 insertions(+), 128 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2a3d5bee..6b6c439e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey +Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey http://scratchdisk.com/ & https://puckey.studio/ All rights reserved. diff --git a/gulp/tasks/build.js b/gulp/tasks/build.js index ca69f4bf..48ee18ca 100644 --- a/gulp/tasks/build.js +++ b/gulp/tasks/build.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/tasks/dist.js b/gulp/tasks/dist.js index 5d41cc91..e69e861c 100644 --- a/gulp/tasks/dist.js +++ b/gulp/tasks/dist.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/tasks/docs.js b/gulp/tasks/docs.js index 30bd2050..d893eae2 100644 --- a/gulp/tasks/docs.js +++ b/gulp/tasks/docs.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/tasks/jshint.js b/gulp/tasks/jshint.js index fa8e5481..987c96f4 100644 --- a/gulp/tasks/jshint.js +++ b/gulp/tasks/jshint.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/tasks/load.js b/gulp/tasks/load.js index 02740345..d985e74a 100644 --- a/gulp/tasks/load.js +++ b/gulp/tasks/load.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/tasks/minify.js b/gulp/tasks/minify.js index 1ce1f790..28d1b1aa 100644 --- a/gulp/tasks/minify.js +++ b/gulp/tasks/minify.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/tasks/publish.js b/gulp/tasks/publish.js index f5ea1f92..73d36d78 100644 --- a/gulp/tasks/publish.js +++ b/gulp/tasks/publish.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/tasks/test.js b/gulp/tasks/test.js index 0e42b641..328db819 100644 --- a/gulp/tasks/test.js +++ b/gulp/tasks/test.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/tasks/watch.js b/gulp/tasks/watch.js index 441265af..28a4dbdd 100644 --- a/gulp/tasks/watch.js +++ b/gulp/tasks/watch.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/typescript/typescript-definition-template.mustache b/gulp/typescript/typescript-definition-template.mustache index a7856e17..1065b606 100644 --- a/gulp/typescript/typescript-definition-template.mustache +++ b/gulp/typescript/typescript-definition-template.mustache @@ -2,7 +2,7 @@ * Paper.js v{{version}} - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/utils/error.js b/gulp/utils/error.js index 3ce10e2d..b61b9a82 100644 --- a/gulp/utils/error.js +++ b/gulp/utils/error.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulp/utils/options.js b/gulp/utils/options.js index 654978f7..7fd7bd0c 100644 --- a/gulp/utils/options.js +++ b/gulp/utils/options.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/gulpfile.js b/gulpfile.js index bbde60cf..ecb7f8d1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/anim/Tween.js b/src/anim/Tween.js index d7e04c86..eb3cc02c 100644 --- a/src/anim/Tween.js +++ b/src/anim/Tween.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/basic/Line.js b/src/basic/Line.js index 4b88fd96..84893fd8 100644 --- a/src/basic/Line.js +++ b/src/basic/Line.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/basic/Matrix.js b/src/basic/Matrix.js index 070578c5..e4f84bf8 100644 --- a/src/basic/Matrix.js +++ b/src/basic/Matrix.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/basic/Point.js b/src/basic/Point.js index 9cc4dfb8..9af0c644 100644 --- a/src/basic/Point.js +++ b/src/basic/Point.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/basic/Rectangle.js b/src/basic/Rectangle.js index 4be507aa..5aab625d 100644 --- a/src/basic/Rectangle.js +++ b/src/basic/Rectangle.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/basic/Size.js b/src/basic/Size.js index 502276f6..dad849b3 100644 --- a/src/basic/Size.js +++ b/src/basic/Size.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/canvas/BlendMode.js b/src/canvas/BlendMode.js index a147bc2b..ac9ea7d3 100644 --- a/src/canvas/BlendMode.js +++ b/src/canvas/BlendMode.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/canvas/CanvasProvider.js b/src/canvas/CanvasProvider.js index 40460759..3ac0aac0 100644 --- a/src/canvas/CanvasProvider.js +++ b/src/canvas/CanvasProvider.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/canvas/ProxyContext.js b/src/canvas/ProxyContext.js index 1d3b540f..5a403b48 100644 --- a/src/canvas/ProxyContext.js +++ b/src/canvas/ProxyContext.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/constants.js b/src/constants.js index 7c54cdee..0c84dbcf 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/core/Base.js b/src/core/Base.js index 2d2a4a13..dce8d049 100644 --- a/src/core/Base.js +++ b/src/core/Base.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/core/Emitter.js b/src/core/Emitter.js index 6ecb482a..0e9724d1 100644 --- a/src/core/Emitter.js +++ b/src/core/Emitter.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/core/PaperScope.js b/src/core/PaperScope.js index 4bb5c42f..b6c2970d 100644 --- a/src/core/PaperScope.js +++ b/src/core/PaperScope.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/core/PaperScopeItem.js b/src/core/PaperScopeItem.js index f0381ba8..8aa31a8b 100644 --- a/src/core/PaperScopeItem.js +++ b/src/core/PaperScopeItem.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/core/PaperScript.js b/src/core/PaperScript.js index e64ef2a7..00a40985 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/docs/global.js b/src/docs/global.js index eda33ba7..400e8a40 100644 --- a/src/docs/global.js +++ b/src/docs/global.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/dom/DomElement.js b/src/dom/DomElement.js index 72e047f0..6b92c895 100644 --- a/src/dom/DomElement.js +++ b/src/dom/DomElement.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/dom/DomEvent.js b/src/dom/DomEvent.js index ca1e6cad..56ac214f 100644 --- a/src/dom/DomEvent.js +++ b/src/dom/DomEvent.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/event/Event.js b/src/event/Event.js index 94e9515f..297282e0 100644 --- a/src/event/Event.js +++ b/src/event/Event.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/event/Key.js b/src/event/Key.js index 36590d0b..be425b42 100644 --- a/src/event/Key.js +++ b/src/event/Key.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/event/KeyEvent.js b/src/event/KeyEvent.js index 8c7e0f70..b19539db 100644 --- a/src/event/KeyEvent.js +++ b/src/event/KeyEvent.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/event/MouseEvent.js b/src/event/MouseEvent.js index 485693d6..6700cba3 100644 --- a/src/event/MouseEvent.js +++ b/src/event/MouseEvent.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/export.js b/src/export.js index 8bdef8d8..dc4d5d9e 100644 --- a/src/export.js +++ b/src/export.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/init.js b/src/init.js index d0e399d7..55415286 100644 --- a/src/init.js +++ b/src/init.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/ChangeFlag.js b/src/item/ChangeFlag.js index 778bbfa4..4592c2c1 100644 --- a/src/item/ChangeFlag.js +++ b/src/item/ChangeFlag.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/Group.js b/src/item/Group.js index ea3787de..fd5083c0 100644 --- a/src/item/Group.js +++ b/src/item/Group.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/HitResult.js b/src/item/HitResult.js index cc644373..ee804160 100644 --- a/src/item/HitResult.js +++ b/src/item/HitResult.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/Item.js b/src/item/Item.js index 1c99c214..71448a25 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/ItemSelection.js b/src/item/ItemSelection.js index 98acfd73..4b928e4c 100644 --- a/src/item/ItemSelection.js +++ b/src/item/ItemSelection.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/Layer.js b/src/item/Layer.js index 5f3bf5ec..5229b1cb 100644 --- a/src/item/Layer.js +++ b/src/item/Layer.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/Project.js b/src/item/Project.js index 810890a0..8d69d55e 100644 --- a/src/item/Project.js +++ b/src/item/Project.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/Raster.js b/src/item/Raster.js index 39066a3f..29dce15f 100644 --- a/src/item/Raster.js +++ b/src/item/Raster.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/Shape.js b/src/item/Shape.js index 6a00ffa7..fed35b8e 100644 --- a/src/item/Shape.js +++ b/src/item/Shape.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/SymbolDefinition.js b/src/item/SymbolDefinition.js index 2cd43f34..3e907fb2 100644 --- a/src/item/SymbolDefinition.js +++ b/src/item/SymbolDefinition.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/item/SymbolItem.js b/src/item/SymbolItem.js index 0d2beef2..437789f2 100644 --- a/src/item/SymbolItem.js +++ b/src/item/SymbolItem.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/load.js b/src/load.js index ff92efff..061ac532 100644 --- a/src/load.js +++ b/src/load.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/net/Http.js b/src/net/Http.js index a7b138e3..0e9b867f 100644 --- a/src/net/Http.js +++ b/src/net/Http.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/node/canvas.js b/src/node/canvas.js index 3f122a4b..1d12b0c6 100644 --- a/src/node/canvas.js +++ b/src/node/canvas.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/node/extend.js b/src/node/extend.js index e994d7b4..a950e4b3 100644 --- a/src/node/extend.js +++ b/src/node/extend.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/node/self.js b/src/node/self.js index 9232b5d5..8533cdd8 100644 --- a/src/node/self.js +++ b/src/node/self.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/node/xml.js b/src/node/xml.js index 04eaa168..74087246 100644 --- a/src/node/xml.js +++ b/src/node/xml.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/options.js b/src/options.js index 3285b843..5d7dc14d 100644 --- a/src/options.js +++ b/src/options.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/paper.js b/src/paper.js index 96c37775..fc00e683 100644 --- a/src/paper.js +++ b/src/paper.js @@ -2,7 +2,7 @@ * Paper.js v*#=*__options.version - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. @@ -15,7 +15,7 @@ * * Straps.js - Class inheritance library with support for bean-style accessors * - * Copyright (c) 2006 - 2016 Juerg Lehni + * Copyright (c) 2006 - 2019 Juerg Lehni * http://scratchdisk.com/ * * Distributed under the MIT license. diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index 5f6d0281..4643942b 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/Curve.js b/src/path/Curve.js index 7587037e..26798499 100644 --- a/src/path/Curve.js +++ b/src/path/Curve.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/CurveLocation.js b/src/path/CurveLocation.js index a6e6c752..19b31dc9 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/Path.Constructors.js b/src/path/Path.Constructors.js index 0664263e..ea92ee16 100644 --- a/src/path/Path.Constructors.js +++ b/src/path/Path.Constructors.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/Path.js b/src/path/Path.js index 513942cd..d9e631f7 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/PathFitter.js b/src/path/PathFitter.js index 86c97dbd..27361e69 100644 --- a/src/path/PathFitter.js +++ b/src/path/PathFitter.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/PathFlattener.js b/src/path/PathFlattener.js index 10bf4605..2f7899d1 100644 --- a/src/path/PathFlattener.js +++ b/src/path/PathFlattener.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index 90f19bf5..018555aa 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/PathItem.js b/src/path/PathItem.js index 41f6d736..e7ff2d17 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/Segment.js b/src/path/Segment.js index 28cd5301..4fa11d0f 100644 --- a/src/path/Segment.js +++ b/src/path/Segment.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/SegmentPoint.js b/src/path/SegmentPoint.js index 4e2d22b5..a6bf3428 100644 --- a/src/path/SegmentPoint.js +++ b/src/path/SegmentPoint.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/path/SegmentSelection.js b/src/path/SegmentSelection.js index 429545cb..abe4af55 100644 --- a/src/path/SegmentSelection.js +++ b/src/path/SegmentSelection.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/style/Color.js b/src/style/Color.js index c4ff5fd4..2e1d4a70 100644 --- a/src/style/Color.js +++ b/src/style/Color.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/style/Gradient.js b/src/style/Gradient.js index 10f7a93b..512a835b 100644 --- a/src/style/Gradient.js +++ b/src/style/Gradient.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/style/GradientStop.js b/src/style/GradientStop.js index f3ef46ef..72367d11 100644 --- a/src/style/GradientStop.js +++ b/src/style/GradientStop.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/style/Style.js b/src/style/Style.js index a149c00d..5f868e82 100644 --- a/src/style/Style.js +++ b/src/style/Style.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/svg/SvgElement.js b/src/svg/SvgElement.js index 4dfa9d48..f345dc50 100644 --- a/src/svg/SvgElement.js +++ b/src/svg/SvgElement.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/svg/SvgExport.js b/src/svg/SvgExport.js index 8daf6bb6..5048bc2c 100644 --- a/src/svg/SvgExport.js +++ b/src/svg/SvgExport.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/svg/SvgImport.js b/src/svg/SvgImport.js index 76053626..829d7b19 100644 --- a/src/svg/SvgImport.js +++ b/src/svg/SvgImport.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/svg/SvgStyles.js b/src/svg/SvgStyles.js index da1c54f0..9d8bab08 100644 --- a/src/svg/SvgStyles.js +++ b/src/svg/SvgStyles.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/text/PointText.js b/src/text/PointText.js index 3740da57..fabc566c 100644 --- a/src/text/PointText.js +++ b/src/text/PointText.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/text/TextItem.js b/src/text/TextItem.js index d35d59c6..11cc315d 100644 --- a/src/text/TextItem.js +++ b/src/text/TextItem.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/tool/Tool.js b/src/tool/Tool.js index 22f96800..69699f09 100644 --- a/src/tool/Tool.js +++ b/src/tool/Tool.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/tool/ToolEvent.js b/src/tool/ToolEvent.js index 136d0278..b9747459 100644 --- a/src/tool/ToolEvent.js +++ b/src/tool/ToolEvent.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/util/Formatter.js b/src/util/Formatter.js index 03c6dafd..58fded28 100644 --- a/src/util/Formatter.js +++ b/src/util/Formatter.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/util/Numerical.js b/src/util/Numerical.js index 796dbf4e..54d4c5db 100644 --- a/src/util/Numerical.js +++ b/src/util/Numerical.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/util/UID.js b/src/util/UID.js index 11f8e2d0..0c315f26 100644 --- a/src/util/UID.js +++ b/src/util/UID.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/view/CanvasView.js b/src/view/CanvasView.js index b783eeb0..ae804aad 100644 --- a/src/view/CanvasView.js +++ b/src/view/CanvasView.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/src/view/View.js b/src/view/View.js index 6172eb5e..fc16a67e 100644 --- a/src/view/View.js +++ b/src/view/View.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/helpers.js b/test/helpers.js index 98f402cc..72574077 100644 --- a/test/helpers.js +++ b/test/helpers.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/load.js b/test/load.js index 2b2796c4..0769f330 100644 --- a/test/load.js +++ b/test/load.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Color.js b/test/tests/Color.js index ade52127..d8af1967 100644 --- a/test/tests/Color.js +++ b/test/tests/Color.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/CompoundPath.js b/test/tests/CompoundPath.js index 9c807012..2bad91e4 100644 --- a/test/tests/CompoundPath.js +++ b/test/tests/CompoundPath.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Curve.js b/test/tests/Curve.js index 95dd948e..82ea945f 100644 --- a/test/tests/Curve.js +++ b/test/tests/Curve.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/CurveLocation.js b/test/tests/CurveLocation.js index e2687a08..816a7337 100644 --- a/test/tests/CurveLocation.js +++ b/test/tests/CurveLocation.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Emitter.js b/test/tests/Emitter.js index b3207da6..2bbfdc98 100644 --- a/test/tests/Emitter.js +++ b/test/tests/Emitter.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Group.js b/test/tests/Group.js index 98c672ce..2326c100 100644 --- a/test/tests/Group.js +++ b/test/tests/Group.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/HitResult.js b/test/tests/HitResult.js index d7f913d5..e9926815 100644 --- a/test/tests/HitResult.js +++ b/test/tests/HitResult.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Interactions.js b/test/tests/Interactions.js index 7266f5c6..299d564b 100644 --- a/test/tests/Interactions.js +++ b/test/tests/Interactions.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Item.js b/test/tests/Item.js index 79f6a396..28242f69 100644 --- a/test/tests/Item.js +++ b/test/tests/Item.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Item_Bounds.js b/test/tests/Item_Bounds.js index 0796331e..0bdc3532 100644 --- a/test/tests/Item_Bounds.js +++ b/test/tests/Item_Bounds.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Item_Cloning.js b/test/tests/Item_Cloning.js index 1ff197f8..723a2a20 100644 --- a/test/tests/Item_Cloning.js +++ b/test/tests/Item_Cloning.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Item_Getting.js b/test/tests/Item_Getting.js index 3dc248f4..d561572f 100644 --- a/test/tests/Item_Getting.js +++ b/test/tests/Item_Getting.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Item_Order.js b/test/tests/Item_Order.js index 02d4e60b..2d0adb2b 100644 --- a/test/tests/Item_Order.js +++ b/test/tests/Item_Order.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/JSON.js b/test/tests/JSON.js index 2bb5fe8a..f8744224 100644 --- a/test/tests/JSON.js +++ b/test/tests/JSON.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Layer.js b/test/tests/Layer.js index f13bd5de..2b73b52e 100644 --- a/test/tests/Layer.js +++ b/test/tests/Layer.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Matrix.js b/test/tests/Matrix.js index 5d3d48c2..ec499e4a 100644 --- a/test/tests/Matrix.js +++ b/test/tests/Matrix.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Numerical.js b/test/tests/Numerical.js index c6cb4843..4bf3040f 100644 --- a/test/tests/Numerical.js +++ b/test/tests/Numerical.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Path.js b/test/tests/Path.js index ad2c6135..4fce91d9 100644 --- a/test/tests/Path.js +++ b/test/tests/Path.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/PathItem.js b/test/tests/PathItem.js index ac969c4d..e92c4a1e 100644 --- a/test/tests/PathItem.js +++ b/test/tests/PathItem.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/PathItem_Contains.js b/test/tests/PathItem_Contains.js index f9ed0b1f..34787374 100644 --- a/test/tests/PathItem_Contains.js +++ b/test/tests/PathItem_Contains.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Path_Boolean.js b/test/tests/Path_Boolean.js index 64e00854..ded1a1b1 100644 --- a/test/tests/Path_Boolean.js +++ b/test/tests/Path_Boolean.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Path_Constructors.js b/test/tests/Path_Constructors.js index e5299b69..e4eaa33f 100644 --- a/test/tests/Path_Constructors.js +++ b/test/tests/Path_Constructors.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Path_Intersections.js b/test/tests/Path_Intersections.js index d30a13c7..6e69ec65 100644 --- a/test/tests/Path_Intersections.js +++ b/test/tests/Path_Intersections.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Point.js b/test/tests/Point.js index ddade38b..46a415d6 100644 --- a/test/tests/Point.js +++ b/test/tests/Point.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Project.js b/test/tests/Project.js index 9fd536f6..31da0956 100644 --- a/test/tests/Project.js +++ b/test/tests/Project.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Raster.js b/test/tests/Raster.js index b67b90e9..eb13e11a 100644 --- a/test/tests/Raster.js +++ b/test/tests/Raster.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Rectangle.js b/test/tests/Rectangle.js index 0f658a68..70de44ca 100644 --- a/test/tests/Rectangle.js +++ b/test/tests/Rectangle.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Segment.js b/test/tests/Segment.js index ca225bf3..29bb0434 100644 --- a/test/tests/Segment.js +++ b/test/tests/Segment.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Shape.js b/test/tests/Shape.js index 480bf143..3380e92f 100644 --- a/test/tests/Shape.js +++ b/test/tests/Shape.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Size.js b/test/tests/Size.js index 33c1194b..14f3ac61 100644 --- a/test/tests/Size.js +++ b/test/tests/Size.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/Style.js b/test/tests/Style.js index 25a12e0c..f930592b 100644 --- a/test/tests/Style.js +++ b/test/tests/Style.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/SvgExport.js b/test/tests/SvgExport.js index feb389aa..e50225c2 100644 --- a/test/tests/SvgExport.js +++ b/test/tests/SvgExport.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/SvgImport.js b/test/tests/SvgImport.js index 2ac5c7b2..a0c3e261 100644 --- a/test/tests/SvgImport.js +++ b/test/tests/SvgImport.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/SymbolItem.js b/test/tests/SymbolItem.js index 00ea5ec3..9e3ba191 100644 --- a/test/tests/SymbolItem.js +++ b/test/tests/SymbolItem.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/TextItem.js b/test/tests/TextItem.js index 5e76116c..d544dcc2 100644 --- a/test/tests/TextItem.js +++ b/test/tests/TextItem.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/test/tests/load.js b/test/tests/load.js index 97becd50..647e8e8c 100644 --- a/test/tests/load.js +++ b/test/tests/load.js @@ -2,7 +2,7 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey + * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. diff --git a/travis/deploy-prebuilt.sh b/travis/deploy-prebuilt.sh index 3a139901..4e786d91 100755 --- a/travis/deploy-prebuilt.sh +++ b/travis/deploy-prebuilt.sh @@ -3,7 +3,7 @@ # Paper.js - The Swiss Army Knife of Vector Graphics Scripting. # http://paperjs.org/ # -# Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey +# Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey # http://scratchdisk.com/ & https://puckey.studio/ # # Distributed under the MIT license. See LICENSE file for details. diff --git a/travis/install-assets.sh b/travis/install-assets.sh index 3286c638..8c1b9b8e 100755 --- a/travis/install-assets.sh +++ b/travis/install-assets.sh @@ -3,7 +3,7 @@ # Paper.js - The Swiss Army Knife of Vector Graphics Scripting. # http://paperjs.org/ # -# Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey +# Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey # http://scratchdisk.com/ & https://puckey.studio/ # # Distributed under the MIT license. See LICENSE file for details. diff --git a/travis/setup-git.sh b/travis/setup-git.sh index 77339166..52021b5f 100755 --- a/travis/setup-git.sh +++ b/travis/setup-git.sh @@ -3,7 +3,7 @@ # Paper.js - The Swiss Army Knife of Vector Graphics Scripting. # http://paperjs.org/ # -# Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey +# Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey # http://scratchdisk.com/ & https://puckey.studio/ # # Distributed under the MIT license. See LICENSE file for details.