summaryrefslogtreecommitdiff
path: root/gpio
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2012-01-18 17:20:26 +0100
committerGuillaume Knispel <gknispel@proformatique.com>2012-01-18 17:20:26 +0100
commit36a9ae3e441b75a146836322018e6d915fd386ef (patch)
tree40c8fc7b27781183ddb30de41107e2be8173bb30 /gpio
parent5d5e1cfa51b925c1797f64b3307fd9b36964091d (diff)
update copyright infos
Diffstat (limited to 'gpio')
-rw-r--r--gpio/gpio.c6
-rw-r--r--gpio/gpio.h4
2 files changed, 5 insertions, 5 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.
*