Permalink
Browse files

Change openslide.cs.cmu.edu to openslide.org

  • Loading branch information...
1 parent b70efdf commit be567c25df984771e807cd3e9ca604fdae61ed7d @agoode agoode committed Sep 9, 2010
Showing with 8 additions and 10 deletions.
  1. +2 −2 LICENSE.txt
  2. +3 −5 README.txt
  3. +1 −1 src/openslide-dll.manifest.in
  4. +1 −1 src/openslide.h
  5. +1 −1 tools/openslide-write-png.c
View
@@ -1,8 +1,8 @@
OpenSlide
-Carnegie Mellon University
+Carnegie Mellon University and others
-http://openslide.cs.cmu.edu/
+http://openslide.org/
====================
View
@@ -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>
View
@@ -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

Please sign in to comment.