From 0b6af54c664990b81ccae84e22477346e280fe08 Mon Sep 17 00:00:00 2001 From: winnerym Date: Wed, 12 Apr 2023 14:48:07 +0800 Subject: [PATCH] Adjusting copyright information --- BiometricAuth/biometricdeviceswidget.h | 9 ++++----- BiometricAuth/main.cpp | 9 ++++----- VirtualKeyboard/src/fakekeyboard.h | 11 +++++------ VirtualKeyboard/src/main.cpp | 9 ++++----- VirtualKeyboard/src/qtkeyboard.cpp | 11 +++++------ VirtualKeyboard/src/qtkeyboard.h | 11 +++++------ examples/LoadCustomPlugin/main.cpp | 17 +++++++++++++++++ examples/LoadCustomPlugin/widget.cpp | 19 ++++++++++++++++++- 8 files changed, 62 insertions(+), 34 deletions(-) diff --git a/BiometricAuth/biometricdeviceswidget.h b/BiometricAuth/biometricdeviceswidget.h index d606aef..bdef3da 100644 --- a/BiometricAuth/biometricdeviceswidget.h +++ b/BiometricAuth/biometricdeviceswidget.h @@ -1,9 +1,9 @@ -/** +/* * Copyright (C) 2018 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 2, or (at your option) + * 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, @@ -12,9 +12,8 @@ * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this program; if not, see . + * **/ #ifndef BIOMETRICDEVICESWIDGET_H #define BIOMETRICDEVICESWIDGET_H diff --git a/BiometricAuth/main.cpp b/BiometricAuth/main.cpp index 6215ae1..cd780b5 100644 --- a/BiometricAuth/main.cpp +++ b/BiometricAuth/main.cpp @@ -1,9 +1,9 @@ -/** +/* * Copyright (C) 2018 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 2, or (at your option) + * 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, @@ -12,9 +12,8 @@ * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this program; if not, see . + * **/ #include #include diff --git a/VirtualKeyboard/src/fakekeyboard.h b/VirtualKeyboard/src/fakekeyboard.h index 578e047..7c29ce5 100644 --- a/VirtualKeyboard/src/fakekeyboard.h +++ b/VirtualKeyboard/src/fakekeyboard.h @@ -1,9 +1,9 @@ -/** - * Copyright (C) 2018 Tianjin KYLIN Information Technology Co., Ltd. +/* + * Copyright (C) 2023 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 2, or (at your option) + * 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, @@ -12,9 +12,8 @@ * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this program; if not, see . + * **/ #ifndef FAKEKEYBOARD_H #define FAKEKEYBOARD_H diff --git a/VirtualKeyboard/src/main.cpp b/VirtualKeyboard/src/main.cpp index 99fc2f0..dbb84a0 100644 --- a/VirtualKeyboard/src/main.cpp +++ b/VirtualKeyboard/src/main.cpp @@ -1,9 +1,9 @@ -/** +/* * Copyright (C) 2018 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 2, or (at your option) + * 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, @@ -12,9 +12,8 @@ * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this program; if not, see . + * **/ #include "virtualkeyboard.h" #include diff --git a/VirtualKeyboard/src/qtkeyboard.cpp b/VirtualKeyboard/src/qtkeyboard.cpp index 4db7a76..731b70e 100644 --- a/VirtualKeyboard/src/qtkeyboard.cpp +++ b/VirtualKeyboard/src/qtkeyboard.cpp @@ -1,9 +1,9 @@ -/** - * Copyright (C) 2018 Tianjin KYLIN Information Technology Co., Ltd. +/* + * Copyright (C) 2023 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 2, or (at your option) + * 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, @@ -12,9 +12,8 @@ * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this program; if not, see . + * **/ #include "qtkeyboard.h" #include diff --git a/VirtualKeyboard/src/qtkeyboard.h b/VirtualKeyboard/src/qtkeyboard.h index 117fa58..fed4508 100644 --- a/VirtualKeyboard/src/qtkeyboard.h +++ b/VirtualKeyboard/src/qtkeyboard.h @@ -1,9 +1,9 @@ -/** - * Copyright (C) 2018 Tianjin KYLIN Information Technology Co., Ltd. +/* + * Copyright (C) 2023 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 2, or (at your option) + * 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, @@ -12,9 +12,8 @@ * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this program; if not, see . + * **/ #ifndef QTKEYBOARD_H #define QTKEYBOARD_H diff --git a/examples/LoadCustomPlugin/main.cpp b/examples/LoadCustomPlugin/main.cpp index 4d6c97b..1ba44a8 100644 --- a/examples/LoadCustomPlugin/main.cpp +++ b/examples/LoadCustomPlugin/main.cpp @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2022 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 . + * +**/ #include "widget.h" #include diff --git a/examples/LoadCustomPlugin/widget.cpp b/examples/LoadCustomPlugin/widget.cpp index 45a1213..fe30bca 100644 --- a/examples/LoadCustomPlugin/widget.cpp +++ b/examples/LoadCustomPlugin/widget.cpp @@ -1,4 +1,21 @@ -#pragma execution_character_set("utf-8") +/* + * Copyright (C) 2022 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 . + * +**/ +#pragma execution_character_set("utf-8") #include "widget.h" #include "ui_widget.h"