From 797e7d197d7d7752f9965c11fe289873b6e4912f Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Thu, 8 Oct 2020 11:19:38 -0400 Subject: [PATCH] make generate Update generated code with corrected copyrights. --- hack/install-counterfeiter.sh | 3 +++ .../build/v1alpha1/zz_generated.deepcopy.go | 18 +++--------------- .../build/clientset/versioned/clientset.go | 18 +++--------------- pkg/client/build/clientset/versioned/doc.go | 18 +++--------------- .../versioned/fake/clientset_generated.go | 18 +++--------------- .../build/clientset/versioned/fake/doc.go | 18 +++--------------- .../build/clientset/versioned/fake/register.go | 18 +++--------------- .../build/clientset/versioned/scheme/doc.go | 18 +++--------------- .../clientset/versioned/scheme/register.go | 18 +++--------------- .../versioned/typed/build/v1alpha1/build.go | 18 +++--------------- .../typed/build/v1alpha1/build_client.go | 18 +++--------------- .../versioned/typed/build/v1alpha1/buildrun.go | 18 +++--------------- .../typed/build/v1alpha1/buildstrategy.go | 18 +++--------------- .../build/v1alpha1/clusterbuildstrategy.go | 18 +++--------------- .../versioned/typed/build/v1alpha1/doc.go | 18 +++--------------- .../versioned/typed/build/v1alpha1/fake/doc.go | 18 +++--------------- .../typed/build/v1alpha1/fake/fake_build.go | 18 +++--------------- .../build/v1alpha1/fake/fake_build_client.go | 18 +++--------------- .../typed/build/v1alpha1/fake/fake_buildrun.go | 18 +++--------------- .../build/v1alpha1/fake/fake_buildstrategy.go | 18 +++--------------- .../v1alpha1/fake/fake_clusterbuildstrategy.go | 18 +++--------------- .../build/v1alpha1/generated_expansion.go | 18 +++--------------- pkg/controller/fakes/client.go | 1 - pkg/controller/fakes/manager.go | 1 - pkg/controller/fakes/status_writer.go | 1 - 25 files changed, 66 insertions(+), 318 deletions(-) diff --git a/hack/install-counterfeiter.sh b/hack/install-counterfeiter.sh index e3d1feca0b..625053033a 100755 --- a/hack/install-counterfeiter.sh +++ b/hack/install-counterfeiter.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright The Shipwright Contributors +# +# SPDX-License-Identifier: Apache-2.0 set -eu diff --git a/pkg/apis/build/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/build/v1alpha1/zz_generated.deepcopy.go index f28644c924..a7c0482bb2 100644 --- a/pkg/apis/build/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/build/v1alpha1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ // +build !ignore_autogenerated -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by deepcopy-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/clientset.go b/pkg/client/build/clientset/versioned/clientset.go index 1e392e9109..ee6bc69471 100644 --- a/pkg/client/build/clientset/versioned/clientset.go +++ b/pkg/client/build/clientset/versioned/clientset.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/doc.go b/pkg/client/build/clientset/versioned/doc.go index 41721ca52d..6e0c9e99fa 100644 --- a/pkg/client/build/clientset/versioned/doc.go +++ b/pkg/client/build/clientset/versioned/doc.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/fake/clientset_generated.go b/pkg/client/build/clientset/versioned/fake/clientset_generated.go index 37cf454718..34e52328ea 100644 --- a/pkg/client/build/clientset/versioned/fake/clientset_generated.go +++ b/pkg/client/build/clientset/versioned/fake/clientset_generated.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/fake/doc.go b/pkg/client/build/clientset/versioned/fake/doc.go index 9b99e71670..80bc639003 100644 --- a/pkg/client/build/clientset/versioned/fake/doc.go +++ b/pkg/client/build/clientset/versioned/fake/doc.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/fake/register.go b/pkg/client/build/clientset/versioned/fake/register.go index 4d224c0f0d..17d86f66a1 100644 --- a/pkg/client/build/clientset/versioned/fake/register.go +++ b/pkg/client/build/clientset/versioned/fake/register.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/scheme/doc.go b/pkg/client/build/clientset/versioned/scheme/doc.go index 7dc3756168..eff6e0186b 100644 --- a/pkg/client/build/clientset/versioned/scheme/doc.go +++ b/pkg/client/build/clientset/versioned/scheme/doc.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/scheme/register.go b/pkg/client/build/clientset/versioned/scheme/register.go index 1081826e95..a9e137c33f 100644 --- a/pkg/client/build/clientset/versioned/scheme/register.go +++ b/pkg/client/build/clientset/versioned/scheme/register.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/build.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/build.go index 8f00fad267..0ad53f5b5c 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/build.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/build.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/build_client.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/build_client.go index 3faa1b96be..395cb8fe6c 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/build_client.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/build_client.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/buildrun.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/buildrun.go index cb5032416b..201b0c62ff 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/buildrun.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/buildrun.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/buildstrategy.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/buildstrategy.go index d1ced0e1c0..5b5567d612 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/buildstrategy.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/buildstrategy.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/clusterbuildstrategy.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/clusterbuildstrategy.go index ef8478ca4b..b46ecf41c7 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/clusterbuildstrategy.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/clusterbuildstrategy.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/doc.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/doc.go index df51baa4d4..83af720ff6 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/doc.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/doc.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/doc.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/doc.go index 16f4439906..8ff1a97543 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/doc.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/doc.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_build.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_build.go index dad22e6fe0..e31f2a459c 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_build.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_build.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_build_client.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_build_client.go index 86a4deb065..03e7f8cf2a 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_build_client.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_build_client.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_buildrun.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_buildrun.go index 38a2ec7e9d..157182456a 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_buildrun.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_buildrun.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_buildstrategy.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_buildstrategy.go index e06e0c44b5..ad440091c6 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_buildstrategy.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_buildstrategy.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_clusterbuildstrategy.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_clusterbuildstrategy.go index cd6d72f055..fb8f2a3d12 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_clusterbuildstrategy.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/fake/fake_clusterbuildstrategy.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/generated_expansion.go b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/generated_expansion.go index 9d94a7bb0f..3678bb1744 100644 --- a/pkg/client/build/clientset/versioned/typed/build/v1alpha1/generated_expansion.go +++ b/pkg/client/build/clientset/versioned/typed/build/v1alpha1/generated_expansion.go @@ -1,18 +1,6 @@ -/* -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. -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. -*/ +// Copyright The Shipwright Contributors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/pkg/controller/fakes/client.go b/pkg/controller/fakes/client.go index b12062acee..cadd6f3e15 100644 --- a/pkg/controller/fakes/client.go +++ b/pkg/controller/fakes/client.go @@ -1,7 +1,6 @@ // Copyright The Shipwright Contributors // // SPDX-License-Identifier: Apache-2.0 - // Code generated by counterfeiter. DO NOT EDIT. package fakes diff --git a/pkg/controller/fakes/manager.go b/pkg/controller/fakes/manager.go index f7f64fbf68..6e584b919d 100644 --- a/pkg/controller/fakes/manager.go +++ b/pkg/controller/fakes/manager.go @@ -1,7 +1,6 @@ // Copyright The Shipwright Contributors // // SPDX-License-Identifier: Apache-2.0 - // Code generated by counterfeiter. DO NOT EDIT. package fakes diff --git a/pkg/controller/fakes/status_writer.go b/pkg/controller/fakes/status_writer.go index f17181f5ca..d5707c0d82 100644 --- a/pkg/controller/fakes/status_writer.go +++ b/pkg/controller/fakes/status_writer.go @@ -1,7 +1,6 @@ // Copyright The Shipwright Contributors // // SPDX-License-Identifier: Apache-2.0 - // Code generated by counterfeiter. DO NOT EDIT. package fakes