summaryrefslogtreecommitdiff
path: root/misc/drivers
diff options
context:
space:
mode:
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