Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Chore: Update copyright and license info
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto committed Apr 21, 2016
1 parent 8d1deb3 commit 3ffc582
Show file tree
Hide file tree
Showing 363 changed files with 27 additions and 703 deletions.
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/
* MIT License
*/

/* global cat, cd, cp, echo, exec, exit, find, ls, mkdir, pwd, rm, target, test*/
Expand Down
2 changes: 0 additions & 2 deletions bin/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
/**
* @fileoverview Main CLI that is run via the eslint command.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions conf/cli-options.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Default CLIEngineOptions.
* @author Ian VanSchooten
* @copyright 2016 Ian VanSchooten. All rights reserved.
* See LICENSE in root directory for full license.
*/

"use strict";
Expand Down
1 change: 0 additions & 1 deletion conf/environments.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @fileoverview Defines environment settings and globals.
* @author Elan Shanker
* @copyright 2014 Elan Shanker. All rights reserved.
*/
"use strict";

Expand Down
4 changes: 0 additions & 4 deletions docs/developer-guide/working-with-rules-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Each ESLint rule has two files: a source file in the `lib/rules` directory and a
/**
* @fileoverview Rule to flag use of an empty block statement
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
"use strict";

Expand Down Expand Up @@ -361,8 +359,6 @@ The basic pattern for a rule unit test file is:
/**
* @fileoverview Tests for no-with rule.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
4 changes: 0 additions & 4 deletions docs/developer-guide/working-with-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Each ESLint rule has two files: a source file in the `lib/rules` directory and a
/**
* @fileoverview Rule to flag use of an empty block statement
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
"use strict";

Expand Down Expand Up @@ -337,8 +335,6 @@ The basic pattern for a rule unit test file is:
/**
* @fileoverview Tests for no-with rule.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/api.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Expose out ESLint and CLI to require.
* @author Ian Christian Myers
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/ast-utils.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Common utils for AST.
* @author Gyandeep Singh
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/cli-engine.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Main CLI object.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/cli.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Main CLI object.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/code-path-analysis/code-path-analyzer.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview A class of the code path analyzer.
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/code-path-analysis/code-path-segment.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview A class of the code path segment.
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/code-path-analysis/code-path-state.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview A class to manage state of generating a code path.
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/code-path-analysis/code-path.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview A class of the code path.
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/code-path-analysis/debug-helpers.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Helpers to debug for code path analysis.
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/code-path-analysis/fork-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* This has a fork list and manages it.
*
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/code-path-analysis/id-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* information of the code path.
*
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Responsible for loading config files
* @author Seth McLaughlin
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/config/autoconfig.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Used for creating a suggested configuration based on project code.
* @author Ian VanSchooten
* @copyright 2015 Ian VanSchooten. All rights reserved.
* See LICENSE in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/config/config-file.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Helper to locate and load configuration files.
* @author Nicholas C. Zakas
* @copyright 2015 Nicholas C. Zakas. All rights reserved.
* See LICENSE file in root directory for full license.
*/

/* eslint no-use-before-define: 0 */
Expand Down
1 change: 0 additions & 1 deletion lib/config/config-initializer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @fileoverview Config initialization wizard.
* @author Ilya Volodin
* @copyright 2015 Ilya Volodin. All rights reserved.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/config/config-ops.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* @fileoverview Config file operations. This file must be usable in the browser,
* so no Node-specific code can be here.
* @author Nicholas C. Zakas
* @copyright 2015 Nicholas C. Zakas. All rights reserved.
* See LICENSE file in root directory for full license.
*/
"use strict";

Expand Down
2 changes: 0 additions & 2 deletions lib/config/config-rule.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Create configurations for a rule
* @author Ian VanSchooten
* @copyright 2016 Ian VanSchooten. All rights reserved.
* See LICENSE in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/config/config-validator.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Validates configs.
* @author Brandon Mills
* @copyright 2015 Brandon Mills
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/config/environments.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Environments manager
* @author Nicholas C. Zakas
* @copyright 2016 Nicholas C. Zakas. All rights reserved.
* See LICENSE file in root directory for full license.
*/
"use strict";

Expand Down
2 changes: 0 additions & 2 deletions lib/config/plugins.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Plugins manager
* @author Nicholas C. Zakas
* @copyright 2016 Nicholas C. Zakas. All rights reserved.
* See LICENSE file in root directory for full license.
*/
"use strict";

Expand Down
2 changes: 0 additions & 2 deletions lib/eslint.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Main ESLint object.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/file-finder.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Util class to find config files.
* @author Aliaksei Shytkin
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
1 change: 0 additions & 1 deletion lib/formatters/html.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @fileoverview HTML reporter
* @author Julian Laval
* @copyright 2015 Julian Laval. All rights reserved.
*/
"use strict";

Expand Down
1 change: 0 additions & 1 deletion lib/formatters/json.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @fileoverview JSON reporter
* @author Burak Yigit Kaya aka BYK
* @copyright 2015 Burak Yigit Kaya. All rights reserved.
*/
"use strict";

Expand Down
1 change: 0 additions & 1 deletion lib/formatters/table.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @fileoverview "table reporter.
* @author Gajus Kuizinas <[email protected]>
* @copyright 2016 Gajus Kuizinas <[email protected]>. All rights reserved.
*/
"use strict";

Expand Down
1 change: 0 additions & 1 deletion lib/formatters/unix.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @fileoverview unix-style formatter.
* @author oshi-shinobu
* @copyright 2015 oshi-shinobu. All rights reserved.
*/
"use strict";

Expand Down
2 changes: 0 additions & 2 deletions lib/formatters/visualstudio.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Visual Studio compatible formatter
* @author Ronald Pijnacker
* @copyright 2015 Ronald Pijnacker. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/ignored-paths.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Responsible for loading ignore config files and managing ignore patterns
* @author Jonathan Rajavuori
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/load-rules.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Module for loading rules from files and directories.
* @author Michael Ficarra
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/logging.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Handle logging for ESLint
* @author Gyandeep Singh
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/options.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Options configuration for optionator.
* @author George Zahariev
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/rule-context.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview RuleContext utility for rules
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
"use strict";

Expand Down
2 changes: 0 additions & 2 deletions lib/rules.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Defines a storage for rules.
* @author Nicholas C. Zakas
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/

"use strict";
Expand Down
1 change: 0 additions & 1 deletion lib/rules/accessor-pairs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @fileoverview Rule to flag wrapping non-iife in parens
* @author Gyandeep Singh
* @copyright 2015 Gyandeep Singh. All rights reserved.
*/

"use strict";
Expand Down
4 changes: 0 additions & 4 deletions lib/rules/array-bracket-spacing.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/**
* @fileoverview Disallows or enforces spaces inside of array brackets.
* @author Jamund Ferguson
* @copyright 2015 Jamund Ferguson. All rights reserved.
* @copyright 2014 Brandyn Bennett. All rights reserved.
* @copyright 2014 Michael Ficarra. No rights reserved.
* @copyright 2014 Vignesh Anand. All rights reserved.
*/
"use strict";

Expand Down
2 changes: 0 additions & 2 deletions lib/rules/array-callback-return.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Rule to enforce return statements in callbacks of array's methods
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/

"use strict";
Expand Down
2 changes: 0 additions & 2 deletions lib/rules/arrow-body-style.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* @fileoverview Rule to require braces in arrow function body.
* @author Alberto Rodríguez
* @copyright 2015 Alberto Rodríguez. All rights reserved.
* See LICENSE file in root directory for full license.
*/
"use strict";

Expand Down
Loading

0 comments on commit 3ffc582

Please sign in to comment.