Add license under Apache 2.0.

Add copyright + license notice to all files.
Enhance scripts to work around / drop license text when composing
multiple file.
Drop historical EForth reference.
Bump version number.
This commit is contained in:
Brad Nelson
2021-06-28 22:23:21 -07:00
parent a7e7b74e3e
commit 864cd930b7
88 changed files with 1468 additions and 537 deletions

17
ueforth/README.md Normal file
View File

@ -0,0 +1,17 @@
# µEforth / ESP32forth
This EForth inspired implementation of Forth is bootstraped from a minimalist C kernel.
## Building from Source
To build:
```
make
```
The resulting output will have this structure:
* out/deploy - A copy of the eforth.appspot.com / esp32forth.appspot.com ready to deploy.
* out/windows - A build for Windows.
* out/linux - A build for Linux.