Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/update_truffle_copyright.rb
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@

year1, year2 = $~[:year1], $~[:year2]
year1 = Integer(year1)
year2 = year2 ? Integer(year2) : year1
year2 = Integer(year2 || year1)

if now_year > year2
contents = File.read(file)

0 comments on commit b2fafdc

Please sign in to comment.