aboutsummaryrefslogtreecommitdiff
path: root/nuttx/syscall
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-13 18:32:24 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-13 18:32:24 +0000
commit84cfa6fceb0d0779e381982f04d253f8f105ebdc (patch)
tree1628300d9dbfac947ef9a9a8ec6013337cba17bb /nuttx/syscall
parent2cb5c82c18a3954cd39ce37e513718074cace461 (diff)
downloadpx4-firmware-84cfa6fceb0d0779e381982f04d253f8f105ebdc.tar.gz
px4-firmware-84cfa6fceb0d0779e381982f04d253f8f105ebdc.tar.bz2
px4-firmware-84cfa6fceb0d0779e381982f04d253f8f105ebdc.zip
Email address change in nuttx/
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5145 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/syscall')
-rw-r--r--nuttx/syscall/Makefile2
-rw-r--r--nuttx/syscall/proxies/Make.defs2
-rw-r--r--nuttx/syscall/stub_lookup.h2
-rw-r--r--nuttx/syscall/stubs/Make.defs2
4 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/syscall/Makefile b/nuttx/syscall/Makefile
index 7ef1a4629..88365759d 100644
--- a/nuttx/syscall/Makefile
+++ b/nuttx/syscall/Makefile
@@ -2,7 +2,7 @@
# syscall/Makefile
#
# 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/syscall/proxies/Make.defs b/nuttx/syscall/proxies/Make.defs
index abd6c0102..a14e3562e 100644
--- a/nuttx/syscall/proxies/Make.defs
+++ b/nuttx/syscall/proxies/Make.defs
@@ -2,7 +2,7 @@
# syscall/proxies/Make.defs
#
# 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/syscall/stub_lookup.h b/nuttx/syscall/stub_lookup.h
index 9b4a92814..1c749ee62 100644
--- a/nuttx/syscall/stub_lookup.h
+++ b/nuttx/syscall/stub_lookup.h
@@ -2,7 +2,7 @@
* syscall/stub_lookup.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/syscall/stubs/Make.defs b/nuttx/syscall/stubs/Make.defs
index 10d10c08a..0f40052c0 100644
--- a/nuttx/syscall/stubs/Make.defs
+++ b/nuttx/syscall/stubs/Make.defs
@@ -2,7 +2,7 @@
# syscall/stubs/Make.defs
#
# 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