aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/d
diff options
context:
space:
mode:
Diffstat (limited to 'examples/d')
-rw-r--r--examples/d/hello_lib/greeter.d2
-rw-r--r--examples/d/hello_lib/greeter_test.d2
-rw-r--r--examples/d/hello_lib/native_greeter.d2
-rw-r--r--examples/d/hello_world/hello_world.d2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/d/hello_lib/greeter.d b/examples/d/hello_lib/greeter.d
index ec916ffbe5..a0a3bf8db9 100644
--- a/examples/d/hello_lib/greeter.d
+++ b/examples/d/hello_lib/greeter.d
@@ -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/examples/d/hello_lib/greeter_test.d b/examples/d/hello_lib/greeter_test.d
index 6ebd7f9cb1..4d927c5b01 100644
--- a/examples/d/hello_lib/greeter_test.d
+++ b/examples/d/hello_lib/greeter_test.d
@@ -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/examples/d/hello_lib/native_greeter.d b/examples/d/hello_lib/native_greeter.d
index 417492aaf6..605fe21ca7 100644
--- a/examples/d/hello_lib/native_greeter.d
+++ b/examples/d/hello_lib/native_greeter.d
@@ -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/examples/d/hello_world/hello_world.d b/examples/d/hello_world/hello_world.d
index 3c60f4a24e..8017e2442c 100644
--- a/examples/d/hello_world/hello_world.d
+++ b/examples/d/hello_world/hello_world.d
@@ -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.