Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 2bc46d5

Browse files
committed
It's 2016, yo.
1 parent ba170aa commit 2bc46d5

39 files changed

+39
-39
lines changed

cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

federation/apis/federation/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

federation/apis/federation/v1alpha1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

hack/update-codecgen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ for current in "${index[@]}"; do
143143
###echo "DBG: running ${CODECGEN} -d 1234 -o ${base_generated_file} ${base_file}"
144144
${CODECGEN} -d 1234 -o "${base_generated_file}" "${base_file}"
145145
# Add boilerplate at the beginning of the generated file.
146-
sed 's/YEAR/2015/' "${initial_dir}/hack/boilerplate/boilerplate.go.txt" > "${base_generated_file}.tmp"
146+
sed 's/YEAR/2016/' "${initial_dir}/hack/boilerplate/boilerplate.go.txt" > "${base_generated_file}.tmp"
147147
cat "${base_generated_file}" >> "${base_generated_file}.tmp"
148148
mv "${base_generated_file}.tmp" "${base_generated_file}"
149149
popd > /dev/null

hack/update-generated-swagger-docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function generate_version() {
2929

3030
echo "Generating swagger type docs for ${group_version}"
3131

32-
sed 's/YEAR/2015/' hack/boilerplate/boilerplate.go.txt > "$TMPFILE"
32+
sed 's/YEAR/2016/' hack/boilerplate/boilerplate.go.txt > "$TMPFILE"
3333
echo "package ${group_version##*/}" >> "$TMPFILE"
3434
cat >> "$TMPFILE" <<EOF
3535

pkg/api/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/api/unversioned/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/api/v1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/api/v1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/apps/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/apps/v1alpha1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/apps/v1alpha1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/authentication.k8s.io/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/authentication.k8s.io/v1beta1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/authorization/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/authorization/v1beta1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/authorization/v1beta1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/autoscaling/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/autoscaling/v1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/autoscaling/v1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/batch/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/batch/v1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/batch/v1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/batch/v2alpha1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/batch/v2alpha1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/componentconfig/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/extensions/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/extensions/v1beta1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/metrics/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/metrics/v1alpha1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/policy/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/policy/v1alpha1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/rbac/v1alpha1/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apis/rbac/v1alpha1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/apiserver/testing/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/kubectl/testing/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pkg/storage/testing/types.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015 The Kubernetes Authors All rights reserved.
2+
Copyright 2016 The Kubernetes Authors All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)