From 08668d5b10766b51a0b55dbc739ad0bdb2269b475257d573dce1124ef62d26df Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 16 Jan 2025 12:32:56 +0300 Subject: [PATCH] Fix typo in name --- py3/tests/strategies.py | 2 +- py3/tests/test_blob.py | 2 +- py3/tests/test_bool.py | 2 +- py3/tests/test_everything.py | 2 +- py3/tests/test_float.py | 2 +- py3/tests/test_generic.py | 2 +- py3/tests/test_int.py | 2 +- py3/tests/test_list.py | 2 +- py3/tests/test_map.py | 2 +- py3/tests/test_not_enough_data.py | 2 +- py3/tests/test_recursion.py | 2 +- py3/tests/test_str.py | 2 +- py3/tests/test_tai.py | 2 +- py3/tests/test_uuid.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/py3/tests/strategies.py b/py3/tests/strategies.py index 5a8e819..02b0b9b 100644 --- a/py3/tests/strategies.py +++ b/py3/tests/strategies.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_blob.py b/py3/tests/test_blob.py index c39ae6a..57fc043 100644 --- a/py3/tests/test_blob.py +++ b/py3/tests/test_blob.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_bool.py b/py3/tests/test_bool.py index 4f4704c..0a6c4f7 100644 --- a/py3/tests/test_bool.py +++ b/py3/tests/test_bool.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_everything.py b/py3/tests/test_everything.py index d1f3cd5..603bd24 100644 --- a/py3/tests/test_everything.py +++ b/py3/tests/test_everything.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_float.py b/py3/tests/test_float.py index 5ff5685..c45c8e4 100644 --- a/py3/tests/test_float.py +++ b/py3/tests/test_float.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_generic.py b/py3/tests/test_generic.py index 3868823..c10c731 100644 --- a/py3/tests/test_generic.py +++ b/py3/tests/test_generic.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_int.py b/py3/tests/test_int.py index cfc2d63..3c0bc56 100644 --- a/py3/tests/test_int.py +++ b/py3/tests/test_int.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_list.py b/py3/tests/test_list.py index 7be9c7c..d52afdf 100644 --- a/py3/tests/test_list.py +++ b/py3/tests/test_list.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_map.py b/py3/tests/test_map.py index 6324b1a..379a941 100644 --- a/py3/tests/test_map.py +++ b/py3/tests/test_map.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_not_enough_data.py b/py3/tests/test_not_enough_data.py index 91f35f3..acfbdcf 100644 --- a/py3/tests/test_not_enough_data.py +++ b/py3/tests/test_not_enough_data.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_recursion.py b/py3/tests/test_recursion.py index b2edbad..4e01c69 100644 --- a/py3/tests/test_recursion.py +++ b/py3/tests/test_recursion.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_str.py b/py3/tests/test_str.py index 881d7a9..7edcfe5 100644 --- a/py3/tests/test_str.py +++ b/py3/tests/test_str.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_tai.py b/py3/tests/test_tai.py index b772089..a86fe4c 100644 --- a/py3/tests/test_tai.py +++ b/py3/tests/test_tai.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify diff --git a/py3/tests/test_uuid.py b/py3/tests/test_uuid.py index ea181ec..40bdb6b 100644 --- a/py3/tests/test_uuid.py +++ b/py3/tests/test_uuid.py @@ -1,5 +1,5 @@ # PyKEKS -- Python KEKS implementation -# Copyright (C) 2024-2025 Antont Rudenko +# Copyright (C) 2024-2025 Anton Rudenko # 2024-2025 Sergey Matveev # # This program is free software: you can redistribute it and/or modify -- 2.50.0