Skip to content

Commit 79f0095

Browse files
committed
header-check allows RStudio or Posit Software
1 parent e395fd4 commit 79f0095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/header-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__EXITCODE=0
55

66
# Matches a copyright
7-
COPYRIGHT_REGEX="// Copyright \(C\) [0-9]{4} by RStudio, PBC"
7+
COPYRIGHT_REGEX="// Copyright \(C\) [0-9]{4} by (RStudio|Posit Software), PBC"
88

99
# Collect a list of go files.
1010
for gofile in $(find . -name *.go); do

0 commit comments

Comments
 (0)