By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 628 - Qt3 information about licensing is confusing
Summary: Qt3 information about licensing is confusing
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: qt3 (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: All All
: P5 major
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2011-11-16 03:10 CST by Laurent Dard
Modified: 2012-10-19 15:48 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
qt3-3.3.8.d-configure.patch (12.68 KB, patch)
2011-11-16 03:13 CST, Laurent Dard
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Dard 2011-11-16 03:10:36 CST
http://www.trinitydesktop.org/wiki/bin/view/Documentation/Releases_3_5_13
says:
"For obvious reasons any Qt3 version released by this project is licensed under the GPL only; holders of Trolltech Qt licenses may not use these versions in their proprietary projects."

But the configure script is still asking for a license agreement: the source package should be modified to reflect the changes.

At least:
* configure README* INSTALL FAQ should be modified
* LICENSE.QPL should be removed

Statements about Qt3 from:
http://www.trinitydesktop.org/wiki/bin/view/Documentation/Releases_3_5_13
should be copied in the README

I send a patch for the configure script only.
But I'm not quite sure about two things:

* Is the QPL really to be removed?
* I define:
  MODULES="styles tools kernel widgets dialogs iconview workspace \
    inputmethod network canvas table xml opengl sql"
  Can it create problems?
Comment 1 Laurent Dard 2011-11-16 03:13:14 CST
Created attachment 128 [details]
qt3-3.3.8.d-configure.patch
Comment 2 Timothy Pearson 2012-05-14 01:59:17 CDT
You are correct.

Patch committed to GIT in hash e056fc8.

Thanks for reporting, and for the patch!