diff options
author | Georg Brandl <georg@python.org> | 2013-04-01 11:41:48 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-01 11:41:48 +0200 |
commit | 52515eeb8622fb484132df55a95dcb4acdacd6a2 (patch) | |
tree | 548ca23b04c68c30c90a07473c12c3090960395c /tests/path.py | |
parent | 1af3e3ea71f0c0fea63141f20836b6cafbf9ff1c (diff) | |
download | sphinx-git-52515eeb8622fb484132df55a95dcb4acdacd6a2.tar.gz |
Copyright header update.
Diffstat (limited to 'tests/path.py')
-rwxr-xr-x[-rw-r--r--] | tests/path.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/path.py b/tests/path.py index bd0552d70..fa478557d 100644..100755 --- a/tests/path.py +++ b/tests/path.py @@ -1,10 +1,10 @@ #!/usr/bin/env python -# coding: utf-8 +# -*- coding: utf-8 -*- """ path ~~~~ - :copyright: Copyright 2010 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ import os |