Skip to content

Commit 95346f6

Browse files
committed
Added LICENSE and README.rst.
1 parent 5eb9c45 commit 95346f6

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

LICENSE

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
CellProfiler is licensed under the GNU General Public License version
2+
2. See the file COPYING for the terms of the GNU GPL license.
3+
4+
Certain files are licensed under the more permissive BSD license.
5+
This is indicated near the top of the relevant files. The BSD license
6+
is as follows:
7+
8+
Copyright (c) 2003-2009 Massachusetts Institute of Technology
9+
Copyright (c) 2009-2013 Broad Institute
10+
All rights reserved.
11+
12+
Redistribution and use in source and binary forms, with or without
13+
modification, are permitted provided that the following conditions are met:
14+
15+
* Redistributions of source code must retain the above copyright
16+
notice, this list of conditions and the following disclaimer.
17+
18+
* Redistributions in binary form must reproduce the above
19+
copyright notice, this list of conditions and the following
20+
disclaimer in the documentation and/or other materials provided
21+
with the distribution.
22+
23+
* Neither the name of the Massachusetts Institute of Technology
24+
nor the Broad Institute nor the names of its contributors may be
25+
used to endorse or promote products derived from this software
26+
without specific prior written permission.
27+
28+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MASSACHUSETTS
32+
INSTITUTE OF TECHNOLOGY OR THE BROAD INSTITUTE BE LIABLE FOR ANY
33+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
35+
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
36+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
37+
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
38+
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
39+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Python-bioformats is a Python wrapper for Bio-Formats, a standalone
2+
Java library for reading and writing life sciences image file
3+
formats. Bio-Formats is capable of parsing both pixels and metadata
4+
for a large number of formats, as well as writing to several
5+
formats. Python-bioformats uses the python-javabridge to start a Java
6+
virtual machine from Python and interact with it. Python-bioformats
7+
was developed for and is used by the cell image analysis software
8+
CellProfiler (cellprofiler.org).
9+
10+
PyPI record: https://pypi.python.org/pypi/python-bioformats
11+
12+
Documentation: http://pythonhosted.org/python-bioformats/
13+
14+
GitHub repository: https://github.com/CellProfiler/python-bioformats
15+
16+
Report bugs here: https://github.com/CellProfiler/python-bioformats/issues
17+
18+
python-bioformats is licensed under the BSD license. See the
19+
accompanying file LICENSE for details.
20+
21+
Copyright (c) 2003-2009 Massachusetts Institute of Technology
22+
Copyright (c) 2009-2013 Broad Institute
23+
All rights reserved.

0 commit comments

Comments
 (0)