Permalink
Browse files
Change openslide.cs.cmu.edu to openslide.org
- Loading branch information...
Showing
with
8 additions
and
10 deletions.
-
+2
−2
LICENSE.txt
-
+3
−5
README.txt
-
+1
−1
src/openslide-dll.manifest.in
-
+1
−1
src/openslide.h
-
+1
−1
tools/openslide-write-png.c
|
|
@@ -1,8 +1,8 @@ |
|
|
OpenSlide
|
|
|
|
|
|
-Carnegie Mellon University
|
|
|
+Carnegie Mellon University and others
|
|
|
|
|
|
-http://openslide.cs.cmu.edu/
|
|
|
+http://openslide.org/
|
|
|
|
|
|
====================
|
|
|
|
|
|
|
|
|
@@ -1,12 +1,10 @@ |
|
|
OpenSlide
|
|
|
|
|
|
-Carnegie Mellon University
|
|
|
+Carnegie Mellon University and others
|
|
|
|
|
|
-http://openslide.cs.cmu.edu/
|
|
|
+http://openslide.org/
|
|
|
|
|
|
|
|
|
-2010-02-17
|
|
|
-
|
|
|
==========================
|
|
|
|
|
|
|
|
|
@@ -82,7 +80,7 @@ Other Documentation |
|
|
===================
|
|
|
|
|
|
The website:
|
|
|
-http://openslide.cs.cmu.edu/
|
|
|
+http://openslide.org/
|
|
|
|
|
|
See the Carnegie Mellon SCS Technical Report:
|
|
|
|
|
|
|
|
|
@@ -1,7 +1,7 @@ |
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
|
<assemblyIdentity type="win32"
|
|
|
- name="edu.cmu.cs.openslide.OpenSlideDLL"
|
|
|
+ name="org.openslide.OpenSlideDLL"
|
|
|
version="@VERSION@.0"/>
|
|
|
<dependency>
|
|
|
<dependentAssembly>
|
|
|
|
|
|
@@ -361,7 +361,7 @@ void _openslide_cancel_prefetch_hint_UNIMPLEMENTED(void); |
|
|
*
|
|
|
* OpenSlide is a C library that provides a simple interface to read
|
|
|
* whole-slide images (also known as virtual slides). See
|
|
|
- * http://openslide.cs.cmu.edu/ for more details.
|
|
|
+ * http://openslide.org/ for more details.
|
|
|
*/
|
|
|
|
|
|
#endif
|
|
|
@@ -31,7 +31,7 @@ |
|
|
#include <stdint.h>
|
|
|
|
|
|
static const char SOFTWARE[] = "Software";
|
|
|
-static const char OPENSLIDE[] = "OpenSlide <http://openslide.cs.cmu.edu/>";
|
|
|
+static const char OPENSLIDE[] = "OpenSlide <http://openslide.org/>";
|
|
|
|
|
|
static const char *progname;
|
|
|
|
|
|
|
0 comments on commit
be567c2