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