Prechádzať zdrojové kódy

fixup stupid mixup of Makefile copyright and C code

Waldemar Brodkorb 8 rokov pred
rodič
commit
150e5d7b39
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  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>