bump to 1.0.0 and clean up spec file
[platform/upstream/libical.git] / src / libical / icalderivedproperty.h.in
1 /* -*- Mode: C -*-
2   ======================================================================
3   FILE: icalderivedproperties.{c,h}
4   CREATOR: eric 09 May 1999
5   
6   $Id: icalderivedproperty.h.in,v 1.7 2007-04-30 13:57:48 artcancro Exp $
7
8  This program is free software; you can redistribute it and/or modify
9  it under the terms of either:
10
11     The LGPL as published by the Free Software Foundation, version
12     2.1, available at: http://www.fsf.org/copyleft/lesser.html
13
14   Or:
15
16     The Mozilla Public License Version 1.0. You may obtain a copy of
17     the License at http://www.mozilla.org/MPL/
18
19  (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
20  ======================================================================*/
21
22
23 #ifndef ICALDERIVEDPROPERTY_H
24 #define ICALDERIVEDPROPERTY_H
25
26 #include <time.h>
27 #include "icalparameter.h"
28 #include "icalderivedvalue.h"  
29 #include "icalrecur.h"
30
31 typedef struct icalproperty_impl icalproperty;
32
33 <insert_code_here>