Warning, /maui/mauikit-filebrowsing/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002 SPDX-FileCopyrightText: 2020 Carl Schwan <carl@carlschwan.eu>
0003 
0004 SPDX-License-Identifier: BSD-2-Clause
0005 -->
0006 
0007 # MauiKit FileBrowsing
0008 
0009 ## Introduction
0010 
0011 FileBrowsing is a MauiKit Framework to work with local and remote files.
0012 
0013 
0014 ## Examples
0015 
0016 An example can be found in [the examples folder](examples).
0017 
0018 ## License
0019 
0020 MauiKit FileBrowsing is a licensed under the Lesser General Public License version
0021 2.1 or later. A copy of the license can be found in
0022 [this repo](LICENSES/LGPL-2.1-or-later.txt).
0023 
0024 The examples are licensed under the 2-Clause BSD, that can be found in
0025 [here](LICENSES/BSD-2-Clause.txt).