]> git.ipfire.org Git - thirdparty/babel.git/commit
Bump copyright year from 2019 to 2020
authorAarni Koskela <akx@iki.fi>
Wed, 11 Nov 2020 09:27:58 +0000 (11:27 +0200)
committerAarni Koskela <akx@iki.fi>
Wed, 11 Nov 2020 10:57:19 +0000 (12:57 +0200)
commitbd836a4ac51958c083ff13ea02f8c18b7c0f4e2d
tree2085da5378002d02ebc8e60047962c8667819d47
parentd77fe5d3275f5cf9774fa6c9bf097b466ddb6473
Bump copyright year from 2019 to 2020
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