summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpio/gpio.c6
-rw-r--r--gpio/gpio.h4
-rw-r--r--tdm/xivo_tdm.c4
-rw-r--r--tdm/xivo_tdm_api.h2
-rw-r--r--xhfc/base.c2
-rw-r--r--xhfc/xhfc.h2
-rw-r--r--xhfc/xhfc_leb.c2
-rw-r--r--xhfc/xhfc_leb.h2
-rw-r--r--xhfc/xhfc_st_state.c2
-rw-r--r--xivovp/base.c2
10 files changed, 14 insertions, 14 deletions
diff --git a/gpio/gpio.c b/gpio/gpio.c
index d8b2fb1..71b6a1d 100644
--- a/gpio/gpio.c
+++ b/gpio/gpio.c
@@ -4,7 +4,7 @@
*
* GPL LICENSE SUMMARY
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Copyright(c) 2007,2008,2009 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
@@ -24,7 +24,7 @@
*
* BSD LICENSE
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Copyright(c) 2007,2008,2009 Intel Corporation. All rights reserved.
* All rights reserved.
*
@@ -75,7 +75,7 @@
#include <linux/delay.h>
#include "gpio.h"
-MODULE_AUTHOR("Intel(R) Corporation, Proformatique");
+MODULE_AUTHOR("Intel(R) Corporation, Avencall");
MODULE_DESCRIPTION("General Purpose I/O Pin Driver");
MODULE_LICENSE("Dual BSD/GPL");
MODULE_VERSION("1.0.0");
diff --git a/gpio/gpio.h b/gpio/gpio.h
index 20c1a68..8084f4a 100644
--- a/gpio/gpio.h
+++ b/gpio/gpio.h
@@ -4,7 +4,7 @@
*
* GPL LICENSE SUMMARY
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Copyright(c) 2007,2008,2009 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
@@ -24,7 +24,7 @@
*
* BSD LICENSE
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Copyright(c) 2007,2008,2009 Intel Corporation. All rights reserved.
* All rights reserved.
*
diff --git a/tdm/xivo_tdm.c b/tdm/xivo_tdm.c
index 4b3afa6..730478b 100644
--- a/tdm/xivo_tdm.c
+++ b/tdm/xivo_tdm.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2010 Proformatique
- * Authors: Guillaume Knispel <gknispel@proformatique.com>
+ * Copyright (C) 2010,2012 Avencall
+ * 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
diff --git a/tdm/xivo_tdm_api.h b/tdm/xivo_tdm_api.h
index 487992f..a206f66 100644
--- a/tdm/xivo_tdm_api.h
+++ b/tdm/xivo_tdm_api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Author: Guillaume Knispel <gknispel@proformatique.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/xhfc/base.c b/xhfc/base.c
index be6be89..bf1a8c2 100644
--- a/xhfc/base.c
+++ b/xhfc/base.c
@@ -1,6 +1,6 @@
/* BRI support on XiVO IPBX OpenHardware with Cologne Chip's XHFC
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Authors:
* Noe Rubinstein <nrubinstein@proformatique.com>
* Guillaume Knispel <gknispel@proformatique.com>
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index d20cb46..6179b45 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -1,6 +1,6 @@
/* BRI support on XiVO IPBX OpenHardware with Cologne Chip's XHFC
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Authors:
* Noe Rubinstein <nrubinstein@proformatique.com>
* Guillaume Knispel <gknispel@proformatique.com>
diff --git a/xhfc/xhfc_leb.c b/xhfc/xhfc_leb.c
index 7722249..bf0620c 100644
--- a/xhfc/xhfc_leb.c
+++ b/xhfc/xhfc_leb.c
@@ -1,6 +1,6 @@
/* EP80579 LEB: configuration of CS0 for an XHFC-4SU.
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Author: Guillaume Knispel <gknispel@proformatique.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/xhfc/xhfc_leb.h b/xhfc/xhfc_leb.h
index 9e25f00..acce53e 100644
--- a/xhfc/xhfc_leb.h
+++ b/xhfc/xhfc_leb.h
@@ -1,6 +1,6 @@
/* EP80579 LEB: configuration and access to an XHFC-4SU via CS0.
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Authors:
* Noe Rubinstein <nrubinstein@proformatique.com>
* Guillaume Knispel <gknispel@proformatique.com>
diff --git a/xhfc/xhfc_st_state.c b/xhfc/xhfc_st_state.c
index 358e73b..3a42b44 100644
--- a/xhfc/xhfc_st_state.c
+++ b/xhfc/xhfc_st_state.c
@@ -1,6 +1,6 @@
/* L1 state handling
*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Authors:
* Noe Rubinstein <nrubinstein@proformatique.com>
* Guillaume Knispel <gknispel@proformatique.com>
diff --git a/xivovp/base.c b/xivovp/base.c
index 15f8578..4b64635 100644
--- a/xivovp/base.c
+++ b/xivovp/base.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Proformatique
+ * Copyright (C) 2010,2012 Avencall
* Authors:
* Noe Rubinstein <nrubinstein@proformatique.com>
* Guillaume Knispel <gknispel@proformatique.com>