From c134a0446ad925d3699b191010946f139b920f95 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Thu, 14 Jan 2016 18:59:20 -0800 Subject: [PATCH 1/2] Added sanity check for trailing newlines --- test/echo_service.proto | 2 +- test/test_messages.proto | 2 +- test/test_service.proto | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/echo_service.proto b/test/echo_service.proto index b2c7e3dc..fc941a29 100644 --- a/test/echo_service.proto +++ b/test/echo_service.proto @@ -36,4 +36,4 @@ message EchoMessage { service EchoService { rpc Echo (EchoMessage) returns (EchoMessage); -} \ No newline at end of file +} diff --git a/test/test_messages.proto b/test/test_messages.proto index 685e9482..1b611b82 100644 --- a/test/test_messages.proto +++ b/test/test_messages.proto @@ -35,4 +35,4 @@ message LongValues { sint64 sint_64 = 3; fixed64 fixed_64 = 4; sfixed64 sfixed_64 = 5; -} \ No newline at end of file +} diff --git a/test/test_service.proto b/test/test_service.proto index 56416982..c86ce51d 100644 --- a/test/test_service.proto +++ b/test/test_service.proto @@ -49,4 +49,4 @@ service TestService { rpc BidiStream (stream Request) returns (stream Response) { } -} \ No newline at end of file +} From 0f510b032bf77300f060dac90130d03c3fb6c9ab Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Fri, 15 Jan 2016 12:16:03 -0800 Subject: [PATCH 2/2] Updated copyrights... --- test/echo_service.proto | 2 +- test/test_messages.proto | 2 +- test/test_service.proto | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/echo_service.proto b/test/echo_service.proto index fc941a29..11b4f18c 100644 --- a/test/echo_service.proto +++ b/test/echo_service.proto @@ -1,4 +1,4 @@ -// 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/test/test_messages.proto b/test/test_messages.proto index 1b611b82..c77a937d 100644 --- a/test/test_messages.proto +++ b/test/test_messages.proto @@ -1,4 +1,4 @@ -// 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/test/test_service.proto b/test/test_service.proto index c86ce51d..0ac2ae79 100644 --- a/test/test_service.proto +++ b/test/test_service.proto @@ -1,4 +1,4 @@ -// Copyright 2015, Google Inc. +// Copyright 2015-2016, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without