diff --git a/LICENSE.txt b/LICENSE.txt index 1c6272e2..3b1c01a0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,8 +1,8 @@ OpenSlide -Carnegie Mellon University +Carnegie Mellon University and others -http://openslide.cs.cmu.edu/ +http://openslide.org/ ==================== diff --git a/README.txt b/README.txt index be763557..024134f3 100644 --- a/README.txt +++ b/README.txt @@ -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: diff --git a/src/openslide-dll.manifest.in b/src/openslide-dll.manifest.in index 4cfa35d9..dee0b748 100644 --- a/src/openslide-dll.manifest.in +++ b/src/openslide-dll.manifest.in @@ -1,7 +1,7 @@ diff --git a/src/openslide.h b/src/openslide.h index 9ad9f697..804687cb 100644 --- a/src/openslide.h +++ b/src/openslide.h @@ -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 diff --git a/tools/openslide-write-png.c b/tools/openslide-write-png.c index db5af933..59c2a3d7 100644 --- a/tools/openslide-write-png.c +++ b/tools/openslide-write-png.c @@ -31,7 +31,7 @@ #include static const char SOFTWARE[] = "Software"; -static const char OPENSLIDE[] = "OpenSlide "; +static const char OPENSLIDE[] = "OpenSlide "; static const char *progname;