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