From 9d72724ca5fc130448ba0e93b5e46ed83f419d85 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 16 Mar 2020 19:19:47 +0100 Subject: Remove incorrect license header --- gm_platform/fw/serial.c | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'gm_platform/fw') 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 - * - * - * 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 . - * - */ - - #include "global.h" #include "serial.h" #include "cobs.h" -- cgit