Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Müller <fmueller@owncloud.com>2022-05-06 13:25:05 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-10 12:03:43 +0300
commit3108ea863c55ddb861c8c9bc9202a0781ae08f38 (patch)
tree91b3d2c6bc4fbcd4705953a671b9391685b79857 /src/gui/newwizard
parent4c94280ac91c3a65c2ae396931cba484cae6117f (diff)
Add missing license header to ResolveUrlJobFactory
Diffstat (limited to 'src/gui/newwizard')
-rw-r--r--src/gui/newwizard/jobs/resolveurljobfactory.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gui/newwizard/jobs/resolveurljobfactory.cpp b/src/gui/newwizard/jobs/resolveurljobfactory.cpp
index dafef6316..27bcb6a1e 100644
--- a/src/gui/newwizard/jobs/resolveurljobfactory.cpp
+++ b/src/gui/newwizard/jobs/resolveurljobfactory.cpp
@@ -1,3 +1,17 @@
+/*
+* Copyright (C) Fabian Müller <fmueller@owncloud.com>
+*
+* This program is free software; you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation; either version 2 of the License, or
+* (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful, but
+* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+* for more details.
+*/
+
#include "resolveurljobfactory.h"
#include "accessmanager.h"