diff --git a/src/path/SegmentPoint.js b/src/path/SegmentPoint.js index 700ddd36..17b6b5ab 100644 --- a/src/path/SegmentPoint.js +++ b/src/path/SegmentPoint.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/ + * + * Distributed under the MIT license. See LICENSE file for details. + * + * Copyright (c) 2011, Juerg Lehni & Jonathan Puckey + * http://lehni.org/ & http://jonathanpuckey.com/ + * + * All rights reserved. + */ + /** * An internal version of Point that notifies its segment of each change * Note: This prototype is not exported.