Include copyright comment in gulp file.

This commit is contained in:
Jürg Lehni 2015-08-18 22:51:34 +02:00
parent 08bdfe585b
commit 098ddda3bc

View file

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