qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests: ptimer: Change the copyright comment

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 <digetx@gmail.com>
Message-id: 9d8b626f462d4a5094b1945fbd763b8a2e28dd86.1475421224.git.digetx@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

authored by

Dmitry Osipenko and committed by
Peter Maydell
673c7e89 057516fe

+3 -3
+1 -1
tests/ptimer-test-stubs.c
··· 1 1 /* 2 2 * Stubs for the ptimer-test 3 3 * 4 - * Author: Dmitry Osipenko <digetx@gmail.com> 4 + * Copyright (c) 2016 Dmitry Osipenko <digetx@gmail.com> 5 5 * 6 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 7 * See the COPYING file in the top-level directory.
+1 -1
tests/ptimer-test.c
··· 1 1 /* 2 2 * QTest testcase for the ptimer 3 3 * 4 - * Author: Dmitry Osipenko <digetx@gmail.com> 4 + * Copyright (c) 2016 Dmitry Osipenko <digetx@gmail.com> 5 5 * 6 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 7 * See the COPYING file in the top-level directory.
+1 -1
tests/ptimer-test.h
··· 1 1 /* 2 2 * QTest testcase for the ptimer 3 3 * 4 - * Author: Dmitry Osipenko <digetx@gmail.com> 4 + * Copyright (c) 2016 Dmitry Osipenko <digetx@gmail.com> 5 5 * 6 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 7 * See the COPYING file in the top-level directory.