Skip to content

Commit cc51b76

Browse files
Merge pull request #57735 from cblecker/2018-is-the-year-of-kubernetes
Automatic merge from submit-queue (batch tested with PRs 57735, 57503). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Update generated copyrights for 2018 **What this PR does / why we need it**: - Update boilerplate regex to support 2018 - Add generated runtime and generated device plugin scripts to `hack/update-all.sh` target list - Run `make update` to regenerate all generated code **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #57728 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` Kubernetes-commit: b098cafae06797ba8bf7fd35379e237fd355b047
2 parents bc13257 + b1d12d7 commit cc51b76

29 files changed

+29
-29
lines changed

pkg/api/resource/generated.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/api/resource/generated.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/api/resource/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// +build !ignore_autogenerated
22

33
/*
4-
Copyright 2017 The Kubernetes Authors.
4+
Copyright 2018 The Kubernetes Authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

pkg/apis/meta/internalversion/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// +build !ignore_autogenerated
22

33
/*
4-
Copyright 2017 The Kubernetes Authors.
4+
Copyright 2018 The Kubernetes Authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

pkg/apis/meta/v1/generated.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/meta/v1/generated.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/meta/v1/unstructured/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// +build !ignore_autogenerated
22

33
/*
4-
Copyright 2017 The Kubernetes Authors.
4+
Copyright 2018 The Kubernetes Authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

pkg/apis/meta/v1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// +build !ignore_autogenerated
22

33
/*
4-
Copyright 2017 The Kubernetes Authors.
4+
Copyright 2018 The Kubernetes Authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

pkg/apis/meta/v1/zz_generated.defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// +build !ignore_autogenerated
22

33
/*
4-
Copyright 2017 The Kubernetes Authors.
4+
Copyright 2018 The Kubernetes Authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

pkg/apis/meta/v1alpha1/generated.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)