Copyright header update.

This commit is contained in:
Georg Brandl
2013-04-01 11:41:48 +02:00
parent 1af3e3ea71
commit 52515eeb86
8 changed files with 9 additions and 9 deletions

4
tests/path.py Normal file → Executable file
View File

@@ -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