From 89a3d21bc28f2fa6201b5e8b1185d5358481b3dd Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 28 Jan 2022 11:50:57 +0100 Subject: Update license headers for 2022 [update headers] --- server/sonar-web/src/main/js/api/alm-integrations.ts | 2 +- server/sonar-web/src/main/js/api/alm-settings.ts | 2 +- server/sonar-web/src/main/js/api/application.ts | 2 +- server/sonar-web/src/main/js/api/auth.ts | 2 +- server/sonar-web/src/main/js/api/branches.ts | 2 +- server/sonar-web/src/main/js/api/ce.ts | 2 +- server/sonar-web/src/main/js/api/component-report.ts | 2 +- server/sonar-web/src/main/js/api/components.ts | 2 +- server/sonar-web/src/main/js/api/favorites.ts | 2 +- server/sonar-web/src/main/js/api/issue-filters.ts | 2 +- server/sonar-web/src/main/js/api/issues.ts | 2 +- server/sonar-web/src/main/js/api/l10n.ts | 2 +- server/sonar-web/src/main/js/api/languages.ts | 2 +- server/sonar-web/src/main/js/api/marketplace.ts | 2 +- server/sonar-web/src/main/js/api/measures.ts | 2 +- server/sonar-web/src/main/js/api/metrics.ts | 2 +- server/sonar-web/src/main/js/api/nav.ts | 2 +- server/sonar-web/src/main/js/api/newCodePeriod.ts | 2 +- server/sonar-web/src/main/js/api/notifications.ts | 2 +- server/sonar-web/src/main/js/api/permissions.ts | 2 +- server/sonar-web/src/main/js/api/plugins.ts | 2 +- server/sonar-web/src/main/js/api/project-badges.ts | 2 +- server/sonar-web/src/main/js/api/project-dump.ts | 2 +- server/sonar-web/src/main/js/api/projectActivity.ts | 2 +- server/sonar-web/src/main/js/api/projectLinks.ts | 2 +- server/sonar-web/src/main/js/api/quality-gates.ts | 2 +- server/sonar-web/src/main/js/api/quality-profiles.ts | 2 +- server/sonar-web/src/main/js/api/rules.ts | 2 +- server/sonar-web/src/main/js/api/security-hotspots.ts | 2 +- server/sonar-web/src/main/js/api/settings.ts | 2 +- server/sonar-web/src/main/js/api/static.ts | 2 +- server/sonar-web/src/main/js/api/system.ts | 2 +- server/sonar-web/src/main/js/api/time-machine.ts | 2 +- server/sonar-web/src/main/js/api/user-tokens.ts | 2 +- server/sonar-web/src/main/js/api/user_groups.ts | 2 +- server/sonar-web/src/main/js/api/users.ts | 2 +- server/sonar-web/src/main/js/api/web-api.ts | 2 +- server/sonar-web/src/main/js/api/webhooks.ts | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) (limited to 'server/sonar-web/src/main/js/api') diff --git a/server/sonar-web/src/main/js/api/alm-integrations.ts b/server/sonar-web/src/main/js/api/alm-integrations.ts index c83b6772707..32186b51d98 100644 --- a/server/sonar-web/src/main/js/api/alm-integrations.ts +++ b/server/sonar-web/src/main/js/api/alm-integrations.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/alm-settings.ts b/server/sonar-web/src/main/js/api/alm-settings.ts index e1ca7062e85..218ca9de03b 100644 --- a/server/sonar-web/src/main/js/api/alm-settings.ts +++ b/server/sonar-web/src/main/js/api/alm-settings.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/application.ts b/server/sonar-web/src/main/js/api/application.ts index 209c67af262..5e5ca222d55 100644 --- a/server/sonar-web/src/main/js/api/application.ts +++ b/server/sonar-web/src/main/js/api/application.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/auth.ts b/server/sonar-web/src/main/js/api/auth.ts index 8783eec3c3e..d556401ff8d 100644 --- a/server/sonar-web/src/main/js/api/auth.ts +++ b/server/sonar-web/src/main/js/api/auth.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/branches.ts b/server/sonar-web/src/main/js/api/branches.ts index 119933c0dcc..8be0209fcad 100644 --- a/server/sonar-web/src/main/js/api/branches.ts +++ b/server/sonar-web/src/main/js/api/branches.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/ce.ts b/server/sonar-web/src/main/js/api/ce.ts index 7b612e2317f..eea8235f8f6 100644 --- a/server/sonar-web/src/main/js/api/ce.ts +++ b/server/sonar-web/src/main/js/api/ce.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/component-report.ts b/server/sonar-web/src/main/js/api/component-report.ts index 1892928e607..9bc734f2308 100644 --- a/server/sonar-web/src/main/js/api/component-report.ts +++ b/server/sonar-web/src/main/js/api/component-report.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/components.ts b/server/sonar-web/src/main/js/api/components.ts index 53441bed474..3ebc6070a00 100644 --- a/server/sonar-web/src/main/js/api/components.ts +++ b/server/sonar-web/src/main/js/api/components.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/favorites.ts b/server/sonar-web/src/main/js/api/favorites.ts index 71c2e509107..40be791ffda 100644 --- a/server/sonar-web/src/main/js/api/favorites.ts +++ b/server/sonar-web/src/main/js/api/favorites.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/issue-filters.ts b/server/sonar-web/src/main/js/api/issue-filters.ts index 5ea1c882502..79af2a50885 100644 --- a/server/sonar-web/src/main/js/api/issue-filters.ts +++ b/server/sonar-web/src/main/js/api/issue-filters.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/issues.ts b/server/sonar-web/src/main/js/api/issues.ts index b9260e3e903..60fd262dbb5 100644 --- a/server/sonar-web/src/main/js/api/issues.ts +++ b/server/sonar-web/src/main/js/api/issues.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/l10n.ts b/server/sonar-web/src/main/js/api/l10n.ts index 4440711bd7d..4144301f796 100644 --- a/server/sonar-web/src/main/js/api/l10n.ts +++ b/server/sonar-web/src/main/js/api/l10n.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/languages.ts b/server/sonar-web/src/main/js/api/languages.ts index a0d2c0d8bd9..964d95d6ec7 100644 --- a/server/sonar-web/src/main/js/api/languages.ts +++ b/server/sonar-web/src/main/js/api/languages.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/marketplace.ts b/server/sonar-web/src/main/js/api/marketplace.ts index 5300259fc5f..6c376b36eec 100644 --- a/server/sonar-web/src/main/js/api/marketplace.ts +++ b/server/sonar-web/src/main/js/api/marketplace.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/measures.ts b/server/sonar-web/src/main/js/api/measures.ts index 4930375e554..0387baf9f37 100644 --- a/server/sonar-web/src/main/js/api/measures.ts +++ b/server/sonar-web/src/main/js/api/measures.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/metrics.ts b/server/sonar-web/src/main/js/api/metrics.ts index 342c4df20bf..d2d5996b891 100644 --- a/server/sonar-web/src/main/js/api/metrics.ts +++ b/server/sonar-web/src/main/js/api/metrics.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/nav.ts b/server/sonar-web/src/main/js/api/nav.ts index df8599f8c45..61fa7d6e3cb 100644 --- a/server/sonar-web/src/main/js/api/nav.ts +++ b/server/sonar-web/src/main/js/api/nav.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/newCodePeriod.ts b/server/sonar-web/src/main/js/api/newCodePeriod.ts index e3962b39e2d..e33b3d297a4 100644 --- a/server/sonar-web/src/main/js/api/newCodePeriod.ts +++ b/server/sonar-web/src/main/js/api/newCodePeriod.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/notifications.ts b/server/sonar-web/src/main/js/api/notifications.ts index 2dfd9f7a685..27f0a2ad6a0 100644 --- a/server/sonar-web/src/main/js/api/notifications.ts +++ b/server/sonar-web/src/main/js/api/notifications.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/permissions.ts b/server/sonar-web/src/main/js/api/permissions.ts index 2f1b25ce8cb..cb274e2e591 100644 --- a/server/sonar-web/src/main/js/api/permissions.ts +++ b/server/sonar-web/src/main/js/api/permissions.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/plugins.ts b/server/sonar-web/src/main/js/api/plugins.ts index 4702a2c03ed..abffaad12b6 100644 --- a/server/sonar-web/src/main/js/api/plugins.ts +++ b/server/sonar-web/src/main/js/api/plugins.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/project-badges.ts b/server/sonar-web/src/main/js/api/project-badges.ts index b8783f72f9e..aa5110861b4 100644 --- a/server/sonar-web/src/main/js/api/project-badges.ts +++ b/server/sonar-web/src/main/js/api/project-badges.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/project-dump.ts b/server/sonar-web/src/main/js/api/project-dump.ts index 9b0d4faaa72..9e027dc9c47 100644 --- a/server/sonar-web/src/main/js/api/project-dump.ts +++ b/server/sonar-web/src/main/js/api/project-dump.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/projectActivity.ts b/server/sonar-web/src/main/js/api/projectActivity.ts index e43a6a95622..4c40f7733ed 100644 --- a/server/sonar-web/src/main/js/api/projectActivity.ts +++ b/server/sonar-web/src/main/js/api/projectActivity.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/projectLinks.ts b/server/sonar-web/src/main/js/api/projectLinks.ts index f1273863c87..7c7307d510b 100644 --- a/server/sonar-web/src/main/js/api/projectLinks.ts +++ b/server/sonar-web/src/main/js/api/projectLinks.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/quality-gates.ts b/server/sonar-web/src/main/js/api/quality-gates.ts index 19dda5b4322..af4bad890cb 100644 --- a/server/sonar-web/src/main/js/api/quality-gates.ts +++ b/server/sonar-web/src/main/js/api/quality-gates.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/quality-profiles.ts b/server/sonar-web/src/main/js/api/quality-profiles.ts index 8b96a4eef77..ae130bb6373 100644 --- a/server/sonar-web/src/main/js/api/quality-profiles.ts +++ b/server/sonar-web/src/main/js/api/quality-profiles.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/rules.ts b/server/sonar-web/src/main/js/api/rules.ts index 1fae18f0649..a2ada44f0a8 100644 --- a/server/sonar-web/src/main/js/api/rules.ts +++ b/server/sonar-web/src/main/js/api/rules.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/security-hotspots.ts b/server/sonar-web/src/main/js/api/security-hotspots.ts index 71ccfa9d1c8..e1f45cb1a19 100644 --- a/server/sonar-web/src/main/js/api/security-hotspots.ts +++ b/server/sonar-web/src/main/js/api/security-hotspots.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/settings.ts b/server/sonar-web/src/main/js/api/settings.ts index 8d85d3fc1dd..be80d712392 100644 --- a/server/sonar-web/src/main/js/api/settings.ts +++ b/server/sonar-web/src/main/js/api/settings.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/static.ts b/server/sonar-web/src/main/js/api/static.ts index 26c2b958c37..2968e680439 100644 --- a/server/sonar-web/src/main/js/api/static.ts +++ b/server/sonar-web/src/main/js/api/static.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/system.ts b/server/sonar-web/src/main/js/api/system.ts index 28856dfe651..40b03839a31 100644 --- a/server/sonar-web/src/main/js/api/system.ts +++ b/server/sonar-web/src/main/js/api/system.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/time-machine.ts b/server/sonar-web/src/main/js/api/time-machine.ts index 25d327b665d..720e562738c 100644 --- a/server/sonar-web/src/main/js/api/time-machine.ts +++ b/server/sonar-web/src/main/js/api/time-machine.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/user-tokens.ts b/server/sonar-web/src/main/js/api/user-tokens.ts index a0cac21841c..adcc9215475 100644 --- a/server/sonar-web/src/main/js/api/user-tokens.ts +++ b/server/sonar-web/src/main/js/api/user-tokens.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/user_groups.ts b/server/sonar-web/src/main/js/api/user_groups.ts index 09ba9bad023..9b78402d12d 100644 --- a/server/sonar-web/src/main/js/api/user_groups.ts +++ b/server/sonar-web/src/main/js/api/user_groups.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/users.ts b/server/sonar-web/src/main/js/api/users.ts index 575e72c986a..6da4a35d8e0 100644 --- a/server/sonar-web/src/main/js/api/users.ts +++ b/server/sonar-web/src/main/js/api/users.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/web-api.ts b/server/sonar-web/src/main/js/api/web-api.ts index 7ea902083be..b9d7119dde6 100644 --- a/server/sonar-web/src/main/js/api/web-api.ts +++ b/server/sonar-web/src/main/js/api/web-api.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/api/webhooks.ts b/server/sonar-web/src/main/js/api/webhooks.ts index 2da2c594edb..e178cc4dc02 100644 --- a/server/sonar-web/src/main/js/api/webhooks.ts +++ b/server/sonar-web/src/main/js/api/webhooks.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or -- cgit v1.2.3