From: Dmitry Osipenko <[email protected]> Eric Blake suggested that use of "Author:" in the copyright text of the files created by individuals is incorrect, replace it with "Copyright".
Signed-off-by: Dmitry Osipenko <[email protected]> Message-id: 9d8b626f462d4a5094b1945fbd763b8a2e28dd86.1475421224.git.dig...@gmail.com Reviewed-by: Peter Maydell <[email protected]> Signed-off-by: Peter Maydell <[email protected]> --- tests/ptimer-test-stubs.c | 2 +- tests/ptimer-test.c | 2 +- tests/ptimer-test.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ptimer-test-stubs.c b/tests/ptimer-test-stubs.c index e028a81..21d4ebb 100644 --- a/tests/ptimer-test-stubs.c +++ b/tests/ptimer-test-stubs.c @@ -1,7 +1,7 @@ /* * Stubs for the ptimer-test * - * Author: Dmitry Osipenko <[email protected]> + * Copyright (c) 2016 Dmitry Osipenko <[email protected]> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. diff --git a/tests/ptimer-test.c b/tests/ptimer-test.c index 1bd5924..47fccd3 100644 --- a/tests/ptimer-test.c +++ b/tests/ptimer-test.c @@ -1,7 +1,7 @@ /* * QTest testcase for the ptimer * - * Author: Dmitry Osipenko <[email protected]> + * Copyright (c) 2016 Dmitry Osipenko <[email protected]> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. diff --git a/tests/ptimer-test.h b/tests/ptimer-test.h index 98d9b8f..09ac56d 100644 --- a/tests/ptimer-test.h +++ b/tests/ptimer-test.h @@ -1,7 +1,7 @@ /* * QTest testcase for the ptimer * - * Author: Dmitry Osipenko <[email protected]> + * Copyright (c) 2016 Dmitry Osipenko <[email protected]> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. -- 2.7.4
