mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

- Modified update-holidays.pl script to include the MIT license. - Added the URLs used to download the data, in the data. - Added a refresh script to freshen the files.
69 lines
2.7 KiB
Text
69 lines
2.7 KiB
Text
###############################################################################
|
|
# International Holiday Data provided by Holidata.net
|
|
# http://holidata.net/en-NZ/2012.json
|
|
# http://holidata.net/en-NZ/2013.json
|
|
#
|
|
# Copyright 2006-2012, Paul Beckingham, Federico Hernandez.
|
|
#
|
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
# of this software and associated documentation files (the "Software"), to deal
|
|
# in the Software without restriction, including without limitation the rights
|
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
# copies of the Software, and to permit persons to whom the Software is
|
|
# furnished to do so, subject to the following conditions:
|
|
#
|
|
# The above copyright notice and this permission notice shall be included
|
|
# in all copies or substantial portions of the Software.
|
|
#
|
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
# SOFTWARE.
|
|
#
|
|
# http://www.opensource.org/licenses/mit-license.php
|
|
#
|
|
###############################################################################
|
|
|
|
holiday.en-NZ1.name=New Year's Day
|
|
holiday.en-NZ1.date=2012-01-01
|
|
holiday.en-NZ2.name=Day after New Years Day
|
|
holiday.en-NZ2.date=2012-01-02
|
|
holiday.en-NZ3.name=Waitangi Day
|
|
holiday.en-NZ3.date=2012-02-06
|
|
holiday.en-NZ4.name=Good Friday
|
|
holiday.en-NZ4.date=2012-04-06
|
|
holiday.en-NZ5.name=Easter Monday
|
|
holiday.en-NZ5.date=2012-04-09
|
|
holiday.en-NZ6.name=ANZAC Day
|
|
holiday.en-NZ6.date=2012-04-25
|
|
holiday.en-NZ7.name=Queen's Birthday
|
|
holiday.en-NZ7.date=2012-06-04
|
|
holiday.en-NZ8.name=Labour Day
|
|
holiday.en-NZ8.date=2012-10-22
|
|
holiday.en-NZ9.name=Christmas Day
|
|
holiday.en-NZ9.date=2012-12-25
|
|
holiday.en-NZ10.name=Boxing Day
|
|
holiday.en-NZ10.date=2012-12-26
|
|
holiday.en-NZ11.name=New Year's Day
|
|
holiday.en-NZ11.date=2013-01-01
|
|
holiday.en-NZ12.name=Day after New Years Day
|
|
holiday.en-NZ12.date=2013-01-02
|
|
holiday.en-NZ13.name=Waitangi Day
|
|
holiday.en-NZ13.date=2013-02-06
|
|
holiday.en-NZ14.name=Good Friday
|
|
holiday.en-NZ14.date=2013-03-29
|
|
holiday.en-NZ15.name=Easter Monday
|
|
holiday.en-NZ15.date=2013-04-01
|
|
holiday.en-NZ16.name=ANZAC Day
|
|
holiday.en-NZ16.date=2013-04-25
|
|
holiday.en-NZ17.name=Queen's Birthday
|
|
holiday.en-NZ17.date=2013-06-03
|
|
holiday.en-NZ18.name=Labour Day
|
|
holiday.en-NZ18.date=2013-10-28
|
|
holiday.en-NZ19.name=Christmas Day
|
|
holiday.en-NZ19.date=2013-12-25
|
|
holiday.en-NZ20.name=Boxing Day
|
|
holiday.en-NZ20.date=2013-12-26
|