From 5f4ffd50bf7d7295467e2a5d3828ba2f2cfc3c4b Mon Sep 17 00:00:00 2001 From: Minjae Kim Date: Sat, 8 Apr 2023 17:57:41 +0900 Subject: [PATCH] fix year of license headers --- pkg/pods/task_run_spec.go | 2 +- pkg/pods/task_run_spec_test.go | 2 +- pkg/pods/testdata/taskrunspec-not-yaml | 2 +- pkg/pods/testdata/taskrunspec-typo.yaml | 2 +- pkg/pods/testdata/taskrunspec.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/pods/task_run_spec.go b/pkg/pods/task_run_spec.go index f23085d38..7a9fbc7b4 100644 --- a/pkg/pods/task_run_spec.go +++ b/pkg/pods/task_run_spec.go @@ -1,4 +1,4 @@ -// Copyright © 2020 The Tekton Authors. +// Copyright © 2023 The Tekton Authors. // // 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/pods/task_run_spec_test.go b/pkg/pods/task_run_spec_test.go index 3b2c0593e..1abdc0768 100644 --- a/pkg/pods/task_run_spec_test.go +++ b/pkg/pods/task_run_spec_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 The Tekton Authors. +// Copyright © 2023 The Tekton Authors. // // 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/pods/testdata/taskrunspec-not-yaml b/pkg/pods/testdata/taskrunspec-not-yaml index a97027ecb..02a20aa17 100644 --- a/pkg/pods/testdata/taskrunspec-not-yaml +++ b/pkg/pods/testdata/taskrunspec-not-yaml @@ -1,4 +1,4 @@ -# Copyright 2020 The Tekton Authors. +# Copyright 2023 The Tekton Authors. # # 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/pods/testdata/taskrunspec-typo.yaml b/pkg/pods/testdata/taskrunspec-typo.yaml index b7a59f196..93ca070c2 100644 --- a/pkg/pods/testdata/taskrunspec-typo.yaml +++ b/pkg/pods/testdata/taskrunspec-typo.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 The Tekton Authors. +# Copyright 2023 The Tekton Authors. # # 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/pods/testdata/taskrunspec.yaml b/pkg/pods/testdata/taskrunspec.yaml index a97027ecb..02a20aa17 100644 --- a/pkg/pods/testdata/taskrunspec.yaml +++ b/pkg/pods/testdata/taskrunspec.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 The Tekton Authors. +# Copyright 2023 The Tekton Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.