summaryrefslogtreecommitdiffabout
path: root/libical/src/libical/icalattendee.c
Unidiff
Diffstat (limited to 'libical/src/libical/icalattendee.c') (more/less context) (ignore whitespace changes)
-rw-r--r--libical/src/libical/icalattendee.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/libical/src/libical/icalattendee.c b/libical/src/libical/icalattendee.c
new file mode 100644
index 0000000..30cb949
--- a/dev/null
+++ b/libical/src/libical/icalattendee.c
@@ -0,0 +1,30 @@
1/* -*- Mode: C -*-
2 ======================================================================
3 FILE: icalattendee.c
4 CREATOR: eric 08 Mar 01
5
6 $Id$
7 $Locker$
8
9
10 (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
11
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of either:
14
15 The LGPL as published by the Free Software Foundation, version
16 2.1, available at: http://www.fsf.org/copyleft/lesser.html
17
18 Or:
19
20 The Mozilla Public License Version 1.0. You may obtain a copy of
21 the License at http://www.mozilla.org/MPL/
22
23 The original code is icaltypes.c
24
25 ======================================================================*/
26#ifdef HAVE_CONFIG_H
27#include "config.h"
28#endif
29
30#include "icalattendee.h"