1/* -*- Mode: c; c-basic-offset: 2 -*-
2 *
3 * redland.h - Redland RDF Application Framework main header
4 *
5 * Copyright (C) 2000-2010, David Beckett http://www.dajobe.org/
6 * Copyright (C) 2000-2004, University of Bristol, UK http://www.bristol.ac.uk/
7 *
8 * This package is Free Software and part of Redland http://librdf.org/
9 *
10 * It is licensed under the following three licenses as alternatives:
11 * 1. GNU Lesser General Public License (LGPL) V2.1 or any newer version
12 * 2. GNU General Public License (GPL) V2 or any newer version
13 * 3. Apache License, V2.0 or any newer version
14 *
15 * You may not use this file except in compliance with at least one of
16 * the above three licenses.
17 *
18 * See LICENSE.html or LICENSE.txt at the top of this package for the
19 * complete terms and further detail along with the license texts for
20 * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
21 *
22 *
23 */
24
25
26#ifndef REDLAND_H
27#define REDLAND_H
28
29#ifndef LIBRDF_OBJC_FRAMEWORK
30#include <librdf.h>
31#else
32#include <Redland/librdf.h>
33#endif
34
35#endif
36