From fcaa4264916ce53651c5780e1c8aa65d4e5e25f4 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Mon, 25 Jul 2016 00:11:29 -0700 Subject: [PATCH] chore(*): add missing license blocks to source code --- Makefile | 2 +- cmd/tiller/hooks.go | 16 ++++++++++++++++ cmd/tiller/hooks_test.go | 16 ++++++++++++++++ rootfs/Dockerfile | 14 ++++++++++++++ 4 files changed, 47 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e20018431..2dbaed323 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ test-unit: .PHONY: test-style test-style: @scripts/validate-go.sh - @scripts/Validate-license.sh + @scripts/validate-license.sh .PHONY: protoc protoc: diff --git a/cmd/tiller/hooks.go b/cmd/tiller/hooks.go index 8678bb193..ceb0d507c 100644 --- a/cmd/tiller/hooks.go +++ b/cmd/tiller/hooks.go @@ -1,3 +1,19 @@ +/* +Copyright 2016 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. +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 ( diff --git a/cmd/tiller/hooks_test.go b/cmd/tiller/hooks_test.go index c2ea57fa2..ce9e77b68 100644 --- a/cmd/tiller/hooks_test.go +++ b/cmd/tiller/hooks_test.go @@ -1,3 +1,19 @@ +/* +Copyright 2016 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. +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 ( diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 54760d87e..2fa19fdb2 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -1,3 +1,17 @@ +# 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. +# 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. + FROM alpine:3.3 COPY . /