diff options
| -rw-r--r-- | lockscreen/KylinLockScreenShield.cpp | 4 | ||||
| -rw-r--r-- | lockscreen/KylinLockScreenShield.h | 4 | ||||
| -rw-r--r-- | lockscreen/KylinUserPromptView.cpp | 4 | ||||
| -rw-r--r-- | lockscreen/KylinUserPromptView.h | 4 | ||||
| -rw-r--r-- | lockscreen/LockScreenAbstractPromptView.h | 1 |
5 files changed, 13 insertions, 4 deletions
diff --git a/lockscreen/KylinLockScreenShield.cpp b/lockscreen/KylinLockScreenShield.cpp index 5adf08263..5f2211827 100644 --- a/lockscreen/KylinLockScreenShield.cpp +++ b/lockscreen/KylinLockScreenShield.cpp @@ -1,6 +1,7 @@ // -*- Mode: C++; indent-tabs-mode: nil; tab-width: 2 -*- /* * Copyright (C) 2015 Canonical Ltd +* 2015, National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -14,7 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * -* Authored by: handsome_feng <jianfengli@ubuntukylin.com> +* Authored by: Marco Trevisan <marco.trevisan@canonical.com> +* handsome_feng <jianfengli@ubuntukylin.com> */ #include "KylinLockScreenShield.h" diff --git a/lockscreen/KylinLockScreenShield.h b/lockscreen/KylinLockScreenShield.h index cdabaf5db..93294521a 100644 --- a/lockscreen/KylinLockScreenShield.h +++ b/lockscreen/KylinLockScreenShield.h @@ -1,6 +1,7 @@ // -*- Mode: C++; indent-tabs-mode: nil; tab-width: 2 -*- /* * Copyright (C) 2015 Canonical Ltd +* 2015, National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -14,7 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * -* Authored by: handsome_feng <jianfengli@ubuntukylin.com> +* Authored by: Marco Trevisan <marco.trevisan@canonical.com> +* handsome_feng <jianfengli@ubuntukylin.com> */ #ifndef UNITY_KYLIN_LOCKSCREEN_SHIELD_H diff --git a/lockscreen/KylinUserPromptView.cpp b/lockscreen/KylinUserPromptView.cpp index 4f2f15339..8369e802d 100644 --- a/lockscreen/KylinUserPromptView.cpp +++ b/lockscreen/KylinUserPromptView.cpp @@ -1,6 +1,7 @@ // -*- Mode: C++; indent-tabs-mode: nil; tab-width: 2 -*- /* * Copyright (C) 2015 Canonical Ltd +* 2015, National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -14,7 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * -* Authored by: handsome_feng <jianfengli@ubuntukylin.com> +* Authored by: Andrea Azzarone <andrea.azzarone@canonical.com> +* handsome_feng <jianfengli@ubuntukylin.com> */ #include "KylinUserPromptView.h" diff --git a/lockscreen/KylinUserPromptView.h b/lockscreen/KylinUserPromptView.h index 9053d3731..b45ac18bc 100644 --- a/lockscreen/KylinUserPromptView.h +++ b/lockscreen/KylinUserPromptView.h @@ -1,6 +1,7 @@ // -*- Mode: C++; indent-tabs-mode: nil; tab-width: 2 -*- /* * Copyright (C) 2015 Canonical Ltd +* 2015, National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -14,7 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * -* Authored by: handsome_feng <jianfengli@ubuntukylin.com> +* Authored by: Andrea Azzarone <andrea.azzarone@canonical.com> +* handsome_feng <jianfengli@ubuntukylin.com> */ #ifndef UNITY_KYLIN_USER_PROMPT_BOX diff --git a/lockscreen/LockScreenAbstractPromptView.h b/lockscreen/LockScreenAbstractPromptView.h index b897a35d5..2f5da195f 100644 --- a/lockscreen/LockScreenAbstractPromptView.h +++ b/lockscreen/LockScreenAbstractPromptView.h @@ -1,6 +1,7 @@ // -*- Mode: C++; indent-tabs-mode: nil; tab-width: 2 -*- /* * Copyright (C) 2015 Canonical Ltd + * 2015, National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as |
