projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95cb9e1
)
NFC: pn533: Update copyrights note
author
Waldemar Rymarkiewicz
<
[email protected]
>
Wed, 3 Apr 2013 06:02:01 +0000
(08:02 +0200)
committer
Samuel Ortiz
<
[email protected]
>
Thu, 11 Apr 2013 14:29:01 +0000
(16:29 +0200)
Remove duplicated authors info from the header as well.
Signed-off-by: Waldemar Rymarkiewicz <
[email protected]
>
Signed-off-by: Samuel Ortiz <
[email protected]
>
drivers/nfc/pn533.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/pn533.c
b/drivers/nfc/pn533.c
index c20778a56f4f6441bf3863c4d16ca2c3a5301fe4..b193ae6998e487e61b8feaf03ef12d97d9113fd8 100644
(file)
--- a/
drivers/nfc/pn533.c
+++ b/
drivers/nfc/pn533.c
@@
-1,9
+1,6
@@
/*
* Copyright (C) 2011 Instituto Nokia de Tecnologia
- *
- * Authors:
- * Lauro Ramos Venancio <
[email protected]
>
- * Aloisio Almeida Jr <
[email protected]
>
+ * Copyright (C) 2012-2013 Tieto Poland
*
* 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
@@
-2607,8
+2604,9
@@
static struct usb_driver pn533_driver = {
module_usb_driver(pn533_driver);
-MODULE_AUTHOR("Lauro Ramos Venancio <
[email protected]
>,"
- " Aloisio Almeida Jr <
[email protected]
>");
+MODULE_AUTHOR("Lauro Ramos Venancio <
[email protected]
>");
+MODULE_AUTHOR("Aloisio Almeida Jr <
[email protected]
>");
+MODULE_AUTHOR("Waldemar Rymarkiewicz <
[email protected]
>");
MODULE_DESCRIPTION("PN533 usb driver ver " VERSION);
MODULE_VERSION(VERSION);
MODULE_LICENSE("GPL");