From e3998d369658b43dca2db27d6f19ebb65f06cf25 Mon Sep 17 00:00:00 2001 From: Stephane Gamard Date: Sat, 16 Aug 2014 10:00:25 +0200 Subject: [PATCH] Added license header --- .../java/org/sonar/process/MonitorTest.java | 19 +++++++++++++++++++ .../java/org/sonar/process/ProcessTest.java | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) 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; -- 2.39.5