Skip to content

Commit 00238a1

Browse files
Cut GPL references for the scripts forked from Ubertooth.
(I purchased the copyright from Great Scott Gadgets last month to unify the project under the beerware license.)
1 parent c6ce08e commit 00238a1

File tree

3 files changed

+3
-49
lines changed

3 files changed

+3
-49
lines changed

dfu_suffix.py

+2-15
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,9 @@
55
# Copyright 2011 Dominic Spill
66
# Copyright 2010 TheSeven
77
#
8-
# This file is part of Project Ubertooth.
8+
# This file was forked form Project Ubertooth.
99
#
10-
# This program is free software; you can redistribute it and/or modify
11-
# it under the terms of the GNU General Public License as published by
12-
# the Free Software Foundation; either version 2, or (at your option)
13-
# any later version.
14-
#
15-
# This program is distributed in the hope that it will be useful,
16-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
# GNU General Public License for more details.
19-
#
20-
# You should have received a copy of the GNU General Public License
21-
# along with this program; see the file COPYING. If not, write to
22-
# the Free Software Foundation, Inc., 51 Franklin Street,
23-
# Boston, MA 02110-1301, USA.
10+
2411
from struct import pack, unpack
2512

2613
crc_table = []

md380_dfu.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,8 @@
99
# TYT MD380, an amateur radio for the DMR protocol on the UHF bands.
1010
# This script implements a lot of poorly understood extensions unique
1111
# to the MD380.
12-
#
13-
#
14-
#
15-
#
16-
# This program is free software; you can redistribute it and/or modify
17-
# it under the terms of the GNU General Public License as published by
18-
# the Free Software Foundation; either version 2, or (at your option)
19-
# any later version.
20-
#
21-
# This program is distributed in the hope that it will be useful,
22-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
23-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24-
# GNU General Public License for more details.
25-
#
26-
# You should have received a copy of the GNU General Public License
27-
# along with this program; see the file COPYING. If not, write to
28-
# the Free Software Foundation, Inc., 51 Franklin Street,
29-
# Boston, MA 02110-1301, USA.
3012

31-
# http://pyusb.sourceforge.net/docs/1.0/tutorial.html
13+
3214
from __future__ import print_function
3315

3416
import sys

stm32-dfu

-15
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@
55
#
66
# This file is forked from Project Ubertooth in order to support the
77
# STM32F2xx.
8-
#
9-
# This program is free software; you can redistribute it and/or modify
10-
# it under the terms of the GNU General Public License as published by
11-
# the Free Software Foundation; either version 2, or (at your option)
12-
# any later version.
13-
#
14-
# This program is distributed in the hope that it will be useful,
15-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
# GNU General Public License for more details.
18-
#
19-
# You should have received a copy of the GNU General Public License
20-
# along with this program; see the file COPYING. If not, write to
21-
# the Free Software Foundation, Inc., 51 Franklin Street,
22-
# Boston, MA 02110-1301, USA.
238

249
# The STM32 series of ARM chips implement a weird variant of DFU, so
2510
# I've written this client in order to understand it. Sometime in the

0 commit comments

Comments
 (0)