Преглед на файлове

Update licenses

tags/2.9.0.670
Duarte Meneses преди 7 години
родител
ревизия
8f3baa09ad

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/Cli.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/Conf.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/Exit.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/Logs.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/Main.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/ScannerFactory.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/ScannerVersion.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/Stats.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/SystemInfo.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/main/java/org/sonarsource/scanner/cli/package-info.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/test/java/org/sonar/api/utils/MessageException.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/test/java/org/sonarsource/scanner/cli/CliTest.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/test/java/org/sonarsource/scanner/cli/ConfTest.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/test/java/org/sonarsource/scanner/cli/LogsTest.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/test/java/org/sonarsource/scanner/cli/MainTest.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/test/java/org/sonarsource/scanner/cli/ScannerFactoryTest.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/test/java/org/sonarsource/scanner/cli/StatsTest.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

+ 2
- 2
src/test/java/org/sonarsource/scanner/cli/SystemInfoTest.java Целия файл

@@ -1,7 +1,7 @@
/*
* SonarQube Scanner
* Copyright (C) 2011-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
* Copyright (C) 2011-2017 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

Loading…
Отказ
Запис