Skip to content

Commit 4dfd89c

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync scripts\PSBuild.psm1
1 parent 6cc986d commit 4dfd89c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/PSBuild.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ function New-License {
676676
$content = $content.Replace('{PROJECT_URL}', $projectUrl)
677677

678678
# Copyright line
679-
$copyright = "Copyright (c) 2023-$year $Owner"
679+
$copyright = "Copyright (c) 2023-$year $Owner contributors"
680680
$content = $content.Replace('{COPYRIGHT}', $copyright)
681681

682682
# Normalize line endings

0 commit comments

Comments
 (0)