From cfc5a912da653a4b908b95e4318a7f613112b4e1 Mon Sep 17 00:00:00 2001 From: sapics Date: Sat, 10 Nov 2018 16:19:34 +0900 Subject: [PATCH] Replace url to avoid redirection Replace http://jonathanpuckey.com to https://puckey.studio --- 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/utils/error.js | 2 +- gulp/utils/options.js | 2 +- gulpfile.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 | 2 +- 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 +- 125 files changed, 125 insertions(+), 125 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 28c2e83f..2a3d5bee 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey -http://scratchdisk.com/ & http://jonathanpuckey.com/ +http://scratchdisk.com/ & https://puckey.studio/ All rights reserved. The MIT License (MIT) diff --git a/gulp/tasks/build.js b/gulp/tasks/build.js index ba2397e7..ca69f4bf 100644 --- a/gulp/tasks/build.js +++ b/gulp/tasks/build.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 17ba87bd..f80d2367 100644 --- a/gulp/tasks/dist.js +++ b/gulp/tasks/dist.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 01953df9..96728ea4 100644 --- a/gulp/tasks/docs.js +++ b/gulp/tasks/docs.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 382f9154..fa8e5481 100644 --- a/gulp/tasks/jshint.js +++ b/gulp/tasks/jshint.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 1d301aab..02740345 100644 --- a/gulp/tasks/load.js +++ b/gulp/tasks/load.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b55318bc..1ce1f790 100644 --- a/gulp/tasks/minify.js +++ b/gulp/tasks/minify.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 d1b07c37..f5ea1f92 100644 --- a/gulp/tasks/publish.js +++ b/gulp/tasks/publish.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 49595ac3..0e42b641 100644 --- a/gulp/tasks/test.js +++ b/gulp/tasks/test.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 5864e895..441265af 100644 --- a/gulp/tasks/watch.js +++ b/gulp/tasks/watch.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 cfd92c58..3ce10e2d 100644 --- a/gulp/utils/error.js +++ b/gulp/utils/error.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 013efde9..654978f7 100644 --- a/gulp/utils/options.js +++ b/gulp/utils/options.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 0e6e6fc3..bbde60cf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 fc08eb71..74f7ae9f 100644 --- a/src/basic/Line.js +++ b/src/basic/Line.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 32d4d75c..f334104a 100644 --- a/src/basic/Matrix.js +++ b/src/basic/Matrix.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 86af7b9a..6bea5a7c 100644 --- a/src/basic/Point.js +++ b/src/basic/Point.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b3478df3..cf7a804c 100644 --- a/src/basic/Rectangle.js +++ b/src/basic/Rectangle.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 af10e6b5..b57ec6a2 100644 --- a/src/basic/Size.js +++ b/src/basic/Size.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 d3342bd8..a147bc2b 100644 --- a/src/canvas/BlendMode.js +++ b/src/canvas/BlendMode.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 dd9ced59..40460759 100644 --- a/src/canvas/CanvasProvider.js +++ b/src/canvas/CanvasProvider.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b709bbde..1d3b540f 100644 --- a/src/canvas/ProxyContext.js +++ b/src/canvas/ProxyContext.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b360edf0..7c54cdee 100644 --- a/src/constants.js +++ b/src/constants.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 834c940f..2d2a4a13 100644 --- a/src/core/Base.js +++ b/src/core/Base.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 0ad43233..44e5e81c 100644 --- a/src/core/Emitter.js +++ b/src/core/Emitter.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 e60b834b..4bb5c42f 100644 --- a/src/core/PaperScope.js +++ b/src/core/PaperScope.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 f03b8904..f0381ba8 100644 --- a/src/core/PaperScopeItem.js +++ b/src/core/PaperScopeItem.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 aecc290f..6d7d79b5 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 4d8c8a82..eda33ba7 100644 --- a/src/docs/global.js +++ b/src/docs/global.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 035f6cab..72e047f0 100644 --- a/src/dom/DomElement.js +++ b/src/dom/DomElement.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 c6786006..ca1e6cad 100644 --- a/src/dom/DomEvent.js +++ b/src/dom/DomEvent.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 5beca73c..94e9515f 100644 --- a/src/event/Event.js +++ b/src/event/Event.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 c8746429..36590d0b 100644 --- a/src/event/Key.js +++ b/src/event/Key.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 c20af658..8c7e0f70 100644 --- a/src/event/KeyEvent.js +++ b/src/event/KeyEvent.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 93859adb..485693d6 100644 --- a/src/event/MouseEvent.js +++ b/src/event/MouseEvent.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 0ac7f578..8bdef8d8 100644 --- a/src/export.js +++ b/src/export.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 7083208b..d0e399d7 100644 --- a/src/init.js +++ b/src/init.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 fd1aaede..778bbfa4 100644 --- a/src/item/ChangeFlag.js +++ b/src/item/ChangeFlag.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 f9e36070..ea3787de 100644 --- a/src/item/Group.js +++ b/src/item/Group.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 460ee4b0..cc644373 100644 --- a/src/item/HitResult.js +++ b/src/item/HitResult.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 78ef2756..fa80bc29 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 94d75180..98acfd73 100644 --- a/src/item/ItemSelection.js +++ b/src/item/ItemSelection.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 5650f505..5f3bf5ec 100644 --- a/src/item/Layer.js +++ b/src/item/Layer.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 8a7ad5c4..8dbeef20 100644 --- a/src/item/Project.js +++ b/src/item/Project.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 92620eb9..c839ae80 100644 --- a/src/item/Raster.js +++ b/src/item/Raster.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 184362a9..6a00ffa7 100644 --- a/src/item/Shape.js +++ b/src/item/Shape.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 6a6bd434..2cd43f34 100644 --- a/src/item/SymbolDefinition.js +++ b/src/item/SymbolDefinition.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 e901b4c5..0f84beb3 100644 --- a/src/item/SymbolItem.js +++ b/src/item/SymbolItem.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 59e08c7c..ff92efff 100644 --- a/src/load.js +++ b/src/load.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 012f6b92..a7b138e3 100644 --- a/src/net/Http.js +++ b/src/net/Http.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 fcb96540..3f122a4b 100644 --- a/src/node/canvas.js +++ b/src/node/canvas.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 d2e1ef66..e994d7b4 100644 --- a/src/node/extend.js +++ b/src/node/extend.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b6e47d8f..9232b5d5 100644 --- a/src/node/self.js +++ b/src/node/self.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 2a02ae7e..04eaa168 100644 --- a/src/node/xml.js +++ b/src/node/xml.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 5ec47207..373d78eb 100644 --- a/src/options.js +++ b/src/options.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 f5387440..0fcf9ff1 100644 --- a/src/paper.js +++ b/src/paper.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * http://scratchdisk.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index 5982815b..5f6d0281 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 6ec86979..7587037e 100644 --- a/src/path/Curve.js +++ b/src/path/Curve.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 bbbfe0b1..309c5d99 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 3cc23b9d..0664263e 100644 --- a/src/path/Path.Constructors.js +++ b/src/path/Path.Constructors.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 a1cf5e9f..311ffc1e 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b9d10300..86c97dbd 100644 --- a/src/path/PathFitter.js +++ b/src/path/PathFitter.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 1df208a4..10bf4605 100644 --- a/src/path/PathFlattener.js +++ b/src/path/PathFlattener.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 ba8dc94a..90f19bf5 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 5f852e0d..d0e9a51d 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 6c516063..5a732f3a 100644 --- a/src/path/Segment.js +++ b/src/path/Segment.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 2289bda0..4e2d22b5 100644 --- a/src/path/SegmentPoint.js +++ b/src/path/SegmentPoint.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 559ef294..429545cb 100644 --- a/src/path/SegmentSelection.js +++ b/src/path/SegmentSelection.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 968d846f..e219c6e3 100644 --- a/src/style/Color.js +++ b/src/style/Color.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 4fd6b6ea..10f7a93b 100644 --- a/src/style/Gradient.js +++ b/src/style/Gradient.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 96e78464..f3ef46ef 100644 --- a/src/style/GradientStop.js +++ b/src/style/GradientStop.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 2e58b283..6b90885a 100644 --- a/src/style/Style.js +++ b/src/style/Style.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 df34143c..4dfa9d48 100644 --- a/src/svg/SvgElement.js +++ b/src/svg/SvgElement.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 382a49e5..8daf6bb6 100644 --- a/src/svg/SvgExport.js +++ b/src/svg/SvgExport.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 7f919ec1..76053626 100644 --- a/src/svg/SvgImport.js +++ b/src/svg/SvgImport.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 af1827e2..da1c54f0 100644 --- a/src/svg/SvgStyles.js +++ b/src/svg/SvgStyles.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 0886862e..3740da57 100644 --- a/src/text/PointText.js +++ b/src/text/PointText.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b6d56bfe..d35d59c6 100644 --- a/src/text/TextItem.js +++ b/src/text/TextItem.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 e3c409e1..22f96800 100644 --- a/src/tool/Tool.js +++ b/src/tool/Tool.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 128de506..136d0278 100644 --- a/src/tool/ToolEvent.js +++ b/src/tool/ToolEvent.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 2b73c5ba..03c6dafd 100644 --- a/src/util/Formatter.js +++ b/src/util/Formatter.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b2b3adfd..796dbf4e 100644 --- a/src/util/Numerical.js +++ b/src/util/Numerical.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 9aac04c0..11f8e2d0 100644 --- a/src/util/UID.js +++ b/src/util/UID.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 5bc805e3..efc120bb 100644 --- a/src/view/CanvasView.js +++ b/src/view/CanvasView.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 6b681e3e..6172eb5e 100644 --- a/src/view/View.js +++ b/src/view/View.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 08e7c4a2..98f402cc 100644 --- a/test/helpers.js +++ b/test/helpers.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 ed1cf72e..2b2796c4 100644 --- a/test/load.js +++ b/test/load.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 32f0cf9d..e1bacfd8 100644 --- a/test/tests/Color.js +++ b/test/tests/Color.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 adc0224d..9c807012 100644 --- a/test/tests/CompoundPath.js +++ b/test/tests/CompoundPath.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 6a4b6c4a..95dd948e 100644 --- a/test/tests/Curve.js +++ b/test/tests/Curve.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 fa3b06c2..e2687a08 100644 --- a/test/tests/CurveLocation.js +++ b/test/tests/CurveLocation.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 9e55136b..b3207da6 100644 --- a/test/tests/Emitter.js +++ b/test/tests/Emitter.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 cc783d4e..98c672ce 100644 --- a/test/tests/Group.js +++ b/test/tests/Group.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 5ca489f7..d7f913d5 100644 --- a/test/tests/HitResult.js +++ b/test/tests/HitResult.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 f606fb78..7266f5c6 100644 --- a/test/tests/Interactions.js +++ b/test/tests/Interactions.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 4e7abce9..79f6a396 100644 --- a/test/tests/Item.js +++ b/test/tests/Item.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 f0b8ae03..0796331e 100644 --- a/test/tests/Item_Bounds.js +++ b/test/tests/Item_Bounds.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 762701d0..1ff197f8 100644 --- a/test/tests/Item_Cloning.js +++ b/test/tests/Item_Cloning.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 120d0500..3dc248f4 100644 --- a/test/tests/Item_Getting.js +++ b/test/tests/Item_Getting.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b99814ef..02d4e60b 100644 --- a/test/tests/Item_Order.js +++ b/test/tests/Item_Order.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 1c2fe5af..2bb5fe8a 100644 --- a/test/tests/JSON.js +++ b/test/tests/JSON.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 c4d2a188..f13bd5de 100644 --- a/test/tests/Layer.js +++ b/test/tests/Layer.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 6046eaf8..5d3d48c2 100644 --- a/test/tests/Matrix.js +++ b/test/tests/Matrix.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 01a5cb08..c6cb4843 100644 --- a/test/tests/Numerical.js +++ b/test/tests/Numerical.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 d985fe7b..ad2c6135 100644 --- a/test/tests/Path.js +++ b/test/tests/Path.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 2ac17864..ac969c4d 100644 --- a/test/tests/PathItem.js +++ b/test/tests/PathItem.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 30367955..f9ed0b1f 100644 --- a/test/tests/PathItem_Contains.js +++ b/test/tests/PathItem_Contains.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 ed9061f8..64e00854 100644 --- a/test/tests/Path_Boolean.js +++ b/test/tests/Path_Boolean.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 220f0ca4..e5299b69 100644 --- a/test/tests/Path_Constructors.js +++ b/test/tests/Path_Constructors.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 3d079706..d30a13c7 100644 --- a/test/tests/Path_Intersections.js +++ b/test/tests/Path_Intersections.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 41a5d1e6..ddade38b 100644 --- a/test/tests/Point.js +++ b/test/tests/Point.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 ca970d01..9fd536f6 100644 --- a/test/tests/Project.js +++ b/test/tests/Project.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 883dff1a..b67b90e9 100644 --- a/test/tests/Raster.js +++ b/test/tests/Raster.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 af17a14d..0f658a68 100644 --- a/test/tests/Rectangle.js +++ b/test/tests/Rectangle.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 3a2107af..ca225bf3 100644 --- a/test/tests/Segment.js +++ b/test/tests/Segment.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 cc5b59fd..480bf143 100644 --- a/test/tests/Shape.js +++ b/test/tests/Shape.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 df21a771..33c1194b 100644 --- a/test/tests/Size.js +++ b/test/tests/Size.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 b0d84183..25a12e0c 100644 --- a/test/tests/Style.js +++ b/test/tests/Style.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 a68f6cd3..feb389aa 100644 --- a/test/tests/SvgExport.js +++ b/test/tests/SvgExport.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 a7e256bf..2ac5c7b2 100644 --- a/test/tests/SvgImport.js +++ b/test/tests/SvgImport.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 23957210..00ea5ec3 100644 --- a/test/tests/SymbolItem.js +++ b/test/tests/SymbolItem.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 4223f249..5e76116c 100644 --- a/test/tests/TextItem.js +++ b/test/tests/TextItem.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 17e34a9a..97becd50 100644 --- a/test/tests/load.js +++ b/test/tests/load.js @@ -3,7 +3,7 @@ * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & http://jonathanpuckey.com/ + * 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 491eabc8..3a139901 100755 --- a/travis/deploy-prebuilt.sh +++ b/travis/deploy-prebuilt.sh @@ -4,7 +4,7 @@ # http://paperjs.org/ # # Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey -# http://scratchdisk.com/ & http://jonathanpuckey.com/ +# 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 9ca3d767..3286c638 100755 --- a/travis/install-assets.sh +++ b/travis/install-assets.sh @@ -4,7 +4,7 @@ # http://paperjs.org/ # # Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey -# http://scratchdisk.com/ & http://jonathanpuckey.com/ +# 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 fbc225bf..77339166 100755 --- a/travis/setup-git.sh +++ b/travis/setup-git.sh @@ -4,7 +4,7 @@ # http://paperjs.org/ # # Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey -# http://scratchdisk.com/ & http://jonathanpuckey.com/ +# http://scratchdisk.com/ & https://puckey.studio/ # # Distributed under the MIT license. See LICENSE file for details. #