]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Update copyright year to 2023
authorAarni Koskela <akx@iki.fi>
Tue, 28 Feb 2023 13:55:39 +0000 (15:55 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 28 Feb 2023 14:05:05 +0000 (16:05 +0200)
38 files changed:
LICENSE
babel/__init__.py
babel/core.py
babel/dates.py
babel/lists.py
babel/localedata.py
babel/localtime/__init__.py
babel/messages/__init__.py
babel/messages/catalog.py
babel/messages/checkers.py
babel/messages/extract.py
babel/messages/frontend.py
babel/messages/jslexer.py
babel/messages/mofile.py
babel/messages/plurals.py
babel/messages/pofile.py
babel/numbers.py
babel/plural.py
babel/support.py
babel/util.py
docs/conf.py
scripts/dump_data.py
scripts/dump_global.py
scripts/import_cldr.py
tests/messages/test_catalog.py
tests/messages/test_checkers.py
tests/messages/test_extract.py
tests/messages/test_frontend.py
tests/messages/test_mofile.py
tests/messages/test_plurals.py
tests/messages/test_pofile.py
tests/test_core.py
tests/test_dates.py
tests/test_localedata.py
tests/test_numbers.py
tests/test_plural.py
tests/test_support.py
tests/test_util.py

diff --git a/LICENSE b/LICENSE
index 78da194027b55d8d221be8456be5ecaab8949f65..41a1e593b6e4bb568cd9e159eaa8de0745372718 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2022 by the Babel Team, see AUTHORS for more information.
+Copyright (c) 2013-2023 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
index 225ec143cd3da172074f41541dddc5cf23511408..9f40feb6bcf0558289cb500a249c760f64d88957 100644 (file)
@@ -12,7 +12,7 @@
        access to various locale display names, localized number and date
        formatting, etc.
 
-    :copyright: (c) 2013-2022 by the Babel Team.
+    :copyright: (c) 2013-2023 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 57a6b63b3ee7ef3eaeb0b8b95e042d527b9d7194..6df58508396e32b8ad911486d8402e32f40d5b73 100644 (file)
@@ -4,7 +4,7 @@
 
     Core locale representation and locale data access.
 
-    :copyright: (c) 2013-2022 by the Babel Team.
+    :copyright: (c) 2013-2023 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 78c7facaf5ee6e9f1f31bb6efa356a542daba768..eb1019e899448c596095e5a736d9f69f4780798b 100644 (file)
@@ -11,7 +11,7 @@
      * ``LC_ALL``, and
      * ``LANG``
 
-    :copyright: (c) 2013-2022 by the Babel Team.
+    :copyright: (c) 2013-2023 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 97fc49a7168225567bf2e99bee14c8e6244b7a21..6ea4f014aec0cc7fe64a8d888c0698aed4248872 100644 (file)
@@ -10,7 +10,7 @@
      * ``LC_ALL``, and
      * ``LANG``
 
-    :copyright: (c) 2015-2022 by the Babel Team.
+    :copyright: (c) 2015-2023 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 from __future__ import annotations
index a9c7c75ec62a8c10897646e8fce9eb5c9c8230be..f1e8a129152e827dc350696763765018aa0dee70 100644 (file)
@@ -7,7 +7,7 @@
     :note: The `Locale` class, which uses this module under the hood, provides a
            more convenient interface for accessing the locale data.
 
-    :copyright: (c) 2013-2022 by the Babel Team.
+    :copyright: (c) 2013-2023 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 29577fa37168ad281974a37de3a4cd8dcf118fbf..e1ece73422ad9f28ef2d88806ff5bafa4ffb7140 100644 (file)
@@ -5,7 +5,7 @@
     Babel specific fork of tzlocal to determine the local timezone
     of the system.
 
-    :copyright: (c) 2013-2022 by the Babel Team.
+    :copyright: (c) 2013-2023 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 60aeba0ed1af6c7c7fc6c57e7428f1fcf51c84c3..883a2e05590afa087ef08b7d2997a60736985672 100644 (file)
@@ -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.
 """
 
index 47b9e62ea1b198124766750dbebe4a37f8c16ff2..20a3166e4fb47f433f5fadbd60c9f72de079b1bc 100644 (file)
@@ -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
index 38a26e844f15a9f090211c470fd01e103712aa6d..056f3e9829ab925df3cd90db3f32ab1ff31deca5 100644 (file)
@@ -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
index 5a34f645dd56b7f509744162681d0a8df82218ea..b6dce6fdb4ff5c11d0ea5b48b8eada9a2fde55b0 100644 (file)
@@ -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
index 5baefbbb3988d087257d4cfcf3089ba130a34711..af7e1d11da518827463c6912a1fbbdba886c3181 100644 (file)
@@ -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.
 """
 
index 0563f62211ea7b3d612b1455d9b7284d75f6f60c..d3389d07683ec310973ec918909b54a6b3902172 100644 (file)
@@ -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
index 0a432a792d3dd17fb5854b9bd4f385acea092b9b..4ec58cac70138c0816c25a2a6b27650c0bb8cff2 100644 (file)
@@ -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
index eb8de47e1cc3f9aadce19add33e3d2e81d1800c4..86ec8008b18097b0b4ebb9a2f79c9445b741614b 100644 (file)
@@ -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
index 73d8cbe6139dddf9ebea9c2d0c084d8b94cf4bf2..3c8a523e08cee7c77e65bef91b4457709c1cca04 100644 (file)
@@ -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
index 1a86d9e6250f49352f97407173065f0f44be6665..de0f419d43d766556a13a3576c0e69b29f003e3a 100644 (file)
@@ -11,7 +11,7 @@
      * ``LC_ALL``, and
      * ``LANG``
 
-    :copyright: (c) 2013-2022 by the Babel Team.
+    :copyright: (c) 2013-2023 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 # TODO:
index 6cead04e97d3b9ea719f986dffcb1598f513470c..c5c77161bc08ce49f6139d46b52b92385ece7181 100644 (file)
@@ -4,7 +4,7 @@
 
     CLDR Plural support.  See UTS #35.
 
-    :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
index 59593b86f404e60920f597042042e8e23f11e48a..d6ff73aa21173da5a5d0ec3fb1ad4c1a919bccaf 100644 (file)
@@ -7,7 +7,7 @@
 
     .. note: the code in this module is not used by Babel itself
 
-    :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
index 100e37dd1b05a3a959de7e06f112fa41bfbd951e..17b08d1ec06219738dfc76130281ea08c6e68c55 100644 (file)
@@ -4,7 +4,7 @@
 
     Various utility classes and functions.
 
-    :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
index 45ce059fd04b70bc73b5548d33a89de9071ffcc8..6a21fe6073d7631a56987265c44f1b9b338604d6 100644 (file)
@@ -44,7 +44,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'Babel'
-copyright = '2022, The Babel Team'
+copyright = '2023, The Babel Team'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
index 041a410e125141a0734674008daaa6921cd3fa27..b17beb7bec0f494686b98015229308e02b1aef63 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 3fc95b6c9861671ebd188efdb84f7121dc841830..1018a5392021f01d5acb56c82ca471ea936bd63c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 5d40e818a43d40c3c4cfb2125e8dcd0bf1e5a1c7..5a4a3a817926b14b17226c8c9fc9a1d1d459c912 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index b9d72bc3957b5c25f201cb8b9d65fd584482ec82..da8ad557756e542de874d24bc64ee24926f26c82 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 3ed9a1923a6eb3c71a3d58ba27709d9f636d7516..ac1e1bc4670f9b04f789a459c7b47feebd83f72f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 7a0df8ecbb0e2a46fb17bc750586c45988281313..63f4d1052222f13384eb429cff7988f3a47fd526 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index e540e7137e7018206c5900b1740f1a22efc7d646..8e1e670ca7e99f807b81f17fa308f26a61483423 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 6a702edb442ba9f275fc6b17c3c62fb070844e04..986a74d6ccf495705c3de5f1abf12eb70ab907c3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index df17fd86697d8b5e5c8b521de54eea0dc2fa30cb..56a22b9c5215e84870dfa0f3e7d819939e41b37b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index f668ea033303954ffe84cac7a22153ee7d5ec564..acd8c6e348b3d75f39befe84591ca6c340863bd2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 0023824f46c657427f17c0c208d2dbe47ad12f26..aa370131deebda8d88fb9dbde9268e17b2b20cf9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 7ec4dc7cdd3922ba16a31f2619906cf25f1f1039..b94c710fdcc66913af570328dc4ed04ea0220cd1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 75c34b19b9ce19ee0b567874e159af7d9249cdb8..1cc3a63b34322a5a32d96dcf3acd511477d0517d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index d6028b3510072ddfd68b43525a6aa4604418b309..3674453f635fb39eb820be508bf0ce114e17bd89 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index e1e5ead60da67847ab48972df4e7c8e48624fa5c..6fbf3af7e28a61b4a82869ad97f61ae99ee4e71e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 7c0235ca6b2e1ba68434de57f56d95b54810ef35..493d5515130fa515abca66edad340e0deed96736 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index ae861ddc0117022c44e583a2cd4a46f237e0bc0e..8ea68b2bba89936bbf3ef8f39af2d38248b4ebd9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2023 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which