File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ let fileLine = try NSRegularExpression(pattern: "// (\(identifier))", options:
69
69
let projectLine = try NSRegularExpression ( pattern: " // ( \( identifier) ) " , options: [ ] )
70
70
71
71
let createdBy = try NSRegularExpression ( pattern: " // Created by .* on \\ d+/ \\ d+/ \\ d+ \\ . " , options: [ ] )
72
- let copyrightLine = try NSRegularExpression ( pattern: " // Copyright © ( \\ d+) Krunoslav Zaher . All rights reserved. " , options: [ ] )
72
+ let copyrightLine = try NSRegularExpression ( pattern: " // Copyright © ( \\ d+) (.*?) . All rights reserved. " , options: [ ] )
73
73
74
74
func validateRegexMatches( regularExpression: NSRegularExpression , content: String ) -> ( [ String ] , Bool ) {
75
75
let range = NSRange ( location: 0 , length: content. count)
You can’t perform that action at this time.
0 commit comments