diff --git a/src/node/test/common_test.js b/src/node/test/common_test.js index c57b7388f67..66a4205f82c 100644 --- a/src/node/test/common_test.js +++ b/src/node/test/common_test.js @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/node/test/test_messages.proto b/src/node/test/test_messages.proto index d1ffcf996df..9b8cb875eeb 100644 --- a/src/node/test/test_messages.proto +++ b/src/node/test/test_messages.proto @@ -40,4 +40,4 @@ message LongValues { message SequenceValues { bytes bytes_field = 1; repeated int32 repeated_field = 2; -} \ No newline at end of file +}