diff options
Diffstat (limited to 'tests/plugins/fake-governance-plugin/src/main/java')
16 files changed, 34 insertions, 16 deletions
diff --git a/tests/plugins/fake-governance-plugin/src/main/java/FakeGovernancePlugin.java b/tests/plugins/fake-governance-plugin/src/main/java/FakeGovernancePlugin.java index b37e201d61f..b656d46f524 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/FakeGovernancePlugin.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/FakeGovernancePlugin.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - import ce.BombConfig; import ce.ComponentBombReportAnalysisComponentProvider; import ce.IseTaskProcessor; diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/BombConfig.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/BombConfig.java index 3e5af086b86..d6fdd5d5e49 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/BombConfig.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/BombConfig.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/ComponentBombReportAnalysisComponentProvider.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/ComponentBombReportAnalysisComponentProvider.java index 166f526fca4..2b2ea4eee9b 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/ComponentBombReportAnalysisComponentProvider.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/ComponentBombReportAnalysisComponentProvider.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/IseTaskProcessor.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/IseTaskProcessor.java index a6960d1b049..40b11ec079d 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/IseTaskProcessor.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/IseTaskProcessor.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/OOMGenerator.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/OOMGenerator.java index 4fcef07cb80..e8673412fc2 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/OOMGenerator.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/OOMGenerator.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/OkTaskProcessor.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/OkTaskProcessor.java index 92e05032fa0..88d9abaf013 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/OkTaskProcessor.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/OkTaskProcessor.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/OomTaskProcessor.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/OomTaskProcessor.java index 384d3201daa..a79c71f0ec7 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/OomTaskProcessor.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/OomTaskProcessor.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/BombActivatorAction.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/BombActivatorAction.java index e2366b8e16a..207661f5ada 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/BombActivatorAction.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/BombActivatorAction.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGoVWsAction.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGoVWsAction.java index bd361f92961..58fb69a8b72 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGoVWsAction.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGoVWsAction.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGovWs.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGovWs.java index 9d89cfbb795..41a49841088 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGovWs.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGovWs.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/SubmitAction.java b/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/SubmitAction.java index 42f037f819c..35744e5ef5b 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/SubmitAction.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/ce/ws/SubmitAction.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/systemPasscode/SystemPasscodeWebService.java b/tests/plugins/fake-governance-plugin/src/main/java/systemPasscode/SystemPasscodeWebService.java index cdeadf75de0..ee87f516af1 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/systemPasscode/SystemPasscodeWebService.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/systemPasscode/SystemPasscodeWebService.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/workerCount/FakeWorkerCountProviderImpl.java b/tests/plugins/fake-governance-plugin/src/main/java/workerCount/FakeWorkerCountProviderImpl.java index 467642e86a1..4e05ecda89d 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/workerCount/FakeWorkerCountProviderImpl.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/workerCount/FakeWorkerCountProviderImpl.java @@ -1,3 +1,22 @@ +/* + * SonarQube + * Copyright (C) 2009-2018 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ package workerCount; /* * SonarQube diff --git a/tests/plugins/fake-governance-plugin/src/main/java/workerCount/RefreshWorkerCountAction.java b/tests/plugins/fake-governance-plugin/src/main/java/workerCount/RefreshWorkerCountAction.java index 93089508919..61ad50dcc9b 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/workerCount/RefreshWorkerCountAction.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/workerCount/RefreshWorkerCountAction.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/workerlatch/LatchControllerWorkerMeasureComputer.java b/tests/plugins/fake-governance-plugin/src/main/java/workerlatch/LatchControllerWorkerMeasureComputer.java index b7b04e57eed..c6d2391f9f0 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/workerlatch/LatchControllerWorkerMeasureComputer.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/workerlatch/LatchControllerWorkerMeasureComputer.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/tests/plugins/fake-governance-plugin/src/main/java/workerlatch/WorkerLatchMetrics.java b/tests/plugins/fake-governance-plugin/src/main/java/workerlatch/WorkerLatchMetrics.java index 8689c9b1bba..7b31a6c666a 100644 --- a/tests/plugins/fake-governance-plugin/src/main/java/workerlatch/WorkerLatchMetrics.java +++ b/tests/plugins/fake-governance-plugin/src/main/java/workerlatch/WorkerLatchMetrics.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or |