Skip to content

Commit

Permalink
Update copyright to jQuery Foundation and remove redundant headers
Browse files Browse the repository at this point in the history
Fixes #1478
  • Loading branch information
dmethvin committed Feb 29, 2016
1 parent 448f54e commit 7e2c065
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 165 deletions.
9 changes: 0 additions & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

module.exports = function(grunt) {
Expand Down
35 changes: 35 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Copyright jQuery Foundation and other contributors, https://jquery.org/

This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/gruntjs/grunt .

The following license applies to all parts of this software except as
documented below:

====

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

====

All files located in the node_modules directory are externally maintained
libraries used by this software which have their own licenses; we recommend
you read them, as their terms may differ from the terms above.
22 changes: 0 additions & 22 deletions LICENSE-MIT

This file was deleted.

8 changes: 0 additions & 8 deletions internal-tasks/bump.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* grunt-contrib-bump
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman, contributors
* Licensed under the MIT license.
*/

'use strict';

var semver = require('semver');
Expand Down
9 changes: 0 additions & 9 deletions internal-tasks/subgrunt.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

module.exports = function(grunt) {
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

// Nodejs libs.
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/cli.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

var grunt = require('../grunt');
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

var grunt = require('../grunt');
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/event.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

// External lib.
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/fail.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

var grunt = require('../grunt');
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/file.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

var grunt = require('../grunt');
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/help.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

var grunt = require('../grunt');
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/option.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

// The actual option data.
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/task.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

var grunt = require('../grunt');
Expand Down
9 changes: 0 additions & 9 deletions lib/grunt/template.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

var grunt = require('../grunt');
Expand Down
9 changes: 0 additions & 9 deletions lib/util/task.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

(function(exports) {

'use strict';
Expand Down
9 changes: 0 additions & 9 deletions test/gruntfile/load-npm-tasks.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

'use strict';

var Log = require('grunt-legacy-log').Log;
Expand Down
9 changes: 0 additions & 9 deletions test/gruntfile/multi-task-files.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2016 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/

// For now, run this "test suite" with:
// grunt --gruntfile ./test/gruntfile/multi-task-files.js

Expand Down

0 comments on commit 7e2c065

Please sign in to comment.