소스 검색

fixup stupid mixup of Makefile copyright and C code

Waldemar Brodkorb 8 년 전
부모
커밋
150e5d7b39
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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>