Add missing header.

This commit is contained in:
Jürg Lehni 2011-05-08 09:59:37 +01:00
parent bb5146397c
commit 327515a9de

View file

@ -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.