summaryrefslogtreecommitdiff
path: root/babel/messages
diff options
context:
space:
mode:
Diffstat (limited to 'babel/messages')
-rw-r--r--babel/messages/__init__.py2
-rw-r--r--babel/messages/catalog.py2
-rw-r--r--babel/messages/checkers.py2
-rw-r--r--babel/messages/extract.py2
-rwxr-xr-xbabel/messages/frontend.py2
-rw-r--r--babel/messages/jslexer.py2
-rw-r--r--babel/messages/mofile.py2
-rw-r--r--babel/messages/plurals.py2
-rw-r--r--babel/messages/pofile.py2
-rw-r--r--babel/messages/tests/__init__.py2
-rw-r--r--babel/messages/tests/catalog.py2
-rw-r--r--babel/messages/tests/checkers.py2
-rw-r--r--babel/messages/tests/extract.py2
-rw-r--r--babel/messages/tests/frontend.py2
-rw-r--r--babel/messages/tests/mofile.py2
-rw-r--r--babel/messages/tests/plurals.py2
-rw-r--r--babel/messages/tests/pofile.py2
17 files changed, 17 insertions, 17 deletions
diff --git a/babel/messages/__init__.py b/babel/messages/__init__.py
index 283e1f8..8110724 100644
--- a/babel/messages/__init__.py
+++ b/babel/messages/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/catalog.py b/babel/messages/catalog.py
index d805dc9..f530c13 100644
--- a/babel/messages/catalog.py
+++ b/babel/messages/catalog.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2008 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/checkers.py b/babel/messages/checkers.py
index a1862b7..fd3f694 100644
--- a/babel/messages/checkers.py
+++ b/babel/messages/checkers.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/extract.py b/babel/messages/extract.py
index eb2e193..54ad4ab 100644
--- a/babel/messages/extract.py
+++ b/babel/messages/extract.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py
index fc6216d..811ec5f 100755
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2008 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/jslexer.py b/babel/messages/jslexer.py
index 3a203b1..e8a7bb2 100644
--- a/babel/messages/jslexer.py
+++ b/babel/messages/jslexer.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2008 Edgewall Software
+# Copyright (C) 2008-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/mofile.py b/babel/messages/mofile.py
index 168613c..3315d33 100644
--- a/babel/messages/mofile.py
+++ b/babel/messages/mofile.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2008 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/plurals.py b/babel/messages/plurals.py
index ebb091a..172339e 100644
--- a/babel/messages/plurals.py
+++ b/babel/messages/plurals.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2008 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/pofile.py b/babel/messages/pofile.py
index bbb207f..432b898 100644
--- a/babel/messages/pofile.py
+++ b/babel/messages/pofile.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2008 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/tests/__init__.py b/babel/messages/tests/__init__.py
index 2fb1b2e..b80beed 100644
--- a/babel/messages/tests/__init__.py
+++ b/babel/messages/tests/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2008 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/tests/catalog.py b/babel/messages/tests/catalog.py
index a878b09..ddf8e7f 100644
--- a/babel/messages/tests/catalog.py
+++ b/babel/messages/tests/catalog.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/tests/checkers.py b/babel/messages/tests/checkers.py
index b009a5e..a9d31ef 100644
--- a/babel/messages/tests/checkers.py
+++ b/babel/messages/tests/checkers.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2008 Edgewall Software
+# Copyright (C) 2008-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/tests/extract.py b/babel/messages/tests/extract.py
index 2c1139b..a72b692 100644
--- a/babel/messages/tests/extract.py
+++ b/babel/messages/tests/extract.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/tests/frontend.py b/babel/messages/tests/frontend.py
index 00ddcce..9ea0a4d 100644
--- a/babel/messages/tests/frontend.py
+++ b/babel/messages/tests/frontend.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2008 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/tests/mofile.py b/babel/messages/tests/mofile.py
index b10a803..9b7b3bf 100644
--- a/babel/messages/tests/mofile.py
+++ b/babel/messages/tests/mofile.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2008 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/tests/plurals.py b/babel/messages/tests/plurals.py
index 211840a..b345ba3 100644
--- a/babel/messages/tests/plurals.py
+++ b/babel/messages/tests/plurals.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2008 Edgewall Software
+# Copyright (C) 2008-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
diff --git a/babel/messages/tests/pofile.py b/babel/messages/tests/pofile.py
index 736376a..59e21bc 100644
--- a/babel/messages/tests/pofile.py
+++ b/babel/messages/tests/pofile.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2010 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which