summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-26 20:55:28 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-26 20:55:28 +0200
commit150e5d7b3978b378ee76eee796d8c8e389884cc3 (patch)
treee100d1e50fafa86ddde036976f81c7642e27a693
parentcf6c40b8881cfe78e134e2919b184e04025c1e25 (diff)
fixup stupid mixup of Makefile copyright and C code
-rw-r--r--test/string/tst-memmove.c6
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>