diff options
Diffstat (limited to 'usr.bin/calendar/calendars/calendar.judaic')
-rw-r--r-- | usr.bin/calendar/calendars/calendar.judaic | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/calendar/calendars/calendar.judaic b/usr.bin/calendar/calendars/calendar.judaic index df39ad56e63..8eb7109637c 100644 --- a/usr.bin/calendar/calendars/calendar.judaic +++ b/usr.bin/calendar/calendars/calendar.judaic @@ -1,3 +1,12 @@ +/* + * Judaic + * + * $OpenBSD: calendar.judaic,v 1.2 1996/12/05 06:04:49 millert Exp $ + */ + +#ifndef _calendar_judaic_ +#define _calendar_judaic_ + 03/08* Fast of Esther (Battle of Purim; 1 day before Purim; fast day) 03/11* Purim (Feast of Lots; 30 days before Pesach) 03/12* Purim (Feast of Lots) @@ -28,3 +37,5 @@ 10/12* Shmini Atzeres/Simchas Torah (Rejoicing of the Law; sabbatical) 12/12* First Day of Chanukah 12/27* Fast of Asara B'Tevet (Babylonians put siege on Jerusalem; fast day) + +#endif /* !_calendar_judaic_ */ |