aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-08-09 10:13:24 -0400
committerScott González <scott.gonzalez@gmail.com>2012-08-09 15:09:50 -0400
commit485ca7192ac57d018b8ce4f03e7dec6e694a53b7 (patch)
tree8505d60faf86fc1365096238b9ad5cbb68e92e63 /grunt.js
parentbde439292aa32021c7e0a66fb35fa46c6d900fba (diff)
downloadjquery-ui-485ca7192ac57d018b8ce4f03e7dec6e694a53b7.tar.gz
jquery-ui-485ca7192ac57d018b8ce4f03e7dec6e694a53b7.zip
Simplify licensing.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/grunt.js b/grunt.js
index 1dc102a9d..d244e21cc 100644
--- a/grunt.js
+++ b/grunt.js
@@ -114,7 +114,7 @@ function createBanner( files ) {
"<%= grunt.template.today('isoDate') %>\n" +
"<%= pkg.homepage ? '* ' + pkg.homepage + '\n' : '' %>" +
"* Includes: " + (files ? fileNames.join(", ") : "<%= stripDirectory(grunt.task.current.file.src[1]) %>") + "\n" +
- "* Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
+ "* Copyright <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */";
}
@@ -158,7 +158,6 @@ grunt.initConfig({
dist: {
src: [
"AUTHORS.txt",
- "GPL-LICENSE.txt",
"jquery-*.js",
"MIT-LICENSE.txt",
"README.md",
@@ -204,7 +203,6 @@ grunt.initConfig({
cdn: {
src: [
"AUTHORS.txt",
- "GPL-LICENSE.txt",
"MIT-LICENSE.txt",
"ui/*.js",
"package.json"
@@ -247,7 +245,6 @@ grunt.initConfig({
themes: {
src: [
"AUTHORS.txt",
- "GPL-LICENSE.txt",
"MIT-LICENSE.txt",
"package.json"
],