From ad19dbc5edbff802b38add0fbc5b64ca103e05d8 Mon Sep 17 00:00:00 2001 From: jekkos Date: Wed, 24 Aug 2016 16:20:08 +0200 Subject: [PATCH] Move COPYING to public/license in Gruntfile.js (#624) --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 29c8569dd..6fbed051c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -75,7 +75,7 @@ module.exports = function(grunt) { srcPrefix: './' }, files: { - 'license': 'COPYING' + 'license': 'public/license/COPYING' } }, },