diff --git a/build/build.sh b/build/build.sh index adfaaf72..101f3195 100755 --- a/build/build.sh +++ b/build/build.sh @@ -9,7 +9,9 @@ # Copyright (c) 2011, Juerg Lehni & Jonathan Puckey # http://lehni.org/ & http://jonathanpuckey.com/ # -# All rights reserved. See LICENSE file for details. +# Distributed under the MIT license. See LICENSE file for details. +# +# All rights reserved. # Usage: # build.sh MODE diff --git a/build/dist.sh b/build/dist.sh index 23f0f5b5..6283502a 100755 --- a/build/dist.sh +++ b/build/dist.sh @@ -9,7 +9,9 @@ # Copyright (c) 2011, Juerg Lehni & Jonathan Puckey # http://lehni.org/ & http://jonathanpuckey.com/ # -# All rights reserved. See LICENSE file for details. +# Distributed under the MIT license. See LICENSE file for details. +# +# All rights reserved. echo "Building paper.js" ./build.sh diff --git a/build/docs.sh b/build/docs.sh index 35a56a68..21c30e2d 100755 --- a/build/docs.sh +++ b/build/docs.sh @@ -9,7 +9,9 @@ # Copyright (c) 2011, Juerg Lehni & Jonathan Puckey # http://lehni.org/ & http://jonathanpuckey.com/ # -# All rights reserved. See LICENSE file for details. +# Distributed under the MIT license. See LICENSE file for details. +# +# All rights reserved. # Generate documentation # diff --git a/build/load.sh b/build/load.sh index 27e9f6e4..272d983c 100755 --- a/build/load.sh +++ b/build/load.sh @@ -9,7 +9,9 @@ # Copyright (c) 2011, Juerg Lehni & Jonathan Puckey # http://lehni.org/ & http://jonathanpuckey.com/ # -# All rights reserved. See LICENSE file for details. +# Distributed under the MIT license. See LICENSE file for details. +# +# All rights reserved. # Generate a paper.js file that uses load.js to directly load the library # through the seperate source files in the src directory. Very useful during diff --git a/build/parse-js.sh b/build/parse-js.sh index 78407570..cbc6358c 100755 --- a/build/parse-js.sh +++ b/build/parse-js.sh @@ -9,7 +9,9 @@ # Copyright (c) 2011, Juerg Lehni & Jonathan Puckey # http://lehni.org/ & http://jonathanpuckey.com/ # -# All rights reserved. See LICENSE file for details. +# Distributed under the MIT license. See LICENSE file for details. +# +# All rights reserved. # Generate a paper.js file that uses load.js to directly load the library # through the seperate source files in the src directory. Very useful during diff --git a/build/preprocess.sh b/build/preprocess.sh index ca3a00bf..ed4ba825 100755 --- a/build/preprocess.sh +++ b/build/preprocess.sh @@ -9,7 +9,9 @@ # Copyright (c) 2011, Juerg Lehni & Jonathan Puckey # http://lehni.org/ & http://jonathanpuckey.com/ # -# All rights reserved. See LICENSE file for details. +# Distributed under the MIT license. See LICENSE file for details. +# +# All rights reserved. # preprocess.sh # diff --git a/build/zip.sh b/build/zip.sh index 9667c65a..afc07257 100755 --- a/build/zip.sh +++ b/build/zip.sh @@ -9,7 +9,9 @@ # Copyright (c) 2011, Juerg Lehni & Jonathan Puckey # http://lehni.org/ & http://jonathanpuckey.com/ # -# All rights reserved. See LICENSE file for details. +# Distributed under the MIT license. See LICENSE file for details. +# +# All rights reserved. if [ -f paperjs.zip ] then diff --git a/lib/parse-js-unicode.js b/lib/parse-js-unicode.js index 194027f4..ea028f32 100644 --- a/lib/parse-js-unicode.js +++ b/lib/parse-js-unicode.js @@ -1,16 +1,16 @@ /** - * A JavaScript tokenizer / parser / generator. - * - * Distributed under the BSD license. + * A JavaScript tokenizer / parser / generator, originally written in Lisp. + * Copyright (c) Marijn Haverbeke + * http://marijn.haverbeke.nl/parse-js/ * + * Ported by to JavaScript by Mihai Bazon * Copyright (c) 2010, Mihai Bazon * http://mihai.bazon.net/blog/ * - * Modifications and adaption to browser (c) 2011, Juerg Lehni + * Modifications and adaptions to browser (c) 2011, Juerg Lehni * http://lehni.org/ * - * Based on parse-js, (c) Marijn Haverbeke - * http://marijn.haverbeke.nl/parse-js/ + * Distributed under the BSD license. */ var parse_js = new function() { diff --git a/lib/parse-js.js b/lib/parse-js.js index 6b180a10..088038c9 100644 --- a/lib/parse-js.js +++ b/lib/parse-js.js @@ -1,16 +1,16 @@ /** - * A JavaScript tokenizer / parser / generator. - * - * Distributed under the BSD license. + * A JavaScript tokenizer / parser / generator, originally written in Lisp. + * Copyright (c) Marijn Haverbeke + * http://marijn.haverbeke.nl/parse-js/ * + * Ported by to JavaScript by Mihai Bazon * Copyright (c) 2010, Mihai Bazon * http://mihai.bazon.net/blog/ * - * Modifications and adaption to browser (c) 2011, Juerg Lehni + * Modifications and adaptions to browser (c) 2011, Juerg Lehni * http://lehni.org/ * - * Based on parse-js, (c) Marijn Haverbeke - * http://marijn.haverbeke.nl/parse-js/ + * Distributed under the BSD license. */ var parse_js = new function() { diff --git a/src/basic/Line.js b/src/basic/Line.js index 33aa9c01..59481a66 100644 --- a/src/basic/Line.js +++ b/src/basic/Line.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/basic/Matrix.js b/src/basic/Matrix.js index fb314c29..0ac94ed8 100644 --- a/src/basic/Matrix.js +++ b/src/basic/Matrix.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/basic/Point.js b/src/basic/Point.js index 3eaf5142..ddf466d5 100644 --- a/src/basic/Point.js +++ b/src/basic/Point.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/basic/Rectangle.js b/src/basic/Rectangle.js index a9cc4102..cdff8360 100644 --- a/src/basic/Rectangle.js +++ b/src/basic/Rectangle.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/basic/Size.js b/src/basic/Size.js index a182631b..db90b6ab 100644 --- a/src/basic/Size.js +++ b/src/basic/Size.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/browser/DomElement.js b/src/browser/DomElement.js index 00c4ed2b..913d00ac 100644 --- a/src/browser/DomElement.js +++ b/src/browser/DomElement.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/browser/DomEvent.js b/src/browser/DomEvent.js index c21078ab..941a4a02 100644 --- a/src/browser/DomEvent.js +++ b/src/browser/DomEvent.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/color/Color.js b/src/color/Color.js index e952cc6b..518165f3 100644 --- a/src/color/Color.js +++ b/src/color/Color.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/color/Gradient.js b/src/color/Gradient.js index 259e00e5..2066eb00 100644 --- a/src/color/Gradient.js +++ b/src/color/Gradient.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/color/GradientColor.js b/src/color/GradientColor.js index 91d7528c..9b9c3229 100644 --- a/src/color/GradientColor.js +++ b/src/color/GradientColor.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/color/GradientStop.js b/src/color/GradientStop.js index fb2d64a7..c823b911 100644 --- a/src/color/GradientStop.js +++ b/src/color/GradientStop.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/core/Base.js b/src/core/Base.js index 3d99522c..65615afd 100644 --- a/src/core/Base.js +++ b/src/core/Base.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/core/PaperScope.js b/src/core/PaperScope.js index ea9f86b1..ee0a0a2c 100644 --- a/src/core/PaperScope.js +++ b/src/core/PaperScope.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/core/PaperScript.js b/src/core/PaperScript.js index 76964599..9d4e8efb 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/item/ChangeFlag.js b/src/item/ChangeFlag.js index 986b2db5..0a991a91 100644 --- a/src/item/ChangeFlag.js +++ b/src/item/ChangeFlag.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/item/Group.js b/src/item/Group.js index 6c517f1b..67628dee 100644 --- a/src/item/Group.js +++ b/src/item/Group.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/item/Item.js b/src/item/Item.js index 389bf43e..2a304e50 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/item/Layer.js b/src/item/Layer.js index fdce0d77..38e43d90 100644 --- a/src/item/Layer.js +++ b/src/item/Layer.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/item/PlacedItem.js b/src/item/PlacedItem.js index 0ff04523..e8164ef0 100644 --- a/src/item/PlacedItem.js +++ b/src/item/PlacedItem.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/item/PlacedSymbol.js b/src/item/PlacedSymbol.js index 5bc91aca..fcb07e3a 100644 --- a/src/item/PlacedSymbol.js +++ b/src/item/PlacedSymbol.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/item/Raster.js b/src/item/Raster.js index caa83711..a698a8af 100644 --- a/src/item/Raster.js +++ b/src/item/Raster.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/load.js b/src/load.js index 1f0d97ac..c4dcbcb9 100644 --- a/src/load.js +++ b/src/load.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/paper.js b/src/paper.js index 4e390ae7..08d95656 100644 --- a/src/paper.js +++ b/src/paper.js @@ -1,5 +1,5 @@ /*** -* + * * Paper.js * * A JavaScript Vector Graphics Library, based on Scriptographer.org and @@ -7,11 +7,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. * *** @@ -19,20 +19,28 @@ * Bootstrap.js JavaScript Framework. * http://bootstrapjs.org/ * - * Distributed under the MIT license. - * * Copyright (c) 2006 - 2011 Juerg Lehni * http://lehni.org/ * + * Distributed under the MIT license. + * *** * - * Parse-JS, A JavaScript tokenizer / parser / generator. + * Parse-js * - * Distributed under the BSD license. + * A JavaScript tokenizer / parser / generator, originally written in Lisp. + * Copyright (c) Marijn Haverbeke + * http://marijn.haverbeke.nl/parse-js/ * + * Ported by to JavaScript by Mihai Bazon * Copyright (c) 2010, Mihai Bazon * http://mihai.bazon.net/blog/ * + * Modifications and adaptions to browser (c) 2011, Juerg Lehni + * http://lehni.org/ + * + * Distributed under the BSD license. + * ***/ /** diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index f09a9338..709ff3f4 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/Curve.js b/src/path/Curve.js index d555c56c..90e95f90 100644 --- a/src/path/Curve.js +++ b/src/path/Curve.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/CurveLocation.js b/src/path/CurveLocation.js index 47bd35b9..978cc16a 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/Path.Constructors.js b/src/path/Path.Constructors.js index 9e30624c..47241fef 100644 --- a/src/path/Path.Constructors.js +++ b/src/path/Path.Constructors.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/Path.js b/src/path/Path.js index a747633d..81ee820c 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/PathFitter.js b/src/path/PathFitter.js index d1a5a977..6d012509 100644 --- a/src/path/PathFitter.js +++ b/src/path/PathFitter.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/PathFlattener.js b/src/path/PathFlattener.js index 178d3708..e0cab981 100644 --- a/src/path/PathFlattener.js +++ b/src/path/PathFlattener.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/PathItem.js b/src/path/PathItem.js index 8c402e89..f559a3c8 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/Segment.js b/src/path/Segment.js index a02f488f..ea05696b 100644 --- a/src/path/Segment.js +++ b/src/path/Segment.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/SegmentPoint.js b/src/path/SegmentPoint.js index 68807c51..b20589c7 100644 --- a/src/path/SegmentPoint.js +++ b/src/path/SegmentPoint.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/path/SelectionState.js b/src/path/SelectionState.js index 026886db..0c7a2c99 100644 --- a/src/path/SelectionState.js +++ b/src/path/SelectionState.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/project/Project.js b/src/project/Project.js index 21adae33..3f19a319 100644 --- a/src/project/Project.js +++ b/src/project/Project.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/project/Symbol.js b/src/project/Symbol.js index 129225b6..85131d92 100644 --- a/src/project/Symbol.js +++ b/src/project/Symbol.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/style/CharacterStyle.js b/src/style/CharacterStyle.js index e095bd8d..4379cbf5 100644 --- a/src/style/CharacterStyle.js +++ b/src/style/CharacterStyle.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/style/ParagraphStyle.js b/src/style/ParagraphStyle.js index 91480d99..d0e0a7e7 100644 --- a/src/style/ParagraphStyle.js +++ b/src/style/ParagraphStyle.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/style/PathStyle.js b/src/style/PathStyle.js index 2d8cc056..a9b50aaf 100644 --- a/src/style/PathStyle.js +++ b/src/style/PathStyle.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/style/Style.js b/src/style/Style.js index ad404b8b..cf852576 100644 --- a/src/style/Style.js +++ b/src/style/Style.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/text/PointText.js b/src/text/PointText.js index a8b1c29e..f1385d2a 100644 --- a/src/text/PointText.js +++ b/src/text/PointText.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/text/TextItem.js b/src/text/TextItem.js index df913394..a1e20481 100644 --- a/src/text/TextItem.js +++ b/src/text/TextItem.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/tool/Tool.js b/src/tool/Tool.js index 8750e58a..2ca8c8bd 100644 --- a/src/tool/Tool.js +++ b/src/tool/Tool.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/tool/ToolEvent.js b/src/tool/ToolEvent.js index 62363aef..b7d82441 100644 --- a/src/tool/ToolEvent.js +++ b/src/tool/ToolEvent.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/ui/Event.js b/src/ui/Event.js index 5ae12a39..7533d96d 100644 --- a/src/ui/Event.js +++ b/src/ui/Event.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/ui/Key.js b/src/ui/Key.js index 92bac595..725f020e 100644 --- a/src/ui/Key.js +++ b/src/ui/Key.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/ui/KeyEvent.js b/src/ui/KeyEvent.js index aaa2576e..bf7cb02c 100644 --- a/src/ui/KeyEvent.js +++ b/src/ui/KeyEvent.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/ui/View.js b/src/ui/View.js index 6c9477e7..53b43863 100644 --- a/src/ui/View.js +++ b/src/ui/View.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/util/BlendMode.js b/src/util/BlendMode.js index 5f4b7e3c..1ab61fda 100644 --- a/src/util/BlendMode.js +++ b/src/util/BlendMode.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/util/CanvasProvider.js b/src/util/CanvasProvider.js index 59ecc83f..2f759684 100644 --- a/src/util/CanvasProvider.js +++ b/src/util/CanvasProvider.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/src/util/Numerical.js b/src/util/Numerical.js index c8476495..0450ed29 100644 --- a/src/util/Numerical.js +++ b/src/util/Numerical.js @@ -6,11 +6,11 @@ * http://paperjs.org/ * http://scriptographer.org/ * - * Distributed under the MIT license. See LICENSE file for details. - * * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * http://lehni.org/ & http://jonathanpuckey.com/ * + * Distributed under the MIT license. See LICENSE file for details. + * * All rights reserved. */ diff --git a/test/tests/Color.js b/test/tests/Color.js index 3fc4d877..f2ba03ce 100644 --- a/test/tests/Color.js +++ b/test/tests/Color.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Color'); test('Set named color', function() { diff --git a/test/tests/CompoundPath.js b/test/tests/CompoundPath.js index 3dbb3afa..20e2817d 100644 --- a/test/tests/CompoundPath.js +++ b/test/tests/CompoundPath.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Compound Path'); test('moveTo / lineTo', function() { diff --git a/test/tests/Group.js b/test/tests/Group.js index 163ceab8..21729a17 100644 --- a/test/tests/Group.js +++ b/test/tests/Group.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Group'); test('new Group()', function() { diff --git a/test/tests/Item.js b/test/tests/Item.js index e52db1ed..035fbf1b 100644 --- a/test/tests/Item.js +++ b/test/tests/Item.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Item'); test('copyTo(project)', function() { diff --git a/test/tests/Item_Cloning.js b/test/tests/Item_Cloning.js index 80bfe7d8..b28340fa 100644 --- a/test/tests/Item_Cloning.js +++ b/test/tests/Item_Cloning.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + function cloneAndCompare(item) { var copy = item.clone(); equals(function() { diff --git a/test/tests/Item_Order.js b/test/tests/Item_Order.js index f464a9b7..42f1449f 100644 --- a/test/tests/Item_Order.js +++ b/test/tests/Item_Order.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + test('Item Order', function() { var line = new Path(); line.add([0, 0], [100, 100]); diff --git a/test/tests/Layer.js b/test/tests/Layer.js index 5935e1c3..e7a2317f 100644 --- a/test/tests/Layer.js +++ b/test/tests/Layer.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Layer'); test('previousSibling / nextSibling', function() { diff --git a/test/tests/Path.js b/test/tests/Path.js index 803936d8..f393152e 100644 --- a/test/tests/Path.js +++ b/test/tests/Path.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Path'); test('path.join(path)', function() { diff --git a/test/tests/Path_Bounds.js b/test/tests/Path_Bounds.js index 5e152bc8..4aceb33e 100644 --- a/test/tests/Path_Bounds.js +++ b/test/tests/Path_Bounds.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Path Bounds'); test('path.bounds', function() { diff --git a/test/tests/Path_Curves.js b/test/tests/Path_Curves.js index b5a96f8c..515d9a9d 100644 --- a/test/tests/Path_Curves.js +++ b/test/tests/Path_Curves.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Path Curves'); test('path.curves Synchronisation', function() { diff --git a/test/tests/Path_Drawing_Commands.js b/test/tests/Path_Drawing_Commands.js index e42aa279..652c36d9 100644 --- a/test/tests/Path_Drawing_Commands.js +++ b/test/tests/Path_Drawing_Commands.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Path Drawing Commands'); test('path.lineTo(point);', function() { diff --git a/test/tests/Path_Length.js b/test/tests/Path_Length.js index c75d5440..d086b01f 100644 --- a/test/tests/Path_Length.js +++ b/test/tests/Path_Length.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Path Length'); test('path.length', function() { diff --git a/test/tests/Path_Shapes.js b/test/tests/Path_Shapes.js index 6158ef3a..2fe350ae 100644 --- a/test/tests/Path_Shapes.js +++ b/test/tests/Path_Shapes.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Predefined Path Shapes'); test('new Path.Rectangle([50, 50], [100, 100])', function() { diff --git a/test/tests/PlacedSymbol.js b/test/tests/PlacedSymbol.js index d066c24e..009b0a56 100644 --- a/test/tests/PlacedSymbol.js +++ b/test/tests/PlacedSymbol.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Symbol & Placed Symbol'); test('placedSymbol bounds', function() { diff --git a/test/tests/Point.js b/test/tests/Point.js index e021f125..ca7247ee 100644 --- a/test/tests/Point.js +++ b/test/tests/Point.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Point'); test('new Point(10, 20)', function() { var point = new Point(10, 20); diff --git a/test/tests/Project.js b/test/tests/Project.js index f4222b06..ce3e59f2 100644 --- a/test/tests/Project.js +++ b/test/tests/Project.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Project'); test('activate()', function() { diff --git a/test/tests/Rectangle.js b/test/tests/Rectangle.js index f1872b74..6ed49218 100644 --- a/test/tests/Rectangle.js +++ b/test/tests/Rectangle.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Rectangle'); test('new Rectangle(new Point(10, 20), new Size(30, 40));', function() { var rect = new Rectangle(new Point(10, 20), new Size(30, 40)); diff --git a/test/tests/Segment.js b/test/tests/Segment.js index 4a7a2dc4..2c370a63 100644 --- a/test/tests/Segment.js +++ b/test/tests/Segment.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Segment'); test('new Segment(point)', function() { var segment = new Segment(new Point(10, 10)); diff --git a/test/tests/Size.js b/test/tests/Size.js index bcc911e1..200d8fa1 100644 --- a/test/tests/Size.js +++ b/test/tests/Size.js @@ -1,3 +1,19 @@ +/* + * Paper.js + * + * This file is part of Paper.js, a JavaScript Vector Graphics Library, + * based on Scriptographer.org and designed to be largely API compatible. + * http://paperjs.org/ + * http://scriptographer.org/ + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * All rights reserved. + */ + module('Size'); test('new Size(10, 20)', function() { var size = new Size(10, 20);