diff options
Diffstat (limited to 'it/it-tests/src/test/java/it/analysis/ProjectProvisioningTest.java')
-rw-r--r-- | it/it-tests/src/test/java/it/analysis/ProjectProvisioningTest.java | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/it/it-tests/src/test/java/it/analysis/ProjectProvisioningTest.java b/it/it-tests/src/test/java/it/analysis/ProjectProvisioningTest.java index 7e4bc7e700d..34d4749b719 100644 --- a/it/it-tests/src/test/java/it/analysis/ProjectProvisioningTest.java +++ b/it/it-tests/src/test/java/it/analysis/ProjectProvisioningTest.java @@ -1,7 +1,21 @@ /* - * Copyright (C) 2009-2014 SonarSource SA - * All rights reserved + * SonarQube Integration Tests :: Tests + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact 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. */ package it.analysis; |