Skip to content

Commit 9beda0b

Browse files
committed
Update copyright year to 2023
1 parent 287f731 commit 9beda0b

38 files changed

+38
-38
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2022 by the Babel Team, see AUTHORS for more information.
1+
Copyright (c) 2013-2023 by the Babel Team, see AUTHORS for more information.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions

babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
access to various locale display names, localized number and date
1313
formatting, etc.
1414
15-
:copyright: (c) 2013-2022 by the Babel Team.
15+
:copyright: (c) 2013-2023 by the Babel Team.
1616
:license: BSD, see LICENSE for more details.
1717
"""
1818

babel/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Core locale representation and locale data access.
66
7-
:copyright: (c) 2013-2022 by the Babel Team.
7+
:copyright: (c) 2013-2023 by the Babel Team.
88
:license: BSD, see LICENSE for more details.
99
"""
1010

babel/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* ``LC_ALL``, and
1212
* ``LANG``
1313
14-
:copyright: (c) 2013-2022 by the Babel Team.
14+
:copyright: (c) 2013-2023 by the Babel Team.
1515
:license: BSD, see LICENSE for more details.
1616
"""
1717

babel/lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* ``LC_ALL``, and
1111
* ``LANG``
1212
13-
:copyright: (c) 2015-2022 by the Babel Team.
13+
:copyright: (c) 2015-2023 by the Babel Team.
1414
:license: BSD, see LICENSE for more details.
1515
"""
1616
from __future__ import annotations

babel/localedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:note: The `Locale` class, which uses this module under the hood, provides a
88
more convenient interface for accessing the locale data.
99
10-
:copyright: (c) 2013-2022 by the Babel Team.
10+
:copyright: (c) 2013-2023 by the Babel Team.
1111
:license: BSD, see LICENSE for more details.
1212
"""
1313

babel/localtime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Babel specific fork of tzlocal to determine the local timezone
66
of the system.
77
8-
:copyright: (c) 2013-2022 by the Babel Team.
8+
:copyright: (c) 2013-2023 by the Babel Team.
99
:license: BSD, see LICENSE for more details.
1010
"""
1111

babel/messages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Support for ``gettext`` message catalogs.
66
7-
:copyright: (c) 2013-2022 by the Babel Team.
7+
:copyright: (c) 2013-2023 by the Babel Team.
88
:license: BSD, see LICENSE for more details.
99
"""
1010

babel/messages/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Data structures for message catalogs.
66
7-
:copyright: (c) 2013-2022 by the Babel Team.
7+
:copyright: (c) 2013-2023 by the Babel Team.
88
:license: BSD, see LICENSE for more details.
99
"""
1010
from __future__ import annotations

babel/messages/checkers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
:since: version 0.9
88
9-
:copyright: (c) 2013-2022 by the Babel Team.
9+
:copyright: (c) 2013-2023 by the Babel Team.
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212
from __future__ import annotations

0 commit comments

Comments
 (0)