aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Gamard <stephane.gamard@searchbox.com>2014-06-10 17:35:14 +0200
committerStephane Gamard <stephane.gamard@searchbox.com>2014-06-10 17:35:14 +0200
commitc28941d4d6f0abd22450dde47d5e772afe6964c0 (patch)
treedc7caa649272c1e77c7d609aa683e6ace9656de5
parentcb0fdec3f93936e9a862eee27bb059d4e3c4ad96 (diff)
downloadsonarqube-c28941d4d6f0abd22450dde47d5e772afe6964c0.tar.gz
sonarqube-c28941d4d6f0abd22450dde47d5e772afe6964c0.zip
fix quality flaw (missing license header)
-rw-r--r--sonar-server/src/main/java/org/sonar/server/log/index/LogQuery.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/sonar-server/src/main/java/org/sonar/server/log/index/LogQuery.java b/sonar-server/src/main/java/org/sonar/server/log/index/LogQuery.java
index 31c3ccafb08..83667cdc82f 100644
--- a/sonar-server/src/main/java/org/sonar/server/log/index/LogQuery.java
+++ b/sonar-server/src/main/java/org/sonar/server/log/index/LogQuery.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.server.log.index;
import org.sonar.core.log.Log;