aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/d/hello_lib
diff options
context:
space:
mode:
Diffstat (limited to 'examples/d/hello_lib')
-rw-r--r--examples/d/hello_lib/native-greeter.c2
-rw-r--r--examples/d/hello_lib/native-greeter.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/d/hello_lib/native-greeter.c b/examples/d/hello_lib/native-greeter.c
index cdbb388e32..1ce489a941 100644
--- a/examples/d/hello_lib/native-greeter.c
+++ b/examples/d/hello_lib/native-greeter.c
@@ -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.h b/examples/d/hello_lib/native-greeter.h
index d01d8cae8b..c998412c74 100644
--- a/examples/d/hello_lib/native-greeter.h
+++ b/examples/d/hello_lib/native-greeter.h
@@ -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.