]> git.ipfire.org Git - thirdparty/babel.git/commit
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)
commit456569a1bbeaf8eb4c21f73c271005818f742e40
tree3d8dcf27e9cdf8de24f69c931002f281315e6ae9
parentaa9cc6c19b9e0f30c950c53a32705e7568ea7d48
Update copyright year to 2022
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