Update copyright information comments, and year.

This commit is contained in:
Jürg Lehni 2013-01-28 18:03:27 -08:00
parent c627b59fd0
commit 6c9c16ad3d
107 changed files with 10255 additions and 616 deletions

View file

@ -1,3 +1,15 @@
/*
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/
*
* Distributed under the MIT license. See LICENSE file for details.
*
* All rights reserved.
*/
var fs = require('fs'),
vm = require('vm'),
path = require('path'),