From 584e85e0759f969b22e72d954e5bded3bcc41682 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 3 Jan 2009 11:57:07 +0100 Subject: Switch copyright and license tags to single style. Add contributor names in AUTHORS instead, and add the license of etree13 to LICENSE. --- sphinx/addnodes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sphinx/addnodes.py') diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index 8b20f7ac..6ea47d31 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -5,8 +5,8 @@ Additional docutils nodes. - :copyright: 2007-2008 by Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ from docutils import nodes -- cgit v1.2.1