License fix.

This commit is contained in:
Swapnil Tripathi 2021-08-18 02:38:30 +05:30 committed by Tobias Fella
parent 867511b817
commit d00d2ea1b1
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kde.kasts"
android:versionName="0.0.1"
android:versionCode="1629153134"
android:versionCode="1629233108"
android:installLocation="auto">
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>

View File

@ -1,6 +1,6 @@
/*
* SPDX-FileCopyrightText: 2021 Swapnil Tripathi <swapnil06.st@gmail.com>
* SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
* SPDX-License-Identifier: LicenseRef-KDE-Accepted-LGPL
*/
#include "mediasessionclient.h"

View File

@ -1,6 +1,6 @@
/*
* SPDX-FileCopyrightText: 2021 Swapnil Tripathi <swapnil06.st@gmail.com>
* SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
* SPDX-License-Identifier: LicenseRef-KDE-Accepted-LGPL
*/
#pragma once