Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Weixuan Xiao
kdeconnect-kde
Commits
3b8fedea
Commit
3b8fedea
authored
Mar 23, 2019
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace http GNU urls with https
parent
633b08d8
Changes
239
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
75 additions
and
75 deletions
+75
-75
app/main.cpp
app/main.cpp
+1
-1
app/qml/DevicePage.qml
app/qml/DevicePage.qml
+1
-1
app/qml/FindDevicesPage.qml
app/qml/FindDevicesPage.qml
+1
-1
app/qml/PluginItem.qml
app/qml/PluginItem.qml
+1
-1
app/qml/main.qml
app/qml/main.qml
+1
-1
app/qml/mousepad.qml
app/qml/mousepad.qml
+1
-1
app/qml/mpris.qml
app/qml/mpris.qml
+1
-1
app/qml/presentationRemote.qml
app/qml/presentationRemote.qml
+1
-1
app/qml/runcommand.qml
app/qml/runcommand.qml
+1
-1
app/qml/volume.qml
app/qml/volume.qml
+1
-1
cli/kdeconnect-cli.cpp
cli/kdeconnect-cli.cpp
+1
-1
core/backends/bluetooth/bluetoothdevicelink.cpp
core/backends/bluetooth/bluetoothdevicelink.cpp
+1
-1
core/backends/bluetooth/bluetoothdevicelink.h
core/backends/bluetooth/bluetoothdevicelink.h
+1
-1
core/backends/bluetooth/bluetoothdownloadjob.cpp
core/backends/bluetooth/bluetoothdownloadjob.cpp
+1
-1
core/backends/bluetooth/bluetoothdownloadjob.h
core/backends/bluetooth/bluetoothdownloadjob.h
+1
-1
core/backends/bluetooth/bluetoothlinkprovider.cpp
core/backends/bluetooth/bluetoothlinkprovider.cpp
+1
-1
core/backends/bluetooth/bluetoothlinkprovider.h
core/backends/bluetooth/bluetoothlinkprovider.h
+1
-1
core/backends/bluetooth/bluetoothpairinghandler.cpp
core/backends/bluetooth/bluetoothpairinghandler.cpp
+1
-1
core/backends/bluetooth/bluetoothpairinghandler.h
core/backends/bluetooth/bluetoothpairinghandler.h
+1
-1
core/backends/bluetooth/bluetoothuploadjob.cpp
core/backends/bluetooth/bluetoothuploadjob.cpp
+1
-1
core/backends/bluetooth/bluetoothuploadjob.h
core/backends/bluetooth/bluetoothuploadjob.h
+1
-1
core/backends/devicelinereader.cpp
core/backends/devicelinereader.cpp
+1
-1
core/backends/devicelinereader.h
core/backends/devicelinereader.h
+1
-1
core/backends/devicelink.cpp
core/backends/devicelink.cpp
+1
-1
core/backends/devicelink.h
core/backends/devicelink.h
+1
-1
core/backends/lan/compositeuploadjob.cpp
core/backends/lan/compositeuploadjob.cpp
+1
-1
core/backends/lan/compositeuploadjob.h
core/backends/lan/compositeuploadjob.h
+1
-1
core/backends/lan/landevicelink.cpp
core/backends/lan/landevicelink.cpp
+1
-1
core/backends/lan/landevicelink.h
core/backends/lan/landevicelink.h
+1
-1
core/backends/lan/lanlinkprovider.cpp
core/backends/lan/lanlinkprovider.cpp
+1
-1
core/backends/lan/lanlinkprovider.h
core/backends/lan/lanlinkprovider.h
+1
-1
core/backends/lan/lanpairinghandler.cpp
core/backends/lan/lanpairinghandler.cpp
+1
-1
core/backends/lan/lanpairinghandler.h
core/backends/lan/lanpairinghandler.h
+1
-1
core/backends/lan/server.cpp
core/backends/lan/server.cpp
+1
-1
core/backends/lan/server.h
core/backends/lan/server.h
+1
-1
core/backends/lan/socketlinereader.cpp
core/backends/lan/socketlinereader.cpp
+1
-1
core/backends/lan/socketlinereader.h
core/backends/lan/socketlinereader.h
+1
-1
core/backends/lan/uploadjob.cpp
core/backends/lan/uploadjob.cpp
+1
-1
core/backends/lan/uploadjob.h
core/backends/lan/uploadjob.h
+1
-1
core/backends/linkprovider.cpp
core/backends/linkprovider.cpp
+1
-1
core/backends/linkprovider.h
core/backends/linkprovider.h
+1
-1
core/backends/loopback/loopbackdevicelink.cpp
core/backends/loopback/loopbackdevicelink.cpp
+1
-1
core/backends/loopback/loopbackdevicelink.h
core/backends/loopback/loopbackdevicelink.h
+1
-1
core/backends/loopback/loopbacklinkprovider.cpp
core/backends/loopback/loopbacklinkprovider.cpp
+1
-1
core/backends/loopback/loopbacklinkprovider.h
core/backends/loopback/loopbacklinkprovider.h
+1
-1
core/backends/pairinghandler.cpp
core/backends/pairinghandler.cpp
+1
-1
core/backends/pairinghandler.h
core/backends/pairinghandler.h
+1
-1
core/core_debug.cpp
core/core_debug.cpp
+1
-1
core/core_debug.h
core/core_debug.h
+1
-1
core/daemon.cpp
core/daemon.cpp
+1
-1
core/daemon.h
core/daemon.h
+1
-1
core/dbushelper.cpp
core/dbushelper.cpp
+1
-1
core/dbushelper.h
core/dbushelper.h
+1
-1
core/device.cpp
core/device.cpp
+1
-1
core/device.h
core/device.h
+1
-1
core/filetransferjob.cpp
core/filetransferjob.cpp
+1
-1
core/filetransferjob.h
core/filetransferjob.h
+1
-1
core/kdeconnectconfig.cpp
core/kdeconnectconfig.cpp
+1
-1
core/kdeconnectconfig.h
core/kdeconnectconfig.h
+1
-1
core/kdeconnectplugin.cpp
core/kdeconnectplugin.cpp
+1
-1
core/kdeconnectplugin.h
core/kdeconnectplugin.h
+1
-1
core/kdeconnectpluginconfig.cpp
core/kdeconnectpluginconfig.cpp
+1
-1
core/kdeconnectpluginconfig.h
core/kdeconnectpluginconfig.h
+1
-1
core/networkpacket.cpp
core/networkpacket.cpp
+1
-1
core/networkpacket.h
core/networkpacket.h
+1
-1
core/networkpackettypes.h
core/networkpackettypes.h
+1
-1
core/pluginloader.cpp
core/pluginloader.cpp
+1
-1
core/pluginloader.h
core/pluginloader.h
+1
-1
daemon/kdeconnectd.cpp
daemon/kdeconnectd.cpp
+1
-1
declarativeplugin/kdeconnectdeclarativeplugin.cpp
declarativeplugin/kdeconnectdeclarativeplugin.cpp
+1
-1
declarativeplugin/kdeconnectdeclarativeplugin.h
declarativeplugin/kdeconnectdeclarativeplugin.h
+1
-1
declarativeplugin/qml/DBusProperty.qml
declarativeplugin/qml/DBusProperty.qml
+1
-1
declarativeplugin/qml/PluginChecker.qml
declarativeplugin/qml/PluginChecker.qml
+1
-1
declarativeplugin/qml/RemoteKeyboard.qml
declarativeplugin/qml/RemoteKeyboard.qml
+1
-1
indicator/deviceindicator.cpp
indicator/deviceindicator.cpp
+1
-1
No files found.
app/main.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include <QApplication>
...
...
app/qml/DevicePage.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
app/qml/FindDevicesPage.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
app/qml/PluginItem.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
app/qml/main.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
app/qml/mousepad.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
app/qml/mpris.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
app/qml/presentationRemote.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
app/qml/runcommand.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
app/qml/volume.qml
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
import
QtQuick
2.2
...
...
cli/kdeconnect-cli.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include <QCryptographicHash>
...
...
core/backends/bluetooth/bluetoothdevicelink.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "bluetoothdevicelink.h"
...
...
core/backends/bluetooth/bluetoothdevicelink.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef BLUETOOTHDEVICELINK_H
...
...
core/backends/bluetooth/bluetoothdownloadjob.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "bluetoothdownloadjob.h"
...
...
core/backends/bluetooth/bluetoothdownloadjob.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef BLUETOOTHDOWNLOADJOB_H
...
...
core/backends/bluetooth/bluetoothlinkprovider.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "bluetoothlinkprovider.h"
...
...
core/backends/bluetooth/bluetoothlinkprovider.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef BLUETOOTHLINKPROVIDER_H
...
...
core/backends/bluetooth/bluetoothpairinghandler.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "bluetoothpairinghandler.h"
...
...
core/backends/bluetooth/bluetoothpairinghandler.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECT_BLUETOOTHPAIRINGHANDLER_H
...
...
core/backends/bluetooth/bluetoothuploadjob.cpp
View file @
3b8fedea
...
...
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "bluetoothuploadjob.h"
...
...
core/backends/bluetooth/bluetoothuploadjob.h
View file @
3b8fedea
...
...
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef BLUETOOTHUPLOADJOB_H
...
...
core/backends/devicelinereader.cpp
View file @
3b8fedea
...
...
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "devicelinereader.h"
...
...
core/backends/devicelinereader.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef DEVICELINEREADER_H
...
...
core/backends/devicelink.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "devicelink.h"
...
...
core/backends/devicelink.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef DEVICELINK_H
...
...
core/backends/lan/compositeuploadjob.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "compositeuploadjob.h"
...
...
core/backends/lan/compositeuploadjob.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef COMPOSITEUPLOADJOB_H
...
...
core/backends/lan/landevicelink.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "landevicelink.h"
...
...
core/backends/lan/landevicelink.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef LANDEVICELINK_H
...
...
core/backends/lan/lanlinkprovider.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "lanlinkprovider.h"
...
...
core/backends/lan/lanlinkprovider.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef LANLINKPROVIDER_H
...
...
core/backends/lan/lanpairinghandler.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "lanpairinghandler.h"
...
...
core/backends/lan/lanpairinghandler.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECT_LANPAIRINGHANDLER_H
...
...
core/backends/lan/server.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "server.h"
...
...
core/backends/lan/server.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECT_SERVER_H
...
...
core/backends/lan/socketlinereader.cpp
View file @
3b8fedea
...
...
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "socketlinereader.h"
...
...
core/backends/lan/socketlinereader.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef SOCKETLINEREADER_H
...
...
core/backends/lan/uploadjob.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "uploadjob.h"
...
...
core/backends/lan/uploadjob.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef UPLOADJOB_H
...
...
core/backends/linkprovider.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "linkprovider.h"
...
...
core/backends/linkprovider.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef LINKPROVIDER_H
...
...
core/backends/loopback/loopbackdevicelink.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "loopbackdevicelink.h"
...
...
core/backends/loopback/loopbackdevicelink.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef LOOPBACKDEVICELINK_H
...
...
core/backends/loopback/loopbacklinkprovider.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "loopbacklinkprovider.h"
...
...
core/backends/loopback/loopbacklinkprovider.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef LOOPBACKLINKPROVIDER_H
...
...
core/backends/pairinghandler.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "pairinghandler.h"
...
...
core/backends/pairinghandler.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECT_PAIRINGHANDLER_H
...
...
core/core_debug.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "core_debug.h"
...
...
core/core_debug.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef CORE_DEBUG_H
...
...
core/daemon.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "daemon.h"
...
...
core/daemon.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECT_DAEMON_H
...
...
core/dbushelper.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "dbushelper.h"
...
...
core/dbushelper.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECT_DBUSHELPER_H
...
...
core/device.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "device.h"
...
...
core/device.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef DEVICE_H
...
...
core/filetransferjob.cpp
View file @
3b8fedea
...
...
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "filetransferjob.h"
...
...
core/filetransferjob.h
View file @
3b8fedea
...
...
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef FILETRANSFERJOB_H
...
...
core/kdeconnectconfig.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "kdeconnectconfig.h"
...
...
core/kdeconnectconfig.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECTCONFIG_H
...
...
core/kdeconnectplugin.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#include "kdeconnectplugin.h"
...
...
core/kdeconnectplugin.h
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECTPLUGIN_H
...
...
core/kdeconnectpluginconfig.cpp
View file @
3b8fedea
...
...
@@ -15,7 +15,7 @@
* GNU General Public License for more details.