diff --git a/README.md b/README.md index c011e43..5941af6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ Thermocontroller ================ - An interactive client/server setup for environmental control. +##Creators +Aimee Dipietro, Jonathan Huang, David Paquette, Jonathan Roemer +##Summary +Thermocontroller is an interactive server/client setup for environmental control. The user sends a command to the command and control server, which forwards that command to the client device. Both the client and server software is built to be deployed on a Raspberry Pi running GNU/Linux, with the client using the GPIO pins to interact with external devices. +##License +Thermocontroller is licensed under the GPLv3. + +Copyright 2015 Aimee Dipietro, Jonathan Huang, David Paquette, and Jonathan Roemer + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program. If not, see . \ No newline at end of file