]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Update copyright year to 2022 828/head
authorAarni Koskela <akx@iki.fi>
Tue, 25 Jan 2022 12:27:29 +0000 (14:27 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 25 Jan 2022 12:27:29 +0000 (14:27 +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 693e1a18721bd3c146dbca672da9aa77ede9c065..7b642cafbbb14130aa36a22ff17c8d08e795e0fa 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2021 by the Babel Team, see AUTHORS for more information.
+Copyright (c) 2013-2022 by the Babel Team, see AUTHORS for more information.
 
 All rights reserved.
 
index 3e20e4bd1a34675fe585c5d98a07a55b1975b08e..e99037010c038845164064325a1c318214a51f17 100644 (file)
@@ -13,7 +13,7 @@
        access to various locale display names, localized number and date
        formatting, etc.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 456202fb9864db8afc30a8339b327576cb914919..afc1cb62b1bceb1dd41d037963ca85a40f0b5348 100644 (file)
@@ -5,7 +5,7 @@
 
     Core locale representation and locale data access.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 154b1dd32801f193d8ff08c509c506af34387cf4..a1bf713ced51cfe68b248dd87c189cf36d71ecc6 100644 (file)
@@ -12,7 +12,7 @@
      * ``LC_ALL``, and
      * ``LANG``
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 8368b27a6945ca5776106fd5789ef66ccebbffff..431acd806801ff2beec5bff695e71f5cd57b2c71 100644 (file)
@@ -11,7 +11,7 @@
      * ``LC_ALL``, and
      * ``LANG``
 
-    :copyright: (c) 2015-2021 by the Babel Team.
+    :copyright: (c) 2015-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 55e51ea99dc3c56fca1933b2a0a27e6eebc70793..9461e8451401642de7a2440e1a16363d624716d9 100644 (file)
@@ -8,7 +8,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-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index bd395495185484d4181bb3fdb53db9f81f8ab126..537ceb5206023334536152362fb098144e59d2f1 100644 (file)
@@ -6,7 +6,7 @@
     Babel specific fork of tzlocal to determine the local timezone
     of the system.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 7d2587f63b1aa7f2c92b5a5fc2a62815953011ad..58466c678e0837a11861256a435e3e2a8e379e0c 100644 (file)
@@ -5,7 +5,7 @@
 
     Support for ``gettext`` message catalogs.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 3a48c6bcde2c2f6af47475e9c08b954804652afd..e516fd8ca491ff29d05a1dbe4f46136bfd90f16a 100644 (file)
@@ -5,7 +5,7 @@
 
     Data structures for message catalogs.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index bf462fc341bc40d44780a2bdb633f543ff7eefa3..b79bd825729308292cd35feff273030d33d32bd8 100644 (file)
@@ -7,7 +7,7 @@
 
     :since: version 0.9
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 7c555572a141234283da44a959a67f50970839d2..0b8ed8374d34953f8f6280de18ca5af8a1fa840e 100644 (file)
@@ -13,7 +13,7 @@
     The main entry points into the extraction functionality are the functions
     `extract_from_dir` and `extract_from_file`.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 810acc652ba3cef362ba89484a2c753a35cac0a9..2bfb46ccf013c5217c24a4c0f604787a5ffdc3e7 100644 (file)
@@ -5,7 +5,7 @@
 
     Frontends for the message extraction functionality.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 from __future__ import print_function
index e3fb10f5af3f705e9717761fafa6287ff6ba1819..ef30c993e7bce63405d07e591d71570469438319 100644 (file)
@@ -6,7 +6,7 @@
     A simple JavaScript 1.5 lexer which is used for the JavaScript
     extractor.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 from collections import namedtuple
index 65c07f48db73bb58c30787eca101313939f08675..901f98d1bb79a1f44398ff6ed84ecae57fade9a2 100644 (file)
@@ -5,7 +5,7 @@
 
     Writing of files in the ``gettext`` MO (machine object) format.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 91ba9e1b15c6a2966d3fb8dcef36e99b31847917..9e25a80672616467cccaddc694e51cf7a848f4fe 100644 (file)
@@ -5,7 +5,7 @@
 
     Plural form definitions.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 5cd0f0aa17a2ea169cc9f3deebd235ccf7968d04..3485a2ab66def890f484d3b1b6c5fc740cfc2f3d 100644 (file)
@@ -6,7 +6,7 @@
     Reading and writing of files in the ``gettext`` PO (portable object)
     format.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 1b5f83ed0aefb4867719c8cc1b4e09ec2937b432..6e15fd3a8f9ab78e981ed1aaa7454e5014ac115c 100644 (file)
@@ -12,7 +12,7 @@
      * ``LC_ALL``, and
      * ``LANG``
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 # TODO:
index 4a5d4ec1f96766b412f93fa2c564b92645dc4f1f..93a8d2b8f7043769ccf49aad1c457fcd87ee5131 100644 (file)
@@ -5,7 +5,7 @@
 
     CLDR Plural support.  See UTS #35.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 import decimal
index 653e6ef1c3c4aeab91ab68f67fc1e79bf4755986..368191fb6b80983d8802b27a52f33dc687d332f5 100644 (file)
@@ -8,7 +8,7 @@
 
     .. note: the code in this module is not used by Babel itself
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 14ce8a107a35b9fda2f4806aab9743a773525cb6..2cac55336946389896584eab7dad2594587bbc9c 100644 (file)
@@ -5,7 +5,7 @@
 
     Various utility classes and functions.
 
-    :copyright: (c) 2013-2021 by the Babel Team.
+    :copyright: (c) 2013-2022 by the Babel Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 962792fbd19ecafeca59ce7f3d55fcdc2a510d87..bb51396850f2d606aea2d993f9338182ad57f7ef 100644 (file)
@@ -44,7 +44,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Babel'
-copyright = u'2021, The Babel Team'
+copyright = u'2022, 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 ac295b2d79fcca045f8aee2939874bf8616eb186..3edd971f01d99fa5971b523740a24a5fab718823 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index c9e1d3008ef2722764f18f685a164ab4596e9904..2938b259bb0207c17abd1a551d5d1cf3dbe11c9a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index a212edd06e9260b2026b42337b25c4cf88177893..5fda2deb48255e75486c216ffc032de4543c92a0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 47e51bbc7f689151786cbc7e0194e9fd9c9a54db..2d36809de84fc04622db319c658cf20b105b2117 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 5354e783ef0f8537380f5d6217b5340cf7c3bd81..07286b17cdfc10c4e4c77573d0c2ce1eecc8a2df 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 5676717a0b140903b8b14d672b3b45774555a941..fb9599db6cf93e71d5637309732ab90259f59256 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index cce4d1cdcc021a48dce4d3fb5ea0fc8c3e2b2515..50471e70d6d96e6f481b7f825db3774aa8db5413 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 5cc796f2c4b808ada3cba8d63d15bdf5aed333d0..93f3689a3f8dd5f2537e8df85b15f0ff063e7a9a 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 5e490f374173379d617ca9aa8667483ac1b334a0..0d205411d18a60daf48f1ce005752fe1c75bba7f 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 4dd13d3cd03416ae584961ecc8c8ce189010a953..7239a8838e87d83f185e4ec23b2860224fab1b83 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index da7d0a2f6e59e3b76bb197ecbbea0b39a57dc89f..2aa8403c8bb8e355b7daca3484dad0a7adcd6c96 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 44efa7fbc6a98527d88537d1e5e88cebf84aef7e..d11758c5bec4bf1b0432d8a9954731b80052078e 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 735678f8051fef1b61bc061c1cf0396cb231ccbd..e93309bd419efc76b1ccadf4d47c804a949af372 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 896a316414a94e9675863a475c987c610a81b73b..58e39197937c605db56616bfdc21362f04f9f5b0 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 809f971bb73a5fcadb3e6ab9819fadb8b151a852..5dbe311a126ce201ff110743f24528a70da64cbf 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 99217b3bfcc8824a52b70421ec85b3b16c5e78fb..6e4c44b19b535ee7805bb5ac45b3dca60e7f52a3 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which
index 0e9a09e0ec36fee2a0cd2b42321936ffc83378c0..43076ad93bdbc3fc3f9eee35030090366b195049 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2021 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2022 the Babel team
 # All rights reserved.
 #
 # This software is licensed as described in the file LICENSE, which