summaryrefslogtreecommitdiff
path: root/apps/system/free
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 16:58:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 16:58:49 +0000
commitd2e8f9f549edebda7029cca0d5704e09ea93f679 (patch)
tree069643454e1936db021400ccac6a92c4587bc240 /apps/system/free
parent05a6ec77b4fc41cc5b866b9228ee037fbf3eb902 (diff)
downloadnuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.tar.gz
nuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.tar.bz2
nuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.zip
Email address change in apps/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/free')
-rw-r--r--apps/system/free/Makefile2
-rw-r--r--apps/system/free/README.txt2
-rw-r--r--apps/system/free/free.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/system/free/Makefile b/apps/system/free/Makefile
index 974c98913..7f911d81c 100644
--- a/apps/system/free/Makefile
+++ b/apps/system/free/Makefile
@@ -3,7 +3,7 @@
#
# Copyright (C) 2011 Uros Platise. All rights reserved.
# Author: Uros Platise <uros.platise@isotel.eu>
-# 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
diff --git a/apps/system/free/README.txt b/apps/system/free/README.txt
index dd92a94ae..1c2d380d4 100644
--- a/apps/system/free/README.txt
+++ b/apps/system/free/README.txt
@@ -2,5 +2,5 @@
This application provides UNIX style memory free information.
Source: NuttX
- Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ Author: Gregory Nutt <gnutt@nuttx.org>
Date: 17. March 2011
diff --git a/apps/system/free/free.c b/apps/system/free/free.c
index 2f61a1dae..3d9698ecb 100644
--- a/apps/system/free/free.c
+++ b/apps/system/free/free.c
@@ -2,7 +2,7 @@
* apps/system/free/free.c
*
* 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