diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-09 11:35:23 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-09 11:35:23 +0100 |
commit | ef18b175245f22f960f7db48b8f2b8167313a3fc (patch) | |
tree | c0dc4c5f292910b034c8973171218e304ad07c8a | |
parent | 67d004788b04f297ecbea105c0b55be10ba77812 (diff) | |
download | sonarqube-ef18b175245f22f960f7db48b8f2b8167313a3fc.tar.gz sonarqube-ef18b175245f22f960f7db48b8f2b8167313a3fc.zip |
Add missing header
-rw-r--r-- | sonar-core/src/main/java/org/sonar/core/rule/RuleTagDto.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sonar-core/src/main/java/org/sonar/core/rule/RuleTagDto.java b/sonar-core/src/main/java/org/sonar/core/rule/RuleTagDto.java index 5ad3b7dd56b..2521f8a1225 100644 --- a/sonar-core/src/main/java/org/sonar/core/rule/RuleTagDto.java +++ b/sonar-core/src/main/java/org/sonar/core/rule/RuleTagDto.java @@ -1,3 +1,22 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2013 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.core.rule; public class RuleTagDto { |