summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat/tests/struct
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxflat/tests/struct')
-rw-r--r--apps/examples/nxflat/tests/struct/Makefile2
-rw-r--r--apps/examples/nxflat/tests/struct/struct.h2
-rw-r--r--apps/examples/nxflat/tests/struct/struct_dummy.c2
-rw-r--r--apps/examples/nxflat/tests/struct/struct_main.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/nxflat/tests/struct/Makefile b/apps/examples/nxflat/tests/struct/Makefile
index 7a5f3fb82..69f9dd2f3 100644
--- a/apps/examples/nxflat/tests/struct/Makefile
+++ b/apps/examples/nxflat/tests/struct/Makefile
@@ -2,7 +2,7 @@
# examples/nxflat/tests/hello/Makefile
#
# Copyright (C) 2009 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/apps/examples/nxflat/tests/struct/struct.h b/apps/examples/nxflat/tests/struct/struct.h
index 0b1747d8c..bb31d8f71 100644
--- a/apps/examples/nxflat/tests/struct/struct.h
+++ b/apps/examples/nxflat/tests/struct/struct.h
@@ -2,7 +2,7 @@
* examples/nxflat/tests/struct/struct.h
*
* Copyright (C) 2009 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/apps/examples/nxflat/tests/struct/struct_dummy.c b/apps/examples/nxflat/tests/struct/struct_dummy.c
index 7f0be6a1f..80364b46b 100644
--- a/apps/examples/nxflat/tests/struct/struct_dummy.c
+++ b/apps/examples/nxflat/tests/struct/struct_dummy.c
@@ -2,7 +2,7 @@
* examples/nxflat/tests/struct/struct_dummy.c
*
* Copyright (C) 2009 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/apps/examples/nxflat/tests/struct/struct_main.c b/apps/examples/nxflat/tests/struct/struct_main.c
index d82cdd706..2d8b51a2c 100644
--- a/apps/examples/nxflat/tests/struct/struct_main.c
+++ b/apps/examples/nxflat/tests/struct/struct_main.c
@@ -2,7 +2,7 @@
* examples/nxflat/tests/struct/struct_main.c
*
* Copyright (C) 2009 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