File: datafile_licensing.html

package info (click to toggle)
cegui-mk2 0.7.6-3.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 105,388 kB
  • ctags: 82,178
  • sloc: cpp: 142,729; ansic: 27,984; sh: 11,010; makefile: 2,275; python: 916; xml: 17
file content (125 lines) | stat: -rw-r--r-- 8,463 bytes parent folder | download | duplicates (2)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Crazy Eddies GUI System: CEGUI Data File and Media Licensing</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<script type="text/javascript">
function hasClass(ele,cls) {
  return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}

function addClass(ele,cls) {
  if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}

function removeClass(ele,cls) {
  if (hasClass(ele,cls)) {
    var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
    ele.className=ele.className.replace(reg,' ');
  }
}

function toggleVisibility(linkObj) {
 var base = linkObj.getAttribute('id');
 var summary = document.getElementById(base + '-summary');
 var content = document.getElementById(base + '-content');
 var trigger = document.getElementById(base + '-trigger');
 if ( hasClass(linkObj,'closed') ) {
   summary.style.display = 'none';
   content.style.display = 'block';
   trigger.src = 'open.png';
   removeClass(linkObj,'closed');
   addClass(linkObj,'opened');
 } else if ( hasClass(linkObj,'opened') ) {
   summary.style.display = 'block';
   content.style.display = 'none';
   trigger.src = 'closed.png';
   removeClass(linkObj,'opened');
   addClass(linkObj,'closed');
 }
 return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Crazy Eddies GUI System&#160;<span id="projectnumber">0.7.6</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="licensing.html">CEGUI License (and other licensing considerations)</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title"><a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> Data File and Media Licensing </div>  </div>
</div>
<div class="contents">
<div class="textblock"><dl class="author"><dt><b>Author:</b></dt><dd>Paul D Turner</dd></dl>
<h2><a class="anchor" id="data_lic_overview"></a>
Overview</h2>
<p>Various data and media files are present in the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> 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.</p>
<p>This said, it is believed that <em>all</em> files beneath the datafiles directory are at least freely distributable for <em>non commercial purposes</em>, and are included with <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> - as example material - in good faith. Any disputes as regards to the legal status of any of the sample data files included within the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> distribution should be directed to <a href="mailto:team@cegui.org.uk">team@cegui.org.uk</a>.</p>
<p><br/>
 </p>
<h2><a class="anchor" id="data_lic_XML"></a>
The XML and .XSD files</h2>
<p>All of the XML files and the .xsd XML schema files were specifically created for <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> either by myself or other <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> team members and are released under the same MIT license as the library code.</p>
<p><br/>
 </p>
<h2><a class="anchor" id="data_lic_scripts"></a>
The Lua script files</h2>
<p>Any script code files in the lua_scripts directory were created for the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> project and are released under the same license as the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> library.</p>
<p><br/>
 </p>
<h2><a class="anchor" id="data_lic_imagesets"></a>
Imageset imagery files</h2>
<p>The following list covers the tga and png image files within the imagsets directory.</p>
<ul>
<li><b>DriveIcons.png:</b> Imagery created by Paul D Turner and made available under the same license as the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> 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).</li>
<li><b>FairChar.tga:</b> File contributed by Andrew Zabolotny. Original author is unknown. If you know, or indeed are, the original creator plase contacts us!</li>
<li><b>GPN-2000-001437.tga</b>: Original photograph was obtained from GRIN (<a href="http://grin.hq.nasa.gov/">http://grin.hq.nasa.gov/</a>), and is free of copyright.</li>
<li><b>OgreTrayImages.png:</b> Imagery created by Zi Ye for the the OgreSDKTrays component of the Ogre library (<a href="http://www.ogre3d.org/">http://www.ogre3d.org/</a>). Redistributed with permission.</li>
<li><b>TaharezLook.tga:</b> 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.</li>
<li><b>WindowsLook.tga:</b> Imagery created by Paul D Turner and made available under the same license as the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> library.</li>
<li><b>logo.png:</b> Created by Paul D Turner based on an original logo donated to the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> project by Andrew Ireland in 2004. This image is made available under the same license as the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie&#39;s GUI Library.">CEGUI</a> library.</li>
<li><b>vanilla.tga:</b> Original "Vanilla GUI" imagery by Shane Parker. Redistributed with permission.</li>
</ul>
<p><br/>
 </p>
<h2><a class="anchor" id="data_lic_fonts"></a>
Font files</h2>
<p>The following covers the .ttf and .pcf files in the fonts directory.</p>
<ul>
<li><b>DejaVuSans.ttf:</b> 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</li>
<li><b>batang.ttf:</b> 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.</li>
<li><b>fkp.de.pcf</b>: A X11 bitmap font, taken from the artwiz font collection: <a href="http://artwizaleczapka.sourceforge.net.">http://artwizaleczapka.sourceforge.net.</a> 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. </li>
</ul>
</div></div>
<hr class="footer"/><address class="footer"><small>Generated on Sun Jan 22 2012 16:07:40 for Crazy Eddies GUI System by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>