From: Uwe Hermann Date: Tue, 27 Apr 2010 20:46:59 +0000 (+0200) Subject: asix-sigma.h: Add missing license header. X-Git-Tag: libsigrok-0.1.0~548 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=204b1629bd4ef6b61c297fd830a3dae9edafc388;p=libsigrok.git asix-sigma.h: Add missing license header. --- diff --git a/hardware/asix-sigma/asix-sigma.h b/hardware/asix-sigma/asix-sigma.h index c4e31c6f..a0497a6f 100644 --- a/hardware/asix-sigma/asix-sigma.h +++ b/hardware/asix-sigma/asix-sigma.h @@ -1,3 +1,24 @@ +/* + * This file is part of the sigrok project. + * + * Copyright (C) 2010 Håvard Espeland , + * Copyright (C) 2010 Martin Stensgård + * Copyright (C) 2010 Carl Henrik Lunde + * + * 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 + * 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 ASIX_SIGMA_H #define ASIX_SIGMA_H @@ -52,6 +73,4 @@ enum sigma_read_register #define CHUNK_SIZE 1024 -#endif /* ASIX_SIGMA_H */ - -// vim:noexpandtab:ts=8 sts=8 sw=8 +#endif