Page 1 of 1

CEGUI for commercial projects?

Posted: Thu Dec 16, 2010 14:16
by BlazeX
Hey guys!
I am planning a mini game series, maybe for low price, but so this are commercial projects. CEGUI is very great, so I have planned to use it for the series.

However, I did not read the licences of CEGUI and depending libraries. I am using theese libraries as depencies for CEGUI: Direct3D11, ExpatParser, FalagardWR, SILLY and tolua++. Further I gonna use my own (or free) fonts, imagesets, schemes and looknfeels.
Of course I will notice the use of CEGUI in the credits and thank for the great lib.

Are there any restrictions for commercial use?
Do I have to release a copy of all licence files of all (free) Libraries I use and CEGUI uses?

Re: CEGUI for commercial projects?

Posted: Thu Dec 16, 2010 16:29
by Kulik
CEGUI is usable for commercial stuff. It's released under MIT license which allows you to even static link it. But you better read the exact terms of the license to get the details, I don't want to get sued for giving false advices :lol:

Code: Select all

/***************************************************************************
 *   Copyright (C) 2004 - 2010 Paul D Turner & The CEGUI Development Team
 *
 *   Permission is hereby granted, free of charge, to any person obtaining
 *   a copy of this software and associated documentation files (the
 *   "Software"), to deal in the Software without restriction, including
 *   without limitation the rights to use, copy, modify, merge, publish,
 *   distribute, sublicense, and/or sell copies of the Software, and to
 *   permit persons to whom the Software is furnished to do so, subject to
 *   the following conditions:
 *
 *   The above copyright notice and this permission notice shall be
 *   included in all copies or substantial portions of the Software.
 *
 *   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 *   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 *   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 *   IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 *   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 *   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 *   OTHER DEALINGS IN THE SOFTWARE.
 ***************************************************************************/


If you make the license text available in your distribution for others to see, all is well... From all the libs you plan to use I don't see anything preventing you from releasing proprietary stuff.