Skip to content

Commit

Permalink
Update file banner
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Nov 13, 2021
1 parent 9a0d664 commit f845687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tools/CodeGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tools/cli_fix.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/copy_spelling_from_orang.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f845687

Please sign in to comment.