diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py index 68fac49d7d5..c81a1ea55bf 100755 --- a/tools/distrib/check_copyright.py +++ b/tools/distrib/check_copyright.py @@ -111,7 +111,7 @@ for filename in subprocess.check_output('git ls-tree -r --name-only -r HEAD', log(args.ancient, 'old', filename) if args.fix: with open(filename, 'w') as f: - f.write(text.replace('Copyright 2014, Google Inc.', 'Copyright 2015, Google Inc.')) + f.write(text.replace('Copyright 2014, Google Inc.', 'Copyright 2015, Google Inc.') + '\n') elif 'DO NOT EDIT' not in text and 'AssemblyInfo.cs' not in filename: log(1, 'missing', filename)