Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
chore(build): update license on banner
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed May 13, 2016
1 parent 2b7dd4a commit 5565d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grunt/configs/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function(paths) {
src: ["" + paths.build + "/*.{js,css}"],
options: {
position: "top",
banner: "/*!\n* <%= pkg.title %>\n*\n* Copyright 2015, <%= pkg.author %> [email protected]\n*\n* Version: <%= pkg.version %>\n*\n* Homepage: http://fineuploader.com\n*\n* Repository: <%= pkg.repository.url %>\n*\n* Licensed only under the Widen Commercial License (http://fineuploader.com/licensing).\n*/ \n\n"
banner: "/*!\n* <%= pkg.title %>\n*\n* Copyright 2013-present, <%= pkg.author %>\n*\n* Version: <%= pkg.version %>\n*\n* Homepage: http://fineuploader.com\n*\n* Repository: <%= pkg.repository.url %>\n*\n* Licensed only under the MIT license (http://fineuploader.com/licensing).\n*/ \n\n"
}
},
allfoot: {
Expand Down

0 comments on commit 5565d03

Please sign in to comment.