Add the CKEditor license terms for the sublicensees
authorAlexander Ebert <ebert@woltlab.com>
Fri, 11 Aug 2023 13:06:25 +0000 (15:06 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 11 Aug 2023 13:06:25 +0000 (15:06 +0200)
wcfsetup/setup/template/stepShowLicense.tpl

index eaaa52ed8fc1f7af7c32bd9a81f0e43459c34bbc..004f335dc88a91e9af6aa466e69f684f035cc9ce 100644 (file)
@@ -6,9 +6,16 @@
                        <h2 class="sectionTitle">{lang}wcf.global.license{/lang}</h2>
                        <p class="sectionDescription">{lang}wcf.global.license.description{/lang}</p>
                </header>
+
+               <dl{if $missingAcception|isset && $missingAcception} class="formError"{/if}>
+                       <dt>CKEditor 5 FREE FOR OPEN SOURCE LICENSE AGREEMENT</dt>
+                       <dd>
+                               <textarea rows="3" cols="40" readonly>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL CKSOURCE OR ITS LICENSORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</textarea>
+                       </dd>
+               </dl>
                
                <dl{if $missingAcception|isset && $missingAcception} class="formError"{/if}>
-                       <dt></dt>
+                       <dt>WoltLab Suite™ Core</dt>
                        <dd>
                                <textarea rows="20" cols="40" readonly autofocus id="license">{$license}</textarea>
                                <label><input type="checkbox" name="accepted" value="1"> {lang}wcf.global.license.accept.description{/lang}</label>