qyoto: Files under Qt Preview licenses

2013-04-22 Thread Maximiliano Curia
¡Hola!

Packaging qyoto for Debian we have found a number of files that have a
Qt Preview licenses agreement disclaimer and no reference to a LGPL license 
option. Making those files non-free, so they would have to be removed from the 
debian packages.

Which is kind of sad, knowing that the software which is based on have had 
diffrent licenses over the time.

The files are mostly uic related, and it would be great if we could port the 
changes made to a LGPL released version of uic. Would you consider that 
feasible?

The license disclaimer is:
/
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the tools applications of the Qt Toolkit.
**
** Licensees holding valid Qt Preview licenses may use this file in
** accordance with the Qt Preview License Agreement provided with the
** Software.
**
** See http://www.trolltech.com/pricing.html or email sa...@trolltech.com for
** information about Qt Commercial License Agreements.
**
** Contact i...@trolltech.com if any conditions of this licensing are
** not clear to you.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
/

The files affected are:

tools/uics/option.h
tools/uics/validator.h
tools/uics/uic.cpp
tools/uics/utils.h
tools/uics/globaldefs.h
tools/uics/validator.cpp
tools/uics/uic.h
tools/uics/customwidgetsinfo.h
tools/uics/driver.h
tools/uics/customwidgetsinfo.cpp
tools/uics/databaseinfo.cpp
tools/uics/cs/cswriteiconinitialization.h
tools/uics/cs/cswriteinitialization.h
tools/uics/cs/cswriteiconinitialization.cpp
tools/uics/cs/cswriteinitialization.cpp
tools/uics/cs/cswriteicondeclaration.h
tools/uics/cs/cswriteicondata.cpp
tools/uics/cs/cswritedeclaration.cpp
tools/uics/cs/cswriteincludes.h
tools/uics/cs/cswriteincludes.cpp
tools/uics/cs/cswriteicondeclaration.cpp
tools/uics/cs/cswriteicondata.h
tools/uics/cs/cswritedeclaration.h
tools/uics/main.cpp
tools/uics/driver.cpp
tools/uics/databaseinfo.h

examples/tutorial/t12/main.cs
examples/tutorial/t13/main.cs
examples/tutorial/t11/lcdrange.cs
examples/tutorial/t11/main.cs
examples/tutorial/t11/cannonfield.cs
examples/tutorial/t14/main.cs


Thanks and happy hacking,
-- 
UNIX is basically a simple operating system, but you have to be a genius to
understand the simplicity.
-- Dennis Ritchie
Saludos /\/\ /\  `/


signature.asc
Description: This is a digitally signed message part.


Re: qyoto: Files under Qt Preview licenses

2013-04-22 Thread Richard Dale

Hi Maximiliano

On 04/22/2013 09:56 AM, Maximiliano Curia wrote:

¡Hola!

Packaging qyoto for Debian we have found a number of files that have a
Qt Preview licenses agreement disclaimer and no reference to a LGPL license
option. Making those files non-free, so they would have to be removed from the
debian packages.

Which is kind of sad, knowing that the software which is based on have had
diffrent licenses over the time.

The files are mostly uic related, and it would be great if we could port the
changes made to a LGPL released version of uic. Would you consider that
feasible?


Yes, I think all of these headers should have an LGPL copyright notice 
in them - the preview license inclusion is just an oversight. Arno wrote 
most of the Qyoto uic I think and so the final word is with him, but I 
personally agree they should be changed.


regards
-- Richard Dale



The license disclaimer is:
/
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the tools applications of the Qt Toolkit.
**
** Licensees holding valid Qt Preview licenses may use this file in
** accordance with the Qt Preview License Agreement provided with the
** Software.
**
** See http://www.trolltech.com/pricing.html or email sa...@trolltech.com for
** information about Qt Commercial License Agreements.
**
** Contact i...@trolltech.com if any conditions of this licensing are
** not clear to you.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
/

The files affected are:

tools/uics/option.h
tools/uics/validator.h
tools/uics/uic.cpp
tools/uics/utils.h
tools/uics/globaldefs.h
tools/uics/validator.cpp
tools/uics/uic.h
tools/uics/customwidgetsinfo.h
tools/uics/driver.h
tools/uics/customwidgetsinfo.cpp
tools/uics/databaseinfo.cpp
tools/uics/cs/cswriteiconinitialization.h
tools/uics/cs/cswriteinitialization.h
tools/uics/cs/cswriteiconinitialization.cpp
tools/uics/cs/cswriteinitialization.cpp
tools/uics/cs/cswriteicondeclaration.h
tools/uics/cs/cswriteicondata.cpp
tools/uics/cs/cswritedeclaration.cpp
tools/uics/cs/cswriteincludes.h
tools/uics/cs/cswriteincludes.cpp
tools/uics/cs/cswriteicondeclaration.cpp
tools/uics/cs/cswriteicondata.h
tools/uics/cs/cswritedeclaration.h
tools/uics/main.cpp
tools/uics/driver.cpp
tools/uics/databaseinfo.h

examples/tutorial/t12/main.cs
examples/tutorial/t13/main.cs
examples/tutorial/t11/lcdrange.cs
examples/tutorial/t11/main.cs
examples/tutorial/t11/cannonfield.cs
examples/tutorial/t14/main.cs


Thanks and happy hacking,




--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/517502ec.1020...@gmail.com



Re: qyoto: Files under Qt Preview licenses

2013-04-22 Thread Arno Rehn
On 22/04/13 11:29, Richard Dale wrote:
 Hi Maximiliano
 
 On 04/22/2013 09:56 AM, Maximiliano Curia wrote:
 ¡Hola!

 Packaging qyoto for Debian we have found a number of files that have a
 Qt Preview licenses agreement disclaimer and no reference to a LGPL license
 option. Making those files non-free, so they would have to be removed from 
 the
 debian packages.

 Which is kind of sad, knowing that the software which is based on have had
 diffrent licenses over the time.

 The files are mostly uic related, and it would be great if we could port the
 changes made to a LGPL released version of uic. Would you consider that
 feasible?
 
 Yes, I think all of these headers should have an LGPL copyright notice 
 in them - the preview license inclusion is just an oversight. Arno wrote 
 most of the Qyoto uic I think and so the final word is with him, but I 
 personally agree they should be changed.
The sources are from Qt 4.2 IIRC, so the code for uic should normally be
GPL. To be honest, I don't know why those files have a Qt Preview
license header. Guess I just skipped over the header back then.
If it is legally possible to just change the license to (L)GPL, I'm all
for that, but I'm no lawyer. Is this legally okay?

-- 
Arno Rehn


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51752082.4020...@arnorehn.de