Skip to content

Commit 5f4ffd5

Browse files
committed
fix year of license headers
1 parent 0663311 commit 5f4ffd5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pkg/pods/task_run_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2020 The Tekton Authors.
1+
// Copyright © 2023 The Tekton Authors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

pkg/pods/task_run_spec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2020 The Tekton Authors.
1+
// Copyright © 2023 The Tekton Authors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

pkg/pods/testdata/taskrunspec-not-yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 The Tekton Authors.
1+
# Copyright 2023 The Tekton Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pkg/pods/testdata/taskrunspec-typo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 The Tekton Authors.
1+
# Copyright 2023 The Tekton Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pkg/pods/testdata/taskrunspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 The Tekton Authors.
1+
# Copyright 2023 The Tekton Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)