reuse: remove glob for markdown files

Instead, place the copyright and license right into the source.

To satisfy reuse, this also removes the unnecessary MIT.txt
symlinks.
This commit is contained in:
Simon Hausmann 2023-08-16 13:32:38 +02:00 committed by Simon Hausmann
parent fc64542221
commit 96d7bb132c
168 changed files with 159 additions and 23 deletions

View file

@ -1,3 +1,4 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial -->
# Slint-cpp
## A C++ UI toolkit

View file

@ -1,3 +1,4 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
<!-- cSpell: ignore ccmake dslint femtovg skia winit -->
# Installing Or Building With CMake

View file

@ -1,3 +1,4 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
# Generated code
The Slint compiler called by the build system will generate a header file for the root `.slint`

View file

@ -1,3 +1,4 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
# Getting Started
Once Slint is built, you can use it in your CMake application or library

View file

@ -1,3 +1,4 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
# Overview
The following sections explain how to integrate your `.slint` designs into your

View file

@ -1,3 +1,4 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
# Type Mappings
The types used for properties in `.slint` design markup each translate to specific types in C++.

View file

@ -1 +0,0 @@
../../../../../LICENSES/MIT.txt

View file

@ -1,3 +1,4 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial -->
# Slint
[![Component Registry](https://components.espressif.com/components/slint/slint/badge.svg)](https://components.espressif.com/components/slint/slint)

View file

@ -1 +1,2 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial -->
This is a test making sure that the header can be included in several file without causing multiple definitions