@extends('layouts.simple') @section('body')
 

{{ trans('settings.licenses') }}

{{ trans('settings.licenses_desc') }}

{{ trans('settings.licenses_bookstack') }}

{{ $license }}

BookStack® is a UK registered trade mark of Daniel Brown.

{{ trans('settings.licenses_php') }}

{{ $phpLibData }}

{{ trans('settings.licenses_js') }}

{{ $jsLibData }}

{{ trans('settings.licenses_other') }}

BookStack makes heavy use of PHP: License: PHP License, version 3.01 License File: https://www.php.net/license/3_01.txt Copyright: Copyright (c) 1999 - 2019 The PHP Group. All rights reserved. Link: https://www.php.net/ ----------- BookStack uses Icons from Google Material Icons: License: Apache License Version 2.0 License File: https://github.com/google/material-design-icons/blob/master/LICENSE Copyright: Copyright 2020 Google LLC Link: https://github.com/google/material-design-icons ----------- BookStack is distributed with TinyMCE: License: MIT License File: https://github.com/tinymce/tinymce/blob/release/6.7/LICENSE.TXT Copyright: Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc. Link: https://github.com/tinymce/tinymce
@endsection