summaryrefslogtreecommitdiff
path: root/nuttx/sched/env_getenv.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-28 14:59:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-28 14:59:21 +0000
commita95f177d20c45f908b62d35c0d58a4448713e628 (patch)
treed128cb857928af871f2de84a3e3ed0a425ff93d4 /nuttx/sched/env_getenv.c
parentd6168a07ffc8e5db221861756291d4f58fc43fe0 (diff)
downloadpx4-nuttx-a95f177d20c45f908b62d35c0d58a4448713e628.tar.gz
px4-nuttx-a95f177d20c45f908b62d35c0d58a4448713e628.tar.bz2
px4-nuttx-a95f177d20c45f908b62d35c0d58a4448713e628.zip
Z16F compile/link with all OS features enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@574 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/env_getenv.c')
-rw-r--r--nuttx/sched/env_getenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/env_getenv.c b/nuttx/sched/env_getenv.c
index 91e974845..be0a83d2e 100644
--- a/nuttx/sched/env_getenv.c
+++ b/nuttx/sched/env_getenv.c
@@ -1,7 +1,7 @@
/****************************************************************************
* env_getenv.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*