Browse Source

Merge branch 'licenseforcode' of larkumlab/Doron_Shin_PRhL1_paper_data into master

Jiyun Shin 3 years ago
parent
commit
0471b4bfc0
2 changed files with 12 additions and 1 deletions
  1. 4 1
      README.md
  2. 8 0
      codes/LICENSE

+ 4 - 1
README.md

@@ -2,7 +2,10 @@
 
 Guy Doron, Jiyun N. Shin, Naoya Takahashi, Moritz Drüke, Christina Bocklisch, Salina Skenderi, Lisa de Mont, Maria Toumazou, Julia Ledderose, Michael Brecht, Richard Naud, and Matthew E. Larkum
 
-If you are using this dataset, please cite the dataset and the paper (use the doi provided to obtain correct citation in your reference manager)
+If you are using this dataset, please cite the dataset and the paper (use the doi provided to obtain correct citation in your reference manager).
+If you are using the code, please cite the science paper.
+
+Data is distributed under a CC-BY 4.0 license, code is distributed under a MIT license.
 
 This repository contains behavioral, electrophysiological, functional imaging (two-photon imaging) and anatomical data that were used to generate figures in our paper "Perirhinal input to neocortical layer I controls learning" by Doron, Shin et al., 2020 (doi: TBA). 
 

+ 8 - 0
codes/LICENSE

@@ -0,0 +1,8 @@
+MIT License
+Copyright (c) 2020 Jiyun shin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.