From d3b785c263ef261b4e2753620293c1ad6ec3d962 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 7 Jan 2020 12:43:40 +0000 Subject: [PATCH] Bump generated files copyright header year Signed-off-by: James Munnelly --- pkg/acme/webhook/apis/acme/v1alpha1/zz_generated.deepcopy.go | 2 +- pkg/apis/acme/v1alpha2/zz_generated.deepcopy.go | 2 +- pkg/apis/certmanager/v1alpha2/zz_generated.deepcopy.go | 2 +- pkg/apis/meta/v1/zz_generated.deepcopy.go | 2 +- pkg/client/clientset/versioned/clientset.go | 2 +- pkg/client/clientset/versioned/doc.go | 2 +- pkg/client/clientset/versioned/fake/clientset_generated.go | 2 +- pkg/client/clientset/versioned/fake/doc.go | 2 +- pkg/client/clientset/versioned/fake/register.go | 2 +- pkg/client/clientset/versioned/scheme/doc.go | 2 +- pkg/client/clientset/versioned/scheme/register.go | 2 +- .../clientset/versioned/typed/acme/v1alpha2/acme_client.go | 2 +- pkg/client/clientset/versioned/typed/acme/v1alpha2/challenge.go | 2 +- pkg/client/clientset/versioned/typed/acme/v1alpha2/doc.go | 2 +- pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/doc.go | 2 +- .../versioned/typed/acme/v1alpha2/fake/fake_acme_client.go | 2 +- .../versioned/typed/acme/v1alpha2/fake/fake_challenge.go | 2 +- .../clientset/versioned/typed/acme/v1alpha2/fake/fake_order.go | 2 +- .../versioned/typed/acme/v1alpha2/generated_expansion.go | 2 +- pkg/client/clientset/versioned/typed/acme/v1alpha2/order.go | 2 +- .../versioned/typed/certmanager/v1alpha2/certificate.go | 2 +- .../versioned/typed/certmanager/v1alpha2/certificaterequest.go | 2 +- .../versioned/typed/certmanager/v1alpha2/certmanager_client.go | 2 +- .../versioned/typed/certmanager/v1alpha2/clusterissuer.go | 2 +- .../clientset/versioned/typed/certmanager/v1alpha2/doc.go | 2 +- .../clientset/versioned/typed/certmanager/v1alpha2/fake/doc.go | 2 +- .../typed/certmanager/v1alpha2/fake/fake_certificate.go | 2 +- .../typed/certmanager/v1alpha2/fake/fake_certificaterequest.go | 2 +- .../typed/certmanager/v1alpha2/fake/fake_certmanager_client.go | 2 +- .../typed/certmanager/v1alpha2/fake/fake_clusterissuer.go | 2 +- .../versioned/typed/certmanager/v1alpha2/fake/fake_issuer.go | 2 +- .../versioned/typed/certmanager/v1alpha2/generated_expansion.go | 2 +- .../clientset/versioned/typed/certmanager/v1alpha2/issuer.go | 2 +- pkg/client/informers/externalversions/acme/interface.go | 2 +- .../informers/externalversions/acme/v1alpha2/challenge.go | 2 +- .../informers/externalversions/acme/v1alpha2/interface.go | 2 +- pkg/client/informers/externalversions/acme/v1alpha2/order.go | 2 +- pkg/client/informers/externalversions/certmanager/interface.go | 2 +- .../externalversions/certmanager/v1alpha2/certificate.go | 2 +- .../externalversions/certmanager/v1alpha2/certificaterequest.go | 2 +- .../externalversions/certmanager/v1alpha2/clusterissuer.go | 2 +- .../externalversions/certmanager/v1alpha2/interface.go | 2 +- .../informers/externalversions/certmanager/v1alpha2/issuer.go | 2 +- pkg/client/informers/externalversions/factory.go | 2 +- pkg/client/informers/externalversions/generic.go | 2 +- .../externalversions/internalinterfaces/factory_interfaces.go | 2 +- pkg/client/listers/acme/v1alpha2/challenge.go | 2 +- pkg/client/listers/acme/v1alpha2/expansion_generated.go | 2 +- pkg/client/listers/acme/v1alpha2/order.go | 2 +- pkg/client/listers/certmanager/v1alpha2/certificate.go | 2 +- pkg/client/listers/certmanager/v1alpha2/certificaterequest.go | 2 +- pkg/client/listers/certmanager/v1alpha2/clusterissuer.go | 2 +- pkg/client/listers/certmanager/v1alpha2/expansion_generated.go | 2 +- pkg/client/listers/certmanager/v1alpha2/issuer.go | 2 +- pkg/internal/apis/acme/v1alpha2/zz_generated.conversion.go | 2 +- pkg/internal/apis/acme/v1alpha2/zz_generated.defaults.go | 2 +- pkg/internal/apis/acme/zz_generated.deepcopy.go | 2 +- .../apis/certmanager/v1alpha2/zz_generated.conversion.go | 2 +- pkg/internal/apis/certmanager/v1alpha2/zz_generated.defaults.go | 2 +- pkg/internal/apis/certmanager/zz_generated.deepcopy.go | 2 +- pkg/internal/apis/meta/v1/zz_generated.conversion.go | 2 +- pkg/internal/apis/meta/v1/zz_generated.defaults.go | 2 +- pkg/internal/apis/meta/zz_generated.deepcopy.go | 2 +- .../testdata/apis/testgroup/v1/zz_generated.conversion.go | 2 +- .../testdata/apis/testgroup/v1/zz_generated.deepcopy.go | 2 +- .../testdata/apis/testgroup/v1/zz_generated.defaults.go | 2 +- .../testdata/apis/testgroup/v2/zz_generated.conversion.go | 2 +- .../testdata/apis/testgroup/v2/zz_generated.deepcopy.go | 2 +- .../testdata/apis/testgroup/v2/zz_generated.defaults.go | 2 +- .../handlers/testdata/apis/testgroup/zz_generated.deepcopy.go | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/pkg/acme/webhook/apis/acme/v1alpha1/zz_generated.deepcopy.go b/pkg/acme/webhook/apis/acme/v1alpha1/zz_generated.deepcopy.go index 3df47bd0f..aa59fe3ff 100644 --- a/pkg/acme/webhook/apis/acme/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/acme/webhook/apis/acme/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/apis/acme/v1alpha2/zz_generated.deepcopy.go b/pkg/apis/acme/v1alpha2/zz_generated.deepcopy.go index 67c5f87d5..ad1e21dd6 100644 --- a/pkg/apis/acme/v1alpha2/zz_generated.deepcopy.go +++ b/pkg/apis/acme/v1alpha2/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/apis/certmanager/v1alpha2/zz_generated.deepcopy.go b/pkg/apis/certmanager/v1alpha2/zz_generated.deepcopy.go index 98be2da5f..8f58c82d5 100644 --- a/pkg/apis/certmanager/v1alpha2/zz_generated.deepcopy.go +++ b/pkg/apis/certmanager/v1alpha2/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/apis/meta/v1/zz_generated.deepcopy.go b/pkg/apis/meta/v1/zz_generated.deepcopy.go index dc056de84..343411f7c 100644 --- a/pkg/apis/meta/v1/zz_generated.deepcopy.go +++ b/pkg/apis/meta/v1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/clientset.go b/pkg/client/clientset/versioned/clientset.go index 029727758..e80d3f91d 100644 --- a/pkg/client/clientset/versioned/clientset.go +++ b/pkg/client/clientset/versioned/clientset.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/doc.go b/pkg/client/clientset/versioned/doc.go index a06ac45ce..114d6409d 100644 --- a/pkg/client/clientset/versioned/doc.go +++ b/pkg/client/clientset/versioned/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/fake/clientset_generated.go b/pkg/client/clientset/versioned/fake/clientset_generated.go index aa960a006..4b989eb6b 100644 --- a/pkg/client/clientset/versioned/fake/clientset_generated.go +++ b/pkg/client/clientset/versioned/fake/clientset_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/fake/doc.go b/pkg/client/clientset/versioned/fake/doc.go index 1d3cbef47..d2763afe1 100644 --- a/pkg/client/clientset/versioned/fake/doc.go +++ b/pkg/client/clientset/versioned/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/fake/register.go b/pkg/client/clientset/versioned/fake/register.go index fc6855c91..266b286ee 100644 --- a/pkg/client/clientset/versioned/fake/register.go +++ b/pkg/client/clientset/versioned/fake/register.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/scheme/doc.go b/pkg/client/clientset/versioned/scheme/doc.go index f1be955c5..1c511f8c5 100644 --- a/pkg/client/clientset/versioned/scheme/doc.go +++ b/pkg/client/clientset/versioned/scheme/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/scheme/register.go b/pkg/client/clientset/versioned/scheme/register.go index 2795b2c7f..bfa871f61 100644 --- a/pkg/client/clientset/versioned/scheme/register.go +++ b/pkg/client/clientset/versioned/scheme/register.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/acme_client.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/acme_client.go index a6fb039f1..8676ee093 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/acme_client.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/acme_client.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/challenge.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/challenge.go index 36ff27699..91aeed049 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/challenge.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/challenge.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/doc.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/doc.go index 18a30036c..8ab926dba 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/doc.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/doc.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/doc.go index 1999bfee5..4fe6bab38 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_acme_client.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_acme_client.go index 1392508dd..7e1f807c1 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_acme_client.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_acme_client.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_challenge.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_challenge.go index cf8b5f3f9..c40732329 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_challenge.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_challenge.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_order.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_order.go index bc656bea3..7697a1e5f 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_order.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/fake/fake_order.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/generated_expansion.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/generated_expansion.go index 646daa575..05a58cdca 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/acme/v1alpha2/order.go b/pkg/client/clientset/versioned/typed/acme/v1alpha2/order.go index d4af84997..833a79008 100644 --- a/pkg/client/clientset/versioned/typed/acme/v1alpha2/order.go +++ b/pkg/client/clientset/versioned/typed/acme/v1alpha2/order.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certificate.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certificate.go index 330ea2797..2dc31de9a 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certificate.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certificate.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certificaterequest.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certificaterequest.go index 61174c257..0ad0da912 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certificaterequest.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certificaterequest.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certmanager_client.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certmanager_client.go index 2803bc030..70df58bf1 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certmanager_client.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/certmanager_client.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/clusterissuer.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/clusterissuer.go index da6502d5b..3202c6faa 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/clusterissuer.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/clusterissuer.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/doc.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/doc.go index 18a30036c..8ab926dba 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/doc.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/doc.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/doc.go index 1999bfee5..4fe6bab38 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certificate.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certificate.go index 988891597..3c87242d8 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certificate.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certificate.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certificaterequest.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certificaterequest.go index 45eac1b0a..38372eefa 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certificaterequest.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certificaterequest.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certmanager_client.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certmanager_client.go index b1749f4fc..8cf5879a0 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certmanager_client.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_certmanager_client.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_clusterissuer.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_clusterissuer.go index 76a957a0d..60cf07c58 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_clusterissuer.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_clusterissuer.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_issuer.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_issuer.go index 26a15c9b6..3b53fdcae 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_issuer.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/fake/fake_issuer.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/generated_expansion.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/generated_expansion.go index fc6a5b907..b81202a11 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/issuer.go b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/issuer.go index aa5f92ca8..4437cc099 100644 --- a/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/issuer.go +++ b/pkg/client/clientset/versioned/typed/certmanager/v1alpha2/issuer.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/acme/interface.go b/pkg/client/informers/externalversions/acme/interface.go index 828b6bd8a..05de2561a 100644 --- a/pkg/client/informers/externalversions/acme/interface.go +++ b/pkg/client/informers/externalversions/acme/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/acme/v1alpha2/challenge.go b/pkg/client/informers/externalversions/acme/v1alpha2/challenge.go index 9ae0e4b14..02be9b9de 100644 --- a/pkg/client/informers/externalversions/acme/v1alpha2/challenge.go +++ b/pkg/client/informers/externalversions/acme/v1alpha2/challenge.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/acme/v1alpha2/interface.go b/pkg/client/informers/externalversions/acme/v1alpha2/interface.go index 4628a90ef..372ccd991 100644 --- a/pkg/client/informers/externalversions/acme/v1alpha2/interface.go +++ b/pkg/client/informers/externalversions/acme/v1alpha2/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/acme/v1alpha2/order.go b/pkg/client/informers/externalversions/acme/v1alpha2/order.go index 4de1073c1..b01474bd0 100644 --- a/pkg/client/informers/externalversions/acme/v1alpha2/order.go +++ b/pkg/client/informers/externalversions/acme/v1alpha2/order.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/certmanager/interface.go b/pkg/client/informers/externalversions/certmanager/interface.go index 91de9c2e4..bb5caa59d 100644 --- a/pkg/client/informers/externalversions/certmanager/interface.go +++ b/pkg/client/informers/externalversions/certmanager/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/certmanager/v1alpha2/certificate.go b/pkg/client/informers/externalversions/certmanager/v1alpha2/certificate.go index 5a901b786..8e96c9dbd 100644 --- a/pkg/client/informers/externalversions/certmanager/v1alpha2/certificate.go +++ b/pkg/client/informers/externalversions/certmanager/v1alpha2/certificate.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/certmanager/v1alpha2/certificaterequest.go b/pkg/client/informers/externalversions/certmanager/v1alpha2/certificaterequest.go index 593136310..d104f55bc 100644 --- a/pkg/client/informers/externalversions/certmanager/v1alpha2/certificaterequest.go +++ b/pkg/client/informers/externalversions/certmanager/v1alpha2/certificaterequest.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/certmanager/v1alpha2/clusterissuer.go b/pkg/client/informers/externalversions/certmanager/v1alpha2/clusterissuer.go index 112f2c91b..2d4e85d78 100644 --- a/pkg/client/informers/externalversions/certmanager/v1alpha2/clusterissuer.go +++ b/pkg/client/informers/externalversions/certmanager/v1alpha2/clusterissuer.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/certmanager/v1alpha2/interface.go b/pkg/client/informers/externalversions/certmanager/v1alpha2/interface.go index 553839747..dd1856259 100644 --- a/pkg/client/informers/externalversions/certmanager/v1alpha2/interface.go +++ b/pkg/client/informers/externalversions/certmanager/v1alpha2/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/certmanager/v1alpha2/issuer.go b/pkg/client/informers/externalversions/certmanager/v1alpha2/issuer.go index 7a302c7ad..0bf60a2e5 100644 --- a/pkg/client/informers/externalversions/certmanager/v1alpha2/issuer.go +++ b/pkg/client/informers/externalversions/certmanager/v1alpha2/issuer.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/factory.go b/pkg/client/informers/externalversions/factory.go index cf8c5362c..d40f5ca17 100644 --- a/pkg/client/informers/externalversions/factory.go +++ b/pkg/client/informers/externalversions/factory.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/generic.go b/pkg/client/informers/externalversions/generic.go index 6c7f5cbe8..92ee6cc49 100644 --- a/pkg/client/informers/externalversions/generic.go +++ b/pkg/client/informers/externalversions/generic.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go index 01a9b94c3..80897ffef 100644 --- a/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/listers/acme/v1alpha2/challenge.go b/pkg/client/listers/acme/v1alpha2/challenge.go index 059b315f6..c79e3e54a 100644 --- a/pkg/client/listers/acme/v1alpha2/challenge.go +++ b/pkg/client/listers/acme/v1alpha2/challenge.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/listers/acme/v1alpha2/expansion_generated.go b/pkg/client/listers/acme/v1alpha2/expansion_generated.go index cca6da3ba..741c8dc2f 100644 --- a/pkg/client/listers/acme/v1alpha2/expansion_generated.go +++ b/pkg/client/listers/acme/v1alpha2/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/listers/acme/v1alpha2/order.go b/pkg/client/listers/acme/v1alpha2/order.go index 5b1f566db..66bceeace 100644 --- a/pkg/client/listers/acme/v1alpha2/order.go +++ b/pkg/client/listers/acme/v1alpha2/order.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/listers/certmanager/v1alpha2/certificate.go b/pkg/client/listers/certmanager/v1alpha2/certificate.go index 587edf15f..b6d8528b6 100644 --- a/pkg/client/listers/certmanager/v1alpha2/certificate.go +++ b/pkg/client/listers/certmanager/v1alpha2/certificate.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/listers/certmanager/v1alpha2/certificaterequest.go b/pkg/client/listers/certmanager/v1alpha2/certificaterequest.go index f18ff51d6..a708df9a9 100644 --- a/pkg/client/listers/certmanager/v1alpha2/certificaterequest.go +++ b/pkg/client/listers/certmanager/v1alpha2/certificaterequest.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/listers/certmanager/v1alpha2/clusterissuer.go b/pkg/client/listers/certmanager/v1alpha2/clusterissuer.go index 0fa10dd46..ee5e0e20d 100644 --- a/pkg/client/listers/certmanager/v1alpha2/clusterissuer.go +++ b/pkg/client/listers/certmanager/v1alpha2/clusterissuer.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/listers/certmanager/v1alpha2/expansion_generated.go b/pkg/client/listers/certmanager/v1alpha2/expansion_generated.go index 996d14fd8..ca7eb9e5f 100644 --- a/pkg/client/listers/certmanager/v1alpha2/expansion_generated.go +++ b/pkg/client/listers/certmanager/v1alpha2/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/client/listers/certmanager/v1alpha2/issuer.go b/pkg/client/listers/certmanager/v1alpha2/issuer.go index b3579fb15..7cb1cc0a1 100644 --- a/pkg/client/listers/certmanager/v1alpha2/issuer.go +++ b/pkg/client/listers/certmanager/v1alpha2/issuer.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/acme/v1alpha2/zz_generated.conversion.go b/pkg/internal/apis/acme/v1alpha2/zz_generated.conversion.go index db89e3fe1..fb1c9baa9 100644 --- a/pkg/internal/apis/acme/v1alpha2/zz_generated.conversion.go +++ b/pkg/internal/apis/acme/v1alpha2/zz_generated.conversion.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/acme/v1alpha2/zz_generated.defaults.go b/pkg/internal/apis/acme/v1alpha2/zz_generated.defaults.go index 1ec9978b2..e304cc7f2 100644 --- a/pkg/internal/apis/acme/v1alpha2/zz_generated.defaults.go +++ b/pkg/internal/apis/acme/v1alpha2/zz_generated.defaults.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/acme/zz_generated.deepcopy.go b/pkg/internal/apis/acme/zz_generated.deepcopy.go index c64676035..dc202810a 100644 --- a/pkg/internal/apis/acme/zz_generated.deepcopy.go +++ b/pkg/internal/apis/acme/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/certmanager/v1alpha2/zz_generated.conversion.go b/pkg/internal/apis/certmanager/v1alpha2/zz_generated.conversion.go index 327100a16..9f8ce7d17 100644 --- a/pkg/internal/apis/certmanager/v1alpha2/zz_generated.conversion.go +++ b/pkg/internal/apis/certmanager/v1alpha2/zz_generated.conversion.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/certmanager/v1alpha2/zz_generated.defaults.go b/pkg/internal/apis/certmanager/v1alpha2/zz_generated.defaults.go index 1ec9978b2..e304cc7f2 100644 --- a/pkg/internal/apis/certmanager/v1alpha2/zz_generated.defaults.go +++ b/pkg/internal/apis/certmanager/v1alpha2/zz_generated.defaults.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/certmanager/zz_generated.deepcopy.go b/pkg/internal/apis/certmanager/zz_generated.deepcopy.go index a18e5f689..6255768fc 100644 --- a/pkg/internal/apis/certmanager/zz_generated.deepcopy.go +++ b/pkg/internal/apis/certmanager/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/meta/v1/zz_generated.conversion.go b/pkg/internal/apis/meta/v1/zz_generated.conversion.go index 23987422d..7380b64c3 100644 --- a/pkg/internal/apis/meta/v1/zz_generated.conversion.go +++ b/pkg/internal/apis/meta/v1/zz_generated.conversion.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/meta/v1/zz_generated.defaults.go b/pkg/internal/apis/meta/v1/zz_generated.defaults.go index be7be1990..fc0d072e2 100644 --- a/pkg/internal/apis/meta/v1/zz_generated.defaults.go +++ b/pkg/internal/apis/meta/v1/zz_generated.defaults.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/internal/apis/meta/zz_generated.deepcopy.go b/pkg/internal/apis/meta/zz_generated.deepcopy.go index 67459b997..378cd8689 100644 --- a/pkg/internal/apis/meta/zz_generated.deepcopy.go +++ b/pkg/internal/apis/meta/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.conversion.go b/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.conversion.go index 8dc8c2d52..4e9d03466 100644 --- a/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.conversion.go +++ b/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.conversion.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.deepcopy.go b/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.deepcopy.go index 8b62f3bc2..5345fca88 100644 --- a/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.deepcopy.go +++ b/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.defaults.go b/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.defaults.go index 2c709f054..8e137517e 100644 --- a/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.defaults.go +++ b/pkg/webhook/handlers/testdata/apis/testgroup/v1/zz_generated.defaults.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.conversion.go b/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.conversion.go index 42d237660..ac8433049 100644 --- a/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.conversion.go +++ b/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.conversion.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.deepcopy.go b/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.deepcopy.go index 2340eab7c..8ca407450 100644 --- a/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.deepcopy.go +++ b/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.defaults.go b/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.defaults.go index 52fc28635..dfec266b7 100644 --- a/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.defaults.go +++ b/pkg/webhook/handlers/testdata/apis/testgroup/v2/zz_generated.defaults.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. 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/pkg/webhook/handlers/testdata/apis/testgroup/zz_generated.deepcopy.go b/pkg/webhook/handlers/testdata/apis/testgroup/zz_generated.deepcopy.go index b1d23d758..cab6e92d6 100644 --- a/pkg/webhook/handlers/testdata/apis/testgroup/zz_generated.deepcopy.go +++ b/pkg/webhook/handlers/testdata/apis/testgroup/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright 2019 The Jetstack cert-manager contributors. +Copyright 2020 The Jetstack cert-manager contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.