]> sigrok.org Git - libsigrok.git/commitdiff
asix-sigma.h: Add missing license header.
authorUwe Hermann <redacted>
Tue, 27 Apr 2010 20:46:59 +0000 (22:46 +0200)
committerUwe Hermann <redacted>
Tue, 27 Apr 2010 20:46:59 +0000 (22:46 +0200)
hardware/asix-sigma/asix-sigma.h

index c4e31c6f877918a029bbce3935cc55f83f38b705..a0497a6ffa2b7a04b6a6c4a53e5321435355a3cb 100644 (file)
@@ -1,3 +1,24 @@
+/*
+ * This file is part of the sigrok project.
+ *
+ * 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
+ * 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 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