]> source.dussan.org Git - sonarqube.git/commitdiff
Update license headers 6.7.6
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 19 Nov 2018 15:51:14 +0000 (16:51 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 19 Nov 2018 16:49:11 +0000 (17:49 +0100)
118 files changed:
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsPlugin.java
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsSensor.java
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsTaskExtension.java
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/BackdatingPlugin.java
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/package-info.java
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/CustomRulesDefinition.java
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/MyCustomProcessor.java
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/package-info.java
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/BackdatingPlugin.java
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/api/CustomProcessor.java
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/package-info.java
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/BackRulesDefinition.java
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/BackSensorV1.java
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/package-info.java
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/BackdatingPlugin.java
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/api/CustomProcessor.java
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/package-info.java
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/BackRulesDefinition.java
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/BackSensorV2.java
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/package-info.java
tests/plugins/base-auth-plugin/src/main/java/FakeBaseAuthPlugin.java
tests/plugins/base-auth-plugin/src/main/java/FakeBaseIdProvider.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/BatchPlugin.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/DumpSettingsInitializer.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/RaiseMessageException.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/TempFolderExtension.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/WaitingSensor.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleMeasureComputer.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleMetric.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleProperty.java
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleSensor.java
tests/plugins/extension-lifecycle-plugin/src/main/java/BatchService.java
tests/plugins/extension-lifecycle-plugin/src/main/java/ExtensionLifecyclePlugin.java
tests/plugins/extension-lifecycle-plugin/src/main/java/ProjectService.java
tests/plugins/extension-lifecycle-plugin/src/main/java/ServerService.java
tests/plugins/fake-billing-plugin/src/main/java/FakeBillingPlugin.java
tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java
tests/plugins/fake-governance-plugin/src/main/java/FakeGovernancePlugin.java
tests/plugins/fake-governance-plugin/src/main/java/ce/BombConfig.java
tests/plugins/fake-governance-plugin/src/main/java/ce/ComponentBombReportAnalysisComponentProvider.java
tests/plugins/fake-governance-plugin/src/main/java/ce/IseTaskProcessor.java
tests/plugins/fake-governance-plugin/src/main/java/ce/OOMGenerator.java
tests/plugins/fake-governance-plugin/src/main/java/ce/OkTaskProcessor.java
tests/plugins/fake-governance-plugin/src/main/java/ce/OomTaskProcessor.java
tests/plugins/fake-governance-plugin/src/main/java/ce/ws/BombActivatorAction.java
tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGoVWsAction.java
tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGovWs.java
tests/plugins/fake-governance-plugin/src/main/java/ce/ws/SubmitAction.java
tests/plugins/fake-governance-plugin/src/main/java/systemPasscode/SystemPasscodeWebService.java
tests/plugins/fake-governance-plugin/src/main/java/workerCount/FakeWorkerCountProviderImpl.java
tests/plugins/fake-governance-plugin/src/main/java/workerCount/RefreshWorkerCountAction.java
tests/plugins/fake-governance-plugin/src/main/java/workerlatch/LatchControllerWorkerMeasureComputer.java
tests/plugins/fake-governance-plugin/src/main/java/workerlatch/WorkerLatchMetrics.java
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/Foo.java
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/FooPlugin.java
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/package-info.java
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/FooBasicProfile.java
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/package-info.java
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/Foo.java
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/FooPlugin.java
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/package-info.java
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/FooBasicProfile.java
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/package-info.java
tests/plugins/global-property-change-plugin/src/main/java/FakeGlobalPropertyChange.java
tests/plugins/global-property-change-plugin/src/main/java/GlobalPropertyChangePlugin.java
tests/plugins/issue-filter-plugin/src/main/java/IssueFilterBeforeLine5.java
tests/plugins/issue-filter-plugin/src/main/java/IssueFilterPlugin.java
tests/plugins/issue-filter-plugin/src/main/java/ModuleIssueFilter.java
tests/plugins/l10n-fr-pack/src/main/java/SimpleFrenchPackPlugin.java
tests/plugins/license-plugin/src/main/java/LicensePlugin.java
tests/plugins/oauth2-auth-plugin/src/main/java/FakeOAuth2AuthPlugin.java
tests/plugins/oauth2-auth-plugin/src/main/java/FakeOAuth2IdProvider.java
tests/plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java
tests/plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java
tests/plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java
tests/plugins/posttask-plugin/src/main/java/PostTaskPlugin.java
tests/plugins/project-builder-plugin/src/main/java/CreateSubProjects.java
tests/plugins/project-builder-plugin/src/main/java/ProjectBuilderPlugin.java
tests/plugins/project-builder-plugin/src/main/java/RenameProject.java
tests/plugins/property-relocation-plugin/src/main/java/CheckProperties.java
tests/plugins/property-relocation-plugin/src/main/java/PropertyRelocationPlugin.java
tests/plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java
tests/plugins/save-measure-on-module-plugin/src/main/java/org/sonar/measure/ModuleMeasureSensor.java
tests/plugins/save-measure-on-module-plugin/src/main/java/org/sonar/measure/SaveMeasureOnModulePlugin.java
tests/plugins/security-plugin/src/main/java/FakeAuthenticator.java
tests/plugins/security-plugin/src/main/java/FakeGroupsProvider.java
tests/plugins/security-plugin/src/main/java/FakeRealm.java
tests/plugins/security-plugin/src/main/java/FakeUsersProvider.java
tests/plugins/security-plugin/src/main/java/SecurityPlugin.java
tests/plugins/security-plugin/src/test/java/FakeAuthenticatorTest.java
tests/plugins/server-plugin/src/main/java/ServerPlugin.java
tests/plugins/server-plugin/src/main/java/ServerStartupLock.java
tests/plugins/server-plugin/src/main/java/StartupCrash.java
tests/plugins/server-plugin/src/main/java/TempFolderExtension.java
tests/plugins/server-plugin/src/main/java/ce/CePauseStep.java
tests/plugins/server-plugin/src/main/java/ce/PauseMetric.java
tests/plugins/settings-encryption-plugin/src/main/java/EncryptionVerifier.java
tests/plugins/settings-encryption-plugin/src/main/java/SettingsEncryptionPlugin.java
tests/plugins/settings-plugin/src/main/java/PropertyTypes.java
tests/plugins/settings-plugin/src/main/java/ServerExtensionWithProperties.java
tests/plugins/settings-plugin/src/main/java/SettingsPlugin.java
tests/plugins/sonar-fake-plugin/src/main/java/FakePlugin.java
tests/plugins/sonar-subcategories-plugin/src/main/java/SubCategoriesPlugin.java
tests/plugins/ui-extensions-plugin/src/main/java/UiExtensionsPlugin.java
tests/plugins/ui-extensions-plugin/src/main/java/UiPageDefinition.java
tests/plugins/ui-extensions-plugin/src/main/resources/static/extension.js
tests/plugins/ui-extensions-plugin/src/main/resources/static/global_admin_page.js
tests/plugins/ui-extensions-plugin/src/main/resources/static/global_page.js
tests/plugins/ui-extensions-plugin/src/main/resources/static/organization_admin_page.js
tests/plugins/ui-extensions-plugin/src/main/resources/static/organization_page.js
tests/plugins/ui-extensions-plugin/src/main/resources/static/project_admin_page.js
tests/plugins/ui-extensions-plugin/src/main/resources/static/project_page.js
tests/plugins/wait-at-platform-level4-plugin/src/main/java/WaitAtPlaformLevel4Plugin.java
tests/plugins/wait-at-platform-level4-plugin/src/main/java/WaitAtPlatformLevel4.java
tests/plugins/ws-plugin/src/main/java/LocalCallWebService.java
tests/plugins/ws-plugin/src/main/java/WsPlugin.java

index a4e7da75764e0c3e5b9b585c2c430dcf35fde2ca..3d37f7be9249a642954541eea430818e2147dead 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import org.sonar.api.SonarPlugin;
 
 import java.util.Arrays;
 import java.util.List;
+import org.sonar.api.SonarPlugin;
 
 public class AccessSecuredPropsPlugin extends SonarPlugin {
 
index 9aca5155bb92b785f6f4e326831d522deb1e861f..63318c77e09bfcac68da5b94180e92197565eab1 100644 (file)
@@ -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
index 0132b56eefb2d11943545d2dc2d6f3af569056a0..b8d65241e109b588897741791ff420169a1d59b7 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
+
 import org.sonar.api.Properties;
 import org.sonar.api.Property;
-import org.sonar.api.batch.Sensor;
-import org.sonar.api.batch.SensorContext;
 import org.sonar.api.config.Settings;
 import org.sonar.api.task.TaskExtension;
-import org.sonar.api.resources.Project;
 
 @Properties({
     @Property(
index e6b24bc1bab0845ba56b6e4e5dfaa7f90c164714..cc7970f4825a416494d5af9b3731fc7c85600fc5 100644 (file)
@@ -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
index 9bc11a1358c54644301202f63115b9f8f867255e..f6ebaad53e44401911d4851f0bfc7c9e1d080316 100644 (file)
@@ -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
index 3e338fd6734885b3c6d66e47d902505ca0f6d922..27576eb0aa87084db49197ab2eb3598f288a3a45 100644 (file)
@@ -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
index 981c7f7777c0a9fc976a6eb152b571f447f38ab1..fb0521ecfd576ad6e03cf239ea69ac6c06f5df4c 100644 (file)
@@ -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
index a5239fe69925312773fe580f6d80d69bcc88ab20..ca91470095d846b4c27caa6ac5509598de64aaa1 100644 (file)
@@ -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
index b28c1c98eba32524320a60617594ca20574a84e1..bc766a7a2c8654285691df08a4bdbd922eabdad4 100644 (file)
@@ -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
index 2ad47d4af24ee8163c5e5bdb46dcb1ea4f94c0a7..2d21dcd08a443aec2d7800c3b1b24c582e54824f 100644 (file)
@@ -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
index 293300416ac8894431239d32eeecd3c2eb7da386..107b3c924ab9b91558c9914853a7a0f6bc3d51d7 100644 (file)
@@ -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
index 85715b16e351d1b24cfe684cd48a007b2b2b52ef..c57de69c1e85882686ef977c27b17198587b5337 100644 (file)
@@ -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
index 48eab7da30c5a02c7de8b1ed503dd809792b35a5..a4d68dd51b511084efe5387d48e41bfa2ccfe07f 100644 (file)
@@ -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
index 4a1857f5ce24133e75ba4bd38dbbf85ef2098fa3..eafb63da15c40d574df42173fa98acf68e4d2e87 100644 (file)
@@ -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
index ee65cdbad86399d6d74c83a303ad1266b3612176..e67a36d645b68497b25408aec6992088009193a1 100644 (file)
@@ -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
index 2ad47d4af24ee8163c5e5bdb46dcb1ea4f94c0a7..2d21dcd08a443aec2d7800c3b1b24c582e54824f 100644 (file)
@@ -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
index 293300416ac8894431239d32eeecd3c2eb7da386..107b3c924ab9b91558c9914853a7a0f6bc3d51d7 100644 (file)
@@ -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
index 85715b16e351d1b24cfe684cd48a007b2b2b52ef..c57de69c1e85882686ef977c27b17198587b5337 100644 (file)
@@ -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
index 3e827b3e23cc081bee3089159bb401645ed53433..73fef191b713723e09ff49f8658a6dde7b2bc79e 100644 (file)
@@ -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
index 4a1857f5ce24133e75ba4bd38dbbf85ef2098fa3..eafb63da15c40d574df42173fa98acf68e4d2e87 100644 (file)
@@ -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
index ee04f716930ffa4c10d4e713d520ef0eed568fc1..df748891151a71b22f0ee53eb64bfb5f0f5b77da 100644 (file)
@@ -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
index 2e191e1e3066a70a741a9777890fee775a12cd82..3e2ae82d494d941509490f96ebb347509d84db99 100644 (file)
@@ -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
index 08f533ecea0205baac91641eb75d2681f0e7fcef..0586c4c46072b67d61d47fe6d7d51331c2c8b4bd 100644 (file)
@@ -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
index 5149d72779c44e212a1b314bbb1e18b5d814452b..e7af19145ae8a431f7a7f566f1bc34e017d0ec7a 100644 (file)
@@ -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
index a1acf47fb396f26ce8fa5ae972c4771b119e5734..db8241cee471565b1a807f97b8a7e54bbdb77272 100644 (file)
@@ -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
index 1549471ff0f80a4c562d4ce43aa23c1c6af0ceb6..142474e789064ce86b415e7915a87976982106c6 100644 (file)
@@ -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
index a498e8534aaa99ed6dd90edcdb27ac71799b5d9e..e0d3a9c030f135e49060716e9b1e99afcbd1497f 100644 (file)
@@ -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
index 38140cd597f328808cf5b5ec8bb975be6125fdeb..cbf79adc899327acdfbc400f6a8f908545f51639 100644 (file)
@@ -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
index aa2454b2a8921ff7b405e4b37c17eb68a59f3047..ce29eb3b0d8696f6ca7cce181a2b483a9ce0a8c0 100644 (file)
@@ -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
index c070434eeec89b03aae2cfb9cc772790e2eb96f3..b831f72d44bae16fd8c6908283699266bf137d06 100644 (file)
@@ -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
index 788627bb9201ca76f18dc9e894cae22bc9bdc9b5..d44dc7556a54cd38382543d86cdd210544b66187 100644 (file)
@@ -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
index 3ab267e6f169cd5eff3ac8a452c6656701eaeda0..b39092e13f8ba39f409167d02438fcfc9b452e57 100644 (file)
@@ -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
index 4c12f9f519b248e2d7c8f84441e006f6f15122f4..7e45a450cfd293e45ac592754a6e24e80d982b87 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import org.sonar.api.SonarPlugin;
 
 import java.util.Arrays;
 import java.util.List;
+import org.sonar.api.SonarPlugin;
 
 public class ExtensionLifecyclePlugin extends SonarPlugin {
   public List getExtensions() {
index 93fcfe614038ef1bf6c64922c95296db6195a22f..3a3ef5d75d4162f1b2ae5fa0a4c5b6cc9dd3dff4 100644 (file)
@@ -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
index f4db1a985555cfb1ca7b4a3bc2cdfd980b90e90d..0487bd71c6b2e5d815ec25ebaea05b5558f6f8f1 100644 (file)
@@ -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
index 910dfc9998a01ce5fca78abd0d1405052948ac2a..6aab3e55223881cf75efc264a174421921407337 100644 (file)
@@ -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.
+ */
 
 /*
  * SonarQube
index 8ce393111175d8ef63e2ed5dbeeedc263b7656c6..bfd4315f6d2fb081d6e00416a0ae879714abc073 100644 (file)
@@ -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.
+ */
 
 /*
  * SonarQube
index b37e201d61f9fc9189adf843da3bd0157a708135..b656d46f524df9ea7ac26d5c0aa20eb5e07f5abd 100644 (file)
@@ -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;
index 3e5af086b86cc5a7b4aa3626cd8c980363436d99..d6fdd5d5e499ddee4d284ee8d54b08bb6f4a6406 100644 (file)
@@ -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
index 166f526fca4c815b1532d0e2315b6f19562eea41..2b2ea4eee9b41f40cdabe28a6378c85a7e94afcf 100644 (file)
@@ -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
index a6960d1b049a6432e2c408aabece4f410a7ffce9..40b11ec079dc9a70bf291748cfb1db400b6faaef 100644 (file)
@@ -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
index 4fcef07cb80d5ec3026231e8aacecf0f6f9e7ae9..e8673412fc24373125163569a509002eb05d36a2 100644 (file)
@@ -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
index 92e05032fa0999a1ab42d9e007013990f41ee917..88d9abaf013f69279c7146bdcc2d877c56a9952b 100644 (file)
@@ -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
index 384d3201daaa3f1da293cf36d0a228c4d8d73301..a79c71f0ec756e7192c03a4b2e8fec823d93895f 100644 (file)
@@ -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
index e2366b8e16ad9b2325e01b579c5b761e6e94c127..207661f5adad1497541ffc191114f2a6935e81d4 100644 (file)
@@ -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
index bd361f9296176a43264a7056748f0b9292d69734..58fb69a8b725f749809d9e88b6ed0cbd83da769d 100644 (file)
@@ -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
index 9d89cfbb79513eb98589cc45173a7049c9681d4c..41a49841088c0b94bca6e6ff2d2a053b169e7b8f 100644 (file)
@@ -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
index 42f037f819c02766bd484233ae1750f2a92a87a0..35744e5ef5b0819df7663dd2cf0d7d42a7d8cae4 100644 (file)
@@ -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
index cdeadf75de02ba579615af8df7ec7cf65976ecef..ee87f516af1720a3d75563e5f2eac8a8973ee7fd 100644 (file)
@@ -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
index 467642e86a1d538666daf8ca527e88f5dec35458..4e05ecda89d05d4931023ac77f53b4546478c475 100644 (file)
@@ -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
index 9308950891901301a5c924c0189ca59fc6f26e85..61ad50dcc9b451f21aeda838e0d0a16e32580922 100644 (file)
@@ -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
index b7b04e57eed68f8098ded51a2eb3147ed4118aaf..c6d2391f9f0da6d32aec840dd0e3babcbb1d8105 100644 (file)
@@ -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
index 8689c9b1bbad2b7450a451193ccdf181cdae79d2..7b31a6c666a7bd11c7843252d09f8a4b6eeee7a4 100644 (file)
@@ -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
index a2b2d237b01f8cfc651eb0f787fd216ed9cc7edf..0fe6566e0d601da5150837e4339f2df3097ddd77 100644 (file)
@@ -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
index 17677e0acb23a04a333ff5e42a4387568e7fb3b6..673c8a002cda790ab17ec4ffd583f01ac570ae29 100644 (file)
@@ -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
index 24613bbdaf754d8a41135f615119c78a7bea0b21..7ebb0e1198d987cb932266dd264fd87ada011dbc 100644 (file)
@@ -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
index 73f54dc30f4eb29b94ede2d873038c8782a7647c..56f506619091117faa51a0e7a59db9d4ea5e3e93 100644 (file)
@@ -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
index 039cea9fd2bac63e27cc3d5a94a73d264dd3af25..12f81a5849060555fbafb76c292097586d040174 100644 (file)
@@ -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
index b3209c8ac96a9c2857f569e2c6ca67302c0d939d..86ad39950f404954bc95448b3ffc7b76ee8c742b 100644 (file)
@@ -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
index a2b2d237b01f8cfc651eb0f787fd216ed9cc7edf..0fe6566e0d601da5150837e4339f2df3097ddd77 100644 (file)
@@ -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
index 17677e0acb23a04a333ff5e42a4387568e7fb3b6..673c8a002cda790ab17ec4ffd583f01ac570ae29 100644 (file)
@@ -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
index 24613bbdaf754d8a41135f615119c78a7bea0b21..7ebb0e1198d987cb932266dd264fd87ada011dbc 100644 (file)
@@ -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
index aceb76331e26058857825673ee40b9639b2f0039..9c31db02314433a8b6cbabbfba82ce9cba51b406 100644 (file)
@@ -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
index a0ef0ccbdf791318b9c23e9d06f7a62aaed1aa8a..6054d1d55c4dbdd6d159d08610ca1283c10cbc94 100644 (file)
@@ -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
index b3209c8ac96a9c2857f569e2c6ca67302c0d939d..86ad39950f404954bc95448b3ffc7b76ee8c742b 100644 (file)
@@ -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
index 551ed92f6766fafe3534b2867214278a36dbb7d1..ac09324b847e1c3303da37f6e8d6a3585e4517cf 100644 (file)
@@ -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
index 5332fc9a3a5b528be583ae9ce6bab3930b981ef6..c923c93ac66b2c435e3676ee43c6478e1759b24a 100644 (file)
@@ -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
index 44d34cba7220d78e7edf870f33236f80820bcb21..43bd3722d5b635e8ab444169c8821aba0975c92f 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import org.sonar.api.scan.issue.filter.IssueFilterChain;
 
-import org.sonar.api.scan.issue.filter.FilterableIssue;
 import org.sonar.api.config.Settings;
+import org.sonar.api.scan.issue.filter.FilterableIssue;
 import org.sonar.api.scan.issue.filter.IssueFilter;
+import org.sonar.api.scan.issue.filter.IssueFilterChain;
 
 /**
  * This filter removes the issues that are on line < 5
index 94d5b87396eb4d9685f05198e7841cf6c0e058ad..07150cb0c4ec62f60ded07d215c97c4cd7800e59 100644 (file)
@@ -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
index 48f549a264e0bbab8b4aa9384702476b80a0ef80..9ae792dd388b60f04d6adccbf7eb8fe18530d4d3 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import org.sonar.api.scan.issue.filter.FilterableIssue;
 
-import org.sonar.api.scan.issue.filter.IssueFilterChain;
 import org.sonar.api.config.Settings;
-import org.sonar.api.scan.issue.filter.IssueFilter;
 import org.sonar.api.rule.RuleKey;
+import org.sonar.api.scan.issue.filter.FilterableIssue;
+import org.sonar.api.scan.issue.filter.IssueFilter;
+import org.sonar.api.scan.issue.filter.IssueFilterChain;
 
 /**
  * This filter removes the issues that are raised by Xoo plugin on modules.
index 221e7131a905ee2fe9f6d1d368209e6d76da295a..ff54902253024be174c6e53ab6353a5bf638c41f 100644 (file)
@@ -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
index 9bd74374f3725c243e73e226b986ccabb7d5c1c5..b19dc11cb8c3614114d19775ab304ea22cf6882f 100644 (file)
@@ -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
index 5fa419d32892dfa451d18c483bdb24f5f7ef905f..98a9509161fa9259434d80a98fad706bd4b58f62 100644 (file)
@@ -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
index deb426145c4eae7c10b19ad091342b94dbd273c4..a5a3aca65ce7590bb6978aed19cb6ab84b46b0bc 100644 (file)
@@ -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
index 7013a6707a883e41ae011c3cd188b740d93156f5..a8000c01bb9c91d34510ac8fb67da1581f56a773 100644 (file)
@@ -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
index 120610a2da282e139d21c7ebc43715186b3f0b80..62c0c666d6eed458c98d90f51727a16899d8c568 100644 (file)
@@ -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
index 0c288ec01d51927bc2f749749ce1bc482fa5fd24..399e7c8c19c7ac24c9b737b5f89c7b7a9c44da02 100644 (file)
@@ -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.
  */
-
 /*
  * SonarQube
  * Copyright (C) 2009-2016 SonarSource SA
index 07ce105ff4e93e9f7909fe604099c16ebaadf546..7336d9e2f54dd0cdb94a75a2962cdedc6d5e6839 100644 (file)
@@ -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
index e1fe412282d835cd1bc3d629eb8e260b20e98f6a..0130fc872a7c9c54cf217a80aca0ca6adbde9461 100644 (file)
@@ -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.
  */
-
 /*
  * SonarQube
  * Copyright (C) 2009-2016 SonarSource SA
index f57669929d3d07a2ff8bb8ae1137ebbb795b34ab..d7ff9a1c9ad298f23693034ce96d165e9ba45a03 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import org.sonar.api.SonarPlugin;
 
 import java.util.Arrays;
 import java.util.List;
+import org.sonar.api.SonarPlugin;
 
 public class ProjectBuilderPlugin extends SonarPlugin {
   public List getExtensions() {
index 22d1dd3cccb80bfa13b089cf267e66c6d538762b..19ee82ed7821eb3380736a634cb198a9be13ca82 100644 (file)
@@ -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.
  */
-
 /*
  * SonarQube
  * Copyright (C) 2009-2016 SonarSource SA
index b4e7ec1b185e87f9880f371a4d2da68806d7b67f..a4068c1ff6dad39b6b6a8fa05045ed48872b225c 100644 (file)
@@ -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
index aa0ebbfae38a1c1865abe49c197c3ed18b8209d3..a984fa45b362f4e7f38e8f8bfc8bf78c20f7f4dd 100644 (file)
@@ -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
index 357411d6980ede4c96346e4b2b10708bc7af0a36..e2421e295ebdd95da76773e62ca9c0b398b0e611 100644 (file)
@@ -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
index 09e3358fc1fbfb07ae9faee2564798435091d91f..7e4f9ce6bcea08106a33f296f0dc2afa71b9eb5e 100644 (file)
@@ -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
index 1046e8a8788d35281ad638db53b7282354f87529..fa28928bcc6ebf0d6cf69965f47e8a17ef58bad8 100644 (file)
@@ -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
index 890263b0fbf7a151b5a9ec074551505c62c3f23a..e4c5b0dd1bc0eaf8b579f760615ba12c281fc503 100644 (file)
@@ -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
index 3ab14818a34a7034e83ac690a350fc2b690c2ed3..f2b4e86c63684719fa6204827ecd56cbfa4fc0fe 100644 (file)
@@ -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
index 152ea921b21af4ea5549b091090cd82213e3397f..ee53c4d9297fd001ffecaed38d87991803050de2 100644 (file)
@@ -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
index 90c95de3e1cba5492b737e62c3bda452e472961f..95a381c882093cf202cea049ac8a96bc3f787506 100644 (file)
@@ -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
index c1cf7cd3b9e02640d9fe509e1d65b8837fb83fda..250cbf83210fc33ec0e41701fb4b3185476d0df0 100644 (file)
@@ -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
index 37f5fc038adf67bd4aa414bc6288cf66e20bbb78..69f0e140bc09ebe9ea19603a17766b523e668ee3 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
+
 import java.util.Map;
 import org.junit.Before;
 import org.junit.Test;
-import org.sonar.api.config.internal.MapSettings;
 import org.sonar.api.config.Settings;
+import org.sonar.api.config.internal.MapSettings;
 import org.sonar.api.security.UserDetails;
 
 import static org.assertj.core.api.Assertions.assertThat;
index ed760a9c926807c13da335b545c8267df122051b..d9b81db3edc6e45717c1fe784bb1a57bf0d7f9d8 100644 (file)
@@ -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.CePauseStep;
 import ce.PauseMetric;
 import java.util.Arrays;
index f7c4d7e68639af10fb5298fe3201032238ac2ce4..02125e663416174d599d262186cc48c8dd7a4b61 100644 (file)
@@ -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 java.io.File;
 import java.util.Optional;
 import org.sonar.api.SonarRuntime;
index 3e55bab80b982d316f82263012e05c63621a0151..dcde8c8e1d387c6e01cac035fceaefbf2e62c8c6 100644 (file)
@@ -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
index ddddf9d44de5b2cb2058279643d3811734f92062..77618177e0b02be749b2a9c5bcc4428c122069d4 100644 (file)
@@ -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
index 8214ac56d310ffcc481ee572b47a9617be16c48d..73d84aa8afb4a07424696650bb24fa6a42230b89 100644 (file)
@@ -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
index a16f821e4e47906eec795e077655be52d39f9c1a..26d48ef65f8cb888cd0db27f23a06b75c7b320ed 100644 (file)
@@ -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
index 64a5f686a9abb25059b39bcac2622674fbbd93fa..572d8863ad798f31341bb7a3309c1a56aa302e2f 100644 (file)
@@ -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
index f387aa353a10cfd2845ecdb18caa1355c8275dc3..62fd5d6c82139afd85be19a238b140c40ebfb25e 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import org.sonar.api.SonarPlugin;
 
 import java.util.Arrays;
 import java.util.List;
+import org.sonar.api.SonarPlugin;
 
 public class SettingsEncryptionPlugin extends SonarPlugin {
   public List getExtensions() {
index 6af745cf3a34ad9fc7e134d45ab071b75c1a22e4..f6cac4d0b092af00ebb41de0211a157a2ed18073 100644 (file)
@@ -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
index c01936636a5b8c78b92dd9c224d947ce65c16724..d80d107c10984854055dc2197b1d83ed1f7e1746 100644 (file)
@@ -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
index 919c2960f2cc7d54c64970f5d9da4682aaaca518..6ed5f785fbf73ca53bb48984dc6cd6dc47703605 100644 (file)
@@ -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
index 9cb009a8f1e5362e839788359112d688b0cbafbb..456785406444324431014ac1013f302e4c4e15f1 100644 (file)
@@ -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
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import org.sonar.api.SonarPlugin;
 
 import java.util.Collections;
 import java.util.List;
+import org.sonar.api.SonarPlugin;
 
 public final class FakePlugin extends SonarPlugin {
 
index 5168128940130a1d7dd9bd6985d6ec1324c04ff9..0f20fd1bc8918e9efa0006027728879095890c88 100644 (file)
@@ -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
index 8c26c046b0b8e6ccc39ce7c5c4ecbaee73eca65c..e77b7e00c368470fcd818318654fbbf01064d7fc 100644 (file)
@@ -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.
  */
-
 /*
  * SonarQube
  * Copyright (C) 2009-2016 SonarSource SA
index 6bcddd7c72127817b14204a4cb9f63a8d698bdb6..e228243aeeb4b456a73562a8223c964981678eb9 100644 (file)
@@ -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.
  */
-
 /*
  * SonarQube
  * Copyright (C) 2009-2016 SonarSource SA
index fd35455a4ea5ba5f53b50691796d7e45372ecd60..a0b6561fb3232c639c2ae4e648cf2e59044b647f 100644 (file)
@@ -1,2 +1,21 @@
+/*
+ * 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.
+ */
 function hello() {
 }
index 18c70548fa8cece43e6ca8e33cc8e680c38a0ada..ec8d23a9b1ccc1f23fb94d5b4b2dcc8d7a0f1c10 100644 (file)
@@ -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.
+ */
 window.registerExtension('uiextensionsplugin/global_admin_page', function (options) {
   options.el.textContent = 'uiextensionsplugin/global_admin_page';
   return function () {};
index b60b5588c03a5567f56ce398d92f0a62776837c9..6f7ac9914f3886134a4506a27bb8310b78faa020 100644 (file)
@@ -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.
+ */
 window.registerExtension('uiextensionsplugin/global_page', function (options) {
   options.el.textContent = 'uiextensionsplugin/global_page';
   return function () {};
index a3f740d88233719b7c5828c070b9b0f68f24f313..18dd31f2ec13a5f91893d4249e571f1e985b8274 100644 (file)
@@ -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.
+ */
 window.registerExtension('uiextensionsplugin/organization_admin_page', function (options) {
   options.el.textContent = 'uiextensionsplugin/organization_admin_page';
   return function () {};
index 50c7e242f12d79c412e8374c6db7b116f976d50c..586b7e6e9bc8059844cc05f68b5edd722ff99fa2 100644 (file)
@@ -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.
+ */
 window.registerExtension('uiextensionsplugin/organization_page', function (options) {
   options.el.textContent = 'uiextensionsplugin/organization_page';
   return function () {};
index bc632ea0a851c010e95dd34fd7e5ff351234a139..a2fdc5b58e4ff81abfe6a79c8d571dd49b09d84e 100644 (file)
@@ -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.
+ */
 window.registerExtension('uiextensionsplugin/project_admin_page', function (options) {
   options.el.textContent = 'uiextensionsplugin/project_admin_page';
   return function () {};
index 1e28dace449e2640add38b4d4f72c007a0e99d5e..abd962feeb99ac03f3f26a63bff5e0b82a88a8dd 100644 (file)
@@ -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.
+ */
 window.registerExtension('uiextensionsplugin/project_page', function (options) {
   options.el.textContent = 'uiextensionsplugin/project_page';
   return function () {};
index c4713f9f49d3c1db51f31cef56d92854dbf248b6..354f7211acb0909e53ddd15ac208101b0da61a9f 100644 (file)
@@ -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
index 8bb8758386548be459614855af2fa0ce30fc515e..35aa2f02ec55c145a20cb960540dec641d31492d 100644 (file)
@@ -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 java.io.File;
 import java.util.Optional;
 import org.sonar.api.Startable;
index 7de752bba251c8d63e836b43198daff7274327e9..f74a3d00d506eaea423e02ac491e5e0de80010b4 100644 (file)
@@ -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
index e36a8551d0e2755e94975e7ba68c562444632c9a..e07adccc6fa772c2eafbb7983a30e196618db0ed 100644 (file)
@@ -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