diff --git a/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.generated.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.generated.go index c39bf8c978a..1c50287c75b 100644 --- a/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.generated.go +++ b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.generated.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors All rights reserved. +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. diff --git a/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.generated.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.generated.go index 36946d44243..0220db83dda 100644 --- a/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.generated.go +++ b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.generated.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors All rights reserved. +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. diff --git a/federation/apis/federation/types.generated.go b/federation/apis/federation/types.generated.go index b79c879aa6f..afde3d9b852 100644 --- a/federation/apis/federation/types.generated.go +++ b/federation/apis/federation/types.generated.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors All rights reserved. +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. diff --git a/federation/apis/federation/v1alpha1/types.generated.go b/federation/apis/federation/v1alpha1/types.generated.go index b05a853be32..3bb77246a7f 100644 --- a/federation/apis/federation/v1alpha1/types.generated.go +++ b/federation/apis/federation/v1alpha1/types.generated.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors All rights reserved. +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. diff --git a/hack/update-codecgen.sh b/hack/update-codecgen.sh index b37056304e4..6ea8f11a826 100755 --- a/hack/update-codecgen.sh +++ b/hack/update-codecgen.sh @@ -143,7 +143,7 @@ for current in "${index[@]}"; do ###echo "DBG: running ${CODECGEN} -d 1234 -o ${base_generated_file} ${base_file}" ${CODECGEN} -d 1234 -o "${base_generated_file}" "${base_file}" # Add boilerplate at the beginning of the generated file. - sed 's/YEAR/2015/' "${initial_dir}/hack/boilerplate/boilerplate.go.txt" > "${base_generated_file}.tmp" + sed 's/YEAR/2016/' "${initial_dir}/hack/boilerplate/boilerplate.go.txt" > "${base_generated_file}.tmp" cat "${base_generated_file}" >> "${base_generated_file}.tmp" mv "${base_generated_file}.tmp" "${base_generated_file}" popd > /dev/null diff --git a/hack/update-generated-swagger-docs.sh b/hack/update-generated-swagger-docs.sh index 5995c3a39be..ad3512b9ea8 100755 --- a/hack/update-generated-swagger-docs.sh +++ b/hack/update-generated-swagger-docs.sh @@ -29,7 +29,7 @@ function generate_version() { echo "Generating swagger type docs for ${group_version}" - sed 's/YEAR/2015/' hack/boilerplate/boilerplate.go.txt > "$TMPFILE" + sed 's/YEAR/2016/' hack/boilerplate/boilerplate.go.txt > "$TMPFILE" echo "package ${group_version##*/}" >> "$TMPFILE" cat >> "$TMPFILE" <