From 7dec2ab7292585b1f50bf9ae503eeca42ebe5be6 Mon Sep 17 00:00:00 2001 From: duncanp-sonar Date: Thu, 20 Oct 2022 08:59:22 +0100 Subject: [PATCH] Update copyright (#197) --- Common/AssemblyResolver.cs | 2 +- Common/ConsoleLogger.cs | 2 +- Common/Interfaces/ILogger.cs | 2 +- Common/Serializer.cs | 2 +- Common/SonarQube/CommandLine/ArgumentDescriptor.cs | 2 +- Common/SonarQube/CommandLine/ArgumentInstance.cs | 2 +- Common/SonarQube/CommandLine/CommandLineParser.cs | 2 +- Common/SonarQube/ConsoleColorScope.cs | 2 +- Common/Utilities.cs | 2 +- NOTICE.txt | 2 +- PluginGenerator/DataModel/DebtRemediationFunctionType.cs | 2 +- PluginGenerator/DataModel/IssueType.cs | 2 +- PluginGenerator/DataModel/Rule.cs | 2 +- PluginGenerator/DataModel/Rules.cs | 2 +- PluginGenerator/JarManifestBuilder.cs | 2 +- PluginGenerator/JarManifestReader.cs | 2 +- PluginGenerator/PluginDefinition.cs | 2 +- PluginGenerator/PluginKeyUtilities.cs | 2 +- PluginGenerator/RepositoryKeyUtilities.cs | 2 +- PluginGenerator/SonarQube/NativeMethods.cs | 2 +- PluginGenerator/SonarQube/ProcessRunner.cs | 2 +- PluginGenerator/SonarQube/ProcessRunnerArguments.cs | 2 +- PluginGenerator/SonarQube/Serializer.cs | 2 +- PluginGenerator/WellKnownPluginProperties.cs | 2 +- RoslynPluginGenerator/AnalyzerPluginGenerator.cs | 2 +- RoslynPluginGenerator/ArchiveUpdater.cs | 2 +- RoslynPluginGenerator/CommandLine/ArgumentProcessor.cs | 2 +- RoslynPluginGenerator/CommandLine/ProcessedArgs.cs | 2 +- RoslynPluginGenerator/DataModel/PluginProperties.cs | 2 +- RoslynPluginGenerator/DataModel/RoslynSdkConfiguration.cs | 2 +- RoslynPluginGenerator/DiagnosticAssemblyScanner.cs | 2 +- RoslynPluginGenerator/Interfaces/INuGetPackageHandler.cs | 2 +- RoslynPluginGenerator/Interfaces/IRuleGenerator.cs | 2 +- RoslynPluginGenerator/NuGet/NuGetLoggerAdapter.cs | 2 +- RoslynPluginGenerator/NuGet/NuGetMachineWideSettings.cs | 2 +- RoslynPluginGenerator/NuGet/NuGetPackageHandler.cs | 2 +- RoslynPluginGenerator/NuGet/NuGetRepositoryFactory.cs | 2 +- RoslynPluginGenerator/Program.cs | 2 +- RoslynPluginGenerator/RoslynPluginDefinition.cs | 2 +- RoslynPluginGenerator/RoslynPluginJarBuilder.cs | 2 +- RoslynPluginGenerator/RuleGenerator.cs | 2 +- RoslynPluginGenerator/SupportedLanguages.cs | 2 +- RoslynPluginGenerator/ZipExtensions.cs | 2 +- SonarLint.xml | 2 +- Tests/Common/SonarQube/TestLogger.cs | 2 +- Tests/Common/TestUtils.cs | 2 +- Tests/Common/ZipFileChecker.cs | 2 +- Tests/CommonTests/AssemblyResolverTests.cs | 2 +- Tests/CommonTests/SerializationTests.cs | 2 +- .../RoslynAnalyzer10/RoslynAnalyzer10/ExampleAnalyzer2.cs | 2 +- .../RoslynAnalyzer10/ExampleAnalyzer2CodeFixProvider.cs | 2 +- .../RoslynAnalyzer10/Properties/AssemblyInfo.cs | 2 +- .../RoslynAnalyzer11/RoslynAnalyzer11/AbstractAnalyzer.cs | 2 +- .../RoslynAnalyzer11/RoslynAnalyzer11/CSharpAnalyzer.cs | 2 +- .../RoslynAnalyzer11/RoslynAnalyzer11/CodeFixProvider.cs | 2 +- .../RoslynAnalyzer11/RoslynAnalyzer11/ConfigurableAnalyzer.cs | 2 +- .../RoslynAnalyzer11/RoslynAnalyzer11/InternalAnalzyer.cs | 2 +- .../RoslynAnalyzer11/Properties/AssemblyInfo.cs | 2 +- .../RoslynAnalyzer11/RoslynAnalyzer11/UnattributedAnalyzer.cs | 2 +- .../RoslynAnalyzer11/RoslynAnalyzer11/VBAnalyzer.cs | 2 +- .../RoslynAnalyzer333/RoslynAnalyzer333Analyzer.cs | 2 +- Tests/IntegrationTests/EndToEndTests.cs | 2 +- Tests/IntegrationTests/Roslyn/RoslynGenTests.cs | 2 +- Tests/PluginGeneratorTests/JarManifestBuilderTests.cs | 2 +- Tests/PluginGeneratorTests/JarManifestReaderTests.cs | 2 +- Tests/PluginGeneratorTests/PluginDefinitionTests.cs | 2 +- Tests/PluginGeneratorTests/PluginKeyUtilitiesTests.cs | 2 +- Tests/PluginGeneratorTests/RepositoryKeyUtilitiesTests.cs | 2 +- .../RoslynPluginGeneratorTests/AnalyzerPluginGeneratorTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/ArchiveUpdaterTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/ArgumentProcessorTests.cs | 2 +- .../DiagnosticAssemblyScannerTests.cs | 2 +- .../Infrastructure/RemoteRepoBuilder.cs | 2 +- .../RoslynPluginGeneratorTests/NuGetMachineWideSettingsTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/NuGetPackageHandlerTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/NuGetRepositoryFactoryTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/ProcessedArgsBuilder.cs | 2 +- Tests/RoslynPluginGeneratorTests/RoslynPluginJarBuilderTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/RoslynSdkConfigurationTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/RulesGeneratorTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/SupportedLanguagesTests.cs | 2 +- Tests/RoslynPluginGeneratorTests/ZipExtensionsTests.cs | 2 +- 82 files changed, 82 insertions(+), 82 deletions(-) diff --git a/Common/AssemblyResolver.cs b/Common/AssemblyResolver.cs index 9234f70..7630916 100644 --- a/Common/AssemblyResolver.cs +++ b/Common/AssemblyResolver.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/Common/ConsoleLogger.cs b/Common/ConsoleLogger.cs index 5ffe7af..da86b16 100644 --- a/Common/ConsoleLogger.cs +++ b/Common/ConsoleLogger.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/Common/Interfaces/ILogger.cs b/Common/Interfaces/ILogger.cs index f72c2bd..427743e 100644 --- a/Common/Interfaces/ILogger.cs +++ b/Common/Interfaces/ILogger.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/Common/Serializer.cs b/Common/Serializer.cs index 755d2ed..16c6b27 100644 --- a/Common/Serializer.cs +++ b/Common/Serializer.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/Common/SonarQube/CommandLine/ArgumentDescriptor.cs b/Common/SonarQube/CommandLine/ArgumentDescriptor.cs index 65836eb..257a823 100644 --- a/Common/SonarQube/CommandLine/ArgumentDescriptor.cs +++ b/Common/SonarQube/CommandLine/ArgumentDescriptor.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/Common/SonarQube/CommandLine/ArgumentInstance.cs b/Common/SonarQube/CommandLine/ArgumentInstance.cs index 0899a9e..0b27bbd 100644 --- a/Common/SonarQube/CommandLine/ArgumentInstance.cs +++ b/Common/SonarQube/CommandLine/ArgumentInstance.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/Common/SonarQube/CommandLine/CommandLineParser.cs b/Common/SonarQube/CommandLine/CommandLineParser.cs index 7cdc375..9d2b8bb 100644 --- a/Common/SonarQube/CommandLine/CommandLineParser.cs +++ b/Common/SonarQube/CommandLine/CommandLineParser.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/Common/SonarQube/ConsoleColorScope.cs b/Common/SonarQube/ConsoleColorScope.cs index dacdd89..9d5787f 100644 --- a/Common/SonarQube/ConsoleColorScope.cs +++ b/Common/SonarQube/ConsoleColorScope.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/Common/Utilities.cs b/Common/Utilities.cs index 3bc09fe..25d62c9 100644 --- a/Common/Utilities.cs +++ b/Common/Utilities.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/NOTICE.txt b/NOTICE.txt index f56de68..59d3abf 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ sonarqube-roslyn-sdk -Copyright (C) 2015-2021 SonarSource SA +Copyright (C) 2015-2022 SonarSource SA mailto:info AT sonarsource DOT com This product includes software developed at diff --git a/PluginGenerator/DataModel/DebtRemediationFunctionType.cs b/PluginGenerator/DataModel/DebtRemediationFunctionType.cs index a30ae32..e99bc62 100644 --- a/PluginGenerator/DataModel/DebtRemediationFunctionType.cs +++ b/PluginGenerator/DataModel/DebtRemediationFunctionType.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2018 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/DataModel/IssueType.cs b/PluginGenerator/DataModel/IssueType.cs index a92a217..7cc13e9 100644 --- a/PluginGenerator/DataModel/IssueType.cs +++ b/PluginGenerator/DataModel/IssueType.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/DataModel/Rule.cs b/PluginGenerator/DataModel/Rule.cs index df5df34..cb48181 100644 --- a/PluginGenerator/DataModel/Rule.cs +++ b/PluginGenerator/DataModel/Rule.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/DataModel/Rules.cs b/PluginGenerator/DataModel/Rules.cs index b0c28e8..b5ecd61 100644 --- a/PluginGenerator/DataModel/Rules.cs +++ b/PluginGenerator/DataModel/Rules.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/JarManifestBuilder.cs b/PluginGenerator/JarManifestBuilder.cs index 4812d27..f083483 100644 --- a/PluginGenerator/JarManifestBuilder.cs +++ b/PluginGenerator/JarManifestBuilder.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/JarManifestReader.cs b/PluginGenerator/JarManifestReader.cs index c5fd04b..2798a26 100644 --- a/PluginGenerator/JarManifestReader.cs +++ b/PluginGenerator/JarManifestReader.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2018 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/PluginDefinition.cs b/PluginGenerator/PluginDefinition.cs index a6a38ef..326745c 100644 --- a/PluginGenerator/PluginDefinition.cs +++ b/PluginGenerator/PluginDefinition.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/PluginKeyUtilities.cs b/PluginGenerator/PluginKeyUtilities.cs index 609cc42..b0b879a 100644 --- a/PluginGenerator/PluginKeyUtilities.cs +++ b/PluginGenerator/PluginKeyUtilities.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/RepositoryKeyUtilities.cs b/PluginGenerator/RepositoryKeyUtilities.cs index 0ad2797..525f67c 100644 --- a/PluginGenerator/RepositoryKeyUtilities.cs +++ b/PluginGenerator/RepositoryKeyUtilities.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/SonarQube/NativeMethods.cs b/PluginGenerator/SonarQube/NativeMethods.cs index 75a0447..2a2d390 100644 --- a/PluginGenerator/SonarQube/NativeMethods.cs +++ b/PluginGenerator/SonarQube/NativeMethods.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/SonarQube/ProcessRunner.cs b/PluginGenerator/SonarQube/ProcessRunner.cs index 8b10a0e..a54ddd3 100644 --- a/PluginGenerator/SonarQube/ProcessRunner.cs +++ b/PluginGenerator/SonarQube/ProcessRunner.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/SonarQube/ProcessRunnerArguments.cs b/PluginGenerator/SonarQube/ProcessRunnerArguments.cs index 178964d..4111d9a 100644 --- a/PluginGenerator/SonarQube/ProcessRunnerArguments.cs +++ b/PluginGenerator/SonarQube/ProcessRunnerArguments.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/SonarQube/Serializer.cs b/PluginGenerator/SonarQube/Serializer.cs index 8c27fe9..f4b76ca 100644 --- a/PluginGenerator/SonarQube/Serializer.cs +++ b/PluginGenerator/SonarQube/Serializer.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/PluginGenerator/WellKnownPluginProperties.cs b/PluginGenerator/WellKnownPluginProperties.cs index b5cb5bd..2c497ee 100644 --- a/PluginGenerator/WellKnownPluginProperties.cs +++ b/PluginGenerator/WellKnownPluginProperties.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/AnalyzerPluginGenerator.cs b/RoslynPluginGenerator/AnalyzerPluginGenerator.cs index 7f9d885..f809a78 100644 --- a/RoslynPluginGenerator/AnalyzerPluginGenerator.cs +++ b/RoslynPluginGenerator/AnalyzerPluginGenerator.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/ArchiveUpdater.cs b/RoslynPluginGenerator/ArchiveUpdater.cs index de46884..ffc8ec8 100644 --- a/RoslynPluginGenerator/ArchiveUpdater.cs +++ b/RoslynPluginGenerator/ArchiveUpdater.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/CommandLine/ArgumentProcessor.cs b/RoslynPluginGenerator/CommandLine/ArgumentProcessor.cs index bdb26f8..fef3d05 100644 --- a/RoslynPluginGenerator/CommandLine/ArgumentProcessor.cs +++ b/RoslynPluginGenerator/CommandLine/ArgumentProcessor.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/CommandLine/ProcessedArgs.cs b/RoslynPluginGenerator/CommandLine/ProcessedArgs.cs index ed1c4d5..765798f 100644 --- a/RoslynPluginGenerator/CommandLine/ProcessedArgs.cs +++ b/RoslynPluginGenerator/CommandLine/ProcessedArgs.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/DataModel/PluginProperties.cs b/RoslynPluginGenerator/DataModel/PluginProperties.cs index 8f09f60..1570fe2 100644 --- a/RoslynPluginGenerator/DataModel/PluginProperties.cs +++ b/RoslynPluginGenerator/DataModel/PluginProperties.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/DataModel/RoslynSdkConfiguration.cs b/RoslynPluginGenerator/DataModel/RoslynSdkConfiguration.cs index d741d29..e0f0f0a 100644 --- a/RoslynPluginGenerator/DataModel/RoslynSdkConfiguration.cs +++ b/RoslynPluginGenerator/DataModel/RoslynSdkConfiguration.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/DiagnosticAssemblyScanner.cs b/RoslynPluginGenerator/DiagnosticAssemblyScanner.cs index 24c4a46..f3edbf3 100644 --- a/RoslynPluginGenerator/DiagnosticAssemblyScanner.cs +++ b/RoslynPluginGenerator/DiagnosticAssemblyScanner.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/Interfaces/INuGetPackageHandler.cs b/RoslynPluginGenerator/Interfaces/INuGetPackageHandler.cs index f0988cf..7e24805 100644 --- a/RoslynPluginGenerator/Interfaces/INuGetPackageHandler.cs +++ b/RoslynPluginGenerator/Interfaces/INuGetPackageHandler.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/Interfaces/IRuleGenerator.cs b/RoslynPluginGenerator/Interfaces/IRuleGenerator.cs index 5ba6b14..cebe501 100644 --- a/RoslynPluginGenerator/Interfaces/IRuleGenerator.cs +++ b/RoslynPluginGenerator/Interfaces/IRuleGenerator.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/NuGet/NuGetLoggerAdapter.cs b/RoslynPluginGenerator/NuGet/NuGetLoggerAdapter.cs index 5074f6d..c772f75 100644 --- a/RoslynPluginGenerator/NuGet/NuGetLoggerAdapter.cs +++ b/RoslynPluginGenerator/NuGet/NuGetLoggerAdapter.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/NuGet/NuGetMachineWideSettings.cs b/RoslynPluginGenerator/NuGet/NuGetMachineWideSettings.cs index 5e104d5..e92ff83 100644 --- a/RoslynPluginGenerator/NuGet/NuGetMachineWideSettings.cs +++ b/RoslynPluginGenerator/NuGet/NuGetMachineWideSettings.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/NuGet/NuGetPackageHandler.cs b/RoslynPluginGenerator/NuGet/NuGetPackageHandler.cs index 47dd5c5..4c808db 100644 --- a/RoslynPluginGenerator/NuGet/NuGetPackageHandler.cs +++ b/RoslynPluginGenerator/NuGet/NuGetPackageHandler.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/NuGet/NuGetRepositoryFactory.cs b/RoslynPluginGenerator/NuGet/NuGetRepositoryFactory.cs index 6286f37..328cd34 100644 --- a/RoslynPluginGenerator/NuGet/NuGetRepositoryFactory.cs +++ b/RoslynPluginGenerator/NuGet/NuGetRepositoryFactory.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/Program.cs b/RoslynPluginGenerator/Program.cs index d3dff39..d16ff78 100644 --- a/RoslynPluginGenerator/Program.cs +++ b/RoslynPluginGenerator/Program.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/RoslynPluginDefinition.cs b/RoslynPluginGenerator/RoslynPluginDefinition.cs index 73db8f5..8b63434 100644 --- a/RoslynPluginGenerator/RoslynPluginDefinition.cs +++ b/RoslynPluginGenerator/RoslynPluginDefinition.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/RoslynPluginJarBuilder.cs b/RoslynPluginGenerator/RoslynPluginJarBuilder.cs index 254bdb5..6ae7033 100644 --- a/RoslynPluginGenerator/RoslynPluginJarBuilder.cs +++ b/RoslynPluginGenerator/RoslynPluginJarBuilder.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/RuleGenerator.cs b/RoslynPluginGenerator/RuleGenerator.cs index 3b8cb6e..c49cdd1 100644 --- a/RoslynPluginGenerator/RuleGenerator.cs +++ b/RoslynPluginGenerator/RuleGenerator.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/SupportedLanguages.cs b/RoslynPluginGenerator/SupportedLanguages.cs index b943117..42bc730 100644 --- a/RoslynPluginGenerator/SupportedLanguages.cs +++ b/RoslynPluginGenerator/SupportedLanguages.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/RoslynPluginGenerator/ZipExtensions.cs b/RoslynPluginGenerator/ZipExtensions.cs index d5daf03..7b655cc 100644 --- a/RoslynPluginGenerator/ZipExtensions.cs +++ b/RoslynPluginGenerator/ZipExtensions.cs @@ -1,6 +1,6 @@ /* * SonarQube Roslyn SDK - * Copyright (C) 2015-2017 SonarSource SA + * Copyright (C) 2015-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/SonarLint.xml b/SonarLint.xml index 864e13c..2243f0e 100644 --- a/SonarLint.xml +++ b/SonarLint.xml @@ -14,7 +14,7 @@ headerFormat