Change license to BSD-2-Clause

This was announced on the Tillitis Blog the 2nd of October 2024, for
more info visit https://tillitis.se
This commit is contained in:
Daniel Jobson 2025-10-29 11:42:20 +01:00
parent ea82b0c1fd
commit a37f687881
99 changed files with 158 additions and 570 deletions

View file

@ -1,7 +1,8 @@
#!/usr/bin/env python3
# SPDX-FileCopyrightText: 2021 Mullvad VPN AB <mullvad.se>
# SPDX-FileCopyrightText: 2022 Tillitis AB <tillitis.se>
# SPDX-License-Identifier: GPL-2.0-only
# SPDX-License-Identifier: BSD-2-Clause
def descriptor_to_string(descriptor):
""" Convert a bytes object containing a USB string descriptor into a python string"""