diff options
Diffstat (limited to 'test/string')
-rw-r--r-- | test/string/tst-memmove.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/string/tst-memmove.c b/test/string/tst-memmove.c index 799e72e33..2adc52740 100644 --- a/test/string/tst-memmove.c +++ b/test/string/tst-memmove.c @@ -1,5 +1,7 @@ -# Copyright (C) 2016 Rene Nielsen <rene.nielsen@microsemi.com> -# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +/* + * Copyright (C) 2016 Rene Nielsen <rene.nielsen@microsemi.com> + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ #include <string.h> #include <stdio.h> |