aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth/src/it
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2024-01-02 16:54:48 +0100
committersonartech <sonartech@sonarsource.com>2024-01-03 20:02:45 +0000
commitb6f0a55c06cabbf1e9f0a1ac6d9dc5840a670ad9 (patch)
tree185a984111ec63ed229deda71c4c9341ea322710 /server/sonar-webserver-auth/src/it
parent9316e4216a704d39a9a1cad099ac872397e6bc49 (diff)
downloadsonarqube-b6f0a55c06cabbf1e9f0a1ac6d9dc5840a670ad9.tar.gz
sonarqube-b6f0a55c06cabbf1e9f0a1ac6d9dc5840a670ad9.zip
NO-JIRA Update license headers to 2024
Diffstat (limited to 'server/sonar-webserver-auth/src/it')
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsAuthenticationIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsLocalAuthenticationIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierImplIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierNotificationHandlerIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/GithubWebhookAuthenticationIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/HttpHeadersAuthenticationIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/JwtHttpHandlerIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserLastConnectionDatesUpdaterImplIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserRegistrarImplIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserSessionInitializerIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/purge/ExpiredSessionsCleanerIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/user/ServerUserSessionIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/user/TokenUserSessionIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterCreateIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterReactivateIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterUpdateIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/usergroups/DefaultGroupFinderIT.java2
-rw-r--r--server/sonar-webserver-auth/src/it/java/org/sonar/server/usertoken/UserTokenAuthenticationIT.java2
18 files changed, 18 insertions, 18 deletions
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsAuthenticationIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsAuthenticationIT.java
index c01aab38b72..555d3962eba 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsAuthenticationIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsAuthenticationIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsLocalAuthenticationIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsLocalAuthenticationIT.java
index 495a58b86c0..066b0d84d4d 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsLocalAuthenticationIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/CredentialsLocalAuthenticationIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierImplIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierImplIT.java
index 924e98e0653..cda895f0f50 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierImplIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierImplIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierNotificationHandlerIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierNotificationHandlerIT.java
index 39f76ec8ee2..d415eb76d87 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierNotificationHandlerIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierNotificationHandlerIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/GithubWebhookAuthenticationIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/GithubWebhookAuthenticationIT.java
index 90789a03cb8..517121cfbe3 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/GithubWebhookAuthenticationIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/GithubWebhookAuthenticationIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/HttpHeadersAuthenticationIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/HttpHeadersAuthenticationIT.java
index 17ed9b60b07..044b048f6a2 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/HttpHeadersAuthenticationIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/HttpHeadersAuthenticationIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/JwtHttpHandlerIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/JwtHttpHandlerIT.java
index 5f90a577d30..4ba2fed40e3 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/JwtHttpHandlerIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/JwtHttpHandlerIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserLastConnectionDatesUpdaterImplIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserLastConnectionDatesUpdaterImplIT.java
index ac514fb2643..6237367f8b0 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserLastConnectionDatesUpdaterImplIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserLastConnectionDatesUpdaterImplIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserRegistrarImplIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserRegistrarImplIT.java
index 5a35dcfbdec..04c038da7b3 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserRegistrarImplIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserRegistrarImplIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserSessionInitializerIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserSessionInitializerIT.java
index 02601ed7aa7..b964228838b 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserSessionInitializerIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/UserSessionInitializerIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/purge/ExpiredSessionsCleanerIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/purge/ExpiredSessionsCleanerIT.java
index be5c626320f..0ef311889e5 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/purge/ExpiredSessionsCleanerIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/authentication/purge/ExpiredSessionsCleanerIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/ServerUserSessionIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/ServerUserSessionIT.java
index f42132423b9..5a502777cc7 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/ServerUserSessionIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/ServerUserSessionIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/TokenUserSessionIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/TokenUserSessionIT.java
index f492b07993f..8c9591c5544 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/TokenUserSessionIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/TokenUserSessionIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterCreateIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterCreateIT.java
index a5a437c20e9..1945ca013dc 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterCreateIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterCreateIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterReactivateIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterReactivateIT.java
index c05e8221515..108bb7eb1d3 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterReactivateIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterReactivateIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterUpdateIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterUpdateIT.java
index db5491b698b..a709dad773b 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterUpdateIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/user/UserUpdaterUpdateIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/usergroups/DefaultGroupFinderIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/usergroups/DefaultGroupFinderIT.java
index e269b8fe249..27914379606 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/usergroups/DefaultGroupFinderIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/usergroups/DefaultGroupFinderIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/server/sonar-webserver-auth/src/it/java/org/sonar/server/usertoken/UserTokenAuthenticationIT.java b/server/sonar-webserver-auth/src/it/java/org/sonar/server/usertoken/UserTokenAuthenticationIT.java
index 756c69eb25b..a4546a82ce5 100644
--- a/server/sonar-webserver-auth/src/it/java/org/sonar/server/usertoken/UserTokenAuthenticationIT.java
+++ b/server/sonar-webserver-auth/src/it/java/org/sonar/server/usertoken/UserTokenAuthenticationIT.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2023 SonarSource SA
+ * Copyright (C) 2009-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or