From 92c82f77a240599300e2b597bd79849dfa054a09 Mon Sep 17 00:00:00 2001 From: "Paper.js Bot" Date: Sat, 23 May 2020 20:28:40 +0000 Subject: [PATCH] Prebuilt module for commit db82f41151be5cd4a347ab368ac093c633551acf --- AUTHORS.md | 2 +- LICENSE.txt | 4 ++-- bower.json | 4 ++-- dist/docs/assets/js/paper.js | 10 +++++----- dist/node/canvas.js | 4 ++-- dist/node/extend.js | 4 ++-- dist/node/self.js | 4 ++-- dist/node/xml.js | 4 ++-- dist/paper-core.js | 10 +++++----- dist/paper-core.min.js | 10 +++++----- dist/paper-full.js | 10 +++++----- dist/paper-full.min.js | 10 +++++----- dist/paper.d.ts | 6 +++--- package.json | 2 +- 14 files changed, 42 insertions(+), 42 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 6e6acab8..d8cb5a3a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,7 +1,7 @@ ## Authors - Jürg Lehni -- Jonathan Puckey +- Jonathan Puckey ## Contributors diff --git a/LICENSE.txt b/LICENSE.txt index 6b6c439e..84e905d8 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ -Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey -http://scratchdisk.com/ & https://puckey.studio/ +Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey +http://juerglehni.com/ & https://puckey.studio/ All rights reserved. The MIT License (MIT) diff --git a/bower.json b/bower.json index c1ae758a..87612109 100644 --- a/bower.json +++ b/bower.json @@ -9,8 +9,8 @@ }, "bugs": "https://github.com/paperjs/paper.js/issues", "authors": [ - "Jürg Lehni (http://scratchdisk.com)", - "Jonathan Puckey (http://studiomoniker.com)" + "Jürg Lehni (http://juerglehni.com)", + "Jonathan Puckey (http://puckey.studio)" ], "main": "dist/paper-full.js", "ignore": [ diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index 68ae8956..8b6a5e74 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -2,21 +2,21 @@ * Paper.js v0.12.6-develop - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * * All rights reserved. * - * Date: Sat May 23 22:06:29 2020 +0200 + * Date: Sat May 23 22:24:42 2020 +0200 * *** * * Straps.js - Class inheritance library with support for bean-style accessors * - * Copyright (c) 2006 - 2019 Juerg Lehni - * http://scratchdisk.com/ + * Copyright (c) 2006 - 2020 Jürg Lehni + * http://juerglehni.com/ * * Distributed under the MIT license. * diff --git a/dist/node/canvas.js b/dist/node/canvas.js index 335f3873..ee325d7d 100644 --- a/dist/node/canvas.js +++ b/dist/node/canvas.js @@ -2,8 +2,8 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * diff --git a/dist/node/extend.js b/dist/node/extend.js index a950e4b3..e3c9af57 100644 --- a/dist/node/extend.js +++ b/dist/node/extend.js @@ -2,8 +2,8 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * diff --git a/dist/node/self.js b/dist/node/self.js index 2ec77404..4fad478d 100644 --- a/dist/node/self.js +++ b/dist/node/self.js @@ -2,8 +2,8 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * diff --git a/dist/node/xml.js b/dist/node/xml.js index 74087246..36331d00 100644 --- a/dist/node/xml.js +++ b/dist/node/xml.js @@ -2,8 +2,8 @@ * Paper.js - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * diff --git a/dist/paper-core.js b/dist/paper-core.js index a61e8f83..0753a2d5 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -2,21 +2,21 @@ * Paper.js v0.12.6-develop - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * * All rights reserved. * - * Date: Sat May 23 22:06:29 2020 +0200 + * Date: Sat May 23 22:24:42 2020 +0200 * *** * * Straps.js - Class inheritance library with support for bean-style accessors * - * Copyright (c) 2006 - 2019 Juerg Lehni - * http://scratchdisk.com/ + * Copyright (c) 2006 - 2020 Jürg Lehni + * http://juerglehni.com/ * * Distributed under the MIT license. * diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index 0b5bcc43..eee447a4 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -2,21 +2,21 @@ * Paper.js v0.12.6-develop - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * * All rights reserved. * - * Date: Sat May 23 22:06:29 2020 +0200 + * Date: Sat May 23 22:24:42 2020 +0200 * *** * * Straps.js - Class inheritance library with support for bean-style accessors * - * Copyright (c) 2006 - 2019 Juerg Lehni - * http://scratchdisk.com/ + * Copyright (c) 2006 - 2020 Jürg Lehni + * http://juerglehni.com/ * * Distributed under the MIT license. * diff --git a/dist/paper-full.js b/dist/paper-full.js index 68ae8956..8b6a5e74 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -2,21 +2,21 @@ * Paper.js v0.12.6-develop - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * * All rights reserved. * - * Date: Sat May 23 22:06:29 2020 +0200 + * Date: Sat May 23 22:24:42 2020 +0200 * *** * * Straps.js - Class inheritance library with support for bean-style accessors * - * Copyright (c) 2006 - 2019 Juerg Lehni - * http://scratchdisk.com/ + * Copyright (c) 2006 - 2020 Jürg Lehni + * http://juerglehni.com/ * * Distributed under the MIT license. * diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index 07db18dc..daba1de9 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -2,21 +2,21 @@ * Paper.js v0.12.6-develop - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * * All rights reserved. * - * Date: Sat May 23 22:06:29 2020 +0200 + * Date: Sat May 23 22:24:42 2020 +0200 * *** * * Straps.js - Class inheritance library with support for bean-style accessors * - * Copyright (c) 2006 - 2019 Juerg Lehni - * http://scratchdisk.com/ + * Copyright (c) 2006 - 2020 Jürg Lehni + * http://juerglehni.com/ * * Distributed under the MIT license. * diff --git a/dist/paper.d.ts b/dist/paper.d.ts index b724d594..15e9c73f 100644 --- a/dist/paper.d.ts +++ b/dist/paper.d.ts @@ -2,14 +2,14 @@ * Paper.js v0.12.6-develop - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * - * Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey - * http://scratchdisk.com/ & https://puckey.studio/ + * Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey + * http://juerglehni.com/ & https://puckey.studio/ * * Distributed under the MIT license. See LICENSE file for details. * * All rights reserved. * - * Date: Sat May 23 22:06:29 2020 +0200 + * Date: Sat May 23 22:24:42 2020 +0200 * * This is an auto-generated type definition. */ diff --git a/package.json b/package.json index ed31939b..7298f5ce 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": "https://github.com/paperjs/paper.js/issues", "contributors": [ "Jürg Lehni (http://scratchdisk.com)", - "Jonathan Puckey (http://studiomoniker.com)" + "Jonathan Puckey (http://studiomoniker.com)" ], "main": "dist/paper-full.js", "types": "dist/paper.d.ts",