Skip to content

Commit

Permalink
Simplify licensing.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Aug 9, 2012
1 parent bde4392 commit 485ca71
Show file tree
Hide file tree
Showing 55 changed files with 55 additions and 340 deletions.
278 changes: 0 additions & 278 deletions GPL-LICENSE.txt

This file was deleted.

5 changes: 1 addition & 4 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(', ') %> */";
}

Expand Down Expand Up @@ -158,7 +158,6 @@ grunt.initConfig({
dist: {
src: [
"AUTHORS.txt",
"GPL-LICENSE.txt",
"jquery-*.js",
"MIT-LICENSE.txt",
"README.md",
Expand Down Expand Up @@ -204,7 +203,6 @@ grunt.initConfig({
cdn: {
src: [
"AUTHORS.txt",
"GPL-LICENSE.txt",
"MIT-LICENSE.txt",
"ui/*.js",
"package.json"
Expand Down Expand Up @@ -247,7 +245,6 @@ grunt.initConfig({
themes: {
src: [
"AUTHORS.txt",
"GPL-LICENSE.txt",
"MIT-LICENSE.txt",
"package.json"
],
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "http://jqueryui.com"
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
},
"maintainers": [
{
Expand Down Expand Up @@ -43,11 +43,7 @@
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/GPL-2.0"
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion tests/jquery.simulate.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Dual licensed under the MIT or GPL Version 2 licenses.
* Released under the MIT license.
* http://jquery.org/license
*/

Expand Down
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Dual licensed under the MIT or GPL Version 2 licenses.
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Accordion#theming
Expand Down
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.all.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Dual licensed under the MIT or GPL Version 2 licenses.
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming
Expand Down
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Dual licensed under the MIT or GPL Version 2 licenses.
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
Expand Down
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Dual licensed under the MIT or GPL Version 2 licenses.
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming
Expand Down
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.button.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Dual licensed under the MIT or GPL Version 2 licenses.
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Button#theming
Expand Down
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.core.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Dual licensed under the MIT or GPL Version 2 licenses.
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
Expand Down
Loading

0 comments on commit 485ca71

Please sign in to comment.