summaryrefslogtreecommitdiff
path: root/gm_platform
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-03-16 19:19:47 +0100
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-03-16 19:19:47 +0100
commit9d72724ca5fc130448ba0e93b5e46ed83f419d85 (patch)
tree43d4bcddd92f3fd84801be067f18ed572f53f43f /gm_platform
parenta1dc923315514ed6f23da5f2c0950830975299f8 (diff)
downloadmaster-thesis-9d72724ca5fc130448ba0e93b5e46ed83f419d85.tar.gz
master-thesis-9d72724ca5fc130448ba0e93b5e46ed83f419d85.tar.bz2
master-thesis-9d72724ca5fc130448ba0e93b5e46ed83f419d85.zip
Remove incorrect license header
Diffstat (limited to 'gm_platform')
-rw-r--r--gm_platform/fw/serial.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/gm_platform/fw/serial.c b/gm_platform/fw/serial.c
index 6b3ba00..ae05fc9 100644
--- a/gm_platform/fw/serial.c
+++ b/gm_platform/fw/serial.c
@@ -1,26 +1,3 @@
-/*
- * This file is part of the libusbhost library
- * hosted at http://github.com/libusbhost/libusbhost
- *
- * Copyright (C) 2015 Amir Hammad <amir.hammad@hotmail.com>
- *
- *
- * libusbhost is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This library 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-
#include "global.h"
#include "serial.h"
#include "cobs.h"