Browse Source

Added license information to the README

Jan Yperman 3 years ago
parent
commit
3d07ab619d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -60,3 +60,8 @@ conda create --name mep python=3 pandas numpy matplotlib scipy scikit-learn tqdm
 ```
 which creates an environment called "mep" that contains the required packages.
 
+# License
+
+<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work, including the provided code, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International Public License</a>.
+
+See [LICENSE](LICENSE) file for the full license.