Re: [PATCH] comctl32/tests: Some tests for Button control
Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
--- /dev/null +++ b/dlls/comctl32/tests/button.c @@ -0,0 +1,811 @@ +/* Unit test suite for Button control. + * + * Copyright 2014 Nikolay Sivov for CodeWeavers + *
If I read this patch correctly this is just a copy of button tests from user32, and in that case please add all copyright notices from that file, or just the authors of the copied code. -- Dmitry.
On 2/17/2014 12:37, Dmitry Timoshkov wrote:
Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
--- /dev/null +++ b/dlls/comctl32/tests/button.c @@ -0,0 +1,811 @@ +/* Unit test suite for Button control. + * + * Copyright 2014 Nikolay Sivov for CodeWeavers + * If I read this patch correctly this is just a copy of button tests from user32, and in that case please add all copyright notices from that file, or just the authors of the copied code.
Done, easy way.
participants (2)
-
Dmitry Timoshkov -
Nikolay Sivov