diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-10 17:36:11 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-10 17:36:11 +0100 |
commit | 52aabf76a0c4ccfb07291241e0835c3fe7576c30 (patch) | |
tree | be02eefa5aa7043b880772a6e912ca20dbec2f0e /sonar-core/src | |
parent | 319a02734701bf33f622b36813843914e882e4c5 (diff) | |
download | sonarqube-52aabf76a0c4ccfb07291241e0835c3fe7576c30.tar.gz sonarqube-52aabf76a0c4ccfb07291241e0835c3fe7576c30.zip |
Fix missing license header
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/java/org/sonar/core/rule/RuleTagType.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sonar-core/src/main/java/org/sonar/core/rule/RuleTagType.java b/sonar-core/src/main/java/org/sonar/core/rule/RuleTagType.java index 28fddfa93b8..a91d9dbc49b 100644 --- a/sonar-core/src/main/java/org/sonar/core/rule/RuleTagType.java +++ b/sonar-core/src/main/java/org/sonar/core/rule/RuleTagType.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 enum RuleTagType { |