From 11eb7dff98f5bd1bf09cf3ba27fac2756d7c5909 Mon Sep 17 00:00:00 2001 From: chentao1596 Date: Thu, 25 May 2017 15:14:47 +0800 Subject: [PATCH] correct the wording of 'copyright' --- examples/custom-controller/Dockerfile | 2 +- examples/custom-controller/Makefile | 2 +- examples/custom-controller/server.go | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/examples/custom-controller/Dockerfile b/examples/custom-controller/Dockerfile index 197ea92f7..d28b94dbf 100644 --- a/examples/custom-controller/Dockerfile +++ b/examples/custom-controller/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2017[<0;55;12M The Kubernetes Authors. All rights reserved. +# Copyright 2017 The Kubernetes 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/custom-controller/Makefile b/examples/custom-controller/Makefile index 2e6783689..5e613a31b 100644 --- a/examples/custom-controller/Makefile +++ b/examples/custom-controller/Makefile @@ -1,4 +1,4 @@ -# Copyright 2017 The Kubernetes Authors All rights reserved. +# Copyright 2017 The Kubernetes 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/custom-controller/server.go b/examples/custom-controller/server.go index a0554fceb..0c6a69cd1 100644 --- a/examples/custom-controller/server.go +++ b/examples/custom-controller/server.go @@ -1,3 +1,19 @@ +/* +Copyright 2017 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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package main import (