diff options
Diffstat (limited to 'sys/boot/sparc64')
-rw-r--r-- | sys/boot/sparc64/boot1/boot1.c | 2 | ||||
-rw-r--r-- | sys/boot/sparc64/loader/locore.S | 2 | ||||
-rw-r--r-- | sys/boot/sparc64/loader/main.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c index 4c2786f..813da29 100644 --- a/sys/boot/sparc64/boot1/boot1.c +++ b/sys/boot/sparc64/boot1/boot1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998 Robert Nordier * All rights reserved. * Copyright (c) 2001 Robert Drehmel diff --git a/sys/boot/sparc64/loader/locore.S b/sys/boot/sparc64/loader/locore.S index c1b3e2b..5eb6935 100644 --- a/sys/boot/sparc64/loader/locore.S +++ b/sys/boot/sparc64/loader/locore.S @@ -1,4 +1,4 @@ -/* +/*- * Initial implementation: * Copyright (c) 2001 Robert Drehmel * All rights reserved. diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index 9a8a8fa..c93e610 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -1,4 +1,4 @@ -/* +/*- * Initial implementation: * Copyright (c) 2001 Robert Drehmel * All rights reserved. |