File: data_licensing.dox

package info (click to toggle)
cegui-mk2 0.8.7%2Bgit20220615-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 57,816 kB
  • sloc: cpp: 306,263; python: 1,175; ansic: 812; sh: 616; xml: 191; java: 162; makefile: 21
file content (73 lines) | stat: -rw-r--r-- 3,783 bytes parent folder | download | duplicates (6)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/**
@page datafile_licensing CEGUI Data File and Media Licensing
@author Paul D Turner

@section data_lic_overview Overview
Various data and media files are present in the CEGUI distribution.  Largely
these files are intended as examples for demonstration purposes only, as such
the files beneath the datafiles directory may not be covered by the blanket MIT
license that covers the library code itself.

This said, it is believed that @em all files beneath the datafiles directory are
at least freely distributable for <em>non commercial purposes</em>, and are
included with CEGUI - as example material - in good faith.  Any disputes as
regards to the legal status of any of the sample data files included within
the CEGUI distribution should be directed to team@cegui.org.uk.

<br>
@section data_lic_XML The XML and .XSD files
All of the XML files and the .xsd XML schema files were specifically created for
CEGUI either by myself or other CEGUI team members and are released under the
same MIT license as the library code.

<br>
@section data_lic_scripts The Lua script files
Any script code files in the lua_scripts directory were created for the
CEGUI project and are released under the same license as the CEGUI library.

<br>
@section data_lic_imagesets Imageset imagery files
The following list covers the tga and png image files within the imagsets
directory.
- @b DriveIcons.png: Imagery created by Paul D Turner and made available
under the same license as the CEGUI library (does not apply to version in
releases up to and including 0.7.1 which appeared to contain non-free imagery
and so was removed).
- @b FairChar.tga: File contributed by Andrew Zabolotny.  Original author is
unknown.  If you know, or indeed are, the original creator plase contacts us!
- @b GPN-2000-001437.tga: Original photograph was obtained from GRIN
(http://grin.hq.nasa.gov/), and is free of copyright.
- @b OgreTrayImages.png: Imagery created by Zi Ye for the the OgreSDKTrays
component of the Ogre library (http://www.ogre3d.org/).  Redistributed with
permission.
- @b TaharezLook.tga: Imagery created by Lars Rinde.  Lars has stated that this
imagery is free to use as long as you don't claim you created it.
- @b WindowsLook.tga: Imagery created by Paul D Turner and made available under
the same license as the CEGUI library.
- @b logo.png: Created by Paul D Turner based on an original logo donated to the
CEGUI project by Andrew Ireland in 2004.  This image is made available under
the same license as the CEGUI library.
- @b vanilla.tga: Original "Vanilla GUI" imagery by Shane Parker.  Redistributed
with permission.

<br>
@section data_lic_fonts Font files
The following covers the .ttf and .pcf files in the fonts directory.
- @b DejaVuSans.ttf: DejaVuSans.ttf is a international TrueType font from the
excellent DejaVu font package, which is distributed under the conditions of the
Bitstream Vera Fonts Copyright, which can be found in the DejaVu package.
DejaVu fonts 2.2 (c)2004-2006 Stepan Roh and DejaVu fonts team
- @b batang.ttf: Copyright (c) 1986-2002 Kim Jeong-Hwan All rights reserved.
Permission to use, copy, modify and distribute this font is hereby granted,
provided that both the copyright notice and this permission notice appear in all
copies of the font, derivative works or modified versions, and that the
following acknowledgement appear in supporting documentation:
Baekmuk Batang, Baekmuk Dotum, Baekmuk Gulim, and Baekmuk Headline are
registered trademarks owned by Kim Jeong-Hwan.
- @b fkp.de.pcf: A X11 bitmap font, taken from the artwiz font collection:
http://artwizaleczapka.sourceforge.net.  artwiz-aleczapka is released under the
terms of GNU General Public License (GPL) version 2. Read file 'COPYING' from
the artwiz package for detailed info.

*/