@@ -13,6 +13,13 @@ Independent Python modules purely based on new code (no contamination from the
1313LGPL license inherited from the Qwt Project) are distributed under the terms
1414of the MIT License (see [*] and [**]).
1515
16+ [3] Software licensed under the terms of PyQwt License
17+
18+ Some files under the "examples" folder at the root directory of the source
19+ package were derived from PyQwt PyQt4 examples and are thus distributed under
20+ the terms of the GPL License from which the PyQwt License 1.0 is derived from
21+ (see [****] for more details).
22+
1623
1724[*] python-qwt License Agreement for new and exclusive Python material (MIT)
1825
@@ -619,3 +626,34 @@ necessary. Here is a sample; alter the names:
619626That's all there is to it!
620627
621628
629+ [****] PyQwt License
630+
631+ Copyright (C) 2003-2009 Gerard Vermeulen, for the original PyQwt code
632+ Copyright (c) 2015 Pierre Raybaut, for the PyQt5/PySide port and further
633+ developments (e.g. ported to python-qwt API)
634+
635+ PyQwt LICENSE
636+ Version 3, March 2006
637+
638+ PyQwt is free software; you can redistribute it and/or modify
639+ it under the terms of the GNU General Public License as published by
640+ the Free Software Foundation; either version 2 of the License, or
641+ (at your option) any later version.
642+
643+ PyQwt is distributed in the hope that it will be useful,
644+ but WITHOUT ANY WARRANTY; without even the implied warranty of
645+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
646+ GNU General Public License for more details.
647+
648+ You should have received a copy of the GNU General Public License along
649+ with PyQwt; if not, write to the Free Software Foundation, Inc.,
650+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
651+
652+ In addition, as a special exception, Gerard Vermeulen gives permission
653+ to link PyQwt dynamically with non-free versions of Qt and PyQt,
654+ and to distribute PyQwt in this form, provided that equally powerful
655+ versions of Qt and PyQt have been released under the terms of the GNU
656+ General Public License.
657+
658+ If PyQwt is dynamically linked with non-free versions of Qt and PyQt,
659+ PyQwt becomes a free plug-in for a non-free program.
0 commit comments