annotate COPYING.h @ 601:8863d23cea4b openvg

Load images with Imlib2. Image loader, now, use Imlib2 to load images into ARGB 32bits pixels. It can load png, jpg, bmp, tiff, ...., etc.
author Thinker K.F. Li <thinker@branda.to>
date Fri, 02 Jul 2010 11:59:17 +0800
parents d6f9af55b0d0
children b8c3a8fc32d0
rev   line source
101
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
1 /*! \page copyright Copyright
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
2 * \verbatim
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
3 *
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
4 * Copyright (c) 2008
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
5 * The MadButterfly Project. All rights reserved.
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
6 *
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
7 * Redistribution and use in source and binary forms, with or without
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
8 * modification, are permitted provided that the following conditions
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
9 * are met:
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
10 * 1. Redistributions of source code must retain the above copyright
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
11 * notice, this list of conditions and the following disclaimer.
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
12 * 2. Redistributions in binary form must reproduce the above copyright
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
13 * notice, this list of conditions and the following disclaimer in the
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
14 * documentation and/or other materials provided with the distribution.
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
15 * 4. Neither the name of the University nor the names of its contributors
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
16 * may be used to endorse or promote products derived from this software
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
17 * without specific prior written permission.
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
18 *
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
29 * SUCH DAMAGE.
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
30 *
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
31 * \endverbatim
d6f9af55b0d0 More documentation.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
32 */