From c49de73692a44695c1d87fdcb85796f8779f4bb9 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 12 May 2013 17:21:32 -0400 Subject: [PATCH] Add license link to header of minified JS --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index fb9471b0..ee063729 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -68,6 +68,7 @@ module.exports = function(grunt) { banner: "//! <%= pkg.name %> <%= pkg.version %>\n" + "//! Built on <%= grunt.template.today('yyyy-mm-dd') %>\n" + "//! Git commit: <%= gitInfo %>\n" + + "//! License: http://openseadragon.github.io/license/\n" + "//! http://openseadragon.github.io\n\n", process: true },