diff --git a/fastbencode/__init__.py b/fastbencode/__init__.py index 07f2cfb..ed55804 100644 --- a/fastbencode/__init__.py +++ b/fastbencode/__init__.py @@ -1,4 +1,5 @@ # Copyright (C) 2007, 2009 Canonical Ltd +# Copyright (C) 2021-2023 Jelmer Vernooij # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/fastbencode/_bencode_py.py b/fastbencode/_bencode_py.py index 6d33f2e..5fdaaf6 100644 --- a/fastbencode/_bencode_py.py +++ b/fastbencode/_bencode_py.py @@ -14,6 +14,7 @@ # included in all copies or substantial portions of the Software. # # Modifications copyright (C) 2008 Canonical Ltd +# Modifications copyright (C) 2021-2023 Jelmer Vernooij from typing import Callable, Dict, List, Type diff --git a/fastbencode/_bencode_pyx.pyx b/fastbencode/_bencode_pyx.pyx index 32a9ef3..4b3bdde 100644 --- a/fastbencode/_bencode_pyx.pyx +++ b/fastbencode/_bencode_pyx.pyx @@ -1,4 +1,5 @@ # Copyright (C) 2007, 2009, 2010 Canonical Ltd +# Copyright (C) 2021-2023 Jelmer Vernooij # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by