diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:20:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:08 +0700 |
commit | 090a1afe1949397af661a8878a4dbe1989bdc6ef (patch) | |
tree | 92bc38fa0b15626f32b42fe4f97b57c8e6d85d37 | |
parent | 1430577bab86b8100f2ade54b47fb51e218237eb (diff) |
libraries/qt3: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/qt3/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/qt3/README b/libraries/qt3/README index 73584529aa62..7c2d3dfe672f 100644 --- a/libraries/qt3/README +++ b/libraries/qt3/README @@ -3,9 +3,9 @@ qt3 (multi-platform C++ graphical user interface toolkit, version 3) Qt is a complete and well-developed object-oriented framework for developing graphical user interface (GUI) applications using C++. -This release is free only for development of free software for the X Window -System. If you use Qt for developing commercial or other non-free software, -you must have a professional license. Please see +This release is free only for development of free software for the +X Window System. If you use Qt for developing commercial or other +non-free software, you must have a professional license. Please see http://qt.nokia.com/products/licensing for details on the licensing options. |