1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

- Copyright notice on shell prompt updated to 2011

- Community page changes irrelevant here, as this content will migrate to a CMS soon
This commit is contained in:
Dado Sutter 2011-02-07 20:47:11 +00:00
parent a8b8c4e6f1
commit 3b14f52f52
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ contact us in our
https://lists.berlios.de/mailman/listinfo/elua-dev[Discussion List] or the https://lists.berlios.de/mailman/listinfo/elua-dev[Discussion List] or the
authors link:overview.html#authors[privately] authors link:overview.html#authors[privately]
- Cristina Sampaio and http://www.ti.com/ww/br[Texas Instruments Brasil] - EK-LM3S6965 LM3S Cortex-M3 kits - Cristina Sampaio and http://www.ti.com/ww/br[Texas Instruments Brazil] - EK-LM3S6965 LM3S Cortex-M3 kits
- José Palazzi and http://www.freescale.com/webapp/sps/site/homepage.jsp?code=BRAZIL[Freescale Brazil] - Coldfire dev kits, eLua support - José Palazzi and http://www.freescale.com/webapp/sps/site/homepage.jsp?code=BRAZIL[Freescale Brazil] - Coldfire dev kits, eLua support
- http://www.luminarymicro.com/[Luminary Micro] - LM3S evaluation kits - http://www.luminarymicro.com/[Luminary Micro] - LM3S evaluation kits
- http://mbed.org/[mbed] - NXP1768 mbed kit - http://mbed.org/[mbed] - NXP1768 mbed kit

View File

@ -3,7 +3,7 @@
#ifndef __SHELL_H__ #ifndef __SHELL_H__
#define __SHELL_H__ #define __SHELL_H__
#define SHELL_WELCOMEMSG "\neLua %s Copyright (C) 2007-2010 www.eluaproject.org\n" #define SHELL_WELCOMEMSG "\neLua %s Copyright (C) 2007-2011 www.eluaproject.org\n"
#define SHELL_PROMPT "eLua# " #define SHELL_PROMPT "eLua# "
#define SHELL_ERRMSG "Invalid command, type 'help' for help\n" #define SHELL_ERRMSG "Invalid command, type 'help' for help\n"
#define SHELL_MAXSIZE 50 #define SHELL_MAXSIZE 50