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
-rw-r--r--babel/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
9 files changed, 9 insertions, 9 deletions
diff --git a/babel/messages/__init__.py b/babel/messages/__init__.py
index 60aeba0..883a2e0 100644
--- a/babel/messages/__init__.py
+++ b/babel/messages/__init__.py
@@ -4,7 +4,7 @@
Support for ``gettext`` message catalogs.
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
diff --git a/babel/messages/catalog.py b/babel/messages/catalog.py
index 47b9e62..20a3166 100644
--- a/babel/messages/catalog.py
+++ b/babel/messages/catalog.py
@@ -4,7 +4,7 @@
Data structures for message catalogs.
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
from __future__ import annotations
diff --git a/babel/messages/checkers.py b/babel/messages/checkers.py
index 38a26e8..056f3e9 100644
--- a/babel/messages/checkers.py
+++ b/babel/messages/checkers.py
@@ -6,7 +6,7 @@
:since: version 0.9
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
from __future__ import annotations
diff --git a/babel/messages/extract.py b/babel/messages/extract.py
index 5a34f64..b6dce6f 100644
--- a/babel/messages/extract.py
+++ b/babel/messages/extract.py
@@ -12,7 +12,7 @@
The main entry points into the extraction functionality are the functions
`extract_from_dir` and `extract_from_file`.
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
from __future__ import annotations
diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py
index 5baefbb..af7e1d1 100644
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -4,7 +4,7 @@
Frontends for the message extraction functionality.
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
diff --git a/babel/messages/jslexer.py b/babel/messages/jslexer.py
index 0563f62..d3389d0 100644
--- a/babel/messages/jslexer.py
+++ b/babel/messages/jslexer.py
@@ -5,7 +5,7 @@
A simple JavaScript 1.5 lexer which is used for the JavaScript
extractor.
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
from __future__ import annotations
diff --git a/babel/messages/mofile.py b/babel/messages/mofile.py
index 0a432a7..4ec58ca 100644
--- a/babel/messages/mofile.py
+++ b/babel/messages/mofile.py
@@ -4,7 +4,7 @@
Writing of files in the ``gettext`` MO (machine object) format.
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
from __future__ import annotations
diff --git a/babel/messages/plurals.py b/babel/messages/plurals.py
index eb8de47..86ec800 100644
--- a/babel/messages/plurals.py
+++ b/babel/messages/plurals.py
@@ -4,7 +4,7 @@
Plural form definitions.
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
from __future__ import annotations
diff --git a/babel/messages/pofile.py b/babel/messages/pofile.py
index 73d8cbe..3c8a523 100644
--- a/babel/messages/pofile.py
+++ b/babel/messages/pofile.py
@@ -5,7 +5,7 @@
Reading and writing of files in the ``gettext`` PO (portable object)
format.
- :copyright: (c) 2013-2022 by the Babel Team.
+ :copyright: (c) 2013-2023 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
from __future__ import annotations