Skip to content

Commit

Permalink
Unify file headers after recent update (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
KJhellico authored Mar 28, 2024
1 parent 7444946 commit 32fc9b2
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 18 deletions.
1 change: 0 additions & 1 deletion holidays/countries/bangladesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# tasnim<[email protected]>
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)

Expand Down
1 change: 0 additions & 1 deletion holidays/countries/bolivia.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
# Copyright: Kateryna Golovanova <[email protected]>, 2022

from datetime import timedelta as td
from gettext import gettext as tr
Expand Down
1 change: 0 additions & 1 deletion holidays/countries/bosnia_and_herzegovina.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
# Copyright: Kateryna Golovanova <[email protected]>, 2022

from gettext import gettext as tr

Expand Down
1 change: 0 additions & 1 deletion holidays/countries/italy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Provinces completed by Henrik Sozzi <[email protected]>
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)

Expand Down
3 changes: 2 additions & 1 deletion holidays/countries/kuwait.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <[email protected]> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
Expand Down
1 change: 0 additions & 1 deletion holidays/countries/liechtenstein.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
# Copyright: Kateryna Golovanova <[email protected]>, 2022

from gettext import gettext as tr

Expand Down
3 changes: 2 additions & 1 deletion holidays/countries/seychelles.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <[email protected]> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
Expand Down
6 changes: 3 additions & 3 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +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 <[email protected]>, 2017-2023
# ryanss <[email protected]>, 2014-2017
# dr-prodigy <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
11 changes: 11 additions & 0 deletions tests/calendars/__init__.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
6 changes: 3 additions & 3 deletions tests/countries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +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 <[email protected]>, 2017-2023
# ryanss <[email protected]>, 2014-2017
# dr-prodigy <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
1 change: 0 additions & 1 deletion tests/countries/test_bolivia.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
# Copyright: Kateryna Golovanova <[email protected]>, 2022

from unittest import TestCase

Expand Down
1 change: 0 additions & 1 deletion tests/countries/test_bosnia_and_herzegovina.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
# Copyright: Kateryna Golovanova <[email protected]>, 2022

import warnings
from unittest import TestCase
Expand Down
3 changes: 2 additions & 1 deletion tests/countries/test_kuwait.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <[email protected]> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
Expand Down
1 change: 0 additions & 1 deletion tests/countries/test_liechtenstein.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
# Copyright: Kateryna Golovanova <[email protected]>, 2022

from unittest import TestCase

Expand Down
3 changes: 2 additions & 1 deletion tests/countries/test_seychelles.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <[email protected]> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)
Expand Down
11 changes: 11 additions & 0 deletions tests/financial/__init__.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (c) 2017-2023
# ryanss <[email protected]> (c) 2014-2017
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)

0 comments on commit 32fc9b2

Please sign in to comment.