Skip to content

Commit

Permalink
Chore: Remove jQuery copyright from header of each file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Apr 21, 2016
1 parent 860d1fb commit 25c27fb
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 77 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing Code

Please sign our [Contributor License Agreement](http://eslint.org/cla)
Please sign the [jQuery Foundation Contributor License Agreement](https://contribute.jquery.org/CLA/)

# Full Documentation

Expand Down
2 changes: 0 additions & 2 deletions Makefile.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Build file
* @author nzakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/
/* global cp, echo, exit, find, mkdir, rm, target, test */

Expand Down
2 changes: 0 additions & 2 deletions espree.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/**
* @fileoverview Main Espree file that converts Acorn into Esprima output.
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*
* This file contains code from the following MIT-licensed projects:
* 1. Acorn
Expand Down
2 changes: 0 additions & 2 deletions lib/ast-node-types.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview The AST node types produced by the parser.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/comment-attachment.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Attaches comments to the AST.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* @fileoverview The list of feature flags supported by the parser and their default
* settings.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/token-translator.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Translates tokens between Acorn format and Esprima format.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/
/* eslint no-underscore-dangle: 0 */

Expand Down
2 changes: 0 additions & 2 deletions lib/visitor-keys.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview The visitor keys for the node types Espree supports
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*
* This file contains code from estraverse-fb.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/acorn-after-espree.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Tests for checking acorn works after espree was loaded.
* @author Toru Nagashima
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/


Expand Down
2 changes: 0 additions & 2 deletions tests/lib/attach-comments.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Tests for parsing and attaching comments.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/ecma-features.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Tests for ECMA feature flags
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/ecma-version.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Tests for ECMAScript version features.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/libraries.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Tests for parsing libraries.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/parse.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Tests for tokenize().
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/tester.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Tests for parsing and attaching comments.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/tokenize.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Tests for tokenize().
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions tools/create-test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview A simple script to help generate test cases
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* BSD 2-Clause License
*/

"use strict";
Expand Down
22 changes: 0 additions & 22 deletions tools/update-tests-esprima.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,6 @@
* @fileoverview A simple script to update existing tests to reflect new
* parser changes.
* @author Nicholas C. Zakas
* @copyright 2014 Nicholas C. Zakas. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
"use strict";
Expand Down
22 changes: 0 additions & 22 deletions tools/update-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,6 @@
* @fileoverview A simple script to update existing tests to reflect new
* parser changes.
* @author Nicholas C. Zakas
* @copyright 2014 Nicholas C. Zakas. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
"use strict";
Expand Down

0 comments on commit 25c27fb

Please sign in to comment.