From f8456872b7110ee3b9dfd83613cae27baf51375c Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sat, 13 Nov 2021 19:31:46 +0100 Subject: [PATCH] Update file banner --- src/Tools/CodeGenerator/Program.cs | 2 +- tools/cli_fix.cmd | 2 +- tools/copy_spelling_from_orang.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tools/CodeGenerator/Program.cs b/src/Tools/CodeGenerator/Program.cs index 89f6e1b7cd..a13a914bb3 100644 --- a/src/Tools/CodeGenerator/Program.cs +++ b/src/Tools/CodeGenerator/Program.cs @@ -193,7 +193,7 @@ void WriteCompilationUnit( CodeGenerationHelpers.WriteCompilationUnit( path: Path.Combine(rootPath, path), compilationUnit: compilationUnit, - banner: "Copyright (c) Josef Pihrt. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.", + banner: "Copyright (c) Josef Pihrt and Contributors. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.", autoGenerated: autoGenerated, normalizeWhitespace: normalizeWhitespace, fileMustExist: fileMustExist, diff --git a/tools/cli_fix.cmd b/tools/cli_fix.cmd index 0bb7bf0552..b8a35ed8e4 100644 --- a/tools/cli_fix.cmd +++ b/tools/cli_fix.cmd @@ -26,6 +26,6 @@ set _msbuildPath="%_visualStudioPath%\MSBuild\Current\Bin" --file-log "roslynator.log" ^ --file-log-verbosity diag ^ --diagnostic-fix-map "RCS1155=Roslynator.RCS1155.OrdinalIgnoreCase" ^ - --file-banner " Copyright (c) Josef Pihrt. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information." + --file-banner " Copyright (c) Josef Pihrt and Contributors. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information." pause diff --git a/tools/copy_spelling_from_orang.cmd b/tools/copy_spelling_from_orang.cmd index bef2881266..9f446d2b50 100644 --- a/tools/copy_spelling_from_orang.cmd +++ b/tools/copy_spelling_from_orang.cmd @@ -23,7 +23,7 @@ orang replace %_spellingPath% -n WordList.cs e -c "StringComparer.FromComparison orang replace %_spellingPath% -n WordChar.cs e -c "HashCode." l -r "Hash." orang replace %_spellingPath% -e cs ^ - -c "// Copyright (c) Josef Pihrt. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information." l ^ + -c "// Copyright (c) Josef Pihrt and Contributors. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information." l ^ -r "// This code is originally from https://github.com/josefpihrt/orang. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information." pause \ No newline at end of file