Notepad is a text editor for Lingmo OS, built on the basis of kate component.
Contributions to kate.git shall be licensed under LGPLv2+ or MIT.
All files shall contain a proper "SPDX-License-Identifier: LGPL-2.0-or-later" or "SPDX-License-Identifier: MIT" identifier inside a header like:
/*
SPDX-FileCopyrightText: 2021 Christoph Cullmann <[email protected]>
SPDX-License-Identifier: LGPL-2.0-or-later
*//*
SPDX-FileCopyrightText: 2021 Christoph Cullmann <[email protected]>
SPDX-License-Identifier: MIT
*/The apps folder contains both the Kate and Notepad applications itself and their shared implementation.
The apps/lib directory contains the shared sources of the Kate and Notepad applications.
Close to everything beside the main functions of the two applications is implemented there.
This is installed a shared library kateprivate that can be used by addons, too. The library isn't BC over releases, no headers to use it are installed to the system.
The apps/kate directory contains the Kate application sources.
Kate is using KUserFeedback for telemetry starting with release 20.04.
For details of the opt-in send information, see https://community.kde.org/Telemetry_Use
The apps/kwrite directory contains the KWrite application sources.
KWrite is using KUserFeedback for telemetry starting with release 22.08.
For details of the opt-in send information, see https://community.kde.org/Telemetry_Use
The apps/notepad directory contains the Notepad application sources.
The LICENSES directory contains the license files as referenced in the individual source files. For any used SPDX-License-Identifier the matching license should be located there.
Kate's mascot, Kate the Cyber Woodpecker, was designed by Tyson Tan.
More details can be found on our mascot page.
