Skip to content

Commit c1c9e88

Browse files
authored
add license to readme
1 parent 3e6f379 commit c1c9e88

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Program Comprehension and Code Complexity Metrics: An fMRI Study
22

33
![Python analysis pipeline](https://github.com/brains-on-code/fMRI-complexity-metrics-icse2021/workflows/Python%20analysis%20pipeline/badge.svg)
4+
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
45

56
This repository contains the replication package, analysis scripts, and additional information on our paper accepted at ICSE 2021.
67

@@ -86,6 +87,14 @@ In the paper, we provide a shortened overview. Here is the full correlation tabl
8687
| Sonar_Cog | 0.239046 | 0.139443 | 0.039841 | 0.298807 | 0.237528 | 0.057054 | 0.016282 | 0.131811 | 0.298807 |
8788
| Sonar_Cyclo | 0.102869 | 0.123443 | 0.000000 | 0.205738 | 0.051420 | 0.022982 | 0.000800 | 0.046978 | 0.205738 |
8889

90+
# License
91+
92+
This repository is licensed under a
93+
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
94+
95+
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
96+
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
97+
8998
# Contact
9099

91100
If you have questions, please contact me directly: `norman.peitek@lin-magdeburg.de`. Thank you!

0 commit comments

Comments
 (0)