diff options
| author | David McMahon <djmm@google.com> | 2016-06-02 17:25:58 -0700 |
|---|---|---|
| committer | David McMahon <djmm@google.com> | 2016-06-29 17:47:36 -0700 |
| commit | 0c7bb231ed88f6126458ed71ef1acb5ed68e8cbe (patch) | |
| tree | 63f5f67fde238f548294af2907928665f04e56c1 | |
| parent | 0250aa051ab488cbfb6405060f12411f4722de0c (diff) | |
Remove "All rights reserved" from all the headers.
| -rw-r--r-- | clustering/Dockerfile | 2 | ||||
| -rw-r--r-- | clustering/Makefile | 2 |
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. |
