adds license info to readme

This commit is contained in:
Todd Treece 2015-08-17 12:09:08 -04:00
parent 8057c0f43d
commit af7a5557b0
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Raspberry Pi XCarve Server
A Node.js Raspberry Pi server for controlling an attached XCarve from a remote machine.
A Node.js Raspberry Pi server for controlling a XCarve from a remote machine using [Easel](http://easel.inventables.com).
## Connecting to a Headless Raspberry Pi
@ -51,3 +51,14 @@ starting service on port 1338...
pi@xcarve ~ $ xcarve-server stop
stopping service...
```
## License
Some of the code included in the `lib/` folder of this repo was extracted from
[v0.2.1 of the Easel local OS X installer](http://s3.amazonaws.com/easel-prod/paperclip/sender_version_mac_installers/10/original/Easel_Local_v0.2.1.pkg?1435076999).
All other code is Copyright (c) 2014 Adafruit Industries. Licensed under the MIT license.
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing products
from [Adafruit](https://adafruit.com)!

View file

@ -4,4 +4,3 @@
██╔██╗╚════╝██║ ██╔══██║██╔══██╗╚██╗ ██╔╝██╔══╝
██╔╝ ██╗ ╚██████╗██║ ██║██║ ██║ ╚████╔╝ ███████╗
╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝