From 098ddda3bce25c0b8d01b22e6d972c0a0deb8873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 18 Aug 2015 22:51:34 +0200 Subject: [PATCH] Include copyright comment in gulp file. --- gulpfile.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index eaddda10..99cd6a6d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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');