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