From: Stephane Gamard Date: Tue, 8 Jul 2014 07:30:18 +0000 (+0200) Subject: fix quality flaw (license) X-Git-Tag: 4.5-RC1~680 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c74587082bed75c05fdae877a01beda7f0c72e2;p=sonarqube.git fix quality flaw (license) --- diff --git a/sonar-process/src/main/java/org/sonar/process/Launcher.java b/sonar-process/src/main/java/org/sonar/process/Launcher.java index fb5cc056f8c..8c7ed2e8b71 100644 --- a/sonar-process/src/main/java/org/sonar/process/Launcher.java +++ b/sonar-process/src/main/java/org/sonar/process/Launcher.java @@ -1,3 +1,22 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube 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. + * + * SonarQube 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 org.sonar.process; import org.slf4j.Logger; diff --git a/sonar-process/src/main/java/org/sonar/process/Runner.java b/sonar-process/src/main/java/org/sonar/process/Runner.java index 9930b81fcf0..089b16fc709 100644 --- a/sonar-process/src/main/java/org/sonar/process/Runner.java +++ b/sonar-process/src/main/java/org/sonar/process/Runner.java @@ -1,3 +1,22 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube 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. + * + * SonarQube 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 org.sonar.process; import org.slf4j.Logger; diff --git a/sonar-process/src/test/java/org/sonar/process/LauncherTest.java b/sonar-process/src/test/java/org/sonar/process/LauncherTest.java index b48e915025b..22bdd9683a6 100644 --- a/sonar-process/src/test/java/org/sonar/process/LauncherTest.java +++ b/sonar-process/src/test/java/org/sonar/process/LauncherTest.java @@ -1,3 +1,22 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube 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. + * + * SonarQube 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 org.sonar.process; public class LauncherTest { diff --git a/sonar-process/src/test/java/org/sonar/process/RunnerTest.java b/sonar-process/src/test/java/org/sonar/process/RunnerTest.java index 55e9db128e3..26cbb6b80dd 100644 --- a/sonar-process/src/test/java/org/sonar/process/RunnerTest.java +++ b/sonar-process/src/test/java/org/sonar/process/RunnerTest.java @@ -1,3 +1,22 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube 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. + * + * SonarQube 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 org.sonar.process; public class RunnerTest { diff --git a/sonar-runner/src/main/java/org/sonar/node/Launcher.java b/sonar-runner/src/main/java/org/sonar/node/Launcher.java index 59ac8d0da0e..d05a49f8c45 100644 --- a/sonar-runner/src/main/java/org/sonar/node/Launcher.java +++ b/sonar-runner/src/main/java/org/sonar/node/Launcher.java @@ -1,3 +1,22 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube 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. + * + * SonarQube 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 org.sonar.process; import org.slf4j.Logger; diff --git a/sonar-runner/src/main/java/org/sonar/node/Process.java b/sonar-runner/src/main/java/org/sonar/node/Process.java index b61ca1b6536..bea87000834 100644 --- a/sonar-runner/src/main/java/org/sonar/node/Process.java +++ b/sonar-runner/src/main/java/org/sonar/node/Process.java @@ -1,3 +1,22 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube 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. + * + * SonarQube 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 org.sonar.process; import org.slf4j.Logger; diff --git a/sonar-runner/src/main/java/org/sonar/runner/SonarProcess.java b/sonar-runner/src/main/java/org/sonar/runner/SonarProcess.java index f2b814ced06..1bf9d3fe1ce 100644 --- a/sonar-runner/src/main/java/org/sonar/runner/SonarProcess.java +++ b/sonar-runner/src/main/java/org/sonar/runner/SonarProcess.java @@ -1,3 +1,22 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube 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. + * + * SonarQube 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 org.sonar.runner; public class SonarProcess extends Thread {