Skip to content

Commit

Permalink
Merge pull request #61 from breezy-team/copyright
Browse files Browse the repository at this point in the history
Update copyright headers
  • Loading branch information
jelmer authored Oct 26, 2024
2 parents 1dc3135 + 9488b90 commit cb60010
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fastbencode/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (C) 2007, 2009 Canonical Ltd
# Copyright (C) 2021-2023 Jelmer Vernooij <[email protected]>
#
# 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
Expand Down
1 change: 1 addition & 0 deletions fastbencode/_bencode_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions fastbencode/_bencode_pyx.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (C) 2007, 2009, 2010 Canonical Ltd
# Copyright (C) 2021-2023 Jelmer Vernooij <[email protected]>
#
# 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
Expand Down

0 comments on commit cb60010

Please sign in to comment.