aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/dfu
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2018-07-08 13:21:16 +0200
committerKévin Redon <kredon@sysmocom.de>2018-07-11 22:01:58 +0200
commit9a12d68c74a52f839bffa75ea7260f74bdf39292 (patch)
tree724f3cb16749fcce650391fcf027fcf532fa1941 /firmware/apps/dfu
parentefbcf38afb6b18c0aa75875dd4bebe0f299d22ae (diff)
firmware: set license to GPLv2+
Diffstat (limited to 'firmware/apps/dfu')
-rw-r--r--firmware/apps/dfu/main.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/firmware/apps/dfu/main.c b/firmware/apps/dfu/main.c
index 467b7dd..74268ad 100644
--- a/firmware/apps/dfu/main.c
+++ b/firmware/apps/dfu/main.c
@@ -1,3 +1,22 @@
+/* SIMtrace 2 firmware USB DFU bootloader
+ *
+ * (C) 2015-2017 by Harald Welte <hwelte@hmw-consulting.de>
+ * (C) 2018 by sysmocom -s.f.m.c. GmbH, Author: Kevin Redon <kredon@sysmocom.de>
+ *
+ * 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 the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
#include "board.h"
#include "utils.h"
#include "usb/device/dfu/dfu.h"