From: Uwe Hermann Date: Mon, 10 Jan 2011 22:20:37 +0000 (+0100) Subject: Cosmetics, whitespace, consistency fixes. X-Git-Tag: libsigrok-0.1.0~451 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8a839354c122b533181fe02da82d0110a44911cf;p=libsigrok.git Cosmetics, whitespace, consistency fixes. --- diff --git a/hardware/link-mso19/link-mso19.c b/hardware/link-mso19/link-mso19.c index 308fb50e..ba50a8ac 100644 --- a/hardware/link-mso19/link-mso19.c +++ b/hardware/link-mso19/link-mso19.c @@ -7,6 +7,14 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 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, see . */ #include diff --git a/hardware/link-mso19/link-mso19.h b/hardware/link-mso19/link-mso19.h index 7bf598e1..e7abee03 100644 --- a/hardware/link-mso19/link-mso19.h +++ b/hardware/link-mso19/link-mso19.h @@ -7,6 +7,14 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 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, see . */ #ifndef LINK_MSO19_H @@ -106,5 +114,5 @@ uint16_t la_threshold_map[] = { 0x8eff, 0x8fff, }; -#endif +#endif diff --git a/hardware/openbench-logic-sniffer/Makefile.am b/hardware/openbench-logic-sniffer/Makefile.am index 45daa5b1..2f57bc35 100644 --- a/hardware/openbench-logic-sniffer/Makefile.am +++ b/hardware/openbench-logic-sniffer/Makefile.am @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -if LA_OLS +if LA_OLS # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokhwols.la diff --git a/hardware/zeroplus-logic-cube/gl_usb.h b/hardware/zeroplus-logic-cube/gl_usb.h index e662f62a..a18b9991 100644 --- a/hardware/zeroplus-logic-cube/gl_usb.h +++ b/hardware/zeroplus-logic-cube/gl_usb.h @@ -1,4 +1,6 @@ /* + * This file is part of the sigrok project. + * * Copyright (C) 2010 Sven Peter * Copyright (C) 2010 Haxx Enterprises * All rights reserved.