summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-12-17 14:43:36 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-12-17 14:43:36 +0100
commit42de02bb5cdde7e0bb78f9d4aaded8d1aa68a27d (patch)
tree61e7ea76f4bae913dd338553816ff02a107b6637
parentcb620d8ecc82128738d8f2781dd57d4c9873c80e (diff)
Copyright and licence
-rw-r--r--xhfc/base.c21
-rw-r--r--xhfc/xhfc.h21
-rw-r--r--xhfc/xhfc_st_state.c21
3 files changed, 63 insertions, 0 deletions
diff --git a/xhfc/base.c b/xhfc/base.c
index c2c9a02..9b0284e 100644
--- a/xhfc/base.c
+++ b/xhfc/base.c
@@ -1,3 +1,24 @@
+/* BRI support on XiVO IPBX OpenHardware with Cologne Chip's XHFC
+ *
+ * Copyright (C) 2010 Proformatique
+ * Authors:
+ * Noe Rubinstein <nrubinstein@proformatique.com>
+ * Guillaume Knispel <gknispel@proformatique.com>
+ *
+ * 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 2, 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 <linux/acpi.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 41b22d3..b143044 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -1,3 +1,24 @@
+/* BRI support on XiVO IPBX OpenHardware with Cologne Chip's XHFC
+ *
+ * Copyright (C) 2010 Proformatique
+ * Authors:
+ * Noe Rubinstein <nrubinstein@proformatique.com>
+ * Guillaume Knispel <gknispel@proformatique.com>
+ *
+ * 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 2, 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 __XHFC_H__
#define __XHFC_H__
diff --git a/xhfc/xhfc_st_state.c b/xhfc/xhfc_st_state.c
index b34d180..c8dbaa9 100644
--- a/xhfc/xhfc_st_state.c
+++ b/xhfc/xhfc_st_state.c
@@ -1,3 +1,24 @@
+/* L1 state handling
+ *
+ * Copyright (C) 2010 Proformatique
+ * Authors:
+ * Noe Rubinstein <nrubinstein@proformatique.com>
+ * Guillaume Knispel <gknispel@proformatique.com>
+ *
+ * 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 2, 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 <linux/delay.h>
#include <linux/timer.h>