Parcourir la source

Update parent pom and licenses

tags/2.5-rc1
Julien HENRY il y a 8 ans
Parent
révision
eae98777cc

+ 1
- 1
pom.xml Voir le fichier

<parent> <parent>
<groupId>org.sonarsource.parent</groupId> <groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>23</version>
<version>26</version>
</parent> </parent>


<groupId>org.sonarsource.scanner.cli</groupId> <groupId>org.sonarsource.scanner.cli</groupId>

+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/Cli.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/Conf.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/Exit.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/Logs.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/Main.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/RunnerFactory.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/Shutdown.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/Stats.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/SystemInfo.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/main/java/org/sonarsource/scanner/cli/package-info.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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.
*/ */
@ParametersAreNonnullByDefault @ParametersAreNonnullByDefault
package org.sonarsource.scanner.cli; package org.sonarsource.scanner.cli;

+ 5
- 5
src/test/java/org/sonarsource/scanner/cli/CliTest.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/test/java/org/sonarsource/scanner/cli/ConfTest.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/test/java/org/sonarsource/scanner/cli/LogsTest.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/test/java/org/sonarsource/scanner/cli/MainTest.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/test/java/org/sonarsource/scanner/cli/RunnerFactoryTest.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/test/java/org/sonarsource/scanner/cli/ShutdownTest.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/test/java/org/sonarsource/scanner/cli/StatsTest.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



+ 5
- 5
src/test/java/org/sonarsource/scanner/cli/SystemInfoTest.java Voir le fichier

/* /*
* SonarQube Scanner * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * 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; package org.sonarsource.scanner.cli;



Chargement…
Annuler
Enregistrer