From bf80bbed30ba95bfce65354bdbeb232d84a6ba81 Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Tue, 5 Sep 2023 14:55:53 +0100 Subject: [PATCH] Update copyright headers Update the last modified year in the copyright headers. Most of these are related to the renaming from `.js` to `.jsx` --- .storybook/Container.jsx | 2 +- base/203-serviceaccount.yaml | 2 +- base/300-deployment.yaml | 2 +- base/300-service.yaml | 2 +- .../src/components/DataTableSkeleton/DataTableSkeleton.scss | 2 +- .../src/components/DetailsHeader/DetailsHeader.test.jsx | 2 +- packages/components/src/components/DotSpinner/DotSpinner.jsx | 2 +- .../components/src/components/ErrorBoundary/ErrorBoundary.jsx | 2 +- .../components/src/components/FormattedDate/FormattedDate.jsx | 2 +- .../src/components/FormattedDate/FormattedDate.test.jsx | 2 +- .../src/components/FormattedDuration/FormattedDuration.jsx | 2 +- .../src/components/FormattedDuration/FormattedDuration.test.jsx | 2 +- packages/components/src/components/Header/Header.jsx | 2 +- packages/components/src/components/Header/index.js | 2 +- packages/components/src/components/LabelFilter/LabelFilter.jsx | 2 +- packages/components/src/components/Link/Link.jsx | 2 +- packages/components/src/components/LogFormat/LogFormat.jsx | 2 +- packages/components/src/components/LogFormat/LogFormat.test.jsx | 2 +- .../components/src/components/LogoutButton/LogoutButton.jsx | 2 +- packages/components/src/components/LogsToolbar/LogsToolbar.jsx | 2 +- packages/components/src/components/Param/index.jsx | 2 +- .../src/components/PipelineRuns/PipelineRuns.test.jsx | 2 +- packages/components/src/components/RunHeader/RunHeader.scss | 2 +- packages/components/src/components/RunHeader/RunHeader.test.jsx | 2 +- packages/components/src/components/Spinner/Spinner.jsx | 2 +- .../components/src/components/StatusIcon/StatusIcon.test.jsx | 2 +- .../components/src/components/StepDetails/StepDetails.test.jsx | 2 +- packages/components/src/components/Tabs/Tabs.jsx | 2 +- packages/components/src/components/Task/index.js | 2 +- .../src/components/TaskRunDetails/TaskRunDetails.scss | 2 +- packages/components/src/components/TaskRuns/TaskRuns.test.jsx | 2 +- packages/components/src/components/TaskTree/TaskTree.scss | 2 +- packages/components/src/components/TextInput/TextInput.jsx | 2 +- packages/components/src/components/TextInput/TextInput.test.jsx | 2 +- packages/components/src/components/Trigger/Trigger.test.jsx | 2 +- .../components/src/components/ViewYAML/SyntaxHighlighter.jsx | 2 +- packages/components/src/components/ViewYAML/ViewYAML.test.jsx | 2 +- packages/components/src/utils/test.jsx | 2 +- packages/e2e/cypress.config.js | 2 +- packages/graph/src/components/Graph.jsx | 2 +- packages/graph/src/components/Graph.scss | 2 +- packages/graph/src/components/InlineLoading.jsx | 2 +- packages/graph/src/components/Node.jsx | 2 +- packages/graph/src/components/NodeLink.jsx | 2 +- packages/graph/src/components/PanZoom.jsx | 2 +- packages/graph/src/components/PipelineGraph.jsx | 2 +- packages/graph/src/components/ZoomablePipelineGraph.jsx | 2 +- packages/graph/src/components/ZoomablePipelineGraph.scss | 2 +- src/containers/About/About.jsx | 2 +- src/containers/App/index.js | 2 +- src/containers/ClusterTriggerBinding/ClusterTriggerBinding.jsx | 2 +- .../CustomResourceDefinition/CustomResourceDefinition.jsx | 2 +- src/containers/Extensions/Extensions.jsx | 2 +- src/containers/LabelFilter/LabelFilter.jsx | 2 +- src/containers/ListPageLayout/ListPageLayout.jsx | 2 +- src/containers/ListPageLayout/ListPageLayout.test.jsx | 2 +- src/containers/LoadingShell/index.js | 2 +- src/containers/NotFound/NotFound.jsx | 2 +- src/containers/SideNav/index.js | 2 +- src/containers/Trigger/Trigger.jsx | 2 +- src/containers/TriggerBinding/TriggerBinding.jsx | 2 +- src/containers/TriggerTemplate/TriggerTemplate.jsx | 2 +- src/scss/Create.scss | 2 +- src/scss/_carbon.scss | 2 +- src/utils/test.jsx | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/.storybook/Container.jsx b/.storybook/Container.jsx index f9de34b11..d70173a1c 100644 --- a/.storybook/Container.jsx +++ b/.storybook/Container.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/base/203-serviceaccount.yaml b/base/203-serviceaccount.yaml index 1bde7b05c..614095d07 100644 --- a/base/203-serviceaccount.yaml +++ b/base/203-serviceaccount.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 The Tekton Authors +# Copyright 2019-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/base/300-deployment.yaml b/base/300-deployment.yaml index 65a0886f3..b0e13c681 100644 --- a/base/300-deployment.yaml +++ b/base/300-deployment.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 The Tekton Authors +# Copyright 2019-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/base/300-service.yaml b/base/300-service.yaml index 322495e4e..94336d19d 100644 --- a/base/300-service.yaml +++ b/base/300-service.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 The Tekton Authors +# Copyright 2019-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/packages/components/src/components/DataTableSkeleton/DataTableSkeleton.scss b/packages/components/src/components/DataTableSkeleton/DataTableSkeleton.scss index 229e8774e..16b71d890 100644 --- a/packages/components/src/components/DataTableSkeleton/DataTableSkeleton.scss +++ b/packages/components/src/components/DataTableSkeleton/DataTableSkeleton.scss @@ -1,5 +1,5 @@ /* -Copyright 2020 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/DetailsHeader/DetailsHeader.test.jsx b/packages/components/src/components/DetailsHeader/DetailsHeader.test.jsx index f082c34b0..fedc47f62 100644 --- a/packages/components/src/components/DetailsHeader/DetailsHeader.test.jsx +++ b/packages/components/src/components/DetailsHeader/DetailsHeader.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/DotSpinner/DotSpinner.jsx b/packages/components/src/components/DotSpinner/DotSpinner.jsx index 76ee6c74d..e0f6c359a 100644 --- a/packages/components/src/components/DotSpinner/DotSpinner.jsx +++ b/packages/components/src/components/DotSpinner/DotSpinner.jsx @@ -1,5 +1,5 @@ /* -Copyright 2021-2022 The Tekton Authors +Copyright 2021-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/ErrorBoundary/ErrorBoundary.jsx b/packages/components/src/components/ErrorBoundary/ErrorBoundary.jsx index 4e3ad8385..af8247b81 100644 --- a/packages/components/src/components/ErrorBoundary/ErrorBoundary.jsx +++ b/packages/components/src/components/ErrorBoundary/ErrorBoundary.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/FormattedDate/FormattedDate.jsx b/packages/components/src/components/FormattedDate/FormattedDate.jsx index 63bffb3bd..f7f8426e5 100644 --- a/packages/components/src/components/FormattedDate/FormattedDate.jsx +++ b/packages/components/src/components/FormattedDate/FormattedDate.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/FormattedDate/FormattedDate.test.jsx b/packages/components/src/components/FormattedDate/FormattedDate.test.jsx index 9c32b3ce5..93d5be3bd 100644 --- a/packages/components/src/components/FormattedDate/FormattedDate.test.jsx +++ b/packages/components/src/components/FormattedDate/FormattedDate.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/FormattedDuration/FormattedDuration.jsx b/packages/components/src/components/FormattedDuration/FormattedDuration.jsx index a1341f9ab..f82ff871a 100644 --- a/packages/components/src/components/FormattedDuration/FormattedDuration.jsx +++ b/packages/components/src/components/FormattedDuration/FormattedDuration.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/FormattedDuration/FormattedDuration.test.jsx b/packages/components/src/components/FormattedDuration/FormattedDuration.test.jsx index 560e04178..170000dd9 100644 --- a/packages/components/src/components/FormattedDuration/FormattedDuration.test.jsx +++ b/packages/components/src/components/FormattedDuration/FormattedDuration.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2022 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/Header/Header.jsx b/packages/components/src/components/Header/Header.jsx index c4d3d32e5..a1952047c 100644 --- a/packages/components/src/components/Header/Header.jsx +++ b/packages/components/src/components/Header/Header.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/Header/index.js b/packages/components/src/components/Header/index.js index 578786256..3794e04aa 100644 --- a/packages/components/src/components/Header/index.js +++ b/packages/components/src/components/Header/index.js @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/LabelFilter/LabelFilter.jsx b/packages/components/src/components/LabelFilter/LabelFilter.jsx index e073f5283..2563ae303 100644 --- a/packages/components/src/components/LabelFilter/LabelFilter.jsx +++ b/packages/components/src/components/LabelFilter/LabelFilter.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/Link/Link.jsx b/packages/components/src/components/Link/Link.jsx index c89eb2255..bb65e42a2 100644 --- a/packages/components/src/components/Link/Link.jsx +++ b/packages/components/src/components/Link/Link.jsx @@ -1,5 +1,5 @@ /* -Copyright 2022 The Tekton Authors +Copyright 2022-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/LogFormat/LogFormat.jsx b/packages/components/src/components/LogFormat/LogFormat.jsx index d486f73f9..3ceeb1f07 100644 --- a/packages/components/src/components/LogFormat/LogFormat.jsx +++ b/packages/components/src/components/LogFormat/LogFormat.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2022 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/LogFormat/LogFormat.test.jsx b/packages/components/src/components/LogFormat/LogFormat.test.jsx index 9e88ad633..295d83aaa 100644 --- a/packages/components/src/components/LogFormat/LogFormat.test.jsx +++ b/packages/components/src/components/LogFormat/LogFormat.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2021 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/LogoutButton/LogoutButton.jsx b/packages/components/src/components/LogoutButton/LogoutButton.jsx index 5b645cda6..0be46f172 100644 --- a/packages/components/src/components/LogoutButton/LogoutButton.jsx +++ b/packages/components/src/components/LogoutButton/LogoutButton.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/LogsToolbar/LogsToolbar.jsx b/packages/components/src/components/LogsToolbar/LogsToolbar.jsx index 60aceebf2..3d005875f 100644 --- a/packages/components/src/components/LogsToolbar/LogsToolbar.jsx +++ b/packages/components/src/components/LogsToolbar/LogsToolbar.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2022 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/Param/index.jsx b/packages/components/src/components/Param/index.jsx index 32e210092..6b0a886ac 100644 --- a/packages/components/src/components/Param/index.jsx +++ b/packages/components/src/components/Param/index.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2021 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/PipelineRuns/PipelineRuns.test.jsx b/packages/components/src/components/PipelineRuns/PipelineRuns.test.jsx index d4e4d3cf8..8cf301665 100644 --- a/packages/components/src/components/PipelineRuns/PipelineRuns.test.jsx +++ b/packages/components/src/components/PipelineRuns/PipelineRuns.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/RunHeader/RunHeader.scss b/packages/components/src/components/RunHeader/RunHeader.scss index 104f23946..fa1f304bb 100644 --- a/packages/components/src/components/RunHeader/RunHeader.scss +++ b/packages/components/src/components/RunHeader/RunHeader.scss @@ -1,5 +1,5 @@ /* -Copyright 2019-2020 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/RunHeader/RunHeader.test.jsx b/packages/components/src/components/RunHeader/RunHeader.test.jsx index 8ef79c369..b69cc38f7 100644 --- a/packages/components/src/components/RunHeader/RunHeader.test.jsx +++ b/packages/components/src/components/RunHeader/RunHeader.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/Spinner/Spinner.jsx b/packages/components/src/components/Spinner/Spinner.jsx index 697db775c..56abf3967 100644 --- a/packages/components/src/components/Spinner/Spinner.jsx +++ b/packages/components/src/components/Spinner/Spinner.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/StatusIcon/StatusIcon.test.jsx b/packages/components/src/components/StatusIcon/StatusIcon.test.jsx index 6892ef57f..e296cc9c3 100644 --- a/packages/components/src/components/StatusIcon/StatusIcon.test.jsx +++ b/packages/components/src/components/StatusIcon/StatusIcon.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2021-2022 The Tekton Authors +Copyright 2021-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/StepDetails/StepDetails.test.jsx b/packages/components/src/components/StepDetails/StepDetails.test.jsx index 5b7232f1f..426a9c493 100644 --- a/packages/components/src/components/StepDetails/StepDetails.test.jsx +++ b/packages/components/src/components/StepDetails/StepDetails.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/Tabs/Tabs.jsx b/packages/components/src/components/Tabs/Tabs.jsx index cdcdfc163..c213be22f 100644 --- a/packages/components/src/components/Tabs/Tabs.jsx +++ b/packages/components/src/components/Tabs/Tabs.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/Task/index.js b/packages/components/src/components/Task/index.js index 9d87e4ed9..a170d29c5 100644 --- a/packages/components/src/components/Task/index.js +++ b/packages/components/src/components/Task/index.js @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/TaskRunDetails/TaskRunDetails.scss b/packages/components/src/components/TaskRunDetails/TaskRunDetails.scss index 5a70b979a..e59f71148 100644 --- a/packages/components/src/components/TaskRunDetails/TaskRunDetails.scss +++ b/packages/components/src/components/TaskRunDetails/TaskRunDetails.scss @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/TaskRuns/TaskRuns.test.jsx b/packages/components/src/components/TaskRuns/TaskRuns.test.jsx index f84653f69..fd12ba33d 100644 --- a/packages/components/src/components/TaskRuns/TaskRuns.test.jsx +++ b/packages/components/src/components/TaskRuns/TaskRuns.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/TaskTree/TaskTree.scss b/packages/components/src/components/TaskTree/TaskTree.scss index 993e8b0a0..943a33a71 100644 --- a/packages/components/src/components/TaskTree/TaskTree.scss +++ b/packages/components/src/components/TaskTree/TaskTree.scss @@ -1,5 +1,5 @@ /* -Copyright 2019-2020 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/TextInput/TextInput.jsx b/packages/components/src/components/TextInput/TextInput.jsx index 3ac049fc1..88852a83d 100644 --- a/packages/components/src/components/TextInput/TextInput.jsx +++ b/packages/components/src/components/TextInput/TextInput.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/TextInput/TextInput.test.jsx b/packages/components/src/components/TextInput/TextInput.test.jsx index f5ab3900e..2a54fc0bb 100644 --- a/packages/components/src/components/TextInput/TextInput.test.jsx +++ b/packages/components/src/components/TextInput/TextInput.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/Trigger/Trigger.test.jsx b/packages/components/src/components/Trigger/Trigger.test.jsx index c52006f4a..170b65b40 100644 --- a/packages/components/src/components/Trigger/Trigger.test.jsx +++ b/packages/components/src/components/Trigger/Trigger.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/ViewYAML/SyntaxHighlighter.jsx b/packages/components/src/components/ViewYAML/SyntaxHighlighter.jsx index dabd3dd63..d1170d782 100644 --- a/packages/components/src/components/ViewYAML/SyntaxHighlighter.jsx +++ b/packages/components/src/components/ViewYAML/SyntaxHighlighter.jsx @@ -1,5 +1,5 @@ /* -Copyright 2021 The Tekton Authors +Copyright 2021-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. You may obtain a copy of the License at diff --git a/packages/components/src/components/ViewYAML/ViewYAML.test.jsx b/packages/components/src/components/ViewYAML/ViewYAML.test.jsx index e9d5e6149..8508e742f 100644 --- a/packages/components/src/components/ViewYAML/ViewYAML.test.jsx +++ b/packages/components/src/components/ViewYAML/ViewYAML.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/components/src/utils/test.jsx b/packages/components/src/utils/test.jsx index 81af48550..d4591ebd5 100644 --- a/packages/components/src/utils/test.jsx +++ b/packages/components/src/utils/test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/e2e/cypress.config.js b/packages/e2e/cypress.config.js index 8ff7b7ba9..816761242 100644 --- a/packages/e2e/cypress.config.js +++ b/packages/e2e/cypress.config.js @@ -1,5 +1,5 @@ /* -Copyright 2022 The Tekton Authors +Copyright 2022-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/Graph.jsx b/packages/graph/src/components/Graph.jsx index 028a0d751..f9af0cc2e 100644 --- a/packages/graph/src/components/Graph.jsx +++ b/packages/graph/src/components/Graph.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/Graph.scss b/packages/graph/src/components/Graph.scss index 98e03d228..442c00248 100644 --- a/packages/graph/src/components/Graph.scss +++ b/packages/graph/src/components/Graph.scss @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/InlineLoading.jsx b/packages/graph/src/components/InlineLoading.jsx index 03d0576bb..406f05380 100644 --- a/packages/graph/src/components/InlineLoading.jsx +++ b/packages/graph/src/components/InlineLoading.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/Node.jsx b/packages/graph/src/components/Node.jsx index 50dce659c..8e7f68643 100644 --- a/packages/graph/src/components/Node.jsx +++ b/packages/graph/src/components/Node.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/NodeLink.jsx b/packages/graph/src/components/NodeLink.jsx index 90db56cbe..9461903e8 100644 --- a/packages/graph/src/components/NodeLink.jsx +++ b/packages/graph/src/components/NodeLink.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/PanZoom.jsx b/packages/graph/src/components/PanZoom.jsx index 057ab2b98..9c5a264c7 100644 --- a/packages/graph/src/components/PanZoom.jsx +++ b/packages/graph/src/components/PanZoom.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/PipelineGraph.jsx b/packages/graph/src/components/PipelineGraph.jsx index 388ea16c3..a7f4ba797 100644 --- a/packages/graph/src/components/PipelineGraph.jsx +++ b/packages/graph/src/components/PipelineGraph.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/ZoomablePipelineGraph.jsx b/packages/graph/src/components/ZoomablePipelineGraph.jsx index 427bbf4c6..908487cfe 100644 --- a/packages/graph/src/components/ZoomablePipelineGraph.jsx +++ b/packages/graph/src/components/ZoomablePipelineGraph.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/packages/graph/src/components/ZoomablePipelineGraph.scss b/packages/graph/src/components/ZoomablePipelineGraph.scss index 782096395..4ff815702 100644 --- a/packages/graph/src/components/ZoomablePipelineGraph.scss +++ b/packages/graph/src/components/ZoomablePipelineGraph.scss @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/src/containers/About/About.jsx b/src/containers/About/About.jsx index f4327b345..5f184cfc2 100644 --- a/src/containers/About/About.jsx +++ b/src/containers/About/About.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2022 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/src/containers/App/index.js b/src/containers/App/index.js index d9673b312..877848448 100644 --- a/src/containers/App/index.js +++ b/src/containers/App/index.js @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/src/containers/ClusterTriggerBinding/ClusterTriggerBinding.jsx b/src/containers/ClusterTriggerBinding/ClusterTriggerBinding.jsx index 86a602e8e..5569e07dc 100644 --- a/src/containers/ClusterTriggerBinding/ClusterTriggerBinding.jsx +++ b/src/containers/ClusterTriggerBinding/ClusterTriggerBinding.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2022 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/src/containers/CustomResourceDefinition/CustomResourceDefinition.jsx b/src/containers/CustomResourceDefinition/CustomResourceDefinition.jsx index 6ce96880a..42f251e93 100644 --- a/src/containers/CustomResourceDefinition/CustomResourceDefinition.jsx +++ b/src/containers/CustomResourceDefinition/CustomResourceDefinition.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/src/containers/Extensions/Extensions.jsx b/src/containers/Extensions/Extensions.jsx index ec1df47a5..32349f0ea 100644 --- a/src/containers/Extensions/Extensions.jsx +++ b/src/containers/Extensions/Extensions.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/src/containers/LabelFilter/LabelFilter.jsx b/src/containers/LabelFilter/LabelFilter.jsx index 2ffedf0f8..af0a15964 100644 --- a/src/containers/LabelFilter/LabelFilter.jsx +++ b/src/containers/LabelFilter/LabelFilter.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/src/containers/ListPageLayout/ListPageLayout.jsx b/src/containers/ListPageLayout/ListPageLayout.jsx index 49efe7880..eb2c4f747 100644 --- a/src/containers/ListPageLayout/ListPageLayout.jsx +++ b/src/containers/ListPageLayout/ListPageLayout.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2022 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/src/containers/ListPageLayout/ListPageLayout.test.jsx b/src/containers/ListPageLayout/ListPageLayout.test.jsx index a162d8031..01858dae2 100644 --- a/src/containers/ListPageLayout/ListPageLayout.test.jsx +++ b/src/containers/ListPageLayout/ListPageLayout.test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2020-2022 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/src/containers/LoadingShell/index.js b/src/containers/LoadingShell/index.js index d3427b0ce..7fde1c468 100644 --- a/src/containers/LoadingShell/index.js +++ b/src/containers/LoadingShell/index.js @@ -1,5 +1,5 @@ /* -Copyright 2020 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/src/containers/NotFound/NotFound.jsx b/src/containers/NotFound/NotFound.jsx index 13d42d908..448b47b9a 100644 --- a/src/containers/NotFound/NotFound.jsx +++ b/src/containers/NotFound/NotFound.jsx @@ -1,5 +1,5 @@ /* -Copyright 2021-2022 The Tekton Authors +Copyright 2021-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. You may obtain a copy of the License at diff --git a/src/containers/SideNav/index.js b/src/containers/SideNav/index.js index a96e84c97..c93b16190 100644 --- a/src/containers/SideNav/index.js +++ b/src/containers/SideNav/index.js @@ -1,5 +1,5 @@ /* -Copyright 2019 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/src/containers/Trigger/Trigger.jsx b/src/containers/Trigger/Trigger.jsx index 53f4731a2..d3fb443fe 100644 --- a/src/containers/Trigger/Trigger.jsx +++ b/src/containers/Trigger/Trigger.jsx @@ -1,5 +1,5 @@ /* -Copyright 2021-2022 The Tekton Authors +Copyright 2021-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. You may obtain a copy of the License at diff --git a/src/containers/TriggerBinding/TriggerBinding.jsx b/src/containers/TriggerBinding/TriggerBinding.jsx index f6b4c52ba..5e6d13a6a 100644 --- a/src/containers/TriggerBinding/TriggerBinding.jsx +++ b/src/containers/TriggerBinding/TriggerBinding.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/src/containers/TriggerTemplate/TriggerTemplate.jsx b/src/containers/TriggerTemplate/TriggerTemplate.jsx index d6dbd1d8f..fff9df9da 100644 --- a/src/containers/TriggerTemplate/TriggerTemplate.jsx +++ b/src/containers/TriggerTemplate/TriggerTemplate.jsx @@ -1,5 +1,5 @@ /* -Copyright 2019-2022 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/src/scss/Create.scss b/src/scss/Create.scss index cbb2093ed..c90b7f387 100644 --- a/src/scss/Create.scss +++ b/src/scss/Create.scss @@ -1,5 +1,5 @@ /* -Copyright 2019-2021 The Tekton Authors +Copyright 2019-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. You may obtain a copy of the License at diff --git a/src/scss/_carbon.scss b/src/scss/_carbon.scss index 0ac9c2f8d..bdf6dabfe 100644 --- a/src/scss/_carbon.scss +++ b/src/scss/_carbon.scss @@ -1,5 +1,5 @@ /* -Copyright 2020-2021 The Tekton Authors +Copyright 2020-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. You may obtain a copy of the License at diff --git a/src/utils/test.jsx b/src/utils/test.jsx index 6f633bb7e..4a3416c46 100644 --- a/src/utils/test.jsx +++ b/src/utils/test.jsx @@ -1,5 +1,5 @@ /* -Copyright 2021-2022 The Tekton Authors +Copyright 2021-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. You may obtain a copy of the License at