aboutsummaryrefslogtreecommitdiff
path: root/testing
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 /testing
parent894c8158323c8fd30e0e163c19f3a39e0244c9be (diff)
downloadgrpc-grpc-java-60a0b0c471d720b0546ee3a5b4fa4283635dfbcf.tar.gz
all: normalize copyright header
Diffstat (limited to 'testing')
-rw-r--r--testing/src/main/java/io/grpc/internal/NoopClientCall.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/NoopServerCall.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/TestingAccessor.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/AbstractClientTransportFactoryTest.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/SingleMessageProducer.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/StreamRecorder.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/TestClientStreamTracer.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/TestServerStreamTracer.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/TestStreamTracer.java2
-rw-r--r--testing/src/main/java/io/grpc/internal/testing/TestUtils.java2
-rw-r--r--testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java2
-rw-r--r--testing/src/main/java/io/grpc/testing/GrpcServerRule.java2
-rw-r--r--testing/src/main/java/io/grpc/testing/StreamRecorder.java2
-rw-r--r--testing/src/main/java/io/grpc/testing/TestMethodDescriptors.java2
-rw-r--r--testing/src/main/java/io/grpc/testing/TestUtils.java2
-rw-r--r--testing/src/main/java/io/grpc/testing/TlsTesting.java2
-rw-r--r--testing/src/main/java/io/grpc/testing/package-info.java2
-rw-r--r--testing/src/test/java/io/grpc/internal/testing/TestUtilsTest.java2
-rw-r--r--testing/src/test/java/io/grpc/testing/GrpcCleanupRuleTest.java2
-rw-r--r--testing/src/test/java/io/grpc/testing/GrpcServerRuleTest.java2
-rw-r--r--testing/src/test/java/io/grpc/testing/TlsTestingTest.java2
23 files changed, 23 insertions, 23 deletions
diff --git a/testing/src/main/java/io/grpc/internal/NoopClientCall.java b/testing/src/main/java/io/grpc/internal/NoopClientCall.java
index 5d5506fc5..a81fdaeeb 100644
--- a/testing/src/main/java/io/grpc/internal/NoopClientCall.java
+++ b/testing/src/main/java/io/grpc/internal/NoopClientCall.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016, gRPC Authors All rights reserved.
+ * Copyright 2016 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/testing/src/main/java/io/grpc/internal/NoopServerCall.java b/testing/src/main/java/io/grpc/internal/NoopServerCall.java
index 5859a7697..45038198f 100644
--- a/testing/src/main/java/io/grpc/internal/NoopServerCall.java
+++ b/testing/src/main/java/io/grpc/internal/NoopServerCall.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016, gRPC Authors All rights reserved.
+ * Copyright 2016 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/testing/src/main/java/io/grpc/internal/TestingAccessor.java b/testing/src/main/java/io/grpc/internal/TestingAccessor.java
index d2df039a7..4c994299b 100644
--- a/testing/src/main/java/io/grpc/internal/TestingAccessor.java
+++ b/testing/src/main/java/io/grpc/internal/TestingAccessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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/testing/src/main/java/io/grpc/internal/testing/AbstractClientTransportFactoryTest.java b/testing/src/main/java/io/grpc/internal/testing/AbstractClientTransportFactoryTest.java
index 48958340e..b4b8772f5 100644
--- a/testing/src/main/java/io/grpc/internal/testing/AbstractClientTransportFactoryTest.java
+++ b/testing/src/main/java/io/grpc/internal/testing/AbstractClientTransportFactoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016, gRPC Authors All rights reserved.
+ * Copyright 2016 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/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java b/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java
index 5caca3712..fd789880c 100644
--- a/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java
+++ b/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016, gRPC Authors All rights reserved.
+ * Copyright 2016 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/testing/src/main/java/io/grpc/internal/testing/SingleMessageProducer.java b/testing/src/main/java/io/grpc/internal/testing/SingleMessageProducer.java
index cc8768340..c621e501c 100644
--- a/testing/src/main/java/io/grpc/internal/testing/SingleMessageProducer.java
+++ b/testing/src/main/java/io/grpc/internal/testing/SingleMessageProducer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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/testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java b/testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java
index e4a96c74e..827da96e5 100644
--- a/testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java
+++ b/testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016, gRPC Authors All rights reserved.
+ * Copyright 2016 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/testing/src/main/java/io/grpc/internal/testing/StreamRecorder.java b/testing/src/main/java/io/grpc/internal/testing/StreamRecorder.java
index 4c4d07cd6..bd0ac9e4c 100644
--- a/testing/src/main/java/io/grpc/internal/testing/StreamRecorder.java
+++ b/testing/src/main/java/io/grpc/internal/testing/StreamRecorder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2014, gRPC Authors All rights reserved.
+ * Copyright 2014 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/testing/src/main/java/io/grpc/internal/testing/TestClientStreamTracer.java b/testing/src/main/java/io/grpc/internal/testing/TestClientStreamTracer.java
index b98272f5e..7bf94bbb3 100644
--- a/testing/src/main/java/io/grpc/internal/testing/TestClientStreamTracer.java
+++ b/testing/src/main/java/io/grpc/internal/testing/TestClientStreamTracer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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/testing/src/main/java/io/grpc/internal/testing/TestServerStreamTracer.java b/testing/src/main/java/io/grpc/internal/testing/TestServerStreamTracer.java
index c04c8ac92..39665cada 100644
--- a/testing/src/main/java/io/grpc/internal/testing/TestServerStreamTracer.java
+++ b/testing/src/main/java/io/grpc/internal/testing/TestServerStreamTracer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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/testing/src/main/java/io/grpc/internal/testing/TestStreamTracer.java b/testing/src/main/java/io/grpc/internal/testing/TestStreamTracer.java
index 21252852b..e2ce20cd2 100644
--- a/testing/src/main/java/io/grpc/internal/testing/TestStreamTracer.java
+++ b/testing/src/main/java/io/grpc/internal/testing/TestStreamTracer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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/testing/src/main/java/io/grpc/internal/testing/TestUtils.java b/testing/src/main/java/io/grpc/internal/testing/TestUtils.java
index 59fe4172c..e7524671c 100644
--- a/testing/src/main/java/io/grpc/internal/testing/TestUtils.java
+++ b/testing/src/main/java/io/grpc/internal/testing/TestUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2014, gRPC Authors All rights reserved.
+ * Copyright 2014 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/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java b/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
index 5e223d6cb..541bd73dd 100644
--- a/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
+++ b/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.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/testing/src/main/java/io/grpc/testing/GrpcServerRule.java b/testing/src/main/java/io/grpc/testing/GrpcServerRule.java
index 06f00c128..cc99aca06 100644
--- a/testing/src/main/java/io/grpc/testing/GrpcServerRule.java
+++ b/testing/src/main/java/io/grpc/testing/GrpcServerRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016, gRPC Authors All rights reserved.
+ * Copyright 2016 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/testing/src/main/java/io/grpc/testing/StreamRecorder.java b/testing/src/main/java/io/grpc/testing/StreamRecorder.java
index 9e5df2526..ae1d9d41d 100644
--- a/testing/src/main/java/io/grpc/testing/StreamRecorder.java
+++ b/testing/src/main/java/io/grpc/testing/StreamRecorder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2014, gRPC Authors All rights reserved.
+ * Copyright 2014 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/testing/src/main/java/io/grpc/testing/TestMethodDescriptors.java b/testing/src/main/java/io/grpc/testing/TestMethodDescriptors.java
index c1f2464ae..b83c323cd 100644
--- a/testing/src/main/java/io/grpc/testing/TestMethodDescriptors.java
+++ b/testing/src/main/java/io/grpc/testing/TestMethodDescriptors.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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/testing/src/main/java/io/grpc/testing/TestUtils.java b/testing/src/main/java/io/grpc/testing/TestUtils.java
index ded738672..19333bbbd 100644
--- a/testing/src/main/java/io/grpc/testing/TestUtils.java
+++ b/testing/src/main/java/io/grpc/testing/TestUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2014, gRPC Authors All rights reserved.
+ * Copyright 2014 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/testing/src/main/java/io/grpc/testing/TlsTesting.java b/testing/src/main/java/io/grpc/testing/TlsTesting.java
index c71af990f..3f88fd040 100644
--- a/testing/src/main/java/io/grpc/testing/TlsTesting.java
+++ b/testing/src/main/java/io/grpc/testing/TlsTesting.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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/testing/src/main/java/io/grpc/testing/package-info.java b/testing/src/main/java/io/grpc/testing/package-info.java
index c26271cbb..7de3e3ba0 100644
--- a/testing/src/main/java/io/grpc/testing/package-info.java
+++ b/testing/src/main/java/io/grpc/testing/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2015, gRPC Authors All rights reserved.
+ * Copyright 2015 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/testing/src/test/java/io/grpc/internal/testing/TestUtilsTest.java b/testing/src/test/java/io/grpc/internal/testing/TestUtilsTest.java
index baf486887..266cb7ec6 100644
--- a/testing/src/test/java/io/grpc/internal/testing/TestUtilsTest.java
+++ b/testing/src/test/java/io/grpc/internal/testing/TestUtilsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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/testing/src/test/java/io/grpc/testing/GrpcCleanupRuleTest.java b/testing/src/test/java/io/grpc/testing/GrpcCleanupRuleTest.java
index fb7ecdff2..06d41a296 100644
--- a/testing/src/test/java/io/grpc/testing/GrpcCleanupRuleTest.java
+++ b/testing/src/test/java/io/grpc/testing/GrpcCleanupRuleTest.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/testing/src/test/java/io/grpc/testing/GrpcServerRuleTest.java b/testing/src/test/java/io/grpc/testing/GrpcServerRuleTest.java
index e2a38c53a..469aa2611 100644
--- a/testing/src/test/java/io/grpc/testing/GrpcServerRuleTest.java
+++ b/testing/src/test/java/io/grpc/testing/GrpcServerRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016, gRPC Authors All rights reserved.
+ * Copyright 2016 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/testing/src/test/java/io/grpc/testing/TlsTestingTest.java b/testing/src/test/java/io/grpc/testing/TlsTestingTest.java
index 554edac6f..7ffc48fe9 100644
--- a/testing/src/test/java/io/grpc/testing/TlsTestingTest.java
+++ b/testing/src/test/java/io/grpc/testing/TlsTestingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2017, gRPC Authors All rights reserved.
+ * Copyright 2017 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.