Skip to content

Commit

Permalink
Add License Section in README.md
Browse files Browse the repository at this point in the history
Add GPLv3 section with link to the license text.
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent 229c4f5 commit 82c0658
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
<h1 align="center">EGOA - Energy Grid Optimization and Analysis</h1>

Energy Grid Optimization and Analysis (EGOA) is a framework for energy grid analysis and planning.

License|Linux & macOS Build
:--:|:--:
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)|[![Travis-CI Status](https://travis-ci.org/franziska-wegner/egoa.svg?branch=master)](https://travis-ci.org/franziska-wegner/egoa)


<h2>Installation</h2>

This is a Cmake project and can be run in any C++ IDE (Integrated Development Environment) that is on the market and supports CMake. You have to define a certain set of parameters dependent on your system and what you wish to run in general. The following will help you with the initial setup and links to the frameworks that can be linked in addition.
Expand Down Expand Up @@ -275,3 +271,9 @@ This repository is based on the PhD thesis <a href="http://dx.doi.org/10.5445/IR
https://www.doxygen.nl
https://github.com/franziska-wegner/PhD_Thesis--Combinatorial_Problems_in_Energy_Networks--Graph_Theoretic_Models_and_Algorithms
http://dx.doi.org/10.5445/IR/1000120612

<h2>License</h2>

This work---including recursively all subfolder contents and files---is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License (GPL) v3</a>.

<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/GPLv3_Logo.svg/2880px-GPLv3_Logo.svg.png" width="100" />

0 comments on commit 82c0658

Please sign in to comment.