diff options
author | imp <imp@FreeBSD.org> | 2005-01-05 22:16:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-05 22:16:58 +0000 |
commit | bd77e02714a1df01009c3db711eb95761b5963b4 (patch) | |
tree | 98cd255ea8bfadcf52b92e7e8847f10a481c7e5c /sys/boot/ofw | |
parent | de149e3d738ea647c341d2ccb7a6854d5b13e7b3 (diff) | |
download | FreeBSD-src-bd77e02714a1df01009c3db711eb95761b5963b4.zip FreeBSD-src-bd77e02714a1df01009c3db711eb95761b5963b4.tar.gz |
Start each of the license/copyright comments with /*-
Diffstat (limited to 'sys/boot/ofw')
-rw-r--r-- | sys/boot/ofw/libofw/libofw.h | 2 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/ofw_console.c | 2 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/ofw_disk.c | 2 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/ofw_memory.c | 2 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/ofw_net.c | 2 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/ofw_reboot.c | 2 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/ofw_time.c | 2 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/openfirm.c | 4 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/openfirm.h | 4 |
9 files changed, 11 insertions, 11 deletions
diff --git a/sys/boot/ofw/libofw/libofw.h b/sys/boot/ofw/libofw/libofw.h index f3a2d8c..df2cd51 100644 --- a/sys/boot/ofw/libofw/libofw.h +++ b/sys/boot/ofw/libofw/libofw.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2000 Benno Rice. * All rights reserved. * diff --git a/sys/boot/ofw/libofw/ofw_console.c b/sys/boot/ofw/libofw/ofw_console.c index a0c9f02..67333ff 100644 --- a/sys/boot/ofw/libofw/ofw_console.c +++ b/sys/boot/ofw/libofw/ofw_console.c @@ -1,6 +1,6 @@ /* $NetBSD: prom.c,v 1.3 1997/09/06 14:03:58 drochner Exp $ */ -/* +/*- * Mach Operating System * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. diff --git a/sys/boot/ofw/libofw/ofw_disk.c b/sys/boot/ofw/libofw/ofw_disk.c index d241aed..dfeafe0 100644 --- a/sys/boot/ofw/libofw/ofw_disk.c +++ b/sys/boot/ofw/libofw/ofw_disk.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2000 Benno Rice. * All rights reserved. * diff --git a/sys/boot/ofw/libofw/ofw_memory.c b/sys/boot/ofw/libofw/ofw_memory.c index 5239fa2..90e98af 100644 --- a/sys/boot/ofw/libofw/ofw_memory.c +++ b/sys/boot/ofw/libofw/ofw_memory.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Benno Rice * All rights reserved. * diff --git a/sys/boot/ofw/libofw/ofw_net.c b/sys/boot/ofw/libofw/ofw_net.c index cb85eea..456709c 100644 --- a/sys/boot/ofw/libofw/ofw_net.c +++ b/sys/boot/ofw/libofw/ofw_net.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001 Benno Rice * All rights reserved. * diff --git a/sys/boot/ofw/libofw/ofw_reboot.c b/sys/boot/ofw/libofw/ofw_reboot.c index cb1cf59..bbb420a 100644 --- a/sys/boot/ofw/libofw/ofw_reboot.c +++ b/sys/boot/ofw/libofw/ofw_reboot.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Benno Rice * All rights reserved. * diff --git a/sys/boot/ofw/libofw/ofw_time.c b/sys/boot/ofw/libofw/ofw_time.c index 581bf22..f53997d 100644 --- a/sys/boot/ofw/libofw/ofw_time.c +++ b/sys/boot/ofw/libofw/ofw_time.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Benno Rice * All rights reserved. * diff --git a/sys/boot/ofw/libofw/openfirm.c b/sys/boot/ofw/libofw/openfirm.c index b1d2b40..678b2cf 100644 --- a/sys/boot/ofw/libofw/openfirm.c +++ b/sys/boot/ofw/libofw/openfirm.c @@ -1,6 +1,6 @@ /* $NetBSD: Locore.c,v 1.7 2000/08/20 07:04:59 tsubai Exp $ */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. @@ -30,7 +30,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 2000 Benno Rice. * All rights reserved. * diff --git a/sys/boot/ofw/libofw/openfirm.h b/sys/boot/ofw/libofw/openfirm.h index 40382cd..a0e9c65 100644 --- a/sys/boot/ofw/libofw/openfirm.h +++ b/sys/boot/ofw/libofw/openfirm.h @@ -1,6 +1,6 @@ /* $NetBSD: openfirm.h,v 1.1 1998/05/15 10:16:00 tsubai Exp $ */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. @@ -30,7 +30,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 2000 Benno Rice. * All rights reserved. * |