Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update (c) in file headers and LICENSE #1672

Merged
merged 7 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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 <[email protected]>
Copyright (c) 2014-2017 <[email protected]>
Copyright (c) Vacanza Team and individual contributors (see AUTHORS file)
Copyright (c) dr-prodigy <[email protected]>, 2017-2023
Copyright (c) ryanss <[email protected]>, 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 <[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/dr-prodigy/python-holidays
# Website: https://github.com/vacanza/python-holidays
dr-prodigy marked this conversation as resolved.
Show resolved Hide resolved
# 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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/dr-prodigy/python-holidays
# Website: https://github.com/vacanza/python-holidays
# License: MIT (see LICENSE file)

from gettext import gettext as tr
Expand Down
Loading