From 55ff0af0213676077b485cd63e8de2ae373bc248 Mon Sep 17 00:00:00 2001 From: evangriffiths Date: Thu, 25 Apr 2024 16:11:40 +0100 Subject: [PATCH] Run scripts/check_copyright_notice.py --- plugins/aea-cli-ipfs/aea_cli_ipfs/core.py | 2 +- tests/test_test_tools/test_click_testing.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/aea-cli-ipfs/aea_cli_ipfs/core.py b/plugins/aea-cli-ipfs/aea_cli_ipfs/core.py index 62ecd32cd0..d54d21b7cf 100644 --- a/plugins/aea-cli-ipfs/aea_cli_ipfs/core.py +++ b/plugins/aea-cli-ipfs/aea_cli_ipfs/core.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2021-2022 Valory AG +# Copyright 2021-2024 Valory AG # Copyright 2018-2020 Fetch.AI Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/test_test_tools/test_click_testing.py b/tests/test_test_tools/test_click_testing.py index 4ddc27a801..fb7c1594a2 100644 --- a/tests/test_test_tools/test_click_testing.py +++ b/tests/test_test_tools/test_click_testing.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2022-2023 Valory AG +# Copyright 2022-2024 Valory AG # Copyright 2018-2020 Fetch.AI Limited # # Licensed under the Apache License, Version 2.0 (the "License");