]> sigrok.org Git - libsigrok.git/commitdiff
ASIX Sigma: Use common license header format.
authorUwe Hermann <redacted>
Tue, 27 Apr 2010 20:44:15 +0000 (22:44 +0200)
committerUwe Hermann <redacted>
Tue, 27 Apr 2010 20:44:15 +0000 (22:44 +0200)
hardware/asix-sigma/asix-sigma.c

index f1b1c471b08c1419314108746d7e53d3c1f33cbf..f44df134f914f8b877a2e8233667a445612e82b9 100644 (file)
@@ -1,13 +1,9 @@
 /*
  * This file is part of the sigrok project.
  *
- * ASIX Sigma Logic Analyzer Driver
- *
- * Copyright (C) 2010
- *
- *     Håvard Espeland   <gus@ping.uio.no>,
- *     Martin Stensgård  <mastensg@ping.uio.no>
- *     Carl Henrik Lunde <chlunde@ping.uio.no>
+ * Copyright (C) 2010 Håvard Espeland <gus@ping.uio.no>,
+ * Copyright (C) 2010 Martin Stensgård <mastensg@ping.uio.no>
+ * Copyright (C) 2010 Carl Henrik Lunde <chlunde@ping.uio.no>
  *
  * 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
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+/*
+ * ASIX Sigma Logic Analyzer Driver
+ */
+
 #include <ftdi.h>
 #include <string.h>
 #include <zlib.h>