From 520ac058aafaaf9c4811aba32ce980306240eb79 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 Jan 2017 07:19:09 +0100 Subject: use multiline comment for better copyright parsing --- libc/sysdeps/linux/h8300/clone.S | 4 +++- libc/sysdeps/linux/h8300/vfork.S | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libc/sysdeps/linux/h8300/clone.S b/libc/sysdeps/linux/h8300/clone.S index a00eba4cb..23c9000fd 100644 --- a/libc/sysdeps/linux/h8300/clone.S +++ b/libc/sysdeps/linux/h8300/clone.S @@ -1,4 +1,6 @@ -/* Copyright 2015 Yoshinori Sato */ +/* + Copyright 2015 Yoshinori Sato +*/ /* clone is even more special than fork as it mucks with stacks and invokes a function in the right context after its all over. */ diff --git a/libc/sysdeps/linux/h8300/vfork.S b/libc/sysdeps/linux/h8300/vfork.S index 24370df3a..85b733eb1 100644 --- a/libc/sysdeps/linux/h8300/vfork.S +++ b/libc/sysdeps/linux/h8300/vfork.S @@ -1,4 +1,6 @@ -/* Copyright 2002, 2015 Yoshinori Sato */ +/* + Copyright 2002, 2015 Yoshinori Sato +*/ #include -- cgit v1.2.3