Skip to content

Commit

Permalink
Update (c) in file headers and LICENSE (#1672)
Browse files Browse the repository at this point in the history
Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com>
  • Loading branch information
dr-prodigy and KJhellico committed Mar 28, 2024
1 parent fddb080 commit 4feb37a
Show file tree
Hide file tree
Showing 348 changed files with 1,741 additions and 1,377 deletions.
7 changes: 5 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Copyright (c) 2017-2023 <dr.prodigy.github@gmail.com>
Copyright (c) 2014-2017 <ryanssdev@icloud.com>
Copyright (c) Vacanza Team and individual contributors (see AUTHORS file)
Copyright (c) dr-prodigy <dr.prodigy.github@gmail.com>, 2017-2023
Copyright (c) ryanss <ryanssdev@icloud.com>, 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
Expand Down
9 changes: 5 additions & 4 deletions holidays/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/buddhist.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/chinese.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/custom.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
# Website: https://github.com/dr-prodigy/python-holidays
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)


Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/gregorian.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/hebrew.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/hindu.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/islamic.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/julian.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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"
9 changes: 5 additions & 4 deletions holidays/calendars/julian_revised.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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"
9 changes: 5 additions & 4 deletions holidays/calendars/persian.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/calendars/thai.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/constants.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/countries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/countries/albania.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/countries/algeria.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/countries/american_samoa.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/countries/andorra.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/countries/angola.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down
9 changes: 5 additions & 4 deletions holidays/countries/argentina.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# python-holidays
# ---------------
# holidays
# --------
# A fast, efficient Python library for generating country, province and state
# specific sets of holidays on the fly. It aims to make determining whether a
# specific date is a holiday as fast and flexible as possible.
#
# Authors: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
# ryanss <ryanssdev@icloud.com> (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
Expand Down

0 comments on commit 4feb37a

Please sign in to comment.