aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-vsts
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2019-01-02 11:56:15 +0100
committerSonarTech <sonartech@sonarsource.com>2019-01-02 20:21:02 +0100
commit6cb9e95dcb509fe38be1ff716e27fc6843a6b543 (patch)
treea16097e7c6d6fdba68c11959c826d9d36ea97273 /server/sonar-vsts
parent252b3897e794a692ba96a14a3defc342bd549c9d (diff)
downloadsonarqube-6cb9e95dcb509fe38be1ff716e27fc6843a6b543.tar.gz
sonarqube-6cb9e95dcb509fe38be1ff716e27fc6843a6b543.zip
Fix license headers for 2019
Diffstat (limited to 'server/sonar-vsts')
-rw-r--r--server/sonar-vsts/config/InterpolateHtmlPlugin.js3
-rw-r--r--server/sonar-vsts/config/autoprefixer.js2
-rw-r--r--server/sonar-vsts/config/jest/CSSStub.js2
-rw-r--r--server/sonar-vsts/config/jest/FileStub.js2
-rw-r--r--server/sonar-vsts/config/jest/SetupEnzyme.js2
-rw-r--r--server/sonar-vsts/config/jest/SetupTestEnvironment.js2
-rw-r--r--server/sonar-vsts/config/paths.js2
-rw-r--r--server/sonar-vsts/config/polyfills.js2
-rw-r--r--server/sonar-vsts/config/utils.js2
-rw-r--r--server/sonar-vsts/config/webpack.config.js2
-rw-r--r--server/sonar-vsts/scripts/build.js2
-rw-r--r--server/sonar-vsts/scripts/start.js2
-rw-r--r--server/sonar-vsts/src/main/js/components/Configuration.tsx2
-rw-r--r--server/sonar-vsts/src/main/js/components/LoginForm.tsx2
-rw-r--r--server/sonar-vsts/src/main/js/components/LoginLink.tsx2
-rw-r--r--server/sonar-vsts/src/main/js/components/ProjectSelector.tsx2
-rw-r--r--server/sonar-vsts/src/main/js/components/ProjectSelectorItem.tsx2
-rw-r--r--server/sonar-vsts/src/main/js/components/QGWidget.tsx2
-rw-r--r--server/sonar-vsts/src/main/js/components/SonarCloudIcon.tsx2
-rw-r--r--server/sonar-vsts/src/main/js/components/Widget.tsx2
-rw-r--r--server/sonar-vsts/src/main/js/index.js2
-rw-r--r--server/sonar-vsts/src/main/js/libs/third-party/VSS.SDK.min.js2
-rw-r--r--server/sonar-vsts/src/main/js/typings/rc-tooltip.d.ts2
-rw-r--r--server/sonar-vsts/src/main/js/utils.ts3
-rw-r--r--server/sonar-vsts/src/main/js/vsts.css2
25 files changed, 25 insertions, 27 deletions
diff --git a/server/sonar-vsts/config/InterpolateHtmlPlugin.js b/server/sonar-vsts/config/InterpolateHtmlPlugin.js
index 6e318f38e10..f0558c35f97 100644
--- a/server/sonar-vsts/config/InterpolateHtmlPlugin.js
+++ b/server/sonar-vsts/config/InterpolateHtmlPlugin.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -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.
*/
-
// Copied from https://github.com/facebook/create-react-app/blob/master/packages/react-dev-utils/InterpolateHtmlPlugin.js
// This Webpack plugin lets us interpolate custom variables into `index.html`.
diff --git a/server/sonar-vsts/config/autoprefixer.js b/server/sonar-vsts/config/autoprefixer.js
index a00043159b3..76e0347b799 100644
--- a/server/sonar-vsts/config/autoprefixer.js
+++ b/server/sonar-vsts/config/autoprefixer.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/config/jest/CSSStub.js b/server/sonar-vsts/config/jest/CSSStub.js
index 56d377e8faa..99729428265 100644
--- a/server/sonar-vsts/config/jest/CSSStub.js
+++ b/server/sonar-vsts/config/jest/CSSStub.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/config/jest/FileStub.js b/server/sonar-vsts/config/jest/FileStub.js
index 3a49ea256c6..a9d9cacb172 100644
--- a/server/sonar-vsts/config/jest/FileStub.js
+++ b/server/sonar-vsts/config/jest/FileStub.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/config/jest/SetupEnzyme.js b/server/sonar-vsts/config/jest/SetupEnzyme.js
index 7e42de4fbb0..fc2694094e7 100644
--- a/server/sonar-vsts/config/jest/SetupEnzyme.js
+++ b/server/sonar-vsts/config/jest/SetupEnzyme.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/config/jest/SetupTestEnvironment.js b/server/sonar-vsts/config/jest/SetupTestEnvironment.js
index 6bcffa083bc..ebc71cfb039 100644
--- a/server/sonar-vsts/config/jest/SetupTestEnvironment.js
+++ b/server/sonar-vsts/config/jest/SetupTestEnvironment.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/config/paths.js b/server/sonar-vsts/config/paths.js
index 01b3d531022..68d6c090a09 100644
--- a/server/sonar-vsts/config/paths.js
+++ b/server/sonar-vsts/config/paths.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/config/polyfills.js b/server/sonar-vsts/config/polyfills.js
index 554bbc0df3e..7934db84cb8 100644
--- a/server/sonar-vsts/config/polyfills.js
+++ b/server/sonar-vsts/config/polyfills.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/config/utils.js b/server/sonar-vsts/config/utils.js
index 39bbb94bf44..27fe37a0a2c 100644
--- a/server/sonar-vsts/config/utils.js
+++ b/server/sonar-vsts/config/utils.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/config/webpack.config.js b/server/sonar-vsts/config/webpack.config.js
index 49e46375038..830b1182ed8 100644
--- a/server/sonar-vsts/config/webpack.config.js
+++ b/server/sonar-vsts/config/webpack.config.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/scripts/build.js b/server/sonar-vsts/scripts/build.js
index b238538cdc1..e9bff3f1e35 100644
--- a/server/sonar-vsts/scripts/build.js
+++ b/server/sonar-vsts/scripts/build.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/scripts/start.js b/server/sonar-vsts/scripts/start.js
index d9fbc3cec09..d375a185708 100644
--- a/server/sonar-vsts/scripts/start.js
+++ b/server/sonar-vsts/scripts/start.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/components/Configuration.tsx b/server/sonar-vsts/src/main/js/components/Configuration.tsx
index 9094a831697..5b659ed8b3c 100644
--- a/server/sonar-vsts/src/main/js/components/Configuration.tsx
+++ b/server/sonar-vsts/src/main/js/components/Configuration.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/components/LoginForm.tsx b/server/sonar-vsts/src/main/js/components/LoginForm.tsx
index 67ddc239cfe..84845a31e42 100644
--- a/server/sonar-vsts/src/main/js/components/LoginForm.tsx
+++ b/server/sonar-vsts/src/main/js/components/LoginForm.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/components/LoginLink.tsx b/server/sonar-vsts/src/main/js/components/LoginLink.tsx
index 9ab344410c9..642fd354cb4 100644
--- a/server/sonar-vsts/src/main/js/components/LoginLink.tsx
+++ b/server/sonar-vsts/src/main/js/components/LoginLink.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/components/ProjectSelector.tsx b/server/sonar-vsts/src/main/js/components/ProjectSelector.tsx
index 59a186664b2..8203b8f57f6 100644
--- a/server/sonar-vsts/src/main/js/components/ProjectSelector.tsx
+++ b/server/sonar-vsts/src/main/js/components/ProjectSelector.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/components/ProjectSelectorItem.tsx b/server/sonar-vsts/src/main/js/components/ProjectSelectorItem.tsx
index 220c7113818..e1dfe927522 100644
--- a/server/sonar-vsts/src/main/js/components/ProjectSelectorItem.tsx
+++ b/server/sonar-vsts/src/main/js/components/ProjectSelectorItem.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/components/QGWidget.tsx b/server/sonar-vsts/src/main/js/components/QGWidget.tsx
index 90d68e2dae1..e20a0c0d23a 100644
--- a/server/sonar-vsts/src/main/js/components/QGWidget.tsx
+++ b/server/sonar-vsts/src/main/js/components/QGWidget.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/components/SonarCloudIcon.tsx b/server/sonar-vsts/src/main/js/components/SonarCloudIcon.tsx
index 111fc23a307..f57cb379f79 100644
--- a/server/sonar-vsts/src/main/js/components/SonarCloudIcon.tsx
+++ b/server/sonar-vsts/src/main/js/components/SonarCloudIcon.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/components/Widget.tsx b/server/sonar-vsts/src/main/js/components/Widget.tsx
index 44fd7d2d01d..9cd912fb4e8 100644
--- a/server/sonar-vsts/src/main/js/components/Widget.tsx
+++ b/server/sonar-vsts/src/main/js/components/Widget.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/index.js b/server/sonar-vsts/src/main/js/index.js
index 468f5190698..b6da0cd8ec8 100644
--- a/server/sonar-vsts/src/main/js/index.js
+++ b/server/sonar-vsts/src/main/js/index.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/libs/third-party/VSS.SDK.min.js b/server/sonar-vsts/src/main/js/libs/third-party/VSS.SDK.min.js
index 5f6a76663bd..bf3008c8d25 100644
--- a/server/sonar-vsts/src/main/js/libs/third-party/VSS.SDK.min.js
+++ b/server/sonar-vsts/src/main/js/libs/third-party/VSS.SDK.min.js
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/typings/rc-tooltip.d.ts b/server/sonar-vsts/src/main/js/typings/rc-tooltip.d.ts
index 999b5b02c84..a36c1631272 100644
--- a/server/sonar-vsts/src/main/js/typings/rc-tooltip.d.ts
+++ b/server/sonar-vsts/src/main/js/typings/rc-tooltip.d.ts
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-vsts/src/main/js/utils.ts b/server/sonar-vsts/src/main/js/utils.ts
index ec9bc4688b8..df27d00c436 100644
--- a/server/sonar-vsts/src/main/js/utils.ts
+++ b/server/sonar-vsts/src/main/js/utils.ts
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -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.
*/
-
export interface VSTSConfigurationContext {
notify: Function;
}
diff --git a/server/sonar-vsts/src/main/js/vsts.css b/server/sonar-vsts/src/main/js/vsts.css
index 44fb7f53868..3417585a438 100644
--- a/server/sonar-vsts/src/main/js/vsts.css
+++ b/server/sonar-vsts/src/main/js/vsts.css
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
+ * Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or