aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/libboard/owhw/include/board.h
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/libboard/owhw/include/board.h
parentefbcf38afb6b18c0aa75875dd4bebe0f299d22ae (diff)
firmware: set license to GPLv2+
Diffstat (limited to 'firmware/libboard/owhw/include/board.h')
-rw-r--r--firmware/libboard/owhw/include/board.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/firmware/libboard/owhw/include/board.h b/firmware/libboard/owhw/include/board.h
index def3d8b..be6bb17 100644
--- a/firmware/libboard/owhw/include/board.h
+++ b/firmware/libboard/owhw/include/board.h
@@ -1,3 +1,21 @@
+/* OWHW board definition
+ *
+ * (C) 2015-2017 by Harald Welte <hwelte@hmw-consulting.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ */
#pragma once
#include "board_common.h"
#include "simtrace_usb.h"