From ab24790e8f2e5e5468c499a06d5f8e00177090f0 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Tue, 12 Aug 2014 17:21:39 -0700 Subject: [PATCH] Fix go files with wrong boilerplate --- build/pause/pause.go | 16 ++++++++++++++++ pkg/kubelet/config/file.go | 2 +- pkg/kubelet/config/http.go | 2 +- pkg/util/config/config.go | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/build/pause/pause.go b/build/pause/pause.go index 3af8097af4..21a11b7f64 100644 --- a/build/pause/pause.go +++ b/build/pause/pause.go @@ -1,3 +1,19 @@ +/* +Copyright 2014 Google Inc. 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 "syscall" diff --git a/pkg/kubelet/config/file.go b/pkg/kubelet/config/file.go index 3c93530778..cdeff20d26 100644 --- a/pkg/kubelet/config/file.go +++ b/pkg/kubelet/config/file.go @@ -9,7 +9,7 @@ You may obtain a copy of the License at 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 sied. +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. */ diff --git a/pkg/kubelet/config/http.go b/pkg/kubelet/config/http.go index b28f68056e..2a2533d04a 100644 --- a/pkg/kubelet/config/http.go +++ b/pkg/kubelet/config/http.go @@ -9,7 +9,7 @@ You may obtain a copy of the License at 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 sied. +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. */ diff --git a/pkg/util/config/config.go b/pkg/util/config/config.go index 18fa574704..c76b70c6b9 100644 --- a/pkg/util/config/config.go +++ b/pkg/util/config/config.go @@ -9,7 +9,7 @@ You may obtain a copy of the License at 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 cied. +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. */