mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added copyright, license and contact info to README
This commit is contained in:
parent
de6c7f83a4
commit
804f4abf9f
1 changed files with 28 additions and 3 deletions
31
README.md
31
README.md
|
@ -49,6 +49,31 @@ There are two types of clients:
|
|||
Usually, new clients / equipemnt should be implemented as a new node-type as part of VILLASnode.
|
||||
Using a dedicated client-application which communicates via the 'socket' type is deprecated because it leads to code duplication.
|
||||
|
||||
## Copyright
|
||||
|
||||
2017, Institute for Automation of Complex Power Systems, EONERC
|
||||
|
||||
## License
|
||||
|
||||
This project is released under the terms of the [GPL version 3](COPYING.md).
|
||||
|
||||
```
|
||||
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
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
```
|
||||
|
||||
For other licensing options please consult [Prof. Antonello Monti](mailto:amonti@eonerc.rwth-aachen.de).
|
||||
|
||||
## Contact
|
||||
|
||||
[](http://www.acs.eonerc.rwth-aachen.de)
|
||||
|
@ -56,6 +81,6 @@ Using a dedicated client-application which communicates via the 'socket' type is
|
|||
- Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
||||
- Marija Stevic <mstevic@eonerc.rwth-aachen.de>
|
||||
|
||||
Institute for Automation of Complex Power Systems (ACS)
|
||||
EON Energy Research Center (EONERC)
|
||||
RWTH University Aachen, Germany
|
||||
[Institute for Automation of Complex Power Systems (ACS)](http://www.acs.eonerc.rwth-aachen.de)
|
||||
[EON Energy Research Center (EONERC)](http://www.eonerc.rwth-aachen.de)
|
||||
[RWTH University Aachen, Germany](http://www.rwth-aachen.de)
|
||||
|
|
Loading…
Add table
Reference in a new issue