Skip to content

Commit ba8b995

Browse files
committed
Replace reference to PySide with PySide2
1 parent ab0dfcf commit ba8b995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Silx follows the permissive MIT license although it may include contributions fo
55
Silx uses the Qt library for its graphical user interfaces.
66
A word of caution is to be provided.
77
If users develop and distribute software using modules accessing Qt by means of Riverbank Computing Qt bindings PyQt4 or PyQt5, those users will be conditioned by the license of their PyQt4/5 software (GPL or commercial).
8-
If the end user does not own a commercial license of PyQt4 or PyQt5 and wishes to be free of any distribution condition, (s)he should be able to use PySide because it uses the LGPL license.
8+
If the end user does not own a commercial license of PyQt4 or PyQt5 and wishes to be free of any distribution condition, (s)he should be able to use PySide2 because it uses the LGPL license.
99

1010
The MIT license follows:
1111

run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def get_test_options(project_module):
381381
"INFO messages. Use -vv for full verbosity, " +
382382
"including debug messages and test help strings.")
383383
parser.add_argument("--qt-binding", dest="qt_binding", default=None,
384-
help="Force using a Qt binding, from 'PyQt4', 'PyQt5', or 'PySide'")
384+
help="Force using a Qt binding, from 'PyQt4', 'PyQt5', or 'PySide2'")
385385
if test_options is not None:
386386
test_options.add_parser_argument(parser)
387387

0 commit comments

Comments
 (0)