diff options
Diffstat (limited to 'pygments/styles/pastie.py')
-rw-r--r-- | pygments/styles/pastie.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/pastie.py b/pygments/styles/pastie.py index b0332252..13bf8b7c 100644 --- a/pygments/styles/pastie.py +++ b/pygments/styles/pastie.py @@ -7,8 +7,8 @@ .. _pastie: http://pastie.caboo.se/ - :copyright: 2006-2007 by Armin Ronacher. - :license: BSD, see LICENSE for more details. + :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ from pygments.style import Style |