From 6ae0aa5ede85eb39d9753749392703096882ee19 Mon Sep 17 00:00:00 2001 From: Igor Bernstein Date: Thu, 5 Mar 2020 16:30:42 -0500 Subject: [PATCH] fix year --- .../java/com/google/api/gax/grpc/GrpcRawCallableFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gax-grpc/src/main/java/com/google/api/gax/grpc/GrpcRawCallableFactory.java b/gax-grpc/src/main/java/com/google/api/gax/grpc/GrpcRawCallableFactory.java index a3dbbbe3f5..248760cde0 100644 --- a/gax-grpc/src/main/java/com/google/api/gax/grpc/GrpcRawCallableFactory.java +++ b/gax-grpc/src/main/java/com/google/api/gax/grpc/GrpcRawCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 Google LLC + * Copyright 2020 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are