diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-01-12 10:32:37 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-01-12 10:32:37 +0100 |
commit | eae98777cc7667e9e36b330e1c0ee2c16f55fd57 (patch) | |
tree | dc18ac9860a935d79b342ea19a1e6e97cb7bc7a4 /src/main/java/org/sonarsource/scanner/cli/Main.java | |
parent | 8d6e9a735a3ac5c6a729861e776c687d5639e9c1 (diff) | |
download | sonar-scanner-cli-eae98777cc7667e9e36b330e1c0ee2c16f55fd57.tar.gz sonar-scanner-cli-eae98777cc7667e9e36b330e1c0ee2c16f55fd57.zip |
Update parent pom and licenses
Diffstat (limited to 'src/main/java/org/sonarsource/scanner/cli/Main.java')
-rw-r--r-- | src/main/java/org/sonarsource/scanner/cli/Main.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/org/sonarsource/scanner/cli/Main.java b/src/main/java/org/sonarsource/scanner/cli/Main.java index 06cdc44..6a617dd 100644 --- a/src/main/java/org/sonarsource/scanner/cli/Main.java +++ b/src/main/java/org/sonarsource/scanner/cli/Main.java @@ -1,7 +1,7 @@ /* * SonarQube Scanner - * Copyright (C) 2011 SonarSource - * sonarqube@googlegroups.com + * Copyright (C) 2011-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 @@ -13,9 +13,9 @@ * 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 02 + * 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.sonarsource.scanner.cli; |