Quellcode durchsuchen

use multiline comment for better copyright parsing

Waldemar Brodkorb vor 7 Jahren
Ursprung
Commit
520ac058aa
2 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
  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>