From f02d5299428c23a629349d48a74289fb8f5601b6 Mon Sep 17 00:00:00 2001 From: yanghongwei Date: Fri, 18 Jun 2021 17:36:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=89=88=E6=9D=83=E5=A3=B0=E6=98=8E=E4=B8=AD=E7=9A=84=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改代码版权声明中的日期不超过当前日期 Log: Change-Id: Ibefe837c59fc23e541b9c9cd7249144a1a674e43 --- frame/accessible/accessibledefine.h | 2 +- frame/display/displaymanager.cpp | 2 +- frame/display/displaymanager.h | 2 +- frame/util/dockapplication.h | 2 +- frame/util/menuworker.cpp | 2 +- frame/util/menuworker.h | 2 +- frame/util/multiscreenworker.cpp | 2 +- frame/util/multiscreenworker.h | 2 +- frame/util/touchsignalmanager.h | 2 +- frame/util/utils.h | 2 +- tests/controller/ut_dockitemmanager.cpp | 2 +- tests/display/ut_displaymanager.cpp | 2 +- tests/item/components/ut_appdrag.cpp | 2 +- tests/item/components/ut_appdragwidget.cpp | 2 +- tests/item/components/ut_appsnapshot.cpp | 2 +- tests/item/components/ut_floatingpreview.cpp | 2 +- tests/item/components/ut_previewcontainer.cpp | 2 +- tests/item/ut_appitem.cpp | 2 +- tests/item/ut_dockitem.cpp | 2 +- tests/item/ut_launcheritem.cpp | 2 +- tests/item/ut_placeholderitem.cpp | 2 +- tests/main.cpp | 2 +- tests/panel/ut_mainpanelcontrol.cpp | 2 +- tests/util/ut_dockpopupwindow.cpp | 2 +- tests/util/ut_imageutil.cpp | 2 +- tests/util/ut_menuworker.cpp | 2 +- tests/util/ut_multiscreenworker.cpp | 2 +- tests/util/ut_pluginloader.cpp | 2 +- tests/util/ut_statebutton.cpp | 2 +- tests/util/ut_themeappicon.cpp | 2 +- tests/util/ut_touchsignalmanager.cpp | 2 +- tests/util/ut_utils.cpp | 2 +- tests/window/ut_mainwindow.cpp | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/frame/accessible/accessibledefine.h b/frame/accessible/accessibledefine.h index 522dfadf9..f56d4f6ff 100644 --- a/frame/accessible/accessibledefine.h +++ b/frame/accessible/accessibledefine.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Deepin Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Deepin Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/frame/display/displaymanager.cpp b/frame/display/displaymanager.cpp index 91beafe34..c71cc2c4f 100644 --- a/frame/display/displaymanager.cpp +++ b/frame/display/displaymanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/frame/display/displaymanager.h b/frame/display/displaymanager.h index e24d66ff8..c8d030b70 100644 --- a/frame/display/displaymanager.h +++ b/frame/display/displaymanager.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/frame/util/dockapplication.h b/frame/util/dockapplication.h index ed8143950..3e3b85bc2 100644 --- a/frame/util/dockapplication.h +++ b/frame/util/dockapplication.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: liuxing * diff --git a/frame/util/menuworker.cpp b/frame/util/menuworker.cpp index cd3ba7d4a..bfd7cf368 100644 --- a/frame/util/menuworker.cpp +++ b/frame/util/menuworker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Deepin Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Deepin Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/frame/util/menuworker.h b/frame/util/menuworker.h index 0ed3e5b70..66f313589 100644 --- a/frame/util/menuworker.h +++ b/frame/util/menuworker.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Deepin Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Deepin Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/frame/util/multiscreenworker.cpp b/frame/util/multiscreenworker.cpp index d92f694e6..1a1bbee8c 100644 --- a/frame/util/multiscreenworker.cpp +++ b/frame/util/multiscreenworker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Deepin Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Deepin Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/frame/util/multiscreenworker.h b/frame/util/multiscreenworker.h index 5151f675c..ff912e566 100644 --- a/frame/util/multiscreenworker.h +++ b/frame/util/multiscreenworker.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Deepin Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Deepin Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/frame/util/touchsignalmanager.h b/frame/util/touchsignalmanager.h index 81b04ecc8..e1820cbb1 100644 --- a/frame/util/touchsignalmanager.h +++ b/frame/util/touchsignalmanager.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: liuxing * diff --git a/frame/util/utils.h b/frame/util/utils.h index ad31cdc85..c2b3c0e99 100644 --- a/frame/util/utils.h +++ b/frame/util/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/controller/ut_dockitemmanager.cpp b/tests/controller/ut_dockitemmanager.cpp index 07b35ee65..30cda8940 100644 --- a/tests/controller/ut_dockitemmanager.cpp +++ b/tests/controller/ut_dockitemmanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/display/ut_displaymanager.cpp b/tests/display/ut_displaymanager.cpp index c0cc59bb2..5f7a85aef 100644 --- a/tests/display/ut_displaymanager.cpp +++ b/tests/display/ut_displaymanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/item/components/ut_appdrag.cpp b/tests/item/components/ut_appdrag.cpp index 8513d1e82..bd447f833 100644 --- a/tests/item/components/ut_appdrag.cpp +++ b/tests/item/components/ut_appdrag.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: chenjun * diff --git a/tests/item/components/ut_appdragwidget.cpp b/tests/item/components/ut_appdragwidget.cpp index 37cd510da..d285424e4 100644 --- a/tests/item/components/ut_appdragwidget.cpp +++ b/tests/item/components/ut_appdragwidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/item/components/ut_appsnapshot.cpp b/tests/item/components/ut_appsnapshot.cpp index 7f58ab462..dfc22ea25 100644 --- a/tests/item/components/ut_appsnapshot.cpp +++ b/tests/item/components/ut_appsnapshot.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/item/components/ut_floatingpreview.cpp b/tests/item/components/ut_floatingpreview.cpp index 5d7376acf..184255cec 100644 --- a/tests/item/components/ut_floatingpreview.cpp +++ b/tests/item/components/ut_floatingpreview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: chenjun * diff --git a/tests/item/components/ut_previewcontainer.cpp b/tests/item/components/ut_previewcontainer.cpp index 917a20950..345db84ec 100644 --- a/tests/item/components/ut_previewcontainer.cpp +++ b/tests/item/components/ut_previewcontainer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: chenjun * diff --git a/tests/item/ut_appitem.cpp b/tests/item/ut_appitem.cpp index fbd11938a..3c1182234 100644 --- a/tests/item/ut_appitem.cpp +++ b/tests/item/ut_appitem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: chenjun * diff --git a/tests/item/ut_dockitem.cpp b/tests/item/ut_dockitem.cpp index 5758f6759..68e9ef935 100644 --- a/tests/item/ut_dockitem.cpp +++ b/tests/item/ut_dockitem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: chenjun * diff --git a/tests/item/ut_launcheritem.cpp b/tests/item/ut_launcheritem.cpp index abfd2e5db..72429f90a 100644 --- a/tests/item/ut_launcheritem.cpp +++ b/tests/item/ut_launcheritem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/item/ut_placeholderitem.cpp b/tests/item/ut_placeholderitem.cpp index 89b6a90e0..55f9329bd 100644 --- a/tests/item/ut_placeholderitem.cpp +++ b/tests/item/ut_placeholderitem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/main.cpp b/tests/main.cpp index e51b3d8a8..87d00348b 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/panel/ut_mainpanelcontrol.cpp b/tests/panel/ut_mainpanelcontrol.cpp index 710bca1ca..6e1bfc47e 100644 --- a/tests/panel/ut_mainpanelcontrol.cpp +++ b/tests/panel/ut_mainpanelcontrol.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: weizhixiang * diff --git a/tests/util/ut_dockpopupwindow.cpp b/tests/util/ut_dockpopupwindow.cpp index 4bdffad8b..a1282c12d 100644 --- a/tests/util/ut_dockpopupwindow.cpp +++ b/tests/util/ut_dockpopupwindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Deepin Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Deepin Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/util/ut_imageutil.cpp b/tests/util/ut_imageutil.cpp index f69f11697..cb40ee9b8 100644 --- a/tests/util/ut_imageutil.cpp +++ b/tests/util/ut_imageutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/util/ut_menuworker.cpp b/tests/util/ut_menuworker.cpp index 3e682b880..26c014cda 100644 --- a/tests/util/ut_menuworker.cpp +++ b/tests/util/ut_menuworker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: chenjun * diff --git a/tests/util/ut_multiscreenworker.cpp b/tests/util/ut_multiscreenworker.cpp index 9bf5b9651..18b90afb0 100644 --- a/tests/util/ut_multiscreenworker.cpp +++ b/tests/util/ut_multiscreenworker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/util/ut_pluginloader.cpp b/tests/util/ut_pluginloader.cpp index adb662ff6..3df43cdce 100644 --- a/tests/util/ut_pluginloader.cpp +++ b/tests/util/ut_pluginloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/util/ut_statebutton.cpp b/tests/util/ut_statebutton.cpp index f4f0d7eba..0a7173440 100644 --- a/tests/util/ut_statebutton.cpp +++ b/tests/util/ut_statebutton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: chenjun * diff --git a/tests/util/ut_themeappicon.cpp b/tests/util/ut_themeappicon.cpp index 00f20868c..26089a3bd 100644 --- a/tests/util/ut_themeappicon.cpp +++ b/tests/util/ut_themeappicon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/util/ut_touchsignalmanager.cpp b/tests/util/ut_touchsignalmanager.cpp index be201e605..cfde08ecf 100644 --- a/tests/util/ut_touchsignalmanager.cpp +++ b/tests/util/ut_touchsignalmanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/util/ut_utils.cpp b/tests/util/ut_utils.cpp index 21aeba17e..8d43a729e 100644 --- a/tests/util/ut_utils.cpp +++ b/tests/util/ut_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng * diff --git a/tests/window/ut_mainwindow.cpp b/tests/window/ut_mainwindow.cpp index 7aed6dc8b..a07cefa83 100644 --- a/tests/window/ut_mainwindow.cpp +++ b/tests/window/ut_mainwindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ~ 2028 Uniontech Technology Co., Ltd. + * Copyright (C) 2018 ~ 2020 Uniontech Technology Co., Ltd. * * Author: fanpengcheng *