aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-generator/src/main
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2025-01-08 18:20:16 +0100
committersonartech <sonartech@sonarsource.com>2025-01-09 20:03:22 +0000
commit172b54f60683aa3ddd7c75587bdd65fd41f5d12f (patch)
tree66b1ca1e4ddbe932f08d111d14fedb6cb1c7be92 /sonar-ws-generator/src/main
parent92eef47264b7227636c0ae879277238b5d9066b4 (diff)
downloadsonarqube-172b54f60683aa3ddd7c75587bdd65fd41f5d12f.tar.gz
sonarqube-172b54f60683aa3ddd7c75587bdd65fd41f5d12f.zip
SONAR-24146 Update license headers for 2025
Diffstat (limited to 'sonar-ws-generator/src/main')
-rw-r--r--sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/ApiDefinitionDownloader.java2
-rw-r--r--sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/CodeFormatter.java2
-rw-r--r--sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Generator.java2
-rw-r--r--sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Helper.java2
-rw-r--r--sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/package-info.java2
-rw-r--r--sonar-ws-generator/src/main/resources/defaultWsClient.vm2
-rw-r--r--sonar-ws-generator/src/main/resources/package-info.vm2
-rw-r--r--sonar-ws-generator/src/main/resources/request.vm2
-rw-r--r--sonar-ws-generator/src/main/resources/webService.vm2
-rw-r--r--sonar-ws-generator/src/main/resources/wsClient.vm2
10 files changed, 10 insertions, 10 deletions
diff --git a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/ApiDefinitionDownloader.java b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/ApiDefinitionDownloader.java
index b61b9267cf7..4b5952ab11f 100644
--- a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/ApiDefinitionDownloader.java
+++ b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/ApiDefinitionDownloader.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/CodeFormatter.java b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/CodeFormatter.java
index ab49f6e5530..ed54a4e211a 100644
--- a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/CodeFormatter.java
+++ b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/CodeFormatter.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Generator.java b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Generator.java
index 20a7985cd5d..68bbc037bc2 100644
--- a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Generator.java
+++ b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Generator.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Helper.java b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Helper.java
index 6f00a4ed79a..b1da0eb217f 100644
--- a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Helper.java
+++ b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/Helper.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/package-info.java b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/package-info.java
index 7c2aebcc7a2..ec26aebb847 100644
--- a/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/package-info.java
+++ b/sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/package-info.java
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/resources/defaultWsClient.vm b/sonar-ws-generator/src/main/resources/defaultWsClient.vm
index 7b7230578ca..820dd28cc66 100644
--- a/sonar-ws-generator/src/main/resources/defaultWsClient.vm
+++ b/sonar-ws-generator/src/main/resources/defaultWsClient.vm
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/resources/package-info.vm b/sonar-ws-generator/src/main/resources/package-info.vm
index 31ba78e3f63..a5d97ac48e0 100644
--- a/sonar-ws-generator/src/main/resources/package-info.vm
+++ b/sonar-ws-generator/src/main/resources/package-info.vm
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/resources/request.vm b/sonar-ws-generator/src/main/resources/request.vm
index 7250a50b425..6e39abfadd5 100644
--- a/sonar-ws-generator/src/main/resources/request.vm
+++ b/sonar-ws-generator/src/main/resources/request.vm
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/resources/webService.vm b/sonar-ws-generator/src/main/resources/webService.vm
index 16a62a72836..bfd8a2b6fcf 100644
--- a/sonar-ws-generator/src/main/resources/webService.vm
+++ b/sonar-ws-generator/src/main/resources/webService.vm
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
diff --git a/sonar-ws-generator/src/main/resources/wsClient.vm b/sonar-ws-generator/src/main/resources/wsClient.vm
index 47a0a834e0c..dc4816c71ac 100644
--- a/sonar-ws-generator/src/main/resources/wsClient.vm
+++ b/sonar-ws-generator/src/main/resources/wsClient.vm
@@ -1,6 +1,6 @@
/*
* SonarQube
- * Copyright (C) 2009-2024 SonarSource SA
+ * Copyright (C) 2009-2025 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or