From 07b390345e6118a924a744f2a939aa351bbec8ce Mon Sep 17 00:00:00 2001 From: chenlelin Date: Tue, 23 Jun 2020 12:01:21 +0800 Subject: [PATCH] Add copyright; change debian directory --- debian/compat | 2 +- debian/control | 2 +- hot-spot/dlghotspotcreate.cpp | 2 +- hot-spot/dlghotspotcreate.h | 18 ++++++++++++++++++ src/backthread.cpp | 2 +- src/backthread.h | 2 +- src/confform.cpp | 2 +- src/confform.h | 2 +- src/ksimplenm.cpp | 2 +- src/ksimplenm.h | 2 +- src/kylin-dbus-interface.cpp | 2 +- src/kylin-dbus-interface.h | 18 ++++++++++++++++++ src/kylin-network-interface.c | 2 +- src/kylin-network-interface.h | 2 +- src/loadingdiv.cpp | 2 +- src/loadingdiv.h | 2 +- src/main.cpp | 2 +- src/mainwindow.cpp | 2 +- src/mainwindow.h | 2 +- src/oneconnform.cpp | 2 +- src/oneconnform.h | 2 +- src/onelancform.cpp | 2 +- src/onelancform.h | 2 +- src/utils.cpp | 2 +- src/utils.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifi.cpp | 2 +- wireless-security/dlgconnhidwifi.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifileap.cpp | 2 +- wireless-security/dlgconnhidwifileap.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifisecfast.cpp | 2 +- wireless-security/dlgconnhidwifisecfast.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifisecleap.cpp | 2 +- wireless-security/dlgconnhidwifisecleap.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifisecpeap.cpp | 2 +- wireless-security/dlgconnhidwifisecpeap.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifisecpwd.cpp | 2 +- wireless-security/dlgconnhidwifisecpwd.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifisectls.cpp | 2 +- wireless-security/dlgconnhidwifisectls.h | 18 ++++++++++++++++++ .../dlgconnhidwifisectunneltls.cpp | 2 +- wireless-security/dlgconnhidwifisectunneltls.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifiwep.cpp | 2 +- wireless-security/dlgconnhidwifiwep.h | 18 ++++++++++++++++++ wireless-security/dlgconnhidwifiwpa.cpp | 2 +- wireless-security/dlgconnhidwifiwpa.h | 18 ++++++++++++++++++ wireless-security/kylinheadfile.cpp | 18 ++++++++++++++++++ wireless-security/kylinheadfile.h | 18 ++++++++++++++++++ 47 files changed, 302 insertions(+), 32 deletions(-) diff --git a/debian/compat b/debian/compat index ec635144..48082f72 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +12 diff --git a/debian/control b/debian/control index ed4badd8..e5f68717 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Kylin Team Uploaders: handsome_feng -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake, qtchooser, diff --git a/hot-spot/dlghotspotcreate.cpp b/hot-spot/dlghotspotcreate.cpp index af630be8..a64e2491 100644 --- a/hot-spot/dlghotspotcreate.cpp +++ b/hot-spot/dlghotspotcreate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2020 Tianjin KYLIN Information Technology Co., Ltd. * * 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 diff --git a/hot-spot/dlghotspotcreate.h b/hot-spot/dlghotspotcreate.h index f935a71e..2276e47f 100644 --- a/hot-spot/dlghotspotcreate.h +++ b/hot-spot/dlghotspotcreate.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2020 Tianjin KYLIN Information Technology Co., Ltd. + * + * 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 3, 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see