From ae629d3f581216ffd2ba8f50242d0330297056a6 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Sat, 12 Mar 2011 00:47:54 +0300 Subject: [PATCH] Add license headers --- .../batch/events/DecoratorsPhaseEvent.java | 19 +++++++++++++++++++ .../batch/events/DecoratorsPhaseHandler.java | 19 +++++++++++++++++++ .../sonar/batch/events/SensorsPhaseEvent.java | 19 +++++++++++++++++++ .../batch/events/SensorsPhaseHandler.java | 19 +++++++++++++++++++ 4 files changed, 76 insertions(+) diff --git a/sonar-batch/src/main/java/org/sonar/batch/events/DecoratorsPhaseEvent.java b/sonar-batch/src/main/java/org/sonar/batch/events/DecoratorsPhaseEvent.java index 34d92419c49..d88468c47aa 100644 --- a/sonar-batch/src/main/java/org/sonar/batch/events/DecoratorsPhaseEvent.java +++ b/sonar-batch/src/main/java/org/sonar/batch/events/DecoratorsPhaseEvent.java @@ -1,3 +1,22 @@ +/* + * Sonar, open source software quality management tool. + * Copyright (C) 2008-2011 SonarSource + * mailto:contact AT sonarsource DOT com + * + * Sonar 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. + * + * Sonar 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 Sonar; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + */ package org.sonar.batch.events; import org.sonar.api.batch.Decorator; diff --git a/sonar-batch/src/main/java/org/sonar/batch/events/DecoratorsPhaseHandler.java b/sonar-batch/src/main/java/org/sonar/batch/events/DecoratorsPhaseHandler.java index 9c118e9c63b..73b2a689f61 100644 --- a/sonar-batch/src/main/java/org/sonar/batch/events/DecoratorsPhaseHandler.java +++ b/sonar-batch/src/main/java/org/sonar/batch/events/DecoratorsPhaseHandler.java @@ -1,3 +1,22 @@ +/* + * Sonar, open source software quality management tool. + * Copyright (C) 2008-2011 SonarSource + * mailto:contact AT sonarsource DOT com + * + * Sonar 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. + * + * Sonar 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 Sonar; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + */ package org.sonar.batch.events; public interface DecoratorsPhaseHandler extends EventHandler { diff --git a/sonar-batch/src/main/java/org/sonar/batch/events/SensorsPhaseEvent.java b/sonar-batch/src/main/java/org/sonar/batch/events/SensorsPhaseEvent.java index 09ef80c7965..04fbcb37ad4 100644 --- a/sonar-batch/src/main/java/org/sonar/batch/events/SensorsPhaseEvent.java +++ b/sonar-batch/src/main/java/org/sonar/batch/events/SensorsPhaseEvent.java @@ -1,3 +1,22 @@ +/* + * Sonar, open source software quality management tool. + * Copyright (C) 2008-2011 SonarSource + * mailto:contact AT sonarsource DOT com + * + * Sonar 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. + * + * Sonar 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 Sonar; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + */ package org.sonar.batch.events; import org.sonar.api.batch.Sensor; diff --git a/sonar-batch/src/main/java/org/sonar/batch/events/SensorsPhaseHandler.java b/sonar-batch/src/main/java/org/sonar/batch/events/SensorsPhaseHandler.java index 256d24e3d55..74be799aa2e 100644 --- a/sonar-batch/src/main/java/org/sonar/batch/events/SensorsPhaseHandler.java +++ b/sonar-batch/src/main/java/org/sonar/batch/events/SensorsPhaseHandler.java @@ -1,3 +1,22 @@ +/* + * Sonar, open source software quality management tool. + * Copyright (C) 2008-2011 SonarSource + * mailto:contact AT sonarsource DOT com + * + * Sonar 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. + * + * Sonar 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 Sonar; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + */ package org.sonar.batch.events; public interface SensorsPhaseHandler extends EventHandler { -- 2.39.5