Browse Source

use multiline comment for better copyright parsing

Waldemar Brodkorb 7 years ago
parent
commit
520ac058aa
2 changed files with 6 additions and 2 deletions
  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>