Permalink
Browse files

Add initial infrastructure

  • Loading branch information...
0 parents commit b015cfd7a84e600b69486066f8f51e9bea502948 @bgilbert bgilbert committed Aug 23, 2011
Showing with 562 additions and 0 deletions.
  1. +1 −0 .gitignore
  2. +18 −0 LICENSE.txt
  3. +502 −0 lgpl-2.1.txt
  4. +20 −0 openslide/__init__.py
  5. +1 −0 openslide/_version.py
  6. +20 −0 setup.py
@@ -0,0 +1 @@
+/build
@@ -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

Please sign in to comment.