summaryrefslogtreecommitdiff
path: root/xhfc/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'xhfc/base.c')
-rw-r--r--xhfc/base.c21
1 files changed, 21 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>