Updated grammar and copyright
git-svn-id: http://picoc.googlecode.com/svn/trunk@486 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
6f2c019a64
commit
9a1d4f7b5c
6
README
6
README
|
@ -2,8 +2,8 @@ picoc
|
||||||
-----
|
-----
|
||||||
|
|
||||||
PicoC is a very small C interpreter for scripting. It was originally written
|
PicoC is a very small C interpreter for scripting. It was originally written
|
||||||
for scripting a UAV's on-board flight system and it's also very suitable for
|
as a script language for a UAV's on-board flight system. It's also very
|
||||||
other robotic, embedded and non-embedded applications too.
|
suitable for other robotic, embedded and non-embedded applications.
|
||||||
|
|
||||||
The core C source code is around 3500 lines of code. It's not intended to be
|
The core C source code is around 3500 lines of code. It's not intended to be
|
||||||
a complete implementation of ISO C but it has all the essentials. When
|
a complete implementation of ISO C but it has all the essentials. When
|
||||||
|
@ -59,7 +59,7 @@ picoc is published under the "New BSD License".
|
||||||
http://www.opensource.org/licenses/bsd-license.php
|
http://www.opensource.org/licenses/bsd-license.php
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2009, Zik Saleeba
|
Copyright (c) 2009-2011, Zik Saleeba
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
Loading…
Reference in a new issue