summaryrefslogtreecommitdiffstats
path: root/firmware/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-01-24 10:25:31 +0100
committerHarald Welte <laforge@gnumonks.org>2012-01-24 10:25:31 +0100
commitd5c4d1edc736e92a53d3bd198f1ca372b9319a97 (patch)
tree7f44f6d8162f71c37cb823d820196b4085602c72 /firmware/include
parentc2c221703d1d5fcaac7af022b50ac58ffdb76d26 (diff)
Add GPLv3 license header to all our code
Diffstat (limited to 'firmware/include')
-rwxr-xr-xfirmware/include/si570.h19
-rw-r--r--firmware/include/tuner_e4k.h18
2 files changed, 37 insertions, 0 deletions
diff --git a/firmware/include/si570.h b/firmware/include/si570.h
index 8d4c475..a93cbec 100755
--- a/firmware/include/si570.h
+++ b/firmware/include/si570.h
@@ -1,6 +1,25 @@
#ifndef __SI570_H__
#define __SI570_H__
+/* (C) 2005-2011 by maintech GmbH
+ * (C) 2011-2012 by Harald Welte <laforge@gnumonks.org>
+ *
+ * All Rights Reserved
+ *
+ * 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/>.
+ */
+
#include <stdint.h>
#define SI570_ADDR 0x55
diff --git a/firmware/include/tuner_e4k.h b/firmware/include/tuner_e4k.h
index 3819f7a..df060eb 100644
--- a/firmware/include/tuner_e4k.h
+++ b/firmware/include/tuner_e4k.h
@@ -1,6 +1,24 @@
#ifndef _E4K_TUNER_H
#define _E4K_TUNER_H
+/* (C) 2011-2012 by Harald Welte <laforge@gnumonks.org>
+ *
+ * All Rights Reserved
+ *
+ * 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/>.
+ */
+
enum e4k_reg {
E4K_REG_MASTER1 = 0x00,
E4K_REG_MASTER2 = 0x01,