Permalink
Browse files

Update package-wide copyrights for 2016

  • Loading branch information...
1 parent a06354c commit e01825b4959ad92f56e223f277f0b3b2a1df133c @bgilbert bgilbert committed Jun 12, 2016
Showing with 3 additions and 3 deletions.
  1. +1 −1 common/openslide-common-cmdline.c
  2. +1 −1 src/openslide-dll.rc.in
  3. +1 −1 src/openslide.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"
View
@@ -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"
View
@@ -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 };

0 comments on commit e01825b

Please sign in to comment.