]> sigrok.org Git - libsigrok.git/commitdiff
Cosmetics, whitespace, consistency fixes.
authorUwe Hermann <redacted>
Mon, 10 Jan 2011 22:20:37 +0000 (23:20 +0100)
committerUwe Hermann <redacted>
Mon, 10 Jan 2011 22:20:37 +0000 (23:20 +0100)
hardware/link-mso19/link-mso19.c
hardware/link-mso19/link-mso19.h
hardware/openbench-logic-sniffer/Makefile.am
hardware/zeroplus-logic-cube/gl_usb.h

index 308fb50e9c3ce587e79baf363ee47650479b9480..ba50a8ac8306b6a13f2ed2897316b1632bce422b 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
index 7bf598e15ce3b5a9723cb1ce955c19cac80797c4..e7abee0302d68241a15b2d72a35852d7a8a04dee 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #ifndef LINK_MSO19_H
@@ -106,5 +114,5 @@ uint16_t la_threshold_map[] = {
        0x8eff,
        0x8fff,
 };
-#endif
 
+#endif
index 45daa5b1c5652bb3ee9312ac8761fd2128bfb3f1..2f57bc35dc07dd667551b2626846d4a12e6daaa3 100644 (file)
@@ -17,7 +17,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-if LA_OLS 
+if LA_OLS
 
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwols.la
index e662f62aebe51428f57e9b08edbe95cf1c29f526..a18b9991b7183afad50fb6a51c10e4c439e2ae27 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the sigrok project.
+ *
  * Copyright (C) 2010 Sven Peter <sven@fail0verflow.com>
  * Copyright (C) 2010 Haxx Enterprises <bushing@gmail.com>
  * All rights reserved.