Skip to content

Commit

Permalink
NET-927 Happy New Year 2025!
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-meseldzija-sonarsource authored and sonartech committed Jan 11, 2025
1 parent 960d5c3 commit 04c1f31
Show file tree
Hide file tree
Showing 2,089 changed files with 2,089 additions and 2,089 deletions.
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
C# Analyzer Plugin and VB.NET Analyzer Plugin
Copyright (C) 2014-2024 SonarSource SA
Copyright (C) 2014-2025 SonarSource SA
mailto:info AT sonarsource DOT com

This product includes software developed at
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ If you believe you have discovered a security vulnerability in Sonar's products,

## License

Copyright 2014-2024 SonarSource.
Copyright 2014-2025 SonarSource.

Licensed under the [SONAR Source-Available License v1.0](https://www.sonarsource.com/license/ssal/)
2 changes: 1 addition & 1 deletion analyzers/Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Version>$(ShortVersion)</Version>
<FileVersion>$(FullVersion)</FileVersion>
<InformationalVersion>Version:$(FullVersion) Branch:$(Branch) Sha1:$(Sha1)</InformationalVersion>
<Copyright>Copyright © 2015-2024 SonarSource SA</Copyright>
<Copyright>Copyright © 2015-2025 SonarSource SA</Copyright>
<Product>SonarAnalyzer</Product>
<Trademark>SonarLint, SonarQube, SonarSource</Trademark>
<NeutralLanguage>en</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion analyzers/packaging/SonarAnalyzer.CFG.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>SonarSource CFG library</description>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/$Version$</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
<copyright>Copyright © 2015-2025 SonarSource SA</copyright>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
</frameworkAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion analyzers/packaging/SonarAnalyzer.CSharp.Styling.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>This package contains a set of coding style rules to follow in Sonar code base. Coding style changes as well as breaking changes will appear between minor versions without prior notice. We do not provide support for this package.</description>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/$Version$</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
<copyright>Copyright © 2015-2025 SonarSource SA</copyright>
<developmentDependency>true</developmentDependency>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
Expand Down
2 changes: 1 addition & 1 deletion analyzers/packaging/SonarAnalyzer.CSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarQube for IDE (Visual Studio, Rider, see https://www.sonarsource.com/products/sonarlint), which is a free extension that can be used standalone or with SonarQube (Server, Cloud, see: https://www.sonarsource.com/products/sonarqube/ and https://www.sonarsource.com/products/sonarcloud/).</description>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/$Version$</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
<copyright>Copyright © 2015-2025 SonarSource SA</copyright>
<tags>Roslyn Analyzer Analyzers Refactoring CodeAnalysis CleanCode Clean Code Sonar SonarAnalyzer Dotnet CSharp CodeQuality CodeReview StaticCodeAnalysis SonarQube SonarCloud SonarLint SonarQubeServer SonarQubeCloud SonarQubeIDE</tags>
<developmentDependency>true</developmentDependency>
<frameworkAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion analyzers/packaging/SonarAnalyzer.VisualBasic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarQube for IDE (Visual Studio, Rider, see https://www.sonarsource.com/products/sonarlint), which is a free extension that can be used standalone or with SonarQube (Server, Cloud, see: https://www.sonarsource.com/products/sonarqube/ and https://www.sonarsource.com/products/sonarcloud/).</description>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/$Version$</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
<copyright>Copyright © 2015-2025 SonarSource SA</copyright>
<tags>Roslyn Analyzer Analyzers Refactoring CodeAnalysis CleanCode Clean Code Sonar SonarAnalyzer Dotnet VisualBasic CodeQuality CodeReview StaticCodeAnalysis SonarQube SonarCloud SonarLint</tags>
<developmentDependency>true</developmentDependency>
<frameworkAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/RuleDescriptorGenerator/Descriptors/Rule.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/RuleDescriptorGenerator/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/Signing.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CFG/CfgSerializer/DotWriter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CFG/Common/RoslynVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CFG/Common/UniqueQueue.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CFG/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CFG/Roslyn/BasicBlock.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CFG/Roslyn/BasicBlockKind.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CFG/Roslyn/ControlFlowGraph.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CFG/Roslyn/TypeLoader.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarAnalyzer for .NET
* Copyright (C) 2014-2024 SonarSource SA
* Copyright (C) 2014-2025 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
Expand Down
Loading

0 comments on commit 04c1f31

Please sign in to comment.