diff --git a/LICENSE b/LICENSE index e0fe1cf91..9bfa781d4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,8 @@ -Copyright (c) 2017-2023 -Copyright (c) 2014-2017 +Copyright (c) Vacanza Team and individual contributors (see AUTHORS file) +Copyright (c) dr-prodigy , 2017-2023 +Copyright (c) ryanss , 2014-2017 + +All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/holidays/__init__.py b/holidays/__init__.py index 2e210a552..6918414ef 100644 --- a/holidays/__init__.py +++ b/holidays/__init__.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # flake8: noqa: F403 diff --git a/holidays/calendars/__init__.py b/holidays/calendars/__init__.py index a47d07fa8..fb0cf65b0 100644 --- a/holidays/calendars/__init__.py +++ b/holidays/calendars/__init__.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/calendars/buddhist.py b/holidays/calendars/buddhist.py index fae2f5656..d8d28a1e1 100644 --- a/holidays/calendars/buddhist.py +++ b/holidays/calendars/buddhist.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/chinese.py b/holidays/calendars/chinese.py index 7fc3f909e..48bb692f4 100644 --- a/holidays/calendars/chinese.py +++ b/holidays/calendars/chinese.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/custom.py b/holidays/calendars/custom.py index 06fc66d44..364005f6c 100644 --- a/holidays/calendars/custom.py +++ b/holidays/calendars/custom.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) diff --git a/holidays/calendars/gregorian.py b/holidays/calendars/gregorian.py index f36730008..ef8dc3d9e 100644 --- a/holidays/calendars/gregorian.py +++ b/holidays/calendars/gregorian.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/hebrew.py b/holidays/calendars/hebrew.py index 58da276ff..1935c0819 100644 --- a/holidays/calendars/hebrew.py +++ b/holidays/calendars/hebrew.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/hindu.py b/holidays/calendars/hindu.py index c242caab4..5ef122058 100644 --- a/holidays/calendars/hindu.py +++ b/holidays/calendars/hindu.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/islamic.py b/holidays/calendars/islamic.py index deee88259..2f6a41651 100644 --- a/holidays/calendars/islamic.py +++ b/holidays/calendars/islamic.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/julian.py b/holidays/calendars/julian.py index 130c69d7f..2ed6f054c 100644 --- a/holidays/calendars/julian.py +++ b/holidays/calendars/julian.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) JULIAN_CALENDAR = "JULIAN_CALENDAR" diff --git a/holidays/calendars/julian_revised.py b/holidays/calendars/julian_revised.py index 7e0d956d3..561f53f20 100644 --- a/holidays/calendars/julian_revised.py +++ b/holidays/calendars/julian_revised.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) JULIAN_REVISED_CALENDAR = "JULIAN_REVISED_CALENDAR" diff --git a/holidays/calendars/persian.py b/holidays/calendars/persian.py index 68d6a3b16..ee7335e7b 100644 --- a/holidays/calendars/persian.py +++ b/holidays/calendars/persian.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/thai.py b/holidays/calendars/thai.py index ba34a25f8..a75cc36e0 100644 --- a/holidays/calendars/thai.py +++ b/holidays/calendars/thai.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/constants.py b/holidays/constants.py index f8e40d1d1..ad9622f9f 100644 --- a/holidays/constants.py +++ b/holidays/constants.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/countries/__init__.py b/holidays/countries/__init__.py index c13008558..7455f4c6c 100644 --- a/holidays/countries/__init__.py +++ b/holidays/countries/__init__.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/countries/albania.py b/holidays/countries/albania.py index a5b81dac2..eb0e0b3b6 100644 --- a/holidays/countries/albania.py +++ b/holidays/countries/albania.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, MAR diff --git a/holidays/countries/algeria.py b/holidays/countries/algeria.py index e7352f178..33a858d1a 100644 --- a/holidays/countries/algeria.py +++ b/holidays/countries/algeria.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/american_samoa.py b/holidays/countries/american_samoa.py index 56e4df6f6..52cfda484 100644 --- a/holidays/countries/american_samoa.py +++ b/holidays/countries/american_samoa.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/andorra.py b/holidays/countries/andorra.py index 1dc707af7..4ecf32677 100644 --- a/holidays/countries/andorra.py +++ b/holidays/countries/andorra.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/angola.py b/holidays/countries/angola.py index 40f88fab1..3ddd72100 100644 --- a/holidays/countries/angola.py +++ b/holidays/countries/angola.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/argentina.py b/holidays/countries/argentina.py index 9fef90344..7ec9935b4 100644 --- a/holidays/countries/argentina.py +++ b/holidays/countries/argentina.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/armenia.py b/holidays/countries/armenia.py index 1e8428962..a3db7e4a1 100644 --- a/holidays/countries/armenia.py +++ b/holidays/countries/armenia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/aruba.py b/holidays/countries/aruba.py index ebfbb54f7..4023bc22c 100644 --- a/holidays/countries/aruba.py +++ b/holidays/countries/aruba.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/australia.py b/holidays/countries/australia.py index bb1681ef2..9edd8ac32 100644 --- a/holidays/countries/australia.py +++ b/holidays/countries/australia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JUN, AUG, SEP, OCT diff --git a/holidays/countries/austria.py b/holidays/countries/austria.py index 2a79f885b..7f1c32b30 100644 --- a/holidays/countries/austria.py +++ b/holidays/countries/austria.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/azerbaijan.py b/holidays/countries/azerbaijan.py index 8f58e5429..a13e9b40f 100644 --- a/holidays/countries/azerbaijan.py +++ b/holidays/countries/azerbaijan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/bahamas.py b/holidays/countries/bahamas.py index 48d6e137c..1c45392c7 100644 --- a/holidays/countries/bahamas.py +++ b/holidays/countries/bahamas.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import SEP, DEC diff --git a/holidays/countries/bahrain.py b/holidays/countries/bahrain.py index 35be205be..9460047bf 100644 --- a/holidays/countries/bahrain.py +++ b/holidays/countries/bahrain.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/bangladesh.py b/holidays/countries/bangladesh.py index fffd702dc..dcd7b245e 100644 --- a/holidays/countries/bangladesh.py +++ b/holidays/countries/bangladesh.py @@ -1,13 +1,14 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # tasnim -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import InternationalHolidays diff --git a/holidays/countries/barbados.py b/holidays/countries/barbados.py index edcae8ece..acc0bfbb2 100644 --- a/holidays/countries/barbados.py +++ b/holidays/countries/barbados.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, JUL diff --git a/holidays/countries/belarus.py b/holidays/countries/belarus.py index edcd28739..6c397528d 100644 --- a/holidays/countries/belarus.py +++ b/holidays/countries/belarus.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/belgium.py b/holidays/countries/belgium.py index 9051dd088..c3ad017a2 100644 --- a/holidays/countries/belgium.py +++ b/holidays/countries/belgium.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/belize.py b/holidays/countries/belize.py index 7d8b2d1a1..bec0b3aa1 100644 --- a/holidays/countries/belize.py +++ b/holidays/countries/belize.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/bolivia.py b/holidays/countries/bolivia.py index 50e76e427..69cfb09bd 100644 --- a/holidays/countries/bolivia.py +++ b/holidays/countries/bolivia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # Copyright: Kateryna Golovanova , 2022 diff --git a/holidays/countries/bosnia_and_herzegovina.py b/holidays/countries/bosnia_and_herzegovina.py index 98f6512db..ecf696994 100644 --- a/holidays/countries/bosnia_and_herzegovina.py +++ b/holidays/countries/bosnia_and_herzegovina.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # Copyright: Kateryna Golovanova , 2022 diff --git a/holidays/countries/botswana.py b/holidays/countries/botswana.py index bbfb92393..14608544b 100644 --- a/holidays/countries/botswana.py +++ b/holidays/countries/botswana.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/brazil.py b/holidays/countries/brazil.py index 55bbf702f..3b9b65e38 100644 --- a/holidays/countries/brazil.py +++ b/holidays/countries/brazil.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/brunei.py b/holidays/countries/brunei.py index e18218bb4..f48b6f453 100644 --- a/holidays/countries/brunei.py +++ b/holidays/countries/brunei.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/bulgaria.py b/holidays/countries/bulgaria.py index c3f0a32eb..9403f6b9f 100644 --- a/holidays/countries/bulgaria.py +++ b/holidays/countries/bulgaria.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/burkina_faso.py b/holidays/countries/burkina_faso.py index 3b53a9392..36354a281 100644 --- a/holidays/countries/burkina_faso.py +++ b/holidays/countries/burkina_faso.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/burundi.py b/holidays/countries/burundi.py index 685517c10..1f88c5e05 100644 --- a/holidays/countries/burundi.py +++ b/holidays/countries/burundi.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, IslamicHolidays, InternationalHolidays diff --git a/holidays/countries/cambodia.py b/holidays/countries/cambodia.py index 7c56e3ee2..bd33a6ca9 100644 --- a/holidays/countries/cambodia.py +++ b/holidays/countries/cambodia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/cameroon.py b/holidays/countries/cameroon.py index 0870f5ee0..e0b3b6bb3 100644 --- a/holidays/countries/cameroon.py +++ b/holidays/countries/cameroon.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/canada.py b/holidays/countries/canada.py index d93d42735..ab2a96891 100644 --- a/holidays/countries/canada.py +++ b/holidays/countries/canada.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/chad.py b/holidays/countries/chad.py index eeeb1e910..ef406faea 100644 --- a/holidays/countries/chad.py +++ b/holidays/countries/chad.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/chile.py b/holidays/countries/chile.py index fac3d2308..f1dcabfd7 100644 --- a/holidays/countries/chile.py +++ b/holidays/countries/chile.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/china.py b/holidays/countries/china.py index 51588eb75..4a8c0b1b0 100644 --- a/holidays/countries/china.py +++ b/holidays/countries/china.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/colombia.py b/holidays/countries/colombia.py index 30580e13c..520b50efd 100644 --- a/holidays/countries/colombia.py +++ b/holidays/countries/colombia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/costa_rica.py b/holidays/countries/costa_rica.py index f3c93b4fb..c5d49f6a8 100644 --- a/holidays/countries/costa_rica.py +++ b/holidays/countries/costa_rica.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/croatia.py b/holidays/countries/croatia.py index ec93338e3..a085c6500 100644 --- a/holidays/countries/croatia.py +++ b/holidays/countries/croatia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/cuba.py b/holidays/countries/cuba.py index 9c994f741..99b99a455 100644 --- a/holidays/countries/cuba.py +++ b/holidays/countries/cuba.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/curacao.py b/holidays/countries/curacao.py index b3dfce02f..9ee821685 100644 --- a/holidays/countries/curacao.py +++ b/holidays/countries/curacao.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/cyprus.py b/holidays/countries/cyprus.py index 8022faafa..f7aa20598 100644 --- a/holidays/countries/cyprus.py +++ b/holidays/countries/cyprus.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/czechia.py b/holidays/countries/czechia.py index 6acb82072..ba7832e64 100644 --- a/holidays/countries/czechia.py +++ b/holidays/countries/czechia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/denmark.py b/holidays/countries/denmark.py index cff16ca4c..41bee3e78 100644 --- a/holidays/countries/denmark.py +++ b/holidays/countries/denmark.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/djibouti.py b/holidays/countries/djibouti.py index ac8c78558..71a80c720 100644 --- a/holidays/countries/djibouti.py +++ b/holidays/countries/djibouti.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/dominican_republic.py b/holidays/countries/dominican_republic.py index 03090ff4c..c7522855f 100644 --- a/holidays/countries/dominican_republic.py +++ b/holidays/countries/dominican_republic.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/ecuador.py b/holidays/countries/ecuador.py index c3d78c46a..e77e5ca46 100644 --- a/holidays/countries/ecuador.py +++ b/holidays/countries/ecuador.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/egypt.py b/holidays/countries/egypt.py index 149f70890..77bba98a4 100644 --- a/holidays/countries/egypt.py +++ b/holidays/countries/egypt.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) diff --git a/holidays/countries/el_salvador.py b/holidays/countries/el_salvador.py index 51eb5e359..01a787b85 100644 --- a/holidays/countries/el_salvador.py +++ b/holidays/countries/el_salvador.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/estonia.py b/holidays/countries/estonia.py index f5bd9c560..26486159c 100644 --- a/holidays/countries/estonia.py +++ b/holidays/countries/estonia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/eswatini.py b/holidays/countries/eswatini.py index baf115895..13bb3cb9b 100644 --- a/holidays/countries/eswatini.py +++ b/holidays/countries/eswatini.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/holidays/countries/ethiopia.py b/holidays/countries/ethiopia.py index 7702146a2..ea0452de7 100644 --- a/holidays/countries/ethiopia.py +++ b/holidays/countries/ethiopia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from calendar import isleap diff --git a/holidays/countries/finland.py b/holidays/countries/finland.py index 3c988fad0..4c6320325 100644 --- a/holidays/countries/finland.py +++ b/holidays/countries/finland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/france.py b/holidays/countries/france.py index 6a263f869..446cc447a 100644 --- a/holidays/countries/france.py +++ b/holidays/countries/france.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/gabon.py b/holidays/countries/gabon.py index 0362d7a77..f6134e563 100644 --- a/holidays/countries/gabon.py +++ b/holidays/countries/gabon.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/georgia.py b/holidays/countries/georgia.py index 1a2bd2216..63a784ebd 100644 --- a/holidays/countries/georgia.py +++ b/holidays/countries/georgia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/germany.py b/holidays/countries/germany.py index 0b239590f..b5e55400d 100644 --- a/holidays/countries/germany.py +++ b/holidays/countries/germany.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/ghana.py b/holidays/countries/ghana.py index 453920a25..025f3fc44 100644 --- a/holidays/countries/ghana.py +++ b/holidays/countries/ghana.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays diff --git a/holidays/countries/greece.py b/holidays/countries/greece.py index 235ecb8f3..bbefa4b64 100644 --- a/holidays/countries/greece.py +++ b/holidays/countries/greece.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/guam.py b/holidays/countries/guam.py index 028157d79..88099b042 100644 --- a/holidays/countries/guam.py +++ b/holidays/countries/guam.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/guatemala.py b/holidays/countries/guatemala.py index 0cf255941..033616f0a 100644 --- a/holidays/countries/guatemala.py +++ b/holidays/countries/guatemala.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/honduras.py b/holidays/countries/honduras.py index 6cc8b78b4..af20fb522 100644 --- a/holidays/countries/honduras.py +++ b/holidays/countries/honduras.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/hongkong.py b/holidays/countries/hongkong.py index e2e9d0fbc..fffb78cdc 100644 --- a/holidays/countries/hongkong.py +++ b/holidays/countries/hongkong.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/hungary.py b/holidays/countries/hungary.py index e852c14df..6ee38df5c 100644 --- a/holidays/countries/hungary.py +++ b/holidays/countries/hungary.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/iceland.py b/holidays/countries/iceland.py index f4f6fdc45..7947f12d6 100644 --- a/holidays/countries/iceland.py +++ b/holidays/countries/iceland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/india.py b/holidays/countries/india.py index 2f600353b..a80eb87fc 100644 --- a/holidays/countries/india.py +++ b/holidays/countries/india.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/holidays/countries/indonesia.py b/holidays/countries/indonesia.py index 3f87aa4cd..9d0a33c64 100644 --- a/holidays/countries/indonesia.py +++ b/holidays/countries/indonesia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/iran.py b/holidays/countries/iran.py index 7565cf9ca..63150e073 100644 --- a/holidays/countries/iran.py +++ b/holidays/countries/iran.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/ireland.py b/holidays/countries/ireland.py index 4ec7d68bb..9d006f1b1 100644 --- a/holidays/countries/ireland.py +++ b/holidays/countries/ireland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, MAR, SEP, DEC diff --git a/holidays/countries/isle_of_man.py b/holidays/countries/isle_of_man.py index 9779d4ff6..3c928311a 100644 --- a/holidays/countries/isle_of_man.py +++ b/holidays/countries/isle_of_man.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/israel.py b/holidays/countries/israel.py index 3561a6a94..3fd12e2bb 100644 --- a/holidays/countries/israel.py +++ b/holidays/countries/israel.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/italy.py b/holidays/countries/italy.py index 986d5a83d..6db1d051d 100644 --- a/holidays/countries/italy.py +++ b/holidays/countries/italy.py @@ -1,13 +1,14 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Provinces completed by Henrik Sozzi -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/jamaica.py b/holidays/countries/jamaica.py index 681449a38..e8ef449e4 100644 --- a/holidays/countries/jamaica.py +++ b/holidays/countries/jamaica.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/japan.py b/holidays/countries/japan.py index 40b8095aa..1dea75291 100644 --- a/holidays/countries/japan.py +++ b/holidays/countries/japan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/jersey.py b/holidays/countries/jersey.py index 496e9f368..01922e6cc 100644 --- a/holidays/countries/jersey.py +++ b/holidays/countries/jersey.py @@ -1,10 +1,10 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: vacanza team (https://github.com/orgs/vacanza/teams) (c) 2023-2024 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/python-holidays diff --git a/holidays/countries/kazakhstan.py b/holidays/countries/kazakhstan.py index ffdb8948a..6c21b49e5 100644 --- a/holidays/countries/kazakhstan.py +++ b/holidays/countries/kazakhstan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR diff --git a/holidays/countries/kenya.py b/holidays/countries/kenya.py index e20ead946..8947a903f 100644 --- a/holidays/countries/kenya.py +++ b/holidays/countries/kenya.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, APR, AUG, SEP diff --git a/holidays/countries/kuwait.py b/holidays/countries/kuwait.py index 4b714d5fe..b9db8eee9 100644 --- a/holidays/countries/kuwait.py +++ b/holidays/countries/kuwait.py @@ -1,12 +1,12 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/kyrgyzstan.py b/holidays/countries/kyrgyzstan.py index 3a13f7217..d52550713 100644 --- a/holidays/countries/kyrgyzstan.py +++ b/holidays/countries/kyrgyzstan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR diff --git a/holidays/countries/laos.py b/holidays/countries/laos.py index 6c2824ee3..917edeeac 100644 --- a/holidays/countries/laos.py +++ b/holidays/countries/laos.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/latvia.py b/holidays/countries/latvia.py index 5fc1c9fe0..852730be8 100644 --- a/holidays/countries/latvia.py +++ b/holidays/countries/latvia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/lesotho.py b/holidays/countries/lesotho.py index 95e147fa5..bbdb92976 100644 --- a/holidays/countries/lesotho.py +++ b/holidays/countries/lesotho.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import MAY diff --git a/holidays/countries/liechtenstein.py b/holidays/countries/liechtenstein.py index 4f5aa79fe..a71ea1452 100644 --- a/holidays/countries/liechtenstein.py +++ b/holidays/countries/liechtenstein.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # Copyright: Kateryna Golovanova , 2022 diff --git a/holidays/countries/lithuania.py b/holidays/countries/lithuania.py index eb15b59e7..6c27f0203 100644 --- a/holidays/countries/lithuania.py +++ b/holidays/countries/lithuania.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/luxembourg.py b/holidays/countries/luxembourg.py index 1a5277f8a..61a56b80f 100644 --- a/holidays/countries/luxembourg.py +++ b/holidays/countries/luxembourg.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/madagascar.py b/holidays/countries/madagascar.py index 640f52469..88208d40b 100644 --- a/holidays/countries/madagascar.py +++ b/holidays/countries/madagascar.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/malawi.py b/holidays/countries/malawi.py index f2be7eda0..d30d5f22e 100644 --- a/holidays/countries/malawi.py +++ b/holidays/countries/malawi.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/malaysia.py b/holidays/countries/malaysia.py index 1edb325e3..134a61cbe 100644 --- a/holidays/countries/malaysia.py +++ b/holidays/countries/malaysia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars import ( diff --git a/holidays/countries/maldives.py b/holidays/countries/maldives.py index 4e0f305b2..689fb0039 100644 --- a/holidays/countries/maldives.py +++ b/holidays/countries/maldives.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FRI, SAT diff --git a/holidays/countries/malta.py b/holidays/countries/malta.py index 3919b24d6..4531e5ad1 100644 --- a/holidays/countries/malta.py +++ b/holidays/countries/malta.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/marshall_islands.py b/holidays/countries/marshall_islands.py index 5e6ec5995..74523fce3 100644 --- a/holidays/countries/marshall_islands.py +++ b/holidays/countries/marshall_islands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/holidays/countries/mexico.py b/holidays/countries/mexico.py index 09cf32b1b..89a3dfc4a 100644 --- a/holidays/countries/mexico.py +++ b/holidays/countries/mexico.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/moldova.py b/holidays/countries/moldova.py index a7989eb95..dfd94533b 100644 --- a/holidays/countries/moldova.py +++ b/holidays/countries/moldova.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/monaco.py b/holidays/countries/monaco.py index ee9c4fe45..274b73027 100644 --- a/holidays/countries/monaco.py +++ b/holidays/countries/monaco.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/montenegro.py b/holidays/countries/montenegro.py index 8a13fba26..44383cfd1 100644 --- a/holidays/countries/montenegro.py +++ b/holidays/countries/montenegro.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR diff --git a/holidays/countries/morocco.py b/holidays/countries/morocco.py index de9d38327..0e462c9b3 100644 --- a/holidays/countries/morocco.py +++ b/holidays/countries/morocco.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/mozambique.py b/holidays/countries/mozambique.py index 8176eed5d..e7a7d490d 100644 --- a/holidays/countries/mozambique.py +++ b/holidays/countries/mozambique.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/namibia.py b/holidays/countries/namibia.py index 37c4d1d8e..1757af71c 100644 --- a/holidays/countries/namibia.py +++ b/holidays/countries/namibia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, DEC diff --git a/holidays/countries/netherlands.py b/holidays/countries/netherlands.py index 63e1b3702..168f1f0c1 100644 --- a/holidays/countries/netherlands.py +++ b/holidays/countries/netherlands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/new_zealand.py b/holidays/countries/new_zealand.py index 1b126bd23..05879f442 100644 --- a/holidays/countries/new_zealand.py +++ b/holidays/countries/new_zealand.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/nicaragua.py b/holidays/countries/nicaragua.py index 15dc1b2da..921d27e74 100644 --- a/holidays/countries/nicaragua.py +++ b/holidays/countries/nicaragua.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/nigeria.py b/holidays/countries/nigeria.py index e719d353e..b33651237 100644 --- a/holidays/countries/nigeria.py +++ b/holidays/countries/nigeria.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, MAY diff --git a/holidays/countries/north_macedonia.py b/holidays/countries/north_macedonia.py index 7d03f4f47..2e8eb9889 100644 --- a/holidays/countries/north_macedonia.py +++ b/holidays/countries/north_macedonia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR diff --git a/holidays/countries/northern_mariana_islands.py b/holidays/countries/northern_mariana_islands.py index 88efb596c..3c3e46da8 100644 --- a/holidays/countries/northern_mariana_islands.py +++ b/holidays/countries/northern_mariana_islands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/norway.py b/holidays/countries/norway.py index 781c941fe..b93812047 100644 --- a/holidays/countries/norway.py +++ b/holidays/countries/norway.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/pakistan.py b/holidays/countries/pakistan.py index 0dbb79afc..d809b095b 100644 --- a/holidays/countries/pakistan.py +++ b/holidays/countries/pakistan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/panama.py b/holidays/countries/panama.py index a69e277e9..60abadf7c 100644 --- a/holidays/countries/panama.py +++ b/holidays/countries/panama.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/papua_new_guinea.py b/holidays/countries/papua_new_guinea.py index 4acbf9a30..b510485b6 100644 --- a/holidays/countries/papua_new_guinea.py +++ b/holidays/countries/papua_new_guinea.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, FEB, MAR, APR, JUN, SEP, NOV diff --git a/holidays/countries/paraguay.py b/holidays/countries/paraguay.py index 10be6bc9b..4c3acd416 100644 --- a/holidays/countries/paraguay.py +++ b/holidays/countries/paraguay.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/peru.py b/holidays/countries/peru.py index 639eaa339..7bc04bb3d 100644 --- a/holidays/countries/peru.py +++ b/holidays/countries/peru.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) diff --git a/holidays/countries/philippines.py b/holidays/countries/philippines.py index 4a9152e1c..ec3ea6adf 100644 --- a/holidays/countries/philippines.py +++ b/holidays/countries/philippines.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) diff --git a/holidays/countries/poland.py b/holidays/countries/poland.py index 656e0704f..d3e83d355 100644 --- a/holidays/countries/poland.py +++ b/holidays/countries/poland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/portugal.py b/holidays/countries/portugal.py index 6e0cb9a9f..449cade08 100644 --- a/holidays/countries/portugal.py +++ b/holidays/countries/portugal.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/puerto_rico.py b/holidays/countries/puerto_rico.py index f05c9de6d..94b0f53ea 100644 --- a/holidays/countries/puerto_rico.py +++ b/holidays/countries/puerto_rico.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/romania.py b/holidays/countries/romania.py index 03ca2f8b8..7d4e94eb7 100644 --- a/holidays/countries/romania.py +++ b/holidays/countries/romania.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/russia.py b/holidays/countries/russia.py index 4f59bd7b2..534179f6a 100644 --- a/holidays/countries/russia.py +++ b/holidays/countries/russia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/san_marino.py b/holidays/countries/san_marino.py index 3e26a5840..0a96ac22a 100644 --- a/holidays/countries/san_marino.py +++ b/holidays/countries/san_marino.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/saudi_arabia.py b/holidays/countries/saudi_arabia.py index 236f20081..9eed5b8d6 100644 --- a/holidays/countries/saudi_arabia.py +++ b/holidays/countries/saudi_arabia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/serbia.py b/holidays/countries/serbia.py index a985195b2..b541d1db2 100644 --- a/holidays/countries/serbia.py +++ b/holidays/countries/serbia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/seychelles.py b/holidays/countries/seychelles.py index daf9ad745..7a5be6ab9 100644 --- a/holidays/countries/seychelles.py +++ b/holidays/countries/seychelles.py @@ -1,12 +1,12 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/singapore.py b/holidays/countries/singapore.py index adfe0494a..51b6fcd12 100644 --- a/holidays/countries/singapore.py +++ b/holidays/countries/singapore.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars import ( diff --git a/holidays/countries/slovakia.py b/holidays/countries/slovakia.py index 9d99c2d19..01073e014 100644 --- a/holidays/countries/slovakia.py +++ b/holidays/countries/slovakia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/slovenia.py b/holidays/countries/slovenia.py index 74915e72e..ee15f0569 100644 --- a/holidays/countries/slovenia.py +++ b/holidays/countries/slovenia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/south_africa.py b/holidays/countries/south_africa.py index c09e6072a..24f88ce67 100644 --- a/holidays/countries/south_africa.py +++ b/holidays/countries/south_africa.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, AUG, NOV, DEC diff --git a/holidays/countries/south_korea.py b/holidays/countries/south_korea.py index e4fe15d48..e7e750e22 100644 --- a/holidays/countries/south_korea.py +++ b/holidays/countries/south_korea.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/holidays/countries/spain.py b/holidays/countries/spain.py index d1ad8d8e8..79787b33e 100644 --- a/holidays/countries/spain.py +++ b/holidays/countries/spain.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/sweden.py b/holidays/countries/sweden.py index 1f9084fd7..1e4b063e8 100644 --- a/holidays/countries/sweden.py +++ b/holidays/countries/sweden.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/switzerland.py b/holidays/countries/switzerland.py index c0613ee76..0a8ad9e4a 100644 --- a/holidays/countries/switzerland.py +++ b/holidays/countries/switzerland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import timedelta as td diff --git a/holidays/countries/taiwan.py b/holidays/countries/taiwan.py index d32b874c7..a2d9f51ae 100644 --- a/holidays/countries/taiwan.py +++ b/holidays/countries/taiwan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/tanzania.py b/holidays/countries/tanzania.py index 01d422214..335263377 100644 --- a/holidays/countries/tanzania.py +++ b/holidays/countries/tanzania.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/thailand.py b/holidays/countries/thailand.py index 32410513c..77b950e4e 100644 --- a/holidays/countries/thailand.py +++ b/holidays/countries/thailand.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date @@ -37,7 +38,7 @@ class Thailand(ObservedHolidayBase, InternationalHolidays, StaticHolidays, ThaiC - `isranews.org `_ - https://resolution.soc.go.th/?prep_id=99159317 - https://resolution.soc.go.th/?prep_id=196007 - - https://github.com/dr-prodigy/python-holidays/pull/929 + - https://github.com/vacanza/python-holidays/pull/929 - [New Year's Day] `wikisource.org `_ - [National Children's Day] diff --git a/holidays/countries/timor_leste.py b/holidays/countries/timor_leste.py index 744de2715..29e4182a3 100644 --- a/holidays/countries/timor_leste.py +++ b/holidays/countries/timor_leste.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/tonga.py b/holidays/countries/tonga.py index 61738d5ac..7d6f89b9d 100644 --- a/holidays/countries/tonga.py +++ b/holidays/countries/tonga.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/tunisia.py b/holidays/countries/tunisia.py index a59368235..c11362eed 100644 --- a/holidays/countries/tunisia.py +++ b/holidays/countries/tunisia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) diff --git a/holidays/countries/turkey.py b/holidays/countries/turkey.py index 800850de3..99c7e8eb5 100644 --- a/holidays/countries/turkey.py +++ b/holidays/countries/turkey.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/ukraine.py b/holidays/countries/ukraine.py index 138190d43..0fa060995 100644 --- a/holidays/countries/ukraine.py +++ b/holidays/countries/ukraine.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/united_arab_emirates.py b/holidays/countries/united_arab_emirates.py index 2f9a5859e..88e1ab497 100644 --- a/holidays/countries/united_arab_emirates.py +++ b/holidays/countries/united_arab_emirates.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/united_kingdom.py b/holidays/countries/united_kingdom.py index ec57263a9..c3e0c12b5 100644 --- a/holidays/countries/united_kingdom.py +++ b/holidays/countries/united_kingdom.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from typing import Tuple, Union diff --git a/holidays/countries/united_states.py b/holidays/countries/united_states.py index bf8bc927e..f38ca5fa5 100644 --- a/holidays/countries/united_states.py +++ b/holidays/countries/united_states.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from typing import Tuple, Union diff --git a/holidays/countries/united_states_minor_outlying_islands.py b/holidays/countries/united_states_minor_outlying_islands.py index 19173f5f4..e24cf2b8f 100644 --- a/holidays/countries/united_states_minor_outlying_islands.py +++ b/holidays/countries/united_states_minor_outlying_islands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/united_states_virgin_islands.py b/holidays/countries/united_states_virgin_islands.py index ff1e6aa45..9733d332f 100644 --- a/holidays/countries/united_states_virgin_islands.py +++ b/holidays/countries/united_states_virgin_islands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/uruguay.py b/holidays/countries/uruguay.py index 093455e98..952392c52 100644 --- a/holidays/countries/uruguay.py +++ b/holidays/countries/uruguay.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/uzbekistan.py b/holidays/countries/uzbekistan.py index 947cce775..96ad1a679 100644 --- a/holidays/countries/uzbekistan.py +++ b/holidays/countries/uzbekistan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/vanuatu.py b/holidays/countries/vanuatu.py index 4bace4115..1a7dd53cb 100644 --- a/holidays/countries/vanuatu.py +++ b/holidays/countries/vanuatu.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JUL, OCT diff --git a/holidays/countries/vatican_city.py b/holidays/countries/vatican_city.py index 7420b50bc..7ba76e30c 100644 --- a/holidays/countries/vatican_city.py +++ b/holidays/countries/vatican_city.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays diff --git a/holidays/countries/venezuela.py b/holidays/countries/venezuela.py index 6e2c6db9f..e719af7bf 100644 --- a/holidays/countries/venezuela.py +++ b/holidays/countries/venezuela.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/vietnam.py b/holidays/countries/vietnam.py index 7e92170b5..fe2583f9d 100644 --- a/holidays/countries/vietnam.py +++ b/holidays/countries/vietnam.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChineseCalendarHolidays, InternationalHolidays diff --git a/holidays/countries/zambia.py b/holidays/countries/zambia.py index 8c96c3a82..d6376f7fc 100644 --- a/holidays/countries/zambia.py +++ b/holidays/countries/zambia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import MAR, JUL, AUG, SEP diff --git a/holidays/countries/zimbabwe.py b/holidays/countries/zimbabwe.py index 7bd950095..1d762f2b0 100644 --- a/holidays/countries/zimbabwe.py +++ b/holidays/countries/zimbabwe.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/financial/__init__.py b/holidays/financial/__init__.py index 63755b74c..5833e091a 100644 --- a/holidays/financial/__init__.py +++ b/holidays/financial/__init__.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/financial/european_central_bank.py b/holidays/financial/european_central_bank.py index 471296238..afc616815 100644 --- a/holidays/financial/european_central_bank.py +++ b/holidays/financial/european_central_bank.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/financial/ny_stock_exchange.py b/holidays/financial/ny_stock_exchange.py index cd3c00a1b..89badf3d0 100644 --- a/holidays/financial/ny_stock_exchange.py +++ b/holidays/financial/ny_stock_exchange.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/__init__.py b/holidays/groups/__init__.py index c09d1d85e..b251477ee 100644 --- a/holidays/groups/__init__.py +++ b/holidays/groups/__init__.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/groups/buddhist.py b/holidays/groups/buddhist.py index c88e5a7f6..f78270531 100644 --- a/holidays/groups/buddhist.py +++ b/holidays/groups/buddhist.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/chinese.py b/holidays/groups/chinese.py index 564d49edb..abd93e515 100644 --- a/holidays/groups/chinese.py +++ b/holidays/groups/chinese.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/christian.py b/holidays/groups/christian.py index de44351ad..ac61b7a9a 100644 --- a/holidays/groups/christian.py +++ b/holidays/groups/christian.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/custom.py b/holidays/groups/custom.py index 8b25dddd7..de28c6adc 100644 --- a/holidays/groups/custom.py +++ b/holidays/groups/custom.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) diff --git a/holidays/groups/hindu.py b/holidays/groups/hindu.py index 632471132..cc646921c 100644 --- a/holidays/groups/hindu.py +++ b/holidays/groups/hindu.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/international.py b/holidays/groups/international.py index 1d0055202..97bb95590 100644 --- a/holidays/groups/international.py +++ b/holidays/groups/international.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/islamic.py b/holidays/groups/islamic.py index 4027b108b..5af3958fa 100644 --- a/holidays/groups/islamic.py +++ b/holidays/groups/islamic.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/persian.py b/holidays/groups/persian.py index b3328c61c..1e30f94f7 100644 --- a/holidays/groups/persian.py +++ b/holidays/groups/persian.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/thai.py b/holidays/groups/thai.py index 81de998cc..312a6301c 100644 --- a/holidays/groups/thai.py +++ b/holidays/groups/thai.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/helpers.py b/holidays/helpers.py index fc8cd1893..c14a294a1 100644 --- a/holidays/helpers.py +++ b/holidays/helpers.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) diff --git a/holidays/holiday_base.py b/holidays/holiday_base.py index 19ccb9151..31824d708 100644 --- a/holidays/holiday_base.py +++ b/holidays/holiday_base.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) __all__ = ("DateLike", "HolidayBase", "HolidaySum") diff --git a/holidays/observed_holiday_base.py b/holidays/observed_holiday_base.py index 3ca02d79c..2d18ce6df 100644 --- a/holidays/observed_holiday_base.py +++ b/holidays/observed_holiday_base.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/registry.py b/holidays/registry.py index a2f2ad09c..a1d360358 100644 --- a/holidays/registry.py +++ b/holidays/registry.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import importlib diff --git a/holidays/utils.py b/holidays/utils.py index 04c44674d..9d9d23631 100755 --- a/holidays/utils.py +++ b/holidays/utils.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) __all__ = ( diff --git a/scripts/calendar/asian_generator.py b/scripts/calendar/asian_generator.py index d88175b5e..a6143eb04 100644 --- a/scripts/calendar/asian_generator.py +++ b/scripts/calendar/asian_generator.py @@ -1,14 +1,15 @@ #!/usr/bin/env python3 -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/scripts/calendar/hebrew_generator.py b/scripts/calendar/hebrew_generator.py index 65e7c2e52..9a4da1344 100644 --- a/scripts/calendar/hebrew_generator.py +++ b/scripts/calendar/hebrew_generator.py @@ -1,14 +1,15 @@ #!/usr/bin/env python3 -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/scripts/calendar/islamic_generator.py b/scripts/calendar/islamic_generator.py index e5cb57bc4..71d4f5cfe 100644 --- a/scripts/calendar/islamic_generator.py +++ b/scripts/calendar/islamic_generator.py @@ -1,14 +1,15 @@ #!/usr/bin/env python3 -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from pathlib import Path diff --git a/scripts/generate_release_notes.py b/scripts/generate_release_notes.py index c5b2b78eb..1e9e035e7 100755 --- a/scripts/generate_release_notes.py +++ b/scripts/generate_release_notes.py @@ -1,14 +1,15 @@ #!/usr/bin/env python3 -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import argparse diff --git a/scripts/generate_snapshots.py b/scripts/generate_snapshots.py index 841b7f8ad..bc4a8769a 100755 --- a/scripts/generate_snapshots.py +++ b/scripts/generate_snapshots.py @@ -1,14 +1,15 @@ #!/usr/bin/env python3 -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import argparse diff --git a/scripts/l10n/generate_mo_files.py b/scripts/l10n/generate_mo_files.py index 64fedfba0..2ebe34aa7 100755 --- a/scripts/l10n/generate_mo_files.py +++ b/scripts/l10n/generate_mo_files.py @@ -1,14 +1,15 @@ #!/usr/bin/env python3 -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from pathlib import Path diff --git a/scripts/l10n/generate_po_files.py b/scripts/l10n/generate_po_files.py index e2fc99ee2..2376cedae 100755 --- a/scripts/l10n/generate_po_files.py +++ b/scripts/l10n/generate_po_files.py @@ -1,14 +1,15 @@ #!/usr/bin/env python3 -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import importlib diff --git a/setup.py b/setup.py index 24dc6a66d..00692727b 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from setuptools import setup diff --git a/tests/__init__.py b/tests/__init__.py index e69de29bb..dcb496169 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -0,0 +1,11 @@ +# holidays +# --------------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy , 2017-2023 +# ryanss , 2014-2017 +# Website: https://github.com/vacanza/python-holidays +# License: MIT (see LICENSE file) diff --git a/tests/calendars/test_gregorian.py b/tests/calendars/test_gregorian.py index f6cd62eee..1be8d0923 100644 --- a/tests/calendars/test_gregorian.py +++ b/tests/calendars/test_gregorian.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import unittest diff --git a/tests/calendars/test_persian.py b/tests/calendars/test_persian.py index b0308d9c1..bf682614b 100644 --- a/tests/calendars/test_persian.py +++ b/tests/calendars/test_persian.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import unittest diff --git a/tests/calendars/test_thai.py b/tests/calendars/test_thai.py index d42af9dc9..7660f426d 100644 --- a/tests/calendars/test_thai.py +++ b/tests/calendars/test_thai.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import unittest diff --git a/tests/common.py b/tests/common.py index 353f11361..69fd8a79a 100644 --- a/tests/common.py +++ b/tests/common.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import os diff --git a/tests/countries/__init__.py b/tests/countries/__init__.py index e69de29bb..dcb496169 100644 --- a/tests/countries/__init__.py +++ b/tests/countries/__init__.py @@ -0,0 +1,11 @@ +# holidays +# --------------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy , 2017-2023 +# ryanss , 2014-2017 +# Website: https://github.com/vacanza/python-holidays +# License: MIT (see LICENSE file) diff --git a/tests/countries/test_albania.py b/tests/countries/test_albania.py index 781cfc941..0e44fab39 100644 --- a/tests/countries/test_albania.py +++ b/tests/countries/test_albania.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_algeria.py b/tests/countries/test_algeria.py index 2c18e4d59..782b64dd5 100644 --- a/tests/countries/test_algeria.py +++ b/tests/countries/test_algeria.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_american_samoa.py b/tests/countries/test_american_samoa.py index 7aa0b805e..21e571331 100644 --- a/tests/countries/test_american_samoa.py +++ b/tests/countries/test_american_samoa.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_andorra.py b/tests/countries/test_andorra.py index e15484f56..c5b8bec85 100644 --- a/tests/countries/test_andorra.py +++ b/tests/countries/test_andorra.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_angola.py b/tests/countries/test_angola.py index 462d01ecc..1267c13d5 100644 --- a/tests/countries/test_angola.py +++ b/tests/countries/test_angola.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_argentina.py b/tests/countries/test_argentina.py index c304abb9f..a762077ed 100644 --- a/tests/countries/test_argentina.py +++ b/tests/countries/test_argentina.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_armenia.py b/tests/countries/test_armenia.py index 0869e1b2b..a6d67a380 100644 --- a/tests/countries/test_armenia.py +++ b/tests/countries/test_armenia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_aruba.py b/tests/countries/test_aruba.py index 698605c2e..4a99cae2e 100644 --- a/tests/countries/test_aruba.py +++ b/tests/countries/test_aruba.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_australia.py b/tests/countries/test_australia.py index 845cfc62a..037db0135 100644 --- a/tests/countries/test_australia.py +++ b/tests/countries/test_australia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_austria.py b/tests/countries/test_austria.py index fba72f481..8adb9fcc5 100644 --- a/tests/countries/test_austria.py +++ b/tests/countries/test_austria.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_azerbaijan.py b/tests/countries/test_azerbaijan.py index 297d2fdd6..13030f39a 100644 --- a/tests/countries/test_azerbaijan.py +++ b/tests/countries/test_azerbaijan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bahamas.py b/tests/countries/test_bahamas.py index 55ea1e6ee..6c9bec5a1 100644 --- a/tests/countries/test_bahamas.py +++ b/tests/countries/test_bahamas.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bahrain.py b/tests/countries/test_bahrain.py index 568aac662..1dd02a668 100644 --- a/tests/countries/test_bahrain.py +++ b/tests/countries/test_bahrain.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bangladesh.py b/tests/countries/test_bangladesh.py index 17e21f1cf..03ef290cb 100644 --- a/tests/countries/test_bangladesh.py +++ b/tests/countries/test_bangladesh.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_barbados.py b/tests/countries/test_barbados.py index 354ac7880..49f1c8d56 100644 --- a/tests/countries/test_barbados.py +++ b/tests/countries/test_barbados.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_belarus.py b/tests/countries/test_belarus.py index 948aa4561..7f7c5ead3 100644 --- a/tests/countries/test_belarus.py +++ b/tests/countries/test_belarus.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_belgium.py b/tests/countries/test_belgium.py index 385c04bbe..4f4766a3a 100644 --- a/tests/countries/test_belgium.py +++ b/tests/countries/test_belgium.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_belize.py b/tests/countries/test_belize.py index 74796cf23..0297a0f3d 100644 --- a/tests/countries/test_belize.py +++ b/tests/countries/test_belize.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bolivia.py b/tests/countries/test_bolivia.py index 5e6c0fc7a..0d8dbf0ef 100644 --- a/tests/countries/test_bolivia.py +++ b/tests/countries/test_bolivia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # Copyright: Kateryna Golovanova , 2022 diff --git a/tests/countries/test_bosnia_and_herzegovina.py b/tests/countries/test_bosnia_and_herzegovina.py index 4f778161b..252775c7f 100644 --- a/tests/countries/test_bosnia_and_herzegovina.py +++ b/tests/countries/test_bosnia_and_herzegovina.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # Copyright: Kateryna Golovanova , 2022 diff --git a/tests/countries/test_botswana.py b/tests/countries/test_botswana.py index cde69448d..0eb418e8e 100644 --- a/tests/countries/test_botswana.py +++ b/tests/countries/test_botswana.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_brazil.py b/tests/countries/test_brazil.py index 8f4e5bd02..9db1db9c5 100644 --- a/tests/countries/test_brazil.py +++ b/tests/countries/test_brazil.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_brunei.py b/tests/countries/test_brunei.py index e02bb8de1..16b61d180 100644 --- a/tests/countries/test_brunei.py +++ b/tests/countries/test_brunei.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bulgaria.py b/tests/countries/test_bulgaria.py index 5ef3cd1ce..1f8984e30 100644 --- a/tests/countries/test_bulgaria.py +++ b/tests/countries/test_bulgaria.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) diff --git a/tests/countries/test_burkina_faso.py b/tests/countries/test_burkina_faso.py index 878578d77..abd57df10 100644 --- a/tests/countries/test_burkina_faso.py +++ b/tests/countries/test_burkina_faso.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_burundi.py b/tests/countries/test_burundi.py index 9d03451aa..c36e67f02 100644 --- a/tests/countries/test_burundi.py +++ b/tests/countries/test_burundi.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_cambodia.py b/tests/countries/test_cambodia.py index c64fd180e..70132f6fd 100644 --- a/tests/countries/test_cambodia.py +++ b/tests/countries/test_cambodia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_cameroon.py b/tests/countries/test_cameroon.py index 7a62653eb..f7e516b4c 100644 --- a/tests/countries/test_cameroon.py +++ b/tests/countries/test_cameroon.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_canada.py b/tests/countries/test_canada.py index 35c4897a3..acc4645f4 100644 --- a/tests/countries/test_canada.py +++ b/tests/countries/test_canada.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_chad.py b/tests/countries/test_chad.py index 0b56f1a7f..9e32ebfc0 100644 --- a/tests/countries/test_chad.py +++ b/tests/countries/test_chad.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_chile.py b/tests/countries/test_chile.py index 59bcd0f27..26128aaa8 100644 --- a/tests/countries/test_chile.py +++ b/tests/countries/test_chile.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_china.py b/tests/countries/test_china.py index ae680af2b..2f2d212b5 100644 --- a/tests/countries/test_china.py +++ b/tests/countries/test_china.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_colombia.py b/tests/countries/test_colombia.py index c6ec04718..a566f12a2 100644 --- a/tests/countries/test_colombia.py +++ b/tests/countries/test_colombia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_costa_rica.py b/tests/countries/test_costa_rica.py index d27d1e481..6464ba045 100644 --- a/tests/countries/test_costa_rica.py +++ b/tests/countries/test_costa_rica.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_croatia.py b/tests/countries/test_croatia.py index bb9345c09..9a80da039 100644 --- a/tests/countries/test_croatia.py +++ b/tests/countries/test_croatia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_cuba.py b/tests/countries/test_cuba.py index 0b9d6e33c..6a9925138 100644 --- a/tests/countries/test_cuba.py +++ b/tests/countries/test_cuba.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_curacao.py b/tests/countries/test_curacao.py index 8417a0fe8..09fb145cc 100644 --- a/tests/countries/test_curacao.py +++ b/tests/countries/test_curacao.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_cyprus.py b/tests/countries/test_cyprus.py index c12dd1cb6..dec6258f3 100644 --- a/tests/countries/test_cyprus.py +++ b/tests/countries/test_cyprus.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_czechia.py b/tests/countries/test_czechia.py index 34d26dbea..08c96069e 100644 --- a/tests/countries/test_czechia.py +++ b/tests/countries/test_czechia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_denmark.py b/tests/countries/test_denmark.py index 229b46c36..eeb04c6ef 100644 --- a/tests/countries/test_denmark.py +++ b/tests/countries/test_denmark.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_djibouti.py b/tests/countries/test_djibouti.py index 38418e962..189c7e136 100644 --- a/tests/countries/test_djibouti.py +++ b/tests/countries/test_djibouti.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_dominican_republic.py b/tests/countries/test_dominican_republic.py index e7b472d2c..8d9b6db78 100644 --- a/tests/countries/test_dominican_republic.py +++ b/tests/countries/test_dominican_republic.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_ecuador.py b/tests/countries/test_ecuador.py index 8937e15e6..dec5c7ee9 100644 --- a/tests/countries/test_ecuador.py +++ b/tests/countries/test_ecuador.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_egypt.py b/tests/countries/test_egypt.py index 7df401e96..eb26d3420 100644 --- a/tests/countries/test_egypt.py +++ b/tests/countries/test_egypt.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_el_salvador.py b/tests/countries/test_el_salvador.py index 303835ad8..422323597 100644 --- a/tests/countries/test_el_salvador.py +++ b/tests/countries/test_el_salvador.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_estonia.py b/tests/countries/test_estonia.py index 1744affab..86255acdc 100644 --- a/tests/countries/test_estonia.py +++ b/tests/countries/test_estonia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_eswatini.py b/tests/countries/test_eswatini.py index b1179ee01..fdb126f02 100644 --- a/tests/countries/test_eswatini.py +++ b/tests/countries/test_eswatini.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_ethiopia.py b/tests/countries/test_ethiopia.py index 10d11f2cb..5e9551afb 100644 --- a/tests/countries/test_ethiopia.py +++ b/tests/countries/test_ethiopia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_finland.py b/tests/countries/test_finland.py index 8c6dd110c..0d7149110 100644 --- a/tests/countries/test_finland.py +++ b/tests/countries/test_finland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_france.py b/tests/countries/test_france.py index 2d06fc47f..c43c955ad 100644 --- a/tests/countries/test_france.py +++ b/tests/countries/test_france.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_gabon.py b/tests/countries/test_gabon.py index bbd48c1f0..45a5a4936 100644 --- a/tests/countries/test_gabon.py +++ b/tests/countries/test_gabon.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_georgia.py b/tests/countries/test_georgia.py index 98627d527..b1d7cced2 100644 --- a/tests/countries/test_georgia.py +++ b/tests/countries/test_georgia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_germany.py b/tests/countries/test_germany.py index 2e9d61007..07633d52a 100644 --- a/tests/countries/test_germany.py +++ b/tests/countries/test_germany.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_ghana.py b/tests/countries/test_ghana.py index fc5f904ea..6bc6e2a88 100644 --- a/tests/countries/test_ghana.py +++ b/tests/countries/test_ghana.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_greece.py b/tests/countries/test_greece.py index a60b29c26..46e3c83fe 100644 --- a/tests/countries/test_greece.py +++ b/tests/countries/test_greece.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_guam.py b/tests/countries/test_guam.py index adb89a067..7d4548b1a 100644 --- a/tests/countries/test_guam.py +++ b/tests/countries/test_guam.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_guatemala.py b/tests/countries/test_guatemala.py index dafbeb50c..91ecdc126 100644 --- a/tests/countries/test_guatemala.py +++ b/tests/countries/test_guatemala.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_honduras.py b/tests/countries/test_honduras.py index 767f58dec..8efd21b16 100644 --- a/tests/countries/test_honduras.py +++ b/tests/countries/test_honduras.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_hongkong.py b/tests/countries/test_hongkong.py index 425fa642f..0c348cc5a 100644 --- a/tests/countries/test_hongkong.py +++ b/tests/countries/test_hongkong.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_hungary.py b/tests/countries/test_hungary.py index 4955b95b3..17b61eae9 100644 --- a/tests/countries/test_hungary.py +++ b/tests/countries/test_hungary.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_iceland.py b/tests/countries/test_iceland.py index 01b23c6eb..046b3ead3 100644 --- a/tests/countries/test_iceland.py +++ b/tests/countries/test_iceland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_india.py b/tests/countries/test_india.py index e0c5a20de..163f0d177 100644 --- a/tests/countries/test_india.py +++ b/tests/countries/test_india.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_indonesia.py b/tests/countries/test_indonesia.py index 25dd1e33c..86828b7ad 100644 --- a/tests/countries/test_indonesia.py +++ b/tests/countries/test_indonesia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_iran.py b/tests/countries/test_iran.py index 29b567399..eccbc08fa 100644 --- a/tests/countries/test_iran.py +++ b/tests/countries/test_iran.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_ireland.py b/tests/countries/test_ireland.py index cbc944b52..492a2db72 100644 --- a/tests/countries/test_ireland.py +++ b/tests/countries/test_ireland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_isle_of_man.py b/tests/countries/test_isle_of_man.py index cfd493f1d..91b95c481 100644 --- a/tests/countries/test_isle_of_man.py +++ b/tests/countries/test_isle_of_man.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_israel.py b/tests/countries/test_israel.py index 6c8cf1541..cc0b18e0a 100644 --- a/tests/countries/test_israel.py +++ b/tests/countries/test_israel.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_italy.py b/tests/countries/test_italy.py index 5ba7ab262..70a33d7eb 100644 --- a/tests/countries/test_italy.py +++ b/tests/countries/test_italy.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_jamaica.py b/tests/countries/test_jamaica.py index 249f6a761..79186b2b7 100644 --- a/tests/countries/test_jamaica.py +++ b/tests/countries/test_jamaica.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_japan.py b/tests/countries/test_japan.py index a8eea146f..7ba75c27f 100644 --- a/tests/countries/test_japan.py +++ b/tests/countries/test_japan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_jersey.py b/tests/countries/test_jersey.py index b9d60f550..58708cc86 100644 --- a/tests/countries/test_jersey.py +++ b/tests/countries/test_jersey.py @@ -1,10 +1,10 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: vacanza team (https://github.com/orgs/vacanza/teams) (c) 2023-2024 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/python-holidays diff --git a/tests/countries/test_kazakhstan.py b/tests/countries/test_kazakhstan.py index 68ca6febe..d9e714686 100644 --- a/tests/countries/test_kazakhstan.py +++ b/tests/countries/test_kazakhstan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_kenya.py b/tests/countries/test_kenya.py index 5d0dde839..be94420a7 100644 --- a/tests/countries/test_kenya.py +++ b/tests/countries/test_kenya.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_kuwait.py b/tests/countries/test_kuwait.py index 00a50add5..7d7bd81cf 100644 --- a/tests/countries/test_kuwait.py +++ b/tests/countries/test_kuwait.py @@ -1,12 +1,12 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_kyrgyzstan.py b/tests/countries/test_kyrgyzstan.py index 166e48367..f557abfe0 100644 --- a/tests/countries/test_kyrgyzstan.py +++ b/tests/countries/test_kyrgyzstan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_laos.py b/tests/countries/test_laos.py index af0d34021..81062ce1b 100644 --- a/tests/countries/test_laos.py +++ b/tests/countries/test_laos.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_latvia.py b/tests/countries/test_latvia.py index 949025257..01eecd61c 100644 --- a/tests/countries/test_latvia.py +++ b/tests/countries/test_latvia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_lesotho.py b/tests/countries/test_lesotho.py index 6ab52d3cd..4ecca210d 100644 --- a/tests/countries/test_lesotho.py +++ b/tests/countries/test_lesotho.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_liechtenstein.py b/tests/countries/test_liechtenstein.py index 92352b5e1..2f34147fd 100644 --- a/tests/countries/test_liechtenstein.py +++ b/tests/countries/test_liechtenstein.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) # Copyright: Kateryna Golovanova , 2022 diff --git a/tests/countries/test_lithuania.py b/tests/countries/test_lithuania.py index 24473274e..a09a7adaf 100644 --- a/tests/countries/test_lithuania.py +++ b/tests/countries/test_lithuania.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_luxembourg.py b/tests/countries/test_luxembourg.py index 6eb55aa99..d86321a6d 100644 --- a/tests/countries/test_luxembourg.py +++ b/tests/countries/test_luxembourg.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_madagascar.py b/tests/countries/test_madagascar.py index 9484cf281..e5c503013 100644 --- a/tests/countries/test_madagascar.py +++ b/tests/countries/test_madagascar.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_malawi.py b/tests/countries/test_malawi.py index b3e221d0a..bbbef0c95 100644 --- a/tests/countries/test_malawi.py +++ b/tests/countries/test_malawi.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_malaysia.py b/tests/countries/test_malaysia.py index cc9d16982..6dcf07d96 100644 --- a/tests/countries/test_malaysia.py +++ b/tests/countries/test_malaysia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_maldives.py b/tests/countries/test_maldives.py index ba68b6271..2a688183c 100644 --- a/tests/countries/test_maldives.py +++ b/tests/countries/test_maldives.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_malta.py b/tests/countries/test_malta.py index 4684412fc..cda5e1633 100644 --- a/tests/countries/test_malta.py +++ b/tests/countries/test_malta.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_marshall_islands.py b/tests/countries/test_marshall_islands.py index 6dc651dba..f29f1df74 100644 --- a/tests/countries/test_marshall_islands.py +++ b/tests/countries/test_marshall_islands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_mexico.py b/tests/countries/test_mexico.py index 32ec93114..3a9d1f209 100644 --- a/tests/countries/test_mexico.py +++ b/tests/countries/test_mexico.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_moldova.py b/tests/countries/test_moldova.py index 05fd8be8a..f2f212b77 100644 --- a/tests/countries/test_moldova.py +++ b/tests/countries/test_moldova.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_monaco.py b/tests/countries/test_monaco.py index 74808b42e..5d6cca63f 100644 --- a/tests/countries/test_monaco.py +++ b/tests/countries/test_monaco.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_montenegro.py b/tests/countries/test_montenegro.py index 910fa7a63..cac423a5a 100644 --- a/tests/countries/test_montenegro.py +++ b/tests/countries/test_montenegro.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_morocco.py b/tests/countries/test_morocco.py index 960509457..db7c29c1a 100644 --- a/tests/countries/test_morocco.py +++ b/tests/countries/test_morocco.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_mozambique.py b/tests/countries/test_mozambique.py index a50d2f90d..a909280eb 100644 --- a/tests/countries/test_mozambique.py +++ b/tests/countries/test_mozambique.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_namibia.py b/tests/countries/test_namibia.py index 0a8d73dec..14a615217 100644 --- a/tests/countries/test_namibia.py +++ b/tests/countries/test_namibia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_netherlands.py b/tests/countries/test_netherlands.py index 5c0aab03a..378319cd7 100644 --- a/tests/countries/test_netherlands.py +++ b/tests/countries/test_netherlands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_new_zealand.py b/tests/countries/test_new_zealand.py index b4a727d4f..7d61dd3cc 100644 --- a/tests/countries/test_new_zealand.py +++ b/tests/countries/test_new_zealand.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_nicaragua.py b/tests/countries/test_nicaragua.py index 01e4ee336..7dbb4191b 100644 --- a/tests/countries/test_nicaragua.py +++ b/tests/countries/test_nicaragua.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_nigeria.py b/tests/countries/test_nigeria.py index 8d27dcc79..e3e96b73a 100644 --- a/tests/countries/test_nigeria.py +++ b/tests/countries/test_nigeria.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_north_macedonia.py b/tests/countries/test_north_macedonia.py index 03b78cca6..2030dd4e6 100644 --- a/tests/countries/test_north_macedonia.py +++ b/tests/countries/test_north_macedonia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_northern_mariana_islands.py b/tests/countries/test_northern_mariana_islands.py index 204cca21a..b7f9e65ed 100644 --- a/tests/countries/test_northern_mariana_islands.py +++ b/tests/countries/test_northern_mariana_islands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_norway.py b/tests/countries/test_norway.py index 9c3edc4a5..ec56c1b52 100644 --- a/tests/countries/test_norway.py +++ b/tests/countries/test_norway.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_pakistan.py b/tests/countries/test_pakistan.py index 0058feb80..e5d29971f 100644 --- a/tests/countries/test_pakistan.py +++ b/tests/countries/test_pakistan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_panama.py b/tests/countries/test_panama.py index d05d53afe..12642157b 100644 --- a/tests/countries/test_panama.py +++ b/tests/countries/test_panama.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_papua_new_guinea.py b/tests/countries/test_papua_new_guinea.py index ec12db286..81a14aa2b 100644 --- a/tests/countries/test_papua_new_guinea.py +++ b/tests/countries/test_papua_new_guinea.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_paraguay.py b/tests/countries/test_paraguay.py index d9d352ffb..58da6b270 100644 --- a/tests/countries/test_paraguay.py +++ b/tests/countries/test_paraguay.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_peru.py b/tests/countries/test_peru.py index dc2e523d5..4242b3520 100644 --- a/tests/countries/test_peru.py +++ b/tests/countries/test_peru.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_philippines.py b/tests/countries/test_philippines.py index 787dd9499..cdad47e37 100644 --- a/tests/countries/test_philippines.py +++ b/tests/countries/test_philippines.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_poland.py b/tests/countries/test_poland.py index db7d28b72..bd7c4f725 100644 --- a/tests/countries/test_poland.py +++ b/tests/countries/test_poland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_portugal.py b/tests/countries/test_portugal.py index b54acad8c..823e6fd2c 100644 --- a/tests/countries/test_portugal.py +++ b/tests/countries/test_portugal.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_puerto_rico.py b/tests/countries/test_puerto_rico.py index ba37d4541..d78e5a819 100644 --- a/tests/countries/test_puerto_rico.py +++ b/tests/countries/test_puerto_rico.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_romania.py b/tests/countries/test_romania.py index 191dc2a5b..6c462c46b 100644 --- a/tests/countries/test_romania.py +++ b/tests/countries/test_romania.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_russia.py b/tests/countries/test_russia.py index 27a10b566..3f2b7b3d1 100644 --- a/tests/countries/test_russia.py +++ b/tests/countries/test_russia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_san_marino.py b/tests/countries/test_san_marino.py index 8f7471340..bf2a87f7b 100644 --- a/tests/countries/test_san_marino.py +++ b/tests/countries/test_san_marino.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_saudi_arabia.py b/tests/countries/test_saudi_arabia.py index 71d1f2eab..498d5f77f 100644 --- a/tests/countries/test_saudi_arabia.py +++ b/tests/countries/test_saudi_arabia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_serbia.py b/tests/countries/test_serbia.py index ec14809ea..fdff73b26 100644 --- a/tests/countries/test_serbia.py +++ b/tests/countries/test_serbia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_seychelles.py b/tests/countries/test_seychelles.py index dca3c2e1f..7460f55d9 100644 --- a/tests/countries/test_seychelles.py +++ b/tests/countries/test_seychelles.py @@ -1,12 +1,12 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_singapore.py b/tests/countries/test_singapore.py index f2e528b9b..b89dbf926 100644 --- a/tests/countries/test_singapore.py +++ b/tests/countries/test_singapore.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_slovakia.py b/tests/countries/test_slovakia.py index 5498bb96d..ef8272e92 100644 --- a/tests/countries/test_slovakia.py +++ b/tests/countries/test_slovakia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_slovenia.py b/tests/countries/test_slovenia.py index e743364cc..a3a3e5219 100644 --- a/tests/countries/test_slovenia.py +++ b/tests/countries/test_slovenia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_south_africa.py b/tests/countries/test_south_africa.py index 60ddd47f2..6844ea684 100644 --- a/tests/countries/test_south_africa.py +++ b/tests/countries/test_south_africa.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_south_korea.py b/tests/countries/test_south_korea.py index d5bbcf3c7..d477348b8 100644 --- a/tests/countries/test_south_korea.py +++ b/tests/countries/test_south_korea.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_spain.py b/tests/countries/test_spain.py index 89d50a8ff..6be81ce94 100644 --- a/tests/countries/test_spain.py +++ b/tests/countries/test_spain.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_sweden.py b/tests/countries/test_sweden.py index 2520f8b01..4013b0dec 100644 --- a/tests/countries/test_sweden.py +++ b/tests/countries/test_sweden.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_switzerland.py b/tests/countries/test_switzerland.py index d3c52e4a3..c7511cb1a 100644 --- a/tests/countries/test_switzerland.py +++ b/tests/countries/test_switzerland.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_taiwan.py b/tests/countries/test_taiwan.py index 09bec6ce6..8ffb08490 100644 --- a/tests/countries/test_taiwan.py +++ b/tests/countries/test_taiwan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_tanzania.py b/tests/countries/test_tanzania.py index 840877c2c..238c10557 100644 --- a/tests/countries/test_tanzania.py +++ b/tests/countries/test_tanzania.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_thailand.py b/tests/countries/test_thailand.py index 0f1158cce..51f154c98 100644 --- a/tests/countries/test_thailand.py +++ b/tests/countries/test_thailand.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_timor_leste.py b/tests/countries/test_timor_leste.py index ad21196fb..95bfbf884 100644 --- a/tests/countries/test_timor_leste.py +++ b/tests/countries/test_timor_leste.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_tonga.py b/tests/countries/test_tonga.py index e64a6d0c9..d5cdcef88 100644 --- a/tests/countries/test_tonga.py +++ b/tests/countries/test_tonga.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_tunisia.py b/tests/countries/test_tunisia.py index ce15ad7dc..d21b0b0e2 100644 --- a/tests/countries/test_tunisia.py +++ b/tests/countries/test_tunisia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_turkey.py b/tests/countries/test_turkey.py index b09b684a1..d2f6ada9c 100644 --- a/tests/countries/test_turkey.py +++ b/tests/countries/test_turkey.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_ukraine.py b/tests/countries/test_ukraine.py index 5888bddbd..ecc4100fd 100644 --- a/tests/countries/test_ukraine.py +++ b/tests/countries/test_ukraine.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_united_arab_emirates.py b/tests/countries/test_united_arab_emirates.py index 1d49a5496..b6f5bac8a 100644 --- a/tests/countries/test_united_arab_emirates.py +++ b/tests/countries/test_united_arab_emirates.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_united_kingdom.py b/tests/countries/test_united_kingdom.py index 8a2e68944..80bc0b06d 100644 --- a/tests/countries/test_united_kingdom.py +++ b/tests/countries/test_united_kingdom.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_united_states.py b/tests/countries/test_united_states.py index 976a25154..33167bc23 100644 --- a/tests/countries/test_united_states.py +++ b/tests/countries/test_united_states.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_united_states_minor_outlying_islands.py b/tests/countries/test_united_states_minor_outlying_islands.py index 1370e7c0b..f22c9efba 100644 --- a/tests/countries/test_united_states_minor_outlying_islands.py +++ b/tests/countries/test_united_states_minor_outlying_islands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_united_states_virgin_islands.py b/tests/countries/test_united_states_virgin_islands.py index d1957e062..93fdf1a1b 100644 --- a/tests/countries/test_united_states_virgin_islands.py +++ b/tests/countries/test_united_states_virgin_islands.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_uruguay.py b/tests/countries/test_uruguay.py index 101ba44bb..af895f18a 100644 --- a/tests/countries/test_uruguay.py +++ b/tests/countries/test_uruguay.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_uzbekistan.py b/tests/countries/test_uzbekistan.py index 8098ee20c..ab9c44f76 100644 --- a/tests/countries/test_uzbekistan.py +++ b/tests/countries/test_uzbekistan.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_vanuatu.py b/tests/countries/test_vanuatu.py index 6fc272e37..c76f8c45b 100644 --- a/tests/countries/test_vanuatu.py +++ b/tests/countries/test_vanuatu.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_vatican_city.py b/tests/countries/test_vatican_city.py index 16e483c24..1e026603a 100644 --- a/tests/countries/test_vatican_city.py +++ b/tests/countries/test_vatican_city.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_venezuela.py b/tests/countries/test_venezuela.py index 3b5a86a36..53722cee3 100644 --- a/tests/countries/test_venezuela.py +++ b/tests/countries/test_venezuela.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_vietnam.py b/tests/countries/test_vietnam.py index 92fe03161..958fb4181 100644 --- a/tests/countries/test_vietnam.py +++ b/tests/countries/test_vietnam.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_zambia.py b/tests/countries/test_zambia.py index 4becdbb91..cb29ff15f 100644 --- a/tests/countries/test_zambia.py +++ b/tests/countries/test_zambia.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_zimbabwe.py b/tests/countries/test_zimbabwe.py index 2a5c2c9bd..0f27cd7b4 100644 --- a/tests/countries/test_zimbabwe.py +++ b/tests/countries/test_zimbabwe.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/financial/test_european_central_bank.py b/tests/financial/test_european_central_bank.py index 5df205377..ae1b1ab0b 100644 --- a/tests/financial/test_european_central_bank.py +++ b/tests/financial/test_european_central_bank.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/financial/test_ny_stock_exchange.py b/tests/financial/test_ny_stock_exchange.py index 1057ed53c..ea4c754d9 100644 --- a/tests/financial/test_ny_stock_exchange.py +++ b/tests/financial/test_ny_stock_exchange.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/test_docs.py b/tests/test_docs.py index 4d1c9c5c0..6ad4b01de 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import re diff --git a/tests/test_holiday_base.py b/tests/test_holiday_base.py index 6d658ce5c..5aef673fa 100644 --- a/tests/test_holiday_base.py +++ b/tests/test_holiday_base.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import pickle diff --git a/tests/test_holiday_groups.py b/tests/test_holiday_groups.py index aad813129..a59111a09 100644 --- a/tests/test_holiday_groups.py +++ b/tests/test_holiday_groups.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2022 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/test_imports.py b/tests/test_imports.py index 52fbcfa25..b91a8071f 100644 --- a/tests/test_imports.py +++ b/tests/test_imports.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/test_l10n.py b/tests/test_l10n.py index 414044713..a05fd824e 100644 --- a/tests/test_l10n.py +++ b/tests/test_l10n.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import os diff --git a/tests/test_package.py b/tests/test_package.py index bae69773d..bc639b20d 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/test_registry.py b/tests/test_registry.py index 6570039d1..4e206a4b6 100644 --- a/tests/test_registry.py +++ b/tests/test_registry.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import importlib diff --git a/tests/test_utils.py b/tests/test_utils.py index bb8a6309d..be00cf1ad 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,12 +1,13 @@ -# python-holidays -# --------------- +# holidays +# -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # -# Authors: dr-prodigy (c) 2017-2023 +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) import unittest