From a2648efced6c982e879419241ad75cacfae792bd Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 9 Jul 2011 12:05:46 +0200 Subject: Fix current copyright year. --- pygments/lexers/postgres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments/lexers/postgres.py') diff --git a/pygments/lexers/postgres.py b/pygments/lexers/postgres.py index 1f939420..f3f69c86 100644 --- a/pygments/lexers/postgres.py +++ b/pygments/lexers/postgres.py @@ -32,7 +32,7 @@ The ``tests/examplefiles`` contains a few test files with data to be parsed by these lexers. - :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ -- cgit v1.2.1