bump to 1.0.0 and clean up spec file
[platform/upstream/libical.git] / src / ical.h
1 /************************************************************************
2
3  FILE:         ical.h
4  CREATOR:      ajc 2008-sep-01
5
6  (C) COPYRIGHT 2008 by Art Cancro
7  http://freeassociation.sourceforge.net
8
9  This program is free software; you can redistribute it and/or modify
10  it under the terms of either:
11
12     The LGPL as published by the Free Software Foundation, version 2.1
13
14   Or:
15
16     The Mozilla Public License Version 1.0.
17
18  ************************************************************************/
19
20 #ifdef _MSC_VER
21 #pragma message("WARNING: #include <ical.h> is deprecated.  Please #include <libical/ical.h> instead.")
22 #else
23 #warning "#include <ical.h> is deprecated.  Please #include <libical/ical.h> instead."
24 #endif
25 #include <libical/ical.h>