diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-08-09 10:13:24 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-08-09 15:09:50 -0400 |
commit | 485ca7192ac57d018b8ce4f03e7dec6e694a53b7 (patch) | |
tree | 8505d60faf86fc1365096238b9ad5cbb68e92e63 /grunt.js | |
parent | bde439292aa32021c7e0a66fb35fa46c6d900fba (diff) | |
download | jquery-ui-485ca7192ac57d018b8ce4f03e7dec6e694a53b7.tar.gz jquery-ui-485ca7192ac57d018b8ce4f03e7dec6e694a53b7.zip |
Simplify licensing.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" ], |