soliduiserver: copyright correction

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-05-07 22:32:02 +03:00
parent 0338fbeca2
commit b97b816234
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
/* This file is part of the KDE libraries /* This file is part of the KDE project
Copyright (C) 2021 Ivailo Monev <xakepa10@gmail.com> Copyright (C) 2021 Ivailo Monev <xakepa10@gmail.com>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
@ -116,7 +116,7 @@ KAuth::ActionReply SolidUiServerHelper::mount(const QVariantMap &parameters)
// qDebug() << Q_FUNC_INFO << device << mountpoint << fstype; // qDebug() << Q_FUNC_INFO << device << mountpoint << fstype;
#ifdef Q_OS_LINUX #ifdef Q_OS_LINUX
// NOTE: if the filesystem is not listed in /proc/filesystems then mount() will fail // NOTE: if the filesystem type is not listed in /proc/filesystems then mount() will fail
bool isknownfs = false; bool isknownfs = false;
const QByteArray fstypebytes = fstype.toLocal8Bit(); const QByteArray fstypebytes = fstype.toLocal8Bit();
QFile filesystemsfile(QString::fromLatin1("/proc/filesystems")); QFile filesystemsfile(QString::fromLatin1("/proc/filesystems"));

View file

@ -1,4 +1,4 @@
/* This file is part of the KDE libraries /* This file is part of the KDE project
Copyright (C) 2021 Ivailo Monev <xakepa10@gmail.com> Copyright (C) 2021 Ivailo Monev <xakepa10@gmail.com>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or