浏览代码

use multiline comment for better copyright parsing

Waldemar Brodkorb 7 年之前
父节点
当前提交
520ac058aa
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 3 1
      libc/sysdeps/linux/h8300/clone.S
  2. 3 1
      libc/sysdeps/linux/h8300/vfork.S

+ 3 - 1
libc/sysdeps/linux/h8300/clone.S

@@ -1,4 +1,6 @@
-/* Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp> */
+/*
+  Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp>
+*/
 
 /* clone is even more special than fork as it mucks with stacks
    and invokes a function in the right context after its all over.  */

+ 3 - 1
libc/sysdeps/linux/h8300/vfork.S

@@ -1,4 +1,6 @@
-/* Copyright 2002, 2015 Yoshinori Sato <ysato@users.sourceforge.jp> */
+/*
+  Copyright 2002, 2015 Yoshinori Sato <ysato@users.sourceforge.jp>
+*/
 
 #include <sys/syscall.h>