aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2018-11-19 16:51:14 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2018-11-19 17:49:11 +0100
commit302f75de1ec5df6e983970f3c76b86ee02b1cd26 (patch)
tree0cea749f54e75fabd07fee4d634d8a015ee061a5 /tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java
parent1b7eebef96586cc1758173205b05574c7b2343d1 (diff)
downloadsonarqube-302f75de1ec5df6e983970f3c76b86ee02b1cd26.tar.gz
sonarqube-302f75de1ec5df6e983970f3c76b86ee02b1cd26.zip
Update license headers6.7.6
Diffstat (limited to 'tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java')
-rw-r--r--tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java b/tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java
index 8ce39311117..bfd4315f6d2 100644
--- a/tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java
+++ b/tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java
@@ -1,3 +1,22 @@
+/*
+ * SonarQube
+ * Copyright (C) 2009-2018 SonarSource SA
+ * mailto:info AT sonarsource DOT com
+ *
+ * This program 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.
+ *
+ * This program 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.
+ */
/*
* SonarQube