do not default to the restrictive commons licence on GUI server
advances #100
This commit is contained in:
parent
5a7f8a59a1
commit
47958ffef0
1 changed files with 0 additions and 4 deletions
|
@ -560,10 +560,6 @@ int main ( int argc, char** argv )
|
||||||
eLicenceType );
|
eLicenceType );
|
||||||
if ( bUseGUI )
|
if ( bUseGUI )
|
||||||
{
|
{
|
||||||
// special case for the GUI mode: we want the licence type to be
|
|
||||||
// creative commons per default (if not given in the settings file)
|
|
||||||
Server.SetLicenceType ( LT_CREATIVECOMMONS );
|
|
||||||
|
|
||||||
// load settings from init-file
|
// load settings from init-file
|
||||||
CSettings Settings ( &Server, strIniFileName );
|
CSettings Settings ( &Server, strIniFileName );
|
||||||
Settings.Load();
|
Settings.Load();
|
||||||
|
|
Loading…
Reference in a new issue