544 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			544 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>AboutDialog</class>
 | 
						|
 <widget class="QDialog" name="AboutDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>707</width>
 | 
						|
    <height>593</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="minimumSize">
 | 
						|
   <size>
 | 
						|
    <width>450</width>
 | 
						|
    <height>400</height>
 | 
						|
   </size>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>About MultiMC</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
   <item>
 | 
						|
    <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
     <item>
 | 
						|
      <spacer name="horizontalSpacer">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Horizontal</enum>
 | 
						|
       </property>
 | 
						|
       <property name="sizeHint" stdset="0">
 | 
						|
        <size>
 | 
						|
         <width>40</width>
 | 
						|
         <height>20</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </spacer>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="icon">
 | 
						|
       <property name="sizePolicy">
 | 
						|
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | 
						|
         <horstretch>0</horstretch>
 | 
						|
         <verstretch>0</verstretch>
 | 
						|
        </sizepolicy>
 | 
						|
       </property>
 | 
						|
       <property name="minimumSize">
 | 
						|
        <size>
 | 
						|
         <width>64</width>
 | 
						|
         <height>64</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
       <property name="baseSize">
 | 
						|
        <size>
 | 
						|
         <width>64</width>
 | 
						|
         <height>64</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string/>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <spacer name="horizontalSpacer_2">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Horizontal</enum>
 | 
						|
       </property>
 | 
						|
       <property name="sizeHint" stdset="0">
 | 
						|
        <size>
 | 
						|
         <width>40</width>
 | 
						|
         <height>20</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </spacer>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QLabel" name="title">
 | 
						|
     <property name="font">
 | 
						|
      <font>
 | 
						|
       <pointsize>15</pointsize>
 | 
						|
      </font>
 | 
						|
     </property>
 | 
						|
     <property name="text">
 | 
						|
      <string notr="true">MultiMC 5</string>
 | 
						|
     </property>
 | 
						|
     <property name="alignment">
 | 
						|
      <set>Qt::AlignCenter</set>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QTabWidget" name="tabWidget">
 | 
						|
     <property name="currentIndex">
 | 
						|
      <number>0</number>
 | 
						|
     </property>
 | 
						|
     <widget class="QWidget" name="aboutTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>About</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_5">
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="versionLabel">
 | 
						|
         <property name="text">
 | 
						|
          <string>Version:</string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignCenter</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="platformLabel">
 | 
						|
         <property name="text">
 | 
						|
          <string>Platform:</string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignCenter</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="buildNumLabel">
 | 
						|
         <property name="text">
 | 
						|
          <string>Build Number:</string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignCenter</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="channelLabel">
 | 
						|
         <property name="text">
 | 
						|
          <string>Channel:</string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignCenter</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="aboutLabel">
 | 
						|
         <property name="enabled">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string><html><head/><body><p>MultiMC is a custom launcher that makes managing Minecraft easier by allowing you to have multiple instances of Minecraft at once.</p></body></html></string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignCenter</set>
 | 
						|
         </property>
 | 
						|
         <property name="wordWrap">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="copyLabel">
 | 
						|
         <property name="font">
 | 
						|
          <font>
 | 
						|
           <pointsize>8</pointsize>
 | 
						|
           <kerning>true</kerning>
 | 
						|
          </font>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>© 2013-2015 MultiMC Contributors</string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignCenter</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="urlLabel">
 | 
						|
         <property name="font">
 | 
						|
          <font>
 | 
						|
           <pointsize>10</pointsize>
 | 
						|
          </font>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string notr="true"><html><head/><body><p><a href="http://github.com/MultiMC/MultiMC5"><span style=" text-decoration: underline; color:#0000ff;">http://github.com/MultiMC/MultiMC5</span></a></p></body></html></string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignCenter</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="verticalSpacer">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Vertical</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>20</width>
 | 
						|
           <height>212</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="creditsTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Credits</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
       <item>
 | 
						|
        <widget class="QTextEdit" name="creditsText">
 | 
						|
         <property name="readOnly">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
         <property name="html">
 | 
						|
          <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 | 
						|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
 | 
						|
p, li { white-space: pre-wrap; }
 | 
						|
</style></head><body style=" font-family:'Oxygen-Sans'; font-size:11pt; font-weight:400; font-style:normal;">
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html></string>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::TextBrowserInteraction</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLineEdit" name="translationInfo">
 | 
						|
         <property name="text">
 | 
						|
          <string extracomment="Hey, Translator, feel free to put credit to you here">No Language file loaded.</string>
 | 
						|
         </property>
 | 
						|
         <property name="readOnly">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="licenseTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>License</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
       <item>
 | 
						|
        <widget class="QTextEdit" name="licenseText">
 | 
						|
         <property name="minimumSize">
 | 
						|
          <size>
 | 
						|
           <width>0</width>
 | 
						|
           <height>0</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="font">
 | 
						|
          <font>
 | 
						|
           <family>DejaVu Sans Mono</family>
 | 
						|
          </font>
 | 
						|
         </property>
 | 
						|
         <property name="readOnly">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
         <property name="html">
 | 
						|
          <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 | 
						|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
 | 
						|
p, li { white-space: pre-wrap; }
 | 
						|
</style></head><body style=" font-family:'DejaVu Sans Mono'; font-size:11pt; font-weight:400; font-style:normal;">
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">MultiMC</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright 2012-2015 MultiMC Contributors</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">you may not use this file except in compliance with the License.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">You may obtain a copy of the License at</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">    http://www.apache.org/licenses/LICENSE-2.0</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Unless required by applicable law or agreed to in writing, software</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">See the License for the specific language governing permissions and</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">limitations under the License.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">MinGW runtime (Windows)</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (c) 2012 MinGW.org project</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Permission is hereby granted, free of charge, to any person obtaining a</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">copy of this software and associated documentation files (the &quot;Software&quot;),</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">to deal in the Software without restriction, including without limitation</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the rights to use, copy, modify, merge, publish, distribute, sublicense,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">and/or sell copies of the Software, and to permit persons to whom the</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Software is furnished to do so, subject to the following conditions:</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">The above copyright notice, this permission notice and the below disclaimer</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">shall be included in all copies or substantial portions of the Software.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">DEALINGS IN THE SOFTWARE.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Qt 5</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Contact: http://www.qt-project.org/legal</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Licensed under LGPL v2.1</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">libnbt++</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">libnbt++ - A library for the Minecraft Named Binary Tag format.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2013, 2015  ljfa-ag</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">libnbt++ is free software: you can redistribute it and/or modify</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">it under the terms of the GNU Lesser General Public License as published by</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the Free Software Foundation, either version 3 of the License, or</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">(at your option) any later version.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">libnbt++ is distributed in the hope that it will be useful,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">but WITHOUT ANY WARRANTY; without even the implied warranty of</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">GNU Lesser General Public License for more details.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">You should have received a copy of the GNU Lesser General Public License</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">along with libnbt++.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Group View</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2007 Rafael Fern\u00E1ndez L\u00F3pez &lt;ereslibre@kde.org&gt;</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2007 John Tapsell &lt;tapsell@kde.org&gt;</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">This library is free software; you can redistribute it and/or</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">modify it under the terms of the GNU Library General Public</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">License as published by the Free Software Foundation; either</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">version 2 of the License, or (at your option) any later version.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">This library is distributed in the hope that it will be useful,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">but WITHOUT ANY WARRANTY; without even the implied warranty of</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Library General Public License for more details.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">You should have received a copy of the GNU Library General Public License</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">along with this library; see the file COPYING.LIB.  If not, write to</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Boston, MA 02110-1301, USA.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">rainbow (KGuiAddons)</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2007 Matthew Woehlke &lt;mw_triad@users.sourceforge.net&gt;</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2007 Olaf Schmidt &lt;ojschmidt@kde.org&gt;</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2007 Thomas Zander &lt;zander@kde.org&gt;</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2007 Zack Rusin &lt;zack@kde.org&gt;</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2015 Petr Mrazek &lt;peterix@gmail.com&gt;</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">This library is free software; you can redistribute it and/or</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">modify it under the terms of the GNU Library General Public</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">License as published by the Free Software Foundation; either</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">version 2 of the License, or (at your option) any later version.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">This library is distributed in the hope that it will be useful,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">but WITHOUT ANY WARRANTY; without even the implied warranty of</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Library General Public License for more details.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">You should have received a copy of the GNU Library General Public License</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">along with this library; see the file COPYING.LIB.  If not, write to</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Boston, MA 02110-1301, USA.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Hoedown</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (c) 2008, Natacha Port\u00E9</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (c) 2011, Vicent Mart\u00ED</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (c) 2014, Xavier Mendez, Devin Torres and the Hoedown authors</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Permission to use, copy, modify, and distribute this software for any</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">purpose with or without fee is hereby granted, provided that the above</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">copyright notice and this permission notice appear in all copies.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Batch icon set</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">You are free to use Batch (the &quot;icon set&quot;) or any part thereof (the &quot;icons&quot;)</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">in any personal, open-source or commercial work without obligation of payment</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">(monetary or otherwise) or attribution. Do not sell the icon set, host</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the icon set or rent the icon set (either in existing or modified form).</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">While attribution is optional, it is always appreciated.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Intellectual property rights are not transferred with the download of the icons.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL ADAM WHITCROFT</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THE USE OF THE ICONS,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Pack200</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">The GNU General Public License (GPL)</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Version 2, June 1991</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">+ &quot;CLASSPATH&quot; EXCEPTION TO THE GPL</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Certain source files distributed by Oracle America and/or its affiliates are</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">subject to the following clarification and special exception to the GPL, but</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">only where Oracle has expressly included in the particular source file's header</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the words &quot;Oracle designates this particular file as subject to the &quot;Classpath&quot;</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">exception as provided by Oracle in the LICENSE file that accompanied this code.&quot;</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Linking this library statically or dynamically with other modules is making</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">a combined work based on this library.  Thus, the terms and conditions of</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the GNU General Public License cover the whole combination.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">As a special exception, the copyright holders of this library give you</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">permission to link this library with independent modules to produce an</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">executable, regardless of the license terms of these independent modules,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">and to copy and distribute the resulting executable under terms of your</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">choice, provided that you also meet, for each linked independent module,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the terms and conditions of the license of that module.  An independent</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">module is a module which is not derived from or based on this library.  If</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">you modify this library, you may extend this exception to your version of</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the library, but you are not obligated to do so.  If you do not wish to do</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">so, delete this exception statement from your version.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Quazip</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright (C) 2005-2011 Sergey A. Tachenov</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">This program is free software; you can redistribute it and/or modify it</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">under the terms of the GNU Lesser General Public License as published by</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">the Free Software Foundation; either version 2 of the License, or (at</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">your option) any later version.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">This program is distributed in the hope that it will be useful, but</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">WITHOUT ANY WARRANTY; without even the implied warranty of</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">General Public License for more details.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">You should have received a copy of the GNU Lesser General Public License</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">along with this program; if not, write to the Free Software Foundation,</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">See COPYING file for the full LGPL text.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Original ZIP package is copyrighted by Gilles Vollant, see</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">quazip/(un)zip.h files for details, basically it's zlib license.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">xz-minidec</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">XZ decompressor</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Authors: Lasse Collin &lt;lasse.collin@tukaani.org&gt;</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">         Igor Pavlov &lt;http://7-zip.org/&gt;</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">This file has been put into the public domain.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">You can do whatever you want with this file.</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p>
 | 
						|
<p style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">ColumnResizer</span> </p>
 | 
						|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Copyright 2011 Aur\u00E9lien G\u00E2teau &lt;agateau@kde.org&gt;</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">License: LGPL v2.1 or later (see COPYING)</span></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';"> </span></p></body></html></string>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::TextBrowserInteraction</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="forkingTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Forking/Redistribution</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_4">
 | 
						|
       <item>
 | 
						|
        <widget class="QTextEdit" name="textEdit">
 | 
						|
         <property name="html">
 | 
						|
          <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 | 
						|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
 | 
						|
p, li { white-space: pre-wrap; }
 | 
						|
</style></head><body style=" font-family:'Oxygen-Sans'; font-size:11pt; font-weight:400; font-style:normal;">
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Bitstream Vera Sans';">We keep MultiMC open source because we think it's important to be able to see the source code for a project like this, and we do so using the Apache license.</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Vera Sans';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Bitstream Vera Sans';">Part of the reason for using the Apache license is we don't want people using the &quot;MultiMC&quot; name when redistributing the project. This means people must take the time to go through the source code and remove all references to &quot;MultiMC&quot;, including but not limited to the project icon and the title of windows, (no *MultiMC-fork* in the title).</span></p>
 | 
						|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Vera Sans';"><br /></p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Bitstream Vera Sans';">The Apache license covers reasonable use for the name - a mention of the project's origins in the About dialog and the license is acceptable. However, it should be abundantly clear that the project is a fork </span><span style=" font-family:'Bitstream Vera Sans'; font-weight:600;">without</span><span style=" font-family:'Bitstream Vera Sans';"> implying that you have our blessing.</span></p></body></html></string>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
     <item>
 | 
						|
      <widget class="QPushButton" name="aboutQt">
 | 
						|
       <property name="autoFillBackground">
 | 
						|
        <bool>false</bool>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string>About Qt</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <spacer name="horizontalSpacer_3">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Horizontal</enum>
 | 
						|
       </property>
 | 
						|
       <property name="sizeHint" stdset="0">
 | 
						|
        <size>
 | 
						|
         <width>40</width>
 | 
						|
         <height>20</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </spacer>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QPushButton" name="closeButton">
 | 
						|
       <property name="text">
 | 
						|
        <string>Close</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <tabstops>
 | 
						|
  <tabstop>tabWidget</tabstop>
 | 
						|
  <tabstop>creditsText</tabstop>
 | 
						|
  <tabstop>translationInfo</tabstop>
 | 
						|
  <tabstop>licenseText</tabstop>
 | 
						|
  <tabstop>textEdit</tabstop>
 | 
						|
  <tabstop>aboutQt</tabstop>
 | 
						|
  <tabstop>closeButton</tabstop>
 | 
						|
 </tabstops>
 | 
						|
 <resources>
 | 
						|
  <include location="../../resources/multimc/multimc.qrc"/>
 | 
						|
 </resources>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |