From 2f326ff34518b71e1b94f7664524d78873f961dd Mon Sep 17 00:00:00 2001 From: fisherxu Date: Mon, 22 Jan 2018 20:37:37 +0800 Subject: [PATCH] add boilerplate.generatego.txt and let all code-generators use it remove YEAR field in boilerplate under staging add Do Not Edit for types_swagger_doc and add apiextensions-apiserver's example in codegen.sh Kubernetes-commit: 32319d6ef768db638a93c753901c08b15624e0d2 --- hack/boilerplate.go.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 59e740c1..b7c650da 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright YEAR The Kubernetes Authors. +Copyright 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.