[BACK]Return to calendar.all CVS log [TXT][DIR] Up to [local] / src / usr.bin / calendar / calendars

File: [local] / src / usr.bin / calendar / calendars / calendar.all (download)

Revision 1.6, Thu Jan 14 20:08:01 2016 UTC (8 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.5: +2 -1 lines

add a calendar file for the uk;

this is the work of craig skinner - many thanks, craig.
i've tweaked it a bit. craig has also fixed a currently
incorrect date and moved a couple entries to the uk file/

some outstanding issues (what to do with dups) but it'll be
eaiser to work on once in tree

/*
 * International and national calendar files
 *
 * $OpenBSD: calendar.all,v 1.6 2016/01/14 20:08:01 jmc Exp $
 */

#ifndef _calendar_all_
#define _calendar_all_

#include <calendar.world>
#include <calendar.french>
#include <calendar.german>
#include <calendar.usholiday>
#include <calendar.croatian>
#include <calendar.russian>
#include <calendar.discord>
#include <calendar.ushistory>
#include <calendar.space>
#include <calendar.canada>
#include <calendar.uk>

#endif /* !_calendar_all_ */