summaryrefslogtreecommitdiff
path: root/tdm
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2011-01-20 17:37:33 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2011-01-20 18:50:03 +0100
commit13bc63167a1e61cf459e2ae929baa7de5c110259 (patch)
tree4f08520dfec4b2937ef6989a4246ab0b9106c9b2 /tdm
parenta23ecd92a42a4b378e2d53d6c69dccb4b180392f (diff)
Licenses
Diffstat (limited to 'tdm')
-rw-r--r--tdm/xivo_tdm.c18
-rw-r--r--tdm/xivo_tdm_api.h17
2 files changed, 35 insertions, 0 deletions
diff --git a/tdm/xivo_tdm.c b/tdm/xivo_tdm.c
index ebd77fe..b6ea0c8 100644
--- a/tdm/xivo_tdm.c
+++ b/tdm/xivo_tdm.c
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2010 Proformatique
+ * Authors: 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/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
diff --git a/tdm/xivo_tdm_api.h b/tdm/xivo_tdm_api.h
index 49cc115..487992f 100644
--- a/tdm/xivo_tdm_api.h
+++ b/tdm/xivo_tdm_api.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2010 Proformatique
+ * Author: 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 XIVO_TDM_API_H
#define XIVO_TDM_API_H