Holidays Updated

- 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.
This commit is contained in:
Paul Beckingham 2012-02-21 17:23:57 -05:00
parent b17be021db
commit 1f8e823593
18 changed files with 1069 additions and 838 deletions

9
doc/rc/refresh Executable file
View file

@ -0,0 +1,9 @@
#! /bin/bash
for i in holidays*rc
do
locale=${i:9:5}
echo $locale
../../scripts/add-ons/update-holidays.pl --locale $locale --file holidays.${locale}.rc
done