Browse Source

change year in file headers

tags/7.6
Stas Vilchik 5 years ago
parent
commit
bd541850bc
56 changed files with 74 additions and 74 deletions
  1. 1
    1
      plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/extensions/XooIssueFilter.java
  2. 1
    1
      plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/global/DeprecatedGlobalSensor.java
  3. 1
    1
      server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/component/ComponentUuidFactoryImpl.java
  4. 1
    1
      server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/component/ComponentUuidFactoryWithMigration.java
  5. 1
    1
      server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/component/ReportModulesPath.java
  6. 1
    1
      server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/IssueRelocationToRoot.java
  7. 1
    1
      server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/ProjectTrackerBaseLazyInput.java
  8. 1
    1
      server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/component/ReportModulesPathTest.java
  9. 1
    1
      server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/issue/IssueRelocationToRootTest.java
  10. 1
    1
      server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/issue/ProjectTrackerBaseLazyInputTest.java
  11. 1
    1
      server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentWithModuleUuidDto.java
  12. 1
    1
      server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v76/DeleteModuleAndFolderMeasures.java
  13. 1
    1
      server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v76/DeleteUselessProperty.java
  14. 1
    1
      server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v76/MigrateModuleProperties.java
  15. 1
    1
      server/sonar-db-migration/src/test/java/org/sonar/server/platform/db/migration/version/v76/DeleteModuleAndFolderMeasuresTest.java
  16. 1
    1
      server/sonar-db-migration/src/test/java/org/sonar/server/platform/db/migration/version/v76/DeleteUselessPropertyTest.java
  17. 1
    1
      server/sonar-db-migration/src/test/java/org/sonar/server/platform/db/migration/version/v76/MigrateModulePropertiesTest.java
  18. 1
    1
      server/sonar-web/src/main/js/apps/component-measures/components/MeasureContentHeader.tsx
  19. 1
    1
      server/sonar-web/src/main/js/apps/projectKey/Key.tsx
  20. 1
    1
      server/sonar-web/src/main/js/apps/projectKey/__tests__/Key-test.tsx
  21. 1
    1
      sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/AbstractProjectOrModule.java
  22. 1
    1
      sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/DefaultInputProject.java
  23. 1
    1
      sonar-plugin-api/src/main/java/org/sonar/api/batch/package-info.java
  24. 1
    1
      sonar-plugin-api/src/main/java/org/sonar/api/scanner/ScannerSide.java
  25. 1
    1
      sonar-plugin-api/src/main/java/org/sonar/api/scanner/package-info.java
  26. 1
    1
      sonar-plugin-api/src/main/java/org/sonar/api/scanner/sensor/ProjectSensor.java
  27. 1
    1
      sonar-plugin-api/src/test/java/org/sonar/api/batch/fs/internal/DefaultInputModuleTest.java
  28. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/bootstrap/PostJobExtensionDictionnary.java
  29. 4
    4
      sonar-scanner-engine/src/main/java/org/sonar/scanner/repository/MultiModuleProjectRepository.java
  30. 4
    4
      sonar-scanner-engine/src/main/java/org/sonar/scanner/repository/SingleProjectRepository.java
  31. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/InputProjectProvider.java
  32. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ProjectServerSettings.java
  33. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ProjectServerSettingsProvider.java
  34. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/AbstractExclusionFilters.java
  35. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/DefaultProjectFileSystem.java
  36. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ModuleCoverageAndDuplicationExclusions.java
  37. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ModuleExclusionFilters.java
  38. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ProjectCoverageAndDuplicationExclusions.java
  39. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ProjectExclusionFilters.java
  40. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ProjectFileIndexer.java
  41. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/AbstractSensorWrapper.java
  42. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ModuleSensorContext.java
  43. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ModuleSensorExtensionDictionnary.java
  44. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ModuleSensorOptimizer.java
  45. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ProjectSensorExtensionDictionnary.java
  46. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ProjectSensorOptimizer.java
  47. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ProjectSensorWrapper.java
  48. 1
    1
      sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ProjectSensorsExecutor.java
  49. 1
    1
      sonar-scanner-engine/src/test/java/org/sonar/scanner/bootstrap/PostJobExtensionDictionnaryTest.java
  50. 1
    1
      sonar-scanner-engine/src/test/java/org/sonar/scanner/phases/ProjectCoverageExclusionsTest.java
  51. 1
    1
      sonar-scanner-engine/src/test/java/org/sonar/scanner/repository/MultiModuleProjectRepositoryTest.java
  52. 4
    4
      sonar-scanner-engine/src/test/java/org/sonar/scanner/repository/SingleProjectRepositoryTest.java
  53. 4
    4
      sonar-scanner-protocol/src/main/java/org/sonar/scanner/protocol/input/MultiModuleProjectRepository.java
  54. 4
    4
      sonar-scanner-protocol/src/main/java/org/sonar/scanner/protocol/input/SingleProjectRepository.java
  55. 1
    1
      sonar-scanner-protocol/src/test/java/org/sonar/scanner/protocol/input/MultiModuleProjectRepositoryTest.java
  56. 4
    4
      sonar-scanner-protocol/src/test/java/org/sonar/scanner/protocol/input/SingleProjectRepositoryTest.java

+ 1
- 1
plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/extensions/XooIssueFilter.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/global/DeprecatedGlobalSensor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/component/ComponentUuidFactoryImpl.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/component/ComponentUuidFactoryWithMigration.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/component/ReportModulesPath.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/IssueRelocationToRoot.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/ProjectTrackerBaseLazyInput.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/component/ReportModulesPathTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/issue/IssueRelocationToRootTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/issue/ProjectTrackerBaseLazyInputTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentWithModuleUuidDto.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v76/DeleteModuleAndFolderMeasures.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v76/DeleteUselessProperty.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v76/MigrateModuleProperties.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-db-migration/src/test/java/org/sonar/server/platform/db/migration/version/v76/DeleteModuleAndFolderMeasuresTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-db-migration/src/test/java/org/sonar/server/platform/db/migration/version/v76/DeleteUselessPropertyTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-db-migration/src/test/java/org/sonar/server/platform/db/migration/version/v76/MigrateModulePropertiesTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-web/src/main/js/apps/component-measures/components/MeasureContentHeader.tsx View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-web/src/main/js/apps/projectKey/Key.tsx View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-web/src/main/js/apps/projectKey/__tests__/Key-test.tsx View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/AbstractProjectOrModule.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/DefaultInputProject.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-plugin-api/src/main/java/org/sonar/api/batch/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-plugin-api/src/main/java/org/sonar/api/scanner/ScannerSide.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-plugin-api/src/main/java/org/sonar/api/scanner/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-plugin-api/src/main/java/org/sonar/api/scanner/sensor/ProjectSensor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-plugin-api/src/test/java/org/sonar/api/batch/fs/internal/DefaultInputModuleTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/bootstrap/PostJobExtensionDictionnary.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 4
- 4
sonar-scanner-engine/src/main/java/org/sonar/scanner/repository/MultiModuleProjectRepository.java View File

@@ -1,18 +1,18 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 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.

+ 4
- 4
sonar-scanner-engine/src/main/java/org/sonar/scanner/repository/SingleProjectRepository.java View File

@@ -1,18 +1,18 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 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.

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/InputProjectProvider.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ProjectServerSettings.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ProjectServerSettingsProvider.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/AbstractExclusionFilters.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/DefaultProjectFileSystem.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ModuleCoverageAndDuplicationExclusions.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ModuleExclusionFilters.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ProjectCoverageAndDuplicationExclusions.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ProjectExclusionFilters.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ProjectFileIndexer.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/AbstractSensorWrapper.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ModuleSensorContext.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ModuleSensorExtensionDictionnary.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ModuleSensorOptimizer.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ProjectSensorExtensionDictionnary.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ProjectSensorOptimizer.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ProjectSensorWrapper.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/sensor/ProjectSensorsExecutor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/test/java/org/sonar/scanner/bootstrap/PostJobExtensionDictionnaryTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/test/java/org/sonar/scanner/phases/ProjectCoverageExclusionsTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-scanner-engine/src/test/java/org/sonar/scanner/repository/MultiModuleProjectRepositoryTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 4
- 4
sonar-scanner-engine/src/test/java/org/sonar/scanner/repository/SingleProjectRepositoryTest.java View File

@@ -1,18 +1,18 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 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.

+ 4
- 4
sonar-scanner-protocol/src/main/java/org/sonar/scanner/protocol/input/MultiModuleProjectRepository.java View File

@@ -1,18 +1,18 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 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.

+ 4
- 4
sonar-scanner-protocol/src/main/java/org/sonar/scanner/protocol/input/SingleProjectRepository.java View File

@@ -1,18 +1,18 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 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.

+ 1
- 1
sonar-scanner-protocol/src/test/java/org/sonar/scanner/protocol/input/MultiModuleProjectRepositoryTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 4
- 4
sonar-scanner-protocol/src/test/java/org/sonar/scanner/protocol/input/SingleProjectRepositoryTest.java View File

@@ -1,18 +1,18 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 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.

Loading…
Cancel
Save