diff --git a/license.txt b/license.txt new file mode 100644 index 0000000000000000000000000000000000000000..65a12c79947d2bef167ffb355c4c32c3af07a3d5 --- /dev/null +++ b/license.txt @@ -0,0 +1,16 @@ + +All software in this project is copyright (c) 2015-2017 Drexel University. + +This release of leverUtilities is not yet public. It is intended for reviewer evaluation, +and for select external collaborators working with Dr. Cohen's group. For now, the +software should be considered "unlicensed". Please do not redistribute or share. + +The software will be released free and open source concurrent with the publication +of a manuscript describing the work. + +We are still deciding which license to release under. This project does utilize the bioformats code +(http://www.openmicroscopy.org/bio-formats/) to convert from microscope file formats to an internal +lever format. Bioformats is distributed under the GPL, so any derivatives using bioformats must also +be distributed under the GPL. This conversion is not central to lever.js or the leverUtilities project, +so it may be possible to redistribute under a more permissive license. Please contact acohen 'at' coe.drexel.edu +if you have an opinion on this. \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..88cd53feed885480e751a96372c74f08c2e0a20f --- /dev/null +++ b/readme.md @@ -0,0 +1,26 @@ +<h1>leverUtilities</h1> + +leverUtilities is a collection of helper functions used in lever.js (https://leverjs.net) +and other projects. leverUtilities originated in the bioimage lab at Drexel University +(https://bioimage.coe.drexel.edu). The software was developed primarily by Eric Wait and +Mark Winter, working with Andrew Cohen. + +<h1>license</h1> + +All software in this project is copyright (c) 2015-2017 Drexel University. + +This release of leverUtilities is not yet public. It is intended for reviewer evaluation, +and for select external collaborators working with Dr. Cohen's group. For now, the +software should be considered "unlicensed". Please do not redistribute or share. + +The software will be released free and open source concurrent with the publication +of a manuscript describing the work. + +We are still deciding which license to release under. This project does utilize the bioformats code +(http://www.openmicroscopy.org/bio-formats/) to convert from microscope file formats to an internal +lever format. Bioformats is distributed under the GPL, so any derivatives using bioformats must also +be distributed under the GPL. This conversion is not central to lever.js or the leverUtilities project, +so it may be possible to redistribute under a more permissive license. Please contact acohen 'at' coe.drexel.edu +if you have an opinion on this. + +