diff --git a/common/openslide-common-cmdline.c b/common/openslide-common-cmdline.c index 8f7ef9c3..ccbc35ed 100644 --- a/common/openslide-common-cmdline.c +++ b/common/openslide-common-cmdline.c @@ -35,7 +35,7 @@ static const char *version_format = "%s " SUFFIXED_VERSION ", " "using OpenSlide %s\n" -"Copyright (C) 2007-2015 Carnegie Mellon University and others\n" +"Copyright (C) 2007-2016 Carnegie Mellon University and others\n" "\n" "OpenSlide is free software: you can redistribute it and/or modify it under\n" "the terms of the GNU Lesser General Public License, version 2.1.\n" diff --git a/src/openslide-dll.rc.in b/src/openslide-dll.rc.in index 08bae480..7c9ab94b 100644 --- a/src/openslide-dll.rc.in +++ b/src/openslide-dll.rc.in @@ -15,7 +15,7 @@ BEGIN VALUE "FileDescription", "OpenSlide library" VALUE "FileVersion", "@SUFFIXED_VERSION@" VALUE "InternalName", "OpenSlide" - VALUE "LegalCopyright", "Copyright \251 2007-2015 Carnegie Mellon University and others. OpenSlide is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, version 2.1." + VALUE "LegalCopyright", "Copyright \251 2007-2016 Carnegie Mellon University and others. OpenSlide is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, version 2.1." END END BLOCK "VarFileInfo" diff --git a/src/openslide.c b/src/openslide.c index 73ab259f..d32c8e23 100644 --- a/src/openslide.c +++ b/src/openslide.c @@ -34,7 +34,7 @@ #include "openslide-cairo.h" #include "openslide-error.h" -const char _openslide_release_info[] = "OpenSlide " SUFFIXED_VERSION ", copyright (C) 2007-2015 Carnegie Mellon University and others.\nLicensed under the GNU Lesser General Public License, version 2.1."; +const char _openslide_release_info[] = "OpenSlide " SUFFIXED_VERSION ", copyright (C) 2007-2016 Carnegie Mellon University and others.\nLicensed under the GNU Lesser General Public License, version 2.1."; static const char * const EMPTY_STRING_ARRAY[] = { NULL };