We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274ad6f commit 9a861ffCopy full SHA for 9a861ff
2 files changed
doc/conf.py
@@ -46,7 +46,7 @@
46
47
# General information about the project.
48
project = u'OpenSlide Python'
49
-copyright = u'2010-2014 Carnegie Mellon University'
+copyright = u'2010-2016 Carnegie Mellon University and others'
50
51
# The version info for the project you're documenting, acts as replacement for
52
# |version| and |release|, also used in various other places throughout the
openslide/lowlevel.py
@@ -2,6 +2,7 @@
2
# openslide-python - Python bindings for the OpenSlide library
3
#
4
# Copyright (c) 2010-2013 Carnegie Mellon University
5
+# Copyright (c) 2016 Benjamin Gilbert
6
7
# This library is free software; you can redistribute it and/or modify it
8
# under the terms of version 2.1 of the GNU Lesser General Public License
0 commit comments