aboutsummaryrefslogtreecommitdiff
path: root/alts
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-05-03 14:55:21 -0700
committerGitHub <noreply@github.com>2018-05-03 14:55:21 -0700
commit60a0b0c471d720b0546ee3a5b4fa4283635dfbcf (patch)
tree1409d62af1373bd59e644eb8e0eee825cb45c4a3 /alts
parent894c8158323c8fd30e0e163c19f3a39e0244c9be (diff)
downloadgrpc-grpc-java-60a0b0c471d720b0546ee3a5b4fa4283635dfbcf.tar.gz
all: normalize copyright header
Diffstat (limited to 'alts')
-rw-r--r--alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/AltsServerBuilder.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsFraming.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java2
-rw-r--r--alts/src/main/java/io/grpc/alts/internal/TsiPeer.java2
-rw-r--r--alts/src/main/proto/grpc/gcp/altscontext.proto2
-rw-r--r--alts/src/main/proto/grpc/gcp/handshaker.proto2
-rw-r--r--alts/src/main/proto/grpc/gcp/transport_security_common.proto2
-rw-r--r--alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java2
-rw-r--r--alts/src/test/java/io/grpc/alts/internal/TsiTest.java2
56 files changed, 56 insertions, 56 deletions
diff --git a/alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java b/alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java
index 43301efdc..ddb24b050 100644
--- a/alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java
+++ b/alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/AltsServerBuilder.java b/alts/src/main/java/io/grpc/alts/AltsServerBuilder.java
index 3d39a548f..7e5ea7072 100644
--- a/alts/src/main/java/io/grpc/alts/AltsServerBuilder.java
+++ b/alts/src/main/java/io/grpc/alts/AltsServerBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java b/alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java
index 58b0503d2..9c300ac33 100644
--- a/alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java
+++ b/alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java b/alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java
index fdfa972e9..e6332861b 100644
--- a/alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java
+++ b/alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java b/alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java
index aadb0150c..4d99187c3 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java b/alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java
index 2f23ab158..f3b968f13 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java b/alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java
index 4e5bbd172..b0f7535d3 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java b/alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java
index 06b4ee814..cc335fe96 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java b/alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java
index 71b8a8351..3e999fa63 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java b/alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java
index 0b749ca22..8474c8900 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsFraming.java b/alts/src/main/java/io/grpc/alts/internal/AltsFraming.java
index 5b1a5ef7f..d243d95f4 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsFraming.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsFraming.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java
index 6e13c110e..8f1d79bf0 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java
index 2b98cc48a..5e0dbdbe2 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java
index 766571313..ee979aa43 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java b/alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java
index 4c6e5165c..137c356b7 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java b/alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java
index 178e881a2..c112c319b 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java b/alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java
index 6ce8ff99a..3699abb8d 100644
--- a/alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java
+++ b/alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java b/alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java
index 668753278..9934dd2ff 100644
--- a/alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java
+++ b/alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java b/alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java
index 991caa78d..4164560e7 100644
--- a/alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java
+++ b/alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java b/alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java
index 01c317d72..8d4bbd1a2 100644
--- a/alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java
+++ b/alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java b/alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java
index 2cbb1e7d4..a19a8160f 100644
--- a/alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java
+++ b/alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java b/alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java
index 294e75ca8..b685b6b2d 100644
--- a/alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java
+++ b/alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java b/alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java
index 7fd24b8b3..60ce859a9 100644
--- a/alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java
+++ b/alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java b/alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java
index b5caeab45..b4227989e 100644
--- a/alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java
+++ b/alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java b/alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java
index 362179aeb..2cc66b06f 100644
--- a/alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java
+++ b/alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java b/alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java
index 546f59721..967582aa8 100644
--- a/alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java
+++ b/alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java b/alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java
index 9ad5d1ad4..58e3726cb 100644
--- a/alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java
+++ b/alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/java/io/grpc/alts/internal/TsiPeer.java b/alts/src/main/java/io/grpc/alts/internal/TsiPeer.java
index 9198744b0..990cf0b9c 100644
--- a/alts/src/main/java/io/grpc/alts/internal/TsiPeer.java
+++ b/alts/src/main/java/io/grpc/alts/internal/TsiPeer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/main/proto/grpc/gcp/altscontext.proto b/alts/src/main/proto/grpc/gcp/altscontext.proto
index 48c2d6abd..9568c0718 100644
--- a/alts/src/main/proto/grpc/gcp/altscontext.proto
+++ b/alts/src/main/proto/grpc/gcp/altscontext.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 gRPC authors.
+// Copyright 2018 The gRPC Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/alts/src/main/proto/grpc/gcp/handshaker.proto b/alts/src/main/proto/grpc/gcp/handshaker.proto
index b56f07113..3a1fd717c 100644
--- a/alts/src/main/proto/grpc/gcp/handshaker.proto
+++ b/alts/src/main/proto/grpc/gcp/handshaker.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 gRPC authors.
+// Copyright 2018 The gRPC Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/alts/src/main/proto/grpc/gcp/transport_security_common.proto b/alts/src/main/proto/grpc/gcp/transport_security_common.proto
index d0f861e64..e10197159 100644
--- a/alts/src/main/proto/grpc/gcp/transport_security_common.proto
+++ b/alts/src/main/proto/grpc/gcp/transport_security_common.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 gRPC authors.
+// Copyright 2018 The gRPC Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java b/alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java
index 44ab158db..83635cf48 100644
--- a/alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java
+++ b/alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java b/alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java
index afdd89025..f729a8be2 100644
--- a/alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java
+++ b/alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java b/alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java
index 5e05f1881..bef16f777 100644
--- a/alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java
+++ b/alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java b/alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java
index ef64633ea..d655a6e83 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java
index 7778ffd3d..eb1fbf9ca 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java
index 39b84f771..0b40a8b31 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java
index 56767735e..cdb44c9af 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java
index c2656403b..5ad250e06 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java
index c33f60750..d5cbecfca 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java
index ae58a16f1..6a7814b30 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java
index 52aef0343..aa6554cc4 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java
index e7ce17fe5..9114964ca 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java
index c5de123ac..460ec03b8 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java
index 8f8c7a5cc..ac3dfb8f2 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java
index d9872e6f6..8d990bda8 100644
--- a/alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java b/alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java
index 6829ca874..67f318e86 100644
--- a/alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java b/alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java
index a05d24a13..0d0f13c9c 100644
--- a/alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java
+++ b/alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java b/alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java
index 8094e6832..6de3c5967 100644
--- a/alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java
+++ b/alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java b/alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java
index 0c4986f45..037af017a 100644
--- a/alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java
+++ b/alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java b/alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java
index 74bffffff..ea728e3bb 100644
--- a/alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java
+++ b/alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java b/alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java
index 3f6576257..cf7c3133e 100644
--- a/alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java b/alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java
index 28ece25b3..205746690 100644
--- a/alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java
+++ b/alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java b/alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java
index ff4c9135a..2ef0ad20d 100644
--- a/alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java b/alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java
index 8009090be..dc3c7eb5d 100644
--- a/alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alts/src/test/java/io/grpc/alts/internal/TsiTest.java b/alts/src/test/java/io/grpc/alts/internal/TsiTest.java
index 8e6767b08..5c9cf265e 100644
--- a/alts/src/test/java/io/grpc/alts/internal/TsiTest.java
+++ b/alts/src/test/java/io/grpc/alts/internal/TsiTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018, gRPC Authors All rights reserved.
+ * Copyright 2018 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.