summaryrefslogtreecommitdiff
path: root/doc/Mainpage.dox
blob: 28b43b7615396356446e0a3b007eabab7541aace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*!
@mainpage Libical - an implementation of iCalendar protocols and data formats

@section about About

Libical is an Open Source implementation of the iCalendar protocols
and protocol data units. The iCalendar specification describes how
calendar clients can communicate with calendar servers so users can
store their calendar data and arrange meetings with other users.

Libical implements RFC5545, RFC5546, RFC7529;
the CalDav scheduling extensions in RFC6638;
iCalendar extensions in RFC7986, RFC9073, RFC9074;
plus the iCalendar iMIP protocol in RFC6047.

For a conceptual overview of the library, see 
[Using Libical](@ref UsingLibical).

@section license License

The code and datafiles in this distribution are licensed under the
Mozilla Public License (MPL) v2.0. See https://www.mozilla.org/MPL
for a copy of the license.

Alternately, you may use libical under the terms of the GNU Library
General Public License (LGPL) v2.1. See https://www.gnu.org/licenses/lgpl-2.1.txt
for a copy of the license.

This dual license ensures that the library can be incorporated into
both proprietary code and GPL'd programs, and will benefit from improvements
made by programmers in both realms. I will only accept changes into
my version of the library if they are similarly dual-licensed.

@section acknowledgements Acknowledgments

Portions of this distribution are (C) Copyright 1996 Apple Computer,
Inc., AT&T Corp., International Business Machines Corporation and
Siemens Rolm Communications Inc. See src/libicalvcal/README.TXT for details.

*/