Browse Source

fixup stupid mixup of Makefile copyright and C code

Waldemar Brodkorb 8 years ago
parent
commit
150e5d7b39
1 changed files with 4 additions and 2 deletions
  1. 4 2
      test/string/tst-memmove.c

+ 4 - 2
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>