From 9a861ffe7b53d6e2cd27a0a376c59cb44507fd36 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sat, 11 Jun 2016 20:02:29 -0500 Subject: [PATCH] Update copyrights --- doc/conf.py | 2 +- openslide/lowlevel.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5175834..d560df4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,7 +46,7 @@ # General information about the project. project = u'OpenSlide Python' -copyright = u'2010-2014 Carnegie Mellon University' +copyright = u'2010-2016 Carnegie Mellon University and others' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/openslide/lowlevel.py b/openslide/lowlevel.py index 91f7eb0..22704c2 100644 --- a/openslide/lowlevel.py +++ b/openslide/lowlevel.py @@ -2,6 +2,7 @@ # openslide-python - Python bindings for the OpenSlide library # # Copyright (c) 2010-2013 Carnegie Mellon University +# Copyright (c) 2016 Benjamin Gilbert # # This library is free software; you can redistribute it and/or modify it # under the terms of version 2.1 of the GNU Lesser General Public License