Move COPYING to public/license in Gruntfile.js (#624)

This commit is contained in:
jekkos
2016-08-24 16:20:08 +02:00
parent dc0245c4fb
commit ad19dbc5ed

View File

@@ -75,7 +75,7 @@ module.exports = function(grunt) {
srcPrefix: './'
},
files: {
'license': 'COPYING'
'license': 'public/license/COPYING'
}
},
},