summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 00:11:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 00:11:05 +0000
commitafc0ebc1b59d02737cc44924bd318dc9558a912a (patch)
treeb91b5c223b2ff90f7dbf98145b6031c8e31c240f /apps
parenta82d39f9a9a5e47ea25532c55a09fd481649a5b7 (diff)
downloadnuttx-afc0ebc1b59d02737cc44924bd318dc9558a912a.tar.gz
nuttx-afc0ebc1b59d02737cc44924bd318dc9558a912a.tar.bz2
nuttx-afc0ebc1b59d02737cc44924bd318dc9558a912a.zip
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5209 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/system/i2c/Makefile2
-rw-r--r--apps/system/ramtron/ramtron.c2
-rw-r--r--apps/system/readline/readline.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile
index 845c149f6..00db91bb7 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -1,5 +1,5 @@
############################################################################
-# apps/system/i2c
+# apps/system/i2c/Makefile
#
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/apps/system/ramtron/ramtron.c b/apps/system/ramtron/ramtron.c
index cd4012787..78773649c 100644
--- a/apps/system/ramtron/ramtron.c
+++ b/apps/system/ramtron/ramtron.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * ramtron/ramtron.c
+ * apps/system/ramtron/ramtron.c
*
* Copyright (C) 2011 Uros Platise. All rights reserved.
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
diff --git a/apps/system/readline/readline.c b/apps/system/readline/readline.c
index ec2dc1c0a..f64049ed7 100644
--- a/apps/system/readline/readline.c
+++ b/apps/system/readline/readline.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * lib/stdio/lib_fgets.c
+ * apps/system/readline/readline.c
*
* Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>