Skip to content

Commit

Permalink
Update parent pom and license headers (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck authored Feb 12, 2021
1 parent ca56746 commit 0dda910
Show file tree
Hide file tree
Showing 1,568 changed files with 1,586 additions and 1,584 deletions.
2 changes: 1 addition & 1 deletion eslint-bridge/src/analyzer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
3 changes: 1 addition & 2 deletions eslint-bridge/src/context.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand All @@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

interface Context {
workDir: string;
shouldUseTypeScriptParserForJS: boolean;
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/linter.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/parser.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/argument-type.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/arguments-order.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/arguments-usage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/array-callback-without-return.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/array-constructor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/arrow-function-convention.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/bitwise-operators.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/bool-param-default.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/call-argument-line.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/certificate-transparency.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/class-name.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/class-prototype.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/code-eval.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/comma-or-logical-or-case.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/comment-regex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/conditional-indentation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/constructor-for-side-effects.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/content-length.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/content-security-policy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/cookie-flag-check.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/cookie-no-httponly.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/cookies.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/cors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/csrf.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/cyclomatic-complexity.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/declarations-in-global-scope.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/deprecation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/destructuring-assignment-syntax.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/different-types-comparison.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/disabled-auto-escaping.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/disabled-resource-integrity.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/dns-prefetching.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/elseif-without-else.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/encryption-secure-mode.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/encryption.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/expression-complexity.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/file-header.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/file-name-differ-from-class.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/file-permissions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/file-uploads.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/fixme-tag.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/for-in.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/for-loop-increment-sign.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion eslint-bridge/src/rules/frame-ancestors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* Copyright (C) 2011-2021 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Loading

0 comments on commit 0dda910

Please sign in to comment.