diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-01-05 06:48:09 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-01-05 06:22:22 +0000 |
commit | c9406116477c30590e002809993a9d692b78d25c (patch) | |
tree | ecec19b335d55376826cdf589c6d2944544fbc19 /csit.infra.dash/app/cdash/stats | |
parent | 3055ecfbb0b619318f7cfbbb18ba142968b4c617 (diff) |
C-Dash: Change the year in the copyright message.
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I39afee4b50d580027b985c2fb6d170b071b7d00a
Diffstat (limited to 'csit.infra.dash/app/cdash/stats')
-rw-r--r-- | csit.infra.dash/app/cdash/stats/__init__.py | 2 | ||||
-rw-r--r-- | csit.infra.dash/app/cdash/stats/graphs.py | 2 | ||||
-rw-r--r-- | csit.infra.dash/app/cdash/stats/layout.py | 2 | ||||
-rw-r--r-- | csit.infra.dash/app/cdash/stats/stats.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/csit.infra.dash/app/cdash/stats/__init__.py b/csit.infra.dash/app/cdash/stats/__init__.py index 5692432123..f0d52c25b6 100644 --- a/csit.infra.dash/app/cdash/stats/__init__.py +++ b/csit.infra.dash/app/cdash/stats/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # 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/csit.infra.dash/app/cdash/stats/graphs.py b/csit.infra.dash/app/cdash/stats/graphs.py index f533d72aa8..21b1243ee2 100644 --- a/csit.infra.dash/app/cdash/stats/graphs.py +++ b/csit.infra.dash/app/cdash/stats/graphs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # 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/csit.infra.dash/app/cdash/stats/layout.py b/csit.infra.dash/app/cdash/stats/layout.py index dace219aae..49027765ec 100644 --- a/csit.infra.dash/app/cdash/stats/layout.py +++ b/csit.infra.dash/app/cdash/stats/layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # 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/csit.infra.dash/app/cdash/stats/stats.py b/csit.infra.dash/app/cdash/stats/stats.py index 9b763f84a1..062e6b0bba 100644 --- a/csit.infra.dash/app/cdash/stats/stats.py +++ b/csit.infra.dash/app/cdash/stats/stats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # 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: |