ASIX Sigma: Use common license header format.

This commit is contained in:
Uwe Hermann 2010-04-27 22:44:15 +02:00
parent 28a35d8ab3
commit 911f18341b
1 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,9 @@
/* /*
* This file is part of the sigrok project. * This file is part of the sigrok project.
* *
* ASIX Sigma Logic Analyzer Driver * Copyright (C) 2010 Håvard Espeland <gus@ping.uio.no>,
* * Copyright (C) 2010 Martin Stensgård <mastensg@ping.uio.no>
* Copyright (C) 2010 * Copyright (C) 2010 Carl Henrik Lunde <chlunde@ping.uio.no>
*
* Håvard Espeland <gus@ping.uio.no>,
* Martin Stensgård <mastensg@ping.uio.no>
* Carl Henrik Lunde <chlunde@ping.uio.no>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -23,6 +19,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*
* ASIX Sigma Logic Analyzer Driver
*/
#include <ftdi.h> #include <ftdi.h>
#include <string.h> #include <string.h>
#include <zlib.h> #include <zlib.h>