Permalink
Please sign in to comment.
Showing
with
562 additions
and 0 deletions.
- +1 −0 .gitignore
- +18 −0 LICENSE.txt
- +502 −0 lgpl-2.1.txt
- +20 −0 openslide/__init__.py
- +1 −0 openslide/_version.py
- +20 −0 setup.py
| @@ -0,0 +1 @@ | ||
| +/build |
18
LICENSE.txt
| @@ -0,0 +1,18 @@ | ||
| +OpenSlide | ||
| + | ||
| +Carnegie Mellon University | ||
| + | ||
| +http://openslide.org/ | ||
| + | ||
| +==================== | ||
| + | ||
| +Unless otherwise specified, this code is copyright Carnegie Mellon | ||
| +University. | ||
| + | ||
| +This code is licensed under the GNU LGPL version 2.1, not any later | ||
| +version. See the file lgpl-2.1.txt for the text of the license. | ||
| + | ||
| +OpenSlide is distributed in the hope that it will be useful, but | ||
| +WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| +Lesser General Public License for more details. |
Oops, something went wrong.
0 comments on commit
b015cfd