summaryrefslogtreecommitdiff
path: root/misc/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 17:32:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 17:32:42 +0000
commit0661f846bdd4ef584ab5d0e85e3fecf74a1d9922 (patch)
treeaa19d58f3fe49b859a526586b75d665ad06ac75f /misc/drivers
parentd2e8f9f549edebda7029cca0d5704e09ea93f679 (diff)
downloadnuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.tar.gz
nuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.tar.bz2
nuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.zip
Email address change in misc/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5144 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/drivers')
-rwxr-xr-xmisc/drivers/INSTALL.sh2
-rwxr-xr-xmisc/drivers/rtl8187x/INSTALL.sh2
-rwxr-xr-xmisc/drivers/rtl8187x/rtl8187x.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/drivers/INSTALL.sh b/misc/drivers/INSTALL.sh
index 66205af9f..d918c0dd4 100755
--- a/misc/drivers/INSTALL.sh
+++ b/misc/drivers/INSTALL.sh
@@ -3,7 +3,7 @@
# Install ALL optional drivers into the NuttX source tree
#
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/misc/drivers/rtl8187x/INSTALL.sh b/misc/drivers/rtl8187x/INSTALL.sh
index fadb5b98c..839fb7768 100755
--- a/misc/drivers/rtl8187x/INSTALL.sh
+++ b/misc/drivers/rtl8187x/INSTALL.sh
@@ -3,7 +3,7 @@
# Install the GPLv2 RTL8187x driver into the NuttX source tree
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/misc/drivers/rtl8187x/rtl8187x.h b/misc/drivers/rtl8187x/rtl8187x.h
index f66827647..8783f1e92 100755
--- a/misc/drivers/rtl8187x/rtl8187x.h
+++ b/misc/drivers/rtl8187x/rtl8187x.h
@@ -5,7 +5,7 @@
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Copyright (C) 2011 Rafael Noronha. All rights reserved.
- * Authors: Gregoyr Nutt <spudmonkey@racsa.co.cr>
+ * Authors: Gregoyr Nutt <gnutt@nuttx.org>
* Rafael Noronha <rafael@pdsolucoes.com.br>
*
* Portions of the logic in this file derives from the KisMAC RTL8187x driver