summaryrefslogtreecommitdiff
path: root/nuttx/arch/rgmp
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 18:32:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 18:32:24 +0000
commitdf4622c8aa68493604f1e611eeb50c0960bb61a9 (patch)
tree1628300d9dbfac947ef9a9a8ec6013337cba17bb /nuttx/arch/rgmp
parent0661f846bdd4ef584ab5d0e85e3fecf74a1d9922 (diff)
downloadnuttx-df4622c8aa68493604f1e611eeb50c0960bb61a9.tar.gz
nuttx-df4622c8aa68493604f1e611eeb50c0960bb61a9.tar.bz2
nuttx-df4622c8aa68493604f1e611eeb50c0960bb61a9.zip
Email address change in nuttx/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/rgmp')
-rw-r--r--nuttx/arch/rgmp/include/math.h2
-rw-r--r--nuttx/arch/rgmp/include/stdbool.h2
-rw-r--r--nuttx/arch/rgmp/include/stdint.h2
-rw-r--r--nuttx/arch/rgmp/include/types.h2
-rw-r--r--nuttx/arch/rgmp/src/x86/com.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/arch/rgmp/include/math.h b/nuttx/arch/rgmp/include/math.h
index 55f24aaa4..16992d63c 100644
--- a/nuttx/arch/rgmp/include/math.h
+++ b/nuttx/arch/rgmp/include/math.h
@@ -2,7 +2,7 @@
* arch/rgmp/include/math.h
*
* 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/nuttx/arch/rgmp/include/stdbool.h b/nuttx/arch/rgmp/include/stdbool.h
index 4af9ec9e3..993e0f736 100644
--- a/nuttx/arch/rgmp/include/stdbool.h
+++ b/nuttx/arch/rgmp/include/stdbool.h
@@ -2,7 +2,7 @@
* arch/rgmp/include/stdbool.h
*
* Copyright (C) 2009, 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/nuttx/arch/rgmp/include/stdint.h b/nuttx/arch/rgmp/include/stdint.h
index 7b244dd9f..07b9ffdee 100644
--- a/nuttx/arch/rgmp/include/stdint.h
+++ b/nuttx/arch/rgmp/include/stdint.h
@@ -2,7 +2,7 @@
* arch/rgmp/include/stdint.h
*
* Copyright (C) 2009, 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/nuttx/arch/rgmp/include/types.h b/nuttx/arch/rgmp/include/types.h
index 48e141db3..81bf0e817 100644
--- a/nuttx/arch/rgmp/include/types.h
+++ b/nuttx/arch/rgmp/include/types.h
@@ -2,7 +2,7 @@
* arch/rgmp/include/types.h
*
* 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/nuttx/arch/rgmp/src/x86/com.c b/nuttx/arch/rgmp/src/x86/com.c
index e5e7f70f6..6a136ac7d 100644
--- a/nuttx/arch/rgmp/src/x86/com.c
+++ b/nuttx/arch/rgmp/src/x86/com.c
@@ -4,7 +4,7 @@
* Copyright (C) 2011 Yu Qiang. All rights reserved.
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Authors: Yu Qiang <yuq825@gmail.com>
- * Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions