summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMahon <djmm@google.com>2016-06-02 17:25:58 -0700
committerDavid McMahon <djmm@google.com>2016-06-29 17:47:36 -0700
commit0c7bb231ed88f6126458ed71ef1acb5ed68e8cbe (patch)
tree63f5f67fde238f548294af2907928665f04e56c1
parent0250aa051ab488cbfb6405060f12411f4722de0c (diff)
Remove "All rights reserved" from all the headers.
-rw-r--r--clustering/Dockerfile2
-rw-r--r--clustering/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/clustering/Dockerfile b/clustering/Dockerfile
index 60d258c4..e7abc753 100644
--- a/clustering/Dockerfile
+++ b/clustering/Dockerfile
@@ -1,4 +1,4 @@
-# Copyright 2016 The Kubernetes Authors All rights reserved.
+# Copyright 2016 The Kubernetes 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/clustering/Makefile b/clustering/Makefile
index b1743cf4..945a5f0b 100644
--- a/clustering/Makefile
+++ b/clustering/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2016 The Kubernetes Authors All rights reserved.
+# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.