@@ -455,7 +455,7 @@ is distributed with mmSolver. ::
455455
456456 The MIT License (MIT)
457457
458- Copyright (c) 2016 Marcus Ottosson
458+ Copyright (c) 2016-2017 Marcus Ottosson
459459
460460 Permission is hereby granted, free of charge, to any person obtaining a copy
461461 of this software and associated documentation files (the "Software"), to deal
@@ -464,8 +464,8 @@ is distributed with mmSolver. ::
464464 copies of the Software, and to permit persons to whom the Software is
465465 furnished to do so, subject to the following conditions:
466466
467- The above copyright notice and this permission notice shall be included in all
468- copies or substantial portions of the Software.
467+ The above copyright notice and this permission notice shall be included in
468+ all copies or substantial portions of the Software.
469469
470470 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
471471 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -475,6 +475,76 @@ is distributed with mmSolver. ::
475475 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
476476 SOFTWARE.
477477
478+ In PySide(2), loadUi does not exist, so we implement it
479+
480+ `_UiLoader` is adapted from the qtpy project, which was further influenced
481+ by qt-helpers which was released under a 3-clause BSD license which in turn
482+ is based on a solution at:
483+
484+ - https://gist.github.com/cpbotha/1b42a20c8f3eb9bb7cb8
485+
486+ The License for this code is as follows:
487+
488+ qt-helpers - a common front-end to various Qt modules
489+
490+ Copyright (c) 2015, Chris Beaumont and Thomas Robitaille
491+
492+ All rights reserved.
493+
494+ Redistribution and use in source and binary forms, with or without
495+ modification, are permitted provided that the following conditions are
496+ met:
497+
498+ * Redistributions of source code must retain the above copyright
499+ notice, this list of conditions and the following disclaimer.
500+ * Redistributions in binary form must reproduce the above copyright
501+ notice, this list of conditions and the following disclaimer in the
502+ documentation and/or other materials provided with the
503+ distribution.
504+ * Neither the name of the Glue project nor the names of its contributors
505+ may be used to endorse or promote products derived from this software
506+ without specific prior written permission.
507+
508+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
509+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
510+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
511+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
512+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
513+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
514+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
515+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
516+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
517+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
518+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
519+
520+ Which itself was based on the solution at
521+
522+ https://gist.github.com/cpbotha/1b42a20c8f3eb9bb7cb8
523+
524+ which was released under the MIT license:
525+
526+ Copyright (c) 2011 Sebastian Wiesner <lunaryorn@gmail.com>
527+ Modifications by Charl Botha <cpbotha@vxlabs.com>
528+
529+ Permission is hereby granted, free of charge, to any person obtaining a
530+ copy of this software and associated documentation files
531+ (the "Software"),to deal in the Software without restriction,
532+ including without limitation
533+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
534+ and/or sell copies of the Software, and to permit persons to whom the
535+ Software is furnished to do so, subject to the following conditions:
536+
537+ The above copyright notice and this permission notice shall be included
538+ in all copies or substantial portions of the Software.
539+
540+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
541+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
542+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
543+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
544+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
545+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
546+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
547+
478548FindMaya (CMake)
479549----------------
480550
0 commit comments