aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/locations
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2023-01-02 14:08:41 +0100
committersonartech <sonartech@sonarsource.com>2023-01-02 20:03:10 +0000
commit3fd6248dd01509f813db485f249a5306e38dc8c5 (patch)
treebe25bd317ec37bdf6853618a0d5ce2b3c5ad21a0 /server/sonar-web/src/main/js/components/locations
parentb9ccb2eb4f0ef0c13d36a4aaa544104780018a85 (diff)
downloadsonarqube-3fd6248dd01509f813db485f249a5306e38dc8c5.tar.gz
sonarqube-3fd6248dd01509f813db485f249a5306e38dc8c5.zip
Update license templates for 2023
Diffstat (limited to 'server/sonar-web/src/main/js/components/locations')
-rw-r--r--server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.css2
-rw-r--r--server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.tsx2
-rw-r--r--server/sonar-web/src/main/js/components/locations/FlowsList.css2
-rw-r--r--server/sonar-web/src/main/js/components/locations/FlowsList.tsx2
-rw-r--r--server/sonar-web/src/main/js/components/locations/LocationsList.tsx2
-rw-r--r--server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.css2
-rw-r--r--server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.tsx2
-rw-r--r--server/sonar-web/src/main/js/components/locations/__tests__/CrossFileLocationsNavigator-test.tsx2
-rw-r--r--server/sonar-web/src/main/js/components/locations/__tests__/LocationsList-test.tsx2
-rw-r--r--server/sonar-web/src/main/js/components/locations/__tests__/SingleFileLocationsNavigator-test.tsx2
10 files changed, 10 insertions, 10 deletions
diff --git a/server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.css b/server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.css
index 42f917e964a..a02d8b8d1cd 100644
--- a/server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.css
+++ b/server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.css
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.tsx b/server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.tsx
index da04e78f600..a408432cba5 100644
--- a/server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.tsx
+++ b/server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/FlowsList.css b/server/sonar-web/src/main/js/components/locations/FlowsList.css
index 0f348d33513..c80eb553dff 100644
--- a/server/sonar-web/src/main/js/components/locations/FlowsList.css
+++ b/server/sonar-web/src/main/js/components/locations/FlowsList.css
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/FlowsList.tsx b/server/sonar-web/src/main/js/components/locations/FlowsList.tsx
index 6c8532567c7..5ad5833932f 100644
--- a/server/sonar-web/src/main/js/components/locations/FlowsList.tsx
+++ b/server/sonar-web/src/main/js/components/locations/FlowsList.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/LocationsList.tsx b/server/sonar-web/src/main/js/components/locations/LocationsList.tsx
index cdc62d64339..6c7021afa85 100644
--- a/server/sonar-web/src/main/js/components/locations/LocationsList.tsx
+++ b/server/sonar-web/src/main/js/components/locations/LocationsList.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.css b/server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.css
index 0dec4d444dd..93f1a9e8254 100644
--- a/server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.css
+++ b/server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.css
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.tsx b/server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.tsx
index c4dcced8497..e5610252136 100644
--- a/server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.tsx
+++ b/server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/__tests__/CrossFileLocationsNavigator-test.tsx b/server/sonar-web/src/main/js/components/locations/__tests__/CrossFileLocationsNavigator-test.tsx
index ab7007a8b4c..caebf33192e 100644
--- a/server/sonar-web/src/main/js/components/locations/__tests__/CrossFileLocationsNavigator-test.tsx
+++ b/server/sonar-web/src/main/js/components/locations/__tests__/CrossFileLocationsNavigator-test.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/__tests__/LocationsList-test.tsx b/server/sonar-web/src/main/js/components/locations/__tests__/LocationsList-test.tsx
index b0afc1663d4..68cd12dd5e2 100644
--- a/server/sonar-web/src/main/js/components/locations/__tests__/LocationsList-test.tsx
+++ b/server/sonar-web/src/main/js/components/locations/__tests__/LocationsList-test.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-web/src/main/js/components/locations/__tests__/SingleFileLocationsNavigator-test.tsx b/server/sonar-web/src/main/js/components/locations/__tests__/SingleFileLocationsNavigator-test.tsx
index 58c0ea6fb50..dbb6f3ea045 100644
--- a/server/sonar-web/src/main/js/components/locations/__tests__/SingleFileLocationsNavigator-test.tsx
+++ b/server/sonar-web/src/main/js/components/locations/__tests__/SingleFileLocationsNavigator-test.tsx
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2022 SonarSource SA
+ * Copyright (C) 2009-2023 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or