From b95136f673a4b4995981ffec2e6b8bd6d9ee257a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 8 Jan 2016 10:27:22 +0100 Subject: [PATCH] Add additional @author tags to boolean code. --- AUTHORS.md | 4 ++-- src/path/PathItem.Boolean.js | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 05ec57e2..547c42e0 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,15 +1,15 @@ ## Authors -- Juerg Lehni +- Jürg Lehni - Jonathan Puckey ## Contributors - Harikrishnan Gopalakrishnan +- Jan Bösenberg - Jt Whissel - Andrew Roles - Jacob Lites - Justin Ridgewell - Andrew Wagenheim - Scott Kieronski -- Jan Bösenberg diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index 4a2533cf..9e5f51c5 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -22,7 +22,9 @@ * - Resolving a self-intersecting Path items * - Boolean operations on self-intersecting Paths items * - * @author Harikrishnan Gopalakrishnan + * @author Harikrishnan Gopalakrishnan + * @author Jan Boesenberg + * @author Juerg Lehni * http://hkrish.com/playground/paperjs/booleanStudy.html */ PathItem.inject(new function() {