mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-20 18:10:03 -04:00
Add copyright notice and license file.
This commit is contained in:
parent
91160bc5d7
commit
e1a7aff2f0
38 changed files with 481 additions and 28 deletions
src/util
|
@ -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 PaperScript = new function() {
|
||||
//TODO: Make sure there are all the correct copyrights for the inlined parse-js:
|
||||
//#include "../../lib/parse-js-min.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue