From 3fd6248dd01509f813db485f249a5306e38dc8c5 Mon Sep 17 00:00:00 2001 From: Pierre <pierre.guillot@sonarsource.com> Date: Mon, 2 Jan 2023 14:08:41 +0100 Subject: Update license templates for 2023 --- server/sonar-web/src/main/js/apps/system/__tests__/utils-test.ts | 2 +- server/sonar-web/src/main/js/apps/system/components/App.tsx | 2 +- .../sonar-web/src/main/js/apps/system/components/ChangeLogLevelForm.tsx | 2 +- server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx | 2 +- server/sonar-web/src/main/js/apps/system/components/PageActions.tsx | 2 +- server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx | 2 +- .../sonar-web/src/main/js/apps/system/components/StandaloneSysInfos.tsx | 2 +- .../sonar-web/src/main/js/apps/system/components/__tests__/App-test.tsx | 2 +- .../js/apps/system/components/__tests__/ChangeLogLevelForm-test.tsx | 2 +- .../main/js/apps/system/components/__tests__/ClusterSysInfos-test.tsx | 2 +- .../src/main/js/apps/system/components/__tests__/PageActions-test.tsx | 2 +- .../src/main/js/apps/system/components/__tests__/PageHeader-test.tsx | 2 +- .../js/apps/system/components/__tests__/StandaloneSysInfos-test.tsx | 2 +- .../src/main/js/apps/system/components/info-items/HealthCard.tsx | 2 +- .../src/main/js/apps/system/components/info-items/HealthCauseItem.tsx | 2 +- .../src/main/js/apps/system/components/info-items/HealthItem.tsx | 2 +- .../sonar-web/src/main/js/apps/system/components/info-items/Section.tsx | 2 +- .../src/main/js/apps/system/components/info-items/SysInfoItem.tsx | 2 +- .../js/apps/system/components/info-items/__tests__/HealthCard-test.tsx | 2 +- .../system/components/info-items/__tests__/HealthCauseItem-test.tsx | 2 +- .../js/apps/system/components/info-items/__tests__/HealthItem-test.tsx | 2 +- .../js/apps/system/components/info-items/__tests__/Section-test.tsx | 2 +- .../js/apps/system/components/info-items/__tests__/SysInfoItem-test.tsx | 2 +- server/sonar-web/src/main/js/apps/system/routes.tsx | 2 +- server/sonar-web/src/main/js/apps/system/styles.css | 2 +- server/sonar-web/src/main/js/apps/system/utils.ts | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'server/sonar-web/src/main/js/apps/system') diff --git a/server/sonar-web/src/main/js/apps/system/__tests__/utils-test.ts b/server/sonar-web/src/main/js/apps/system/__tests__/utils-test.ts index 7b16f49011d..d2a3d999c38 100644 --- a/server/sonar-web/src/main/js/apps/system/__tests__/utils-test.ts +++ b/server/sonar-web/src/main/js/apps/system/__tests__/utils-test.ts @@ -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/apps/system/components/App.tsx b/server/sonar-web/src/main/js/apps/system/components/App.tsx index 180f6815b34..53d20e573aa 100644 --- a/server/sonar-web/src/main/js/apps/system/components/App.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/App.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/apps/system/components/ChangeLogLevelForm.tsx b/server/sonar-web/src/main/js/apps/system/components/ChangeLogLevelForm.tsx index eef612670e4..dffee4c1bad 100644 --- a/server/sonar-web/src/main/js/apps/system/components/ChangeLogLevelForm.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/ChangeLogLevelForm.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/apps/system/components/ClusterSysInfos.tsx b/server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx index 8f5dfa45ee8..3ca0cdbfca2 100644 --- a/server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.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/apps/system/components/PageActions.tsx b/server/sonar-web/src/main/js/apps/system/components/PageActions.tsx index bcf47efc01f..6c41514f890 100644 --- a/server/sonar-web/src/main/js/apps/system/components/PageActions.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/PageActions.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/apps/system/components/PageHeader.tsx b/server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx index 9802b79389d..ce68f7b2254 100644 --- a/server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/PageHeader.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/apps/system/components/StandaloneSysInfos.tsx b/server/sonar-web/src/main/js/apps/system/components/StandaloneSysInfos.tsx index 9e55e8e9db0..77a2821a62f 100644 --- a/server/sonar-web/src/main/js/apps/system/components/StandaloneSysInfos.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/StandaloneSysInfos.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/apps/system/components/__tests__/App-test.tsx b/server/sonar-web/src/main/js/apps/system/components/__tests__/App-test.tsx index 86c54436265..0978e53fb32 100644 --- a/server/sonar-web/src/main/js/apps/system/components/__tests__/App-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/__tests__/App-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/apps/system/components/__tests__/ChangeLogLevelForm-test.tsx b/server/sonar-web/src/main/js/apps/system/components/__tests__/ChangeLogLevelForm-test.tsx index 27ff176d727..6c92e08fef1 100644 --- a/server/sonar-web/src/main/js/apps/system/components/__tests__/ChangeLogLevelForm-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/__tests__/ChangeLogLevelForm-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/apps/system/components/__tests__/ClusterSysInfos-test.tsx b/server/sonar-web/src/main/js/apps/system/components/__tests__/ClusterSysInfos-test.tsx index e51b9079619..f837933ff4b 100644 --- a/server/sonar-web/src/main/js/apps/system/components/__tests__/ClusterSysInfos-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/__tests__/ClusterSysInfos-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/apps/system/components/__tests__/PageActions-test.tsx b/server/sonar-web/src/main/js/apps/system/components/__tests__/PageActions-test.tsx index 7c338f7b88f..f7b5638a31b 100644 --- a/server/sonar-web/src/main/js/apps/system/components/__tests__/PageActions-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/__tests__/PageActions-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/apps/system/components/__tests__/PageHeader-test.tsx b/server/sonar-web/src/main/js/apps/system/components/__tests__/PageHeader-test.tsx index bdcc2ed5140..1865ef065ad 100644 --- a/server/sonar-web/src/main/js/apps/system/components/__tests__/PageHeader-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/__tests__/PageHeader-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/apps/system/components/__tests__/StandaloneSysInfos-test.tsx b/server/sonar-web/src/main/js/apps/system/components/__tests__/StandaloneSysInfos-test.tsx index 1bd5f372e66..44e399c0f03 100644 --- a/server/sonar-web/src/main/js/apps/system/components/__tests__/StandaloneSysInfos-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/__tests__/StandaloneSysInfos-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/apps/system/components/info-items/HealthCard.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx index d454a1daa11..d8c78cebf83 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.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/apps/system/components/info-items/HealthCauseItem.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.tsx index 551b557e252..e61e00f88e8 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.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/apps/system/components/info-items/HealthItem.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthItem.tsx index 3c399c6c503..089f94cb469 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/HealthItem.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthItem.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/apps/system/components/info-items/Section.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/Section.tsx index 71e36f52dcf..2de3235e031 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/Section.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/Section.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/apps/system/components/info-items/SysInfoItem.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/SysInfoItem.tsx index b48804b1361..2af1e1ff403 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/SysInfoItem.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/SysInfoItem.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/apps/system/components/info-items/__tests__/HealthCard-test.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthCard-test.tsx index ba802478928..718a7cba945 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthCard-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthCard-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/apps/system/components/info-items/__tests__/HealthCauseItem-test.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthCauseItem-test.tsx index 348801ba921..c46e2567ece 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthCauseItem-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthCauseItem-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/apps/system/components/info-items/__tests__/HealthItem-test.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthItem-test.tsx index 750f825f0ac..dce1e1f8f24 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthItem-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthItem-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/apps/system/components/info-items/__tests__/Section-test.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/Section-test.tsx index ff645c9cd4f..8a109644cc5 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/Section-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/Section-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/apps/system/components/info-items/__tests__/SysInfoItem-test.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/SysInfoItem-test.tsx index 202945daa0e..4f8913f1fe3 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/SysInfoItem-test.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/SysInfoItem-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/apps/system/routes.tsx b/server/sonar-web/src/main/js/apps/system/routes.tsx index 5087a4ec38a..e70554b9212 100644 --- a/server/sonar-web/src/main/js/apps/system/routes.tsx +++ b/server/sonar-web/src/main/js/apps/system/routes.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/apps/system/styles.css b/server/sonar-web/src/main/js/apps/system/styles.css index aba1002d1b8..b191740285e 100644 --- a/server/sonar-web/src/main/js/apps/system/styles.css +++ b/server/sonar-web/src/main/js/apps/system/styles.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/apps/system/utils.ts b/server/sonar-web/src/main/js/apps/system/utils.ts index 73d03d57de8..bc41e843035 100644 --- a/server/sonar-web/src/main/js/apps/system/utils.ts +++ b/server/sonar-web/src/main/js/apps/system/utils.ts @@ -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 -- cgit v1.2.3