summaryrefslogtreecommitdiffstats
path: root/microbenchmark-template
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-10 22:46:18 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-10 22:46:18 +0100
commitaf718e7ca90cc78eac1da85c970c63b55f6cd50e (patch)
treeb178ea72e64596fb79fadb9f72aa2cb20cb2e845 /microbenchmark-template
parent08b5c0090fd7eb4d17a19568ccae883dfd5c2b21 (diff)
downloadsonarqube-af718e7ca90cc78eac1da85c970c63b55f6cd50e.tar.gz
sonarqube-af718e7ca90cc78eac1da85c970c63b55f6cd50e.zip
Fix copyright header
Diffstat (limited to 'microbenchmark-template')
-rw-r--r--microbenchmark-template/src/main/java/org/sonar/microbenchmark/HashBenchmark.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/microbenchmark-template/src/main/java/org/sonar/microbenchmark/HashBenchmark.java b/microbenchmark-template/src/main/java/org/sonar/microbenchmark/HashBenchmark.java
index d25aad355b6..a02f30fdd38 100644
--- a/microbenchmark-template/src/main/java/org/sonar/microbenchmark/HashBenchmark.java
+++ b/microbenchmark-template/src/main/java/org/sonar/microbenchmark/HashBenchmark.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.microbenchmark;
import net.jpountz.xxhash.XXHash32;