aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/dash
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/dash')
-rw-r--r--src/tools/dash/src/main/java/com/google/devtools/dash/BuildViewServlet.java2
-rw-r--r--src/tools/dash/src/main/java/com/google/devtools/dash/DashRequest.java2
-rw-r--r--src/tools/dash/src/main/java/com/google/devtools/dash/StoreServlet.java2
-rw-r--r--src/tools/dash/src/test/java/com/google/devtools/dash/AllTests.java2
-rw-r--r--src/tools/dash/src/test/java/com/google/devtools/dash/DashRequestTest.java2
-rw-r--r--src/tools/dash/src/test/java/com/google/devtools/dash/ProtoInputStream.java2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/dash/src/main/java/com/google/devtools/dash/BuildViewServlet.java b/src/tools/dash/src/main/java/com/google/devtools/dash/BuildViewServlet.java
index c10193bebc..0f67fc2219 100644
--- a/src/tools/dash/src/main/java/com/google/devtools/dash/BuildViewServlet.java
+++ b/src/tools/dash/src/main/java/com/google/devtools/dash/BuildViewServlet.java
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// 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/src/tools/dash/src/main/java/com/google/devtools/dash/DashRequest.java b/src/tools/dash/src/main/java/com/google/devtools/dash/DashRequest.java
index 7eab485927..5211ed45a2 100644
--- a/src/tools/dash/src/main/java/com/google/devtools/dash/DashRequest.java
+++ b/src/tools/dash/src/main/java/com/google/devtools/dash/DashRequest.java
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// 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/src/tools/dash/src/main/java/com/google/devtools/dash/StoreServlet.java b/src/tools/dash/src/main/java/com/google/devtools/dash/StoreServlet.java
index 05a0efce43..700f4592e1 100644
--- a/src/tools/dash/src/main/java/com/google/devtools/dash/StoreServlet.java
+++ b/src/tools/dash/src/main/java/com/google/devtools/dash/StoreServlet.java
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// 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/src/tools/dash/src/test/java/com/google/devtools/dash/AllTests.java b/src/tools/dash/src/test/java/com/google/devtools/dash/AllTests.java
index 4d92ffbeec..ada5bab041 100644
--- a/src/tools/dash/src/test/java/com/google/devtools/dash/AllTests.java
+++ b/src/tools/dash/src/test/java/com/google/devtools/dash/AllTests.java
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// 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/src/tools/dash/src/test/java/com/google/devtools/dash/DashRequestTest.java b/src/tools/dash/src/test/java/com/google/devtools/dash/DashRequestTest.java
index 02adc72890..b19c493e84 100644
--- a/src/tools/dash/src/test/java/com/google/devtools/dash/DashRequestTest.java
+++ b/src/tools/dash/src/test/java/com/google/devtools/dash/DashRequestTest.java
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// 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/src/tools/dash/src/test/java/com/google/devtools/dash/ProtoInputStream.java b/src/tools/dash/src/test/java/com/google/devtools/dash/ProtoInputStream.java
index 35cc7c0df0..5dbbc6d4b7 100644
--- a/src/tools/dash/src/test/java/com/google/devtools/dash/ProtoInputStream.java
+++ b/src/tools/dash/src/test/java/com/google/devtools/dash/ProtoInputStream.java
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.