aboutsummaryrefslogtreecommitdiff
path: root/articles.py
diff options
context:
space:
mode:
Diffstat (limited to 'articles.py')
-rw-r--r--articles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles.py b/articles.py
index ec9c451d..7d983dac 100644
--- a/articles.py
+++ b/articles.py
@@ -22,7 +22,7 @@
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.1 $"
__date__ = "$Date: 2010/12/02 $"
-__copyright__ = "Copyright (c) 2010 Cedric Bonhomme"
+__copyright__ = "Copyright (c) Cedric Bonhomme"
__license__ = "GPLv3"
from collections import OrderedDict
bgstack15