]> git.ipfire.org Git - thirdparty/babel.git/commit
Bump copyright year from 2018 to 2019 650/head
authorAarni Koskela <akx@iki.fi>
Mon, 27 May 2019 12:24:52 +0000 (15:24 +0300)
committerAarni Koskela <akx@iki.fi>
Mon, 27 May 2019 12:24:52 +0000 (15:24 +0300)
commit6aa30320c2d4173e4475b0dd328e17a1a09767cd
treef2c51911505eb9f337472d22ac89c03ea9e105a1
parent469cce913c0a7d7f028a3701450dc0d27cc18323
Bump copyright year from 2018 to 2019
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