Add copyright notice and license file.

This commit is contained in:
Jürg Lehni 2011-03-07 00:50:44 +00:00
parent 91160bc5d7
commit e1a7aff2f0
38 changed files with 481 additions and 28 deletions
src/basic

View file

@ -1,3 +1,16 @@
/*
* 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://scriptographer.org/
*
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/
*
* All rights reserved. See LICENSE file for details.
*/
var Rectangle = this.Rectangle = Base.extend({
beans: true,