diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-08-16 10:00:25 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-08-16 10:00:25 +0200 |
commit | e3998d369658b43dca2db27d6f19ebb65f06cf25 (patch) | |
tree | 1e1aab1087165c02e5104e1e8c56fb666aa58467 /server/process/sonar-process | |
parent | 0d0ef4032240519f609927766fbc69e4ac3bf99a (diff) | |
download | sonarqube-e3998d369658b43dca2db27d6f19ebb65f06cf25.tar.gz sonarqube-e3998d369658b43dca2db27d6f19ebb65f06cf25.zip |
Added license header
Diffstat (limited to 'server/process/sonar-process')
-rw-r--r-- | server/process/sonar-process/src/test/java/org/sonar/process/MonitorTest.java | 19 | ||||
-rw-r--r-- | server/process/sonar-process/src/test/java/org/sonar/process/ProcessTest.java | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/server/process/sonar-process/src/test/java/org/sonar/process/MonitorTest.java b/server/process/sonar-process/src/test/java/org/sonar/process/MonitorTest.java index 95146a8d1f1..e10a158ed87 100644 --- a/server/process/sonar-process/src/test/java/org/sonar/process/MonitorTest.java +++ b/server/process/sonar-process/src/test/java/org/sonar/process/MonitorTest.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.junit.After; diff --git a/server/process/sonar-process/src/test/java/org/sonar/process/ProcessTest.java b/server/process/sonar-process/src/test/java/org/sonar/process/ProcessTest.java index bcd066aae5d..f8b9430298f 100644 --- a/server/process/sonar-process/src/test/java/org/sonar/process/ProcessTest.java +++ b/server/process/sonar-process/src/test/java/org/sonar/process/ProcessTest.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.apache.commons.io.FileUtils; |