From: Aarni Koskela Date: Sun, 1 Feb 2026 12:13:38 +0000 (+0100) Subject: Update copyright year X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac600e744abf04e17826097ef8811b5dda49857;p=thirdparty%2Fbabel.git Update copyright year --- diff --git a/LICENSE b/LICENSE index 6ddae98e..96f467d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2025 by the Babel Team, see AUTHORS for more information. +Copyright (c) 2013-2026 by the Babel Team, see AUTHORS for more information. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/babel/__init__.py b/babel/__init__.py index 0edfa9a8..ff14d772 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -12,7 +12,7 @@ This package is basically composed of two major parts: access to various locale display names, localized number and date formatting, etc. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/core.py b/babel/core.py index 77de440e..4210b46b 100644 --- a/babel/core.py +++ b/babel/core.py @@ -4,7 +4,7 @@ babel.core Core locale representation and locale data access. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/dates.py b/babel/dates.py index 6142541c..69610a7f 100644 --- a/babel/dates.py +++ b/babel/dates.py @@ -11,7 +11,7 @@ following environment variables, in that order: * ``LC_ALL``, and * ``LANG`` -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/lists.py b/babel/lists.py index 606d865d..b6c85980 100644 --- a/babel/lists.py +++ b/babel/lists.py @@ -10,7 +10,7 @@ following environment variables, in that order: * ``LC_ALL``, and * ``LANG`` -:copyright: (c) 2015-2025 by the Babel Team. +:copyright: (c) 2015-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/localedata.py b/babel/localedata.py index 073643c5..2b225a14 100644 --- a/babel/localedata.py +++ b/babel/localedata.py @@ -7,7 +7,7 @@ Low-level locale data access. :note: The `Locale` class, which uses this module under the hood, provides a more convenient interface for accessing the locale data. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/localtime/__init__.py b/babel/localtime/__init__.py index 8076516e..9eb95ab2 100644 --- a/babel/localtime/__init__.py +++ b/babel/localtime/__init__.py @@ -5,7 +5,7 @@ babel.localtime Babel specific fork of tzlocal to determine the local timezone of the system. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/localtime/_fallback.py b/babel/localtime/_fallback.py index 6cd67b5c..21881390 100644 --- a/babel/localtime/_fallback.py +++ b/babel/localtime/_fallback.py @@ -4,7 +4,7 @@ babel.localtime._fallback Emulated fallback local timezone when all else fails. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/__init__.py b/babel/messages/__init__.py index 6e445e6b..8dde3f29 100644 --- a/babel/messages/__init__.py +++ b/babel/messages/__init__.py @@ -4,7 +4,7 @@ babel.messages Support for ``gettext`` message catalogs. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/catalog.py b/babel/messages/catalog.py index 8a08a226..9a9739a7 100644 --- a/babel/messages/catalog.py +++ b/babel/messages/catalog.py @@ -4,7 +4,7 @@ babel.messages.catalog Data structures for message catalogs. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/checkers.py b/babel/messages/checkers.py index 28081160..4026ab1b 100644 --- a/babel/messages/checkers.py +++ b/babel/messages/checkers.py @@ -6,7 +6,7 @@ Various routines that help with validation of translations. :since: version 0.9 -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/extract.py b/babel/messages/extract.py index ad370853..6fad8430 100644 --- a/babel/messages/extract.py +++ b/babel/messages/extract.py @@ -12,7 +12,7 @@ simple plugins. The main entry points into the extraction functionality are the functions `extract_from_dir` and `extract_from_file`. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index 884a7000..f63dd9de 100644 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -4,7 +4,7 @@ babel.messages.frontend Frontends for the message extraction functionality. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/jslexer.py b/babel/messages/jslexer.py index df503e94..d751b58f 100644 --- a/babel/messages/jslexer.py +++ b/babel/messages/jslexer.py @@ -5,7 +5,7 @@ babel.messages.jslexer A simple JavaScript 1.5 lexer which is used for the JavaScript extractor. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/mofile.py b/babel/messages/mofile.py index 32ba0787..1a6fedfc 100644 --- a/babel/messages/mofile.py +++ b/babel/messages/mofile.py @@ -4,7 +4,7 @@ babel.messages.mofile Writing of files in the ``gettext`` MO (machine object) format. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/plurals.py b/babel/messages/plurals.py index a03fb4ed..a66fdfe4 100644 --- a/babel/messages/plurals.py +++ b/babel/messages/plurals.py @@ -4,7 +4,7 @@ babel.messages.plurals Plural form definitions. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/messages/pofile.py b/babel/messages/pofile.py index 4a986ab3..b9678a92 100644 --- a/babel/messages/pofile.py +++ b/babel/messages/pofile.py @@ -5,7 +5,7 @@ babel.messages.pofile Reading and writing of files in the ``gettext`` PO (portable object) format. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/numbers.py b/babel/numbers.py index fbc7eece..2ef9031a 100644 --- a/babel/numbers.py +++ b/babel/numbers.py @@ -12,7 +12,7 @@ following environment variables, in that order: * ``LC_ALL``, and * ``LANG`` -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/plural.py b/babel/plural.py index e368b1ac..90aa4952 100644 --- a/babel/plural.py +++ b/babel/plural.py @@ -4,7 +4,7 @@ babel.numbers CLDR Plural support. See UTS #35. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/support.py b/babel/support.py index f1149112..8cc2492e 100644 --- a/babel/support.py +++ b/babel/support.py @@ -7,7 +7,7 @@ in applications. .. note: the code in this module is not used by Babel itself -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """ diff --git a/babel/util.py b/babel/util.py index 001fd646..a2bf728c 100644 --- a/babel/util.py +++ b/babel/util.py @@ -4,7 +4,7 @@ babel.util Various utility classes and functions. -:copyright: (c) 2013-2025 by the Babel Team. +:copyright: (c) 2013-2026 by the Babel Team. :license: BSD, see LICENSE for more details. """