From 56e7407fce5e755241dc32837eb7850f4b1dcf0e Mon Sep 17 00:00:00 2001 From: devanshu Date: Fri, 29 Mar 2024 13:35:38 +0530 Subject: [PATCH 1/2] updated copyrighta --- scripts/bump.py | 19 +++++++++++++++++++ .../protocols/dummy_protocol/__init__.py | 2 +- .../protocols/dummy_protocol/message.py | 2 +- .../protocols/dummy_protocol/serialization.py | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/scripts/bump.py b/scripts/bump.py index 2a864cf5c8..a868d23cf6 100644 --- a/scripts/bump.py +++ b/scripts/bump.py @@ -1,3 +1,22 @@ +# -*- coding: utf-8 -*- +# ------------------------------------------------------------------------------ +# +# Copyright 2023 Valory AG +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ------------------------------------------------------------------------------ + """ Script for bumping core dependencies. diff --git a/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/__init__.py b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/__init__.py index fbaf670397..a3d120a28c 100644 --- a/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/__init__.py +++ b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2023 dummy_author +# Copyright 2023 Valory AG # # 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/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/message.py b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/message.py index cb8cb48359..11458f0e45 100644 --- a/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/message.py +++ b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/message.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2023 dummy_author +# Copyright 2023 Valory AG # # 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/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/serialization.py b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/serialization.py index da2c367304..0c96f3ce91 100644 --- a/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/serialization.py +++ b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/serialization.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2023 dummy_author +# Copyright 2023 Valory AG # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From 847907fa6aee9fe42e0a45437043cd58fde748a3 Mon Sep 17 00:00:00 2001 From: devanshu Date: Fri, 29 Mar 2024 13:52:25 +0530 Subject: [PATCH 2/2] updated copyrights --- scripts/bump.py | 2 +- .../dummy_author/protocols/dummy_protocol/__init__.py | 2 +- .../dummy_author/protocols/dummy_protocol/message.py | 2 +- .../dummy_author/protocols/dummy_protocol/serialization.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bump.py b/scripts/bump.py index a868d23cf6..975fd6bcfa 100644 --- a/scripts/bump.py +++ b/scripts/bump.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2023 Valory AG +# Copyright 2023-2024 Valory AG # # 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/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/__init__.py b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/__init__.py index a3d120a28c..aad14bc121 100644 --- a/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/__init__.py +++ b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2023 Valory AG +# Copyright 2023-2024 Valory AG # # 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/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/message.py b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/message.py index 11458f0e45..127f9fe5e5 100644 --- a/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/message.py +++ b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/message.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2023 Valory AG +# Copyright 2023-2024 Valory AG # # 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/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/serialization.py b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/serialization.py index 0c96f3ce91..522358d096 100644 --- a/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/serialization.py +++ b/tests/data/dummy_packages/dummy_author/protocols/dummy_protocol/serialization.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2023 Valory AG +# Copyright 2023-2024 Valory AG # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.