summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-06 22:18:23 +0000
committerimp <imp@FreeBSD.org>2005-01-06 22:18:23 +0000
commit8d58b9df12c91ca0ca53c8b0332657873656e436 (patch)
treea6d1ddf2792d6da23bb57c2090c14c8b106756f4 /sys/ia64
parent3a5dc12cb237e705106720976cd3daabeb980e2f (diff)
downloadFreeBSD-src-8d58b9df12c91ca0ca53c8b0332657873656e436.zip
FreeBSD-src-8d58b9df12c91ca0ca53c8b0332657873656e436.tar.gz
/* -> /*- for copyright notices, minor format tweaks as necessary
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/disasm/disasm.h2
-rw-r--r--sys/ia64/disasm/disasm_decode.c2
-rw-r--r--sys/ia64/disasm/disasm_extract.c2
-rw-r--r--sys/ia64/disasm/disasm_format.c2
-rw-r--r--sys/ia64/disasm/disasm_int.h2
-rw-r--r--sys/ia64/ia32/ia32_trap.c2
-rw-r--r--sys/ia64/ia64/busdma_machdep.c2
-rw-r--r--sys/ia64/ia64/clock.c2
-rw-r--r--sys/ia64/ia64/clock_if.m2
-rw-r--r--sys/ia64/ia64/context.S2
-rw-r--r--sys/ia64/ia64/db_interface.c2
-rw-r--r--sys/ia64/ia64/dump_machdep.c2
-rw-r--r--sys/ia64/ia64/gdb_machdep.c2
-rw-r--r--sys/ia64/ia64/in_cksum.c2
-rw-r--r--sys/ia64/ia64/interrupt.c4
-rw-r--r--sys/ia64/ia64/mca.c2
-rw-r--r--sys/ia64/ia64/nexus.c2
-rw-r--r--sys/ia64/ia64/pmap.c2
-rw-r--r--sys/ia64/ia64/ptrace_machdep.c2
-rw-r--r--sys/ia64/ia64/setjmp.S3
-rw-r--r--sys/ia64/ia64/sscdisk.c2
-rw-r--r--sys/ia64/ia64/support.S2
-rw-r--r--sys/ia64/ia64/syscall.S2
-rw-r--r--sys/ia64/ia64/trap.c2
-rw-r--r--sys/ia64/ia64/uio_machdep.c2
-rw-r--r--sys/ia64/ia64/uma_machdep.c2
-rw-r--r--sys/ia64/ia64/unwind.c2
-rw-r--r--sys/ia64/ia64/vm_machdep.c2
-rw-r--r--sys/ia64/include/_limits.h2
-rw-r--r--sys/ia64/include/_regset.h2
-rw-r--r--sys/ia64/include/asm.h2
-rw-r--r--sys/ia64/include/bootinfo.h2
-rw-r--r--sys/ia64/include/bus.h2
-rw-r--r--sys/ia64/include/bus_memio.h2
-rw-r--r--sys/ia64/include/bus_pio.h2
-rw-r--r--sys/ia64/include/clock.h2
-rw-r--r--sys/ia64/include/clockvar.h2
-rw-r--r--sys/ia64/include/cpu.h2
-rw-r--r--sys/ia64/include/db_machdep.h2
-rw-r--r--sys/ia64/include/dig64.h2
-rw-r--r--sys/ia64/include/efi.h2
-rw-r--r--sys/ia64/include/exec.h2
-rw-r--r--sys/ia64/include/float.h2
-rw-r--r--sys/ia64/include/floatingpoint.h2
-rw-r--r--sys/ia64/include/gdb_machdep.h2
-rw-r--r--sys/ia64/include/ieee.h2
-rw-r--r--sys/ia64/include/intrcnt.h2
-rw-r--r--sys/ia64/include/kdb.h2
-rw-r--r--sys/ia64/include/limits.h2
-rw-r--r--sys/ia64/include/mca.h2
-rw-r--r--sys/ia64/include/param.h2
-rw-r--r--sys/ia64/include/pci_cfgreg.h2
-rw-r--r--sys/ia64/include/pmap.h2
-rw-r--r--sys/ia64/include/proc.h2
-rw-r--r--sys/ia64/include/profile.h2
-rw-r--r--sys/ia64/include/ptrace.h2
-rw-r--r--sys/ia64/include/reloc.h2
-rw-r--r--sys/ia64/include/resource.h2
-rw-r--r--sys/ia64/include/runq.h2
-rw-r--r--sys/ia64/include/signal.h2
-rw-r--r--sys/ia64/include/unwind.h2
-rw-r--r--sys/ia64/include/vmparam.h2
62 files changed, 64 insertions, 63 deletions
diff --git a/sys/ia64/disasm/disasm.h b/sys/ia64/disasm/disasm.h
index bdd4bf6..d29e7e9 100644
--- a/sys/ia64/disasm/disasm.h
+++ b/sys/ia64/disasm/disasm.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/disasm/disasm_decode.c b/sys/ia64/disasm/disasm_decode.c
index 03402b7..3da345b 100644
--- a/sys/ia64/disasm/disasm_decode.c
+++ b/sys/ia64/disasm/disasm_decode.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/disasm/disasm_extract.c b/sys/ia64/disasm/disasm_extract.c
index ae173fc..6321ea0 100644
--- a/sys/ia64/disasm/disasm_extract.c
+++ b/sys/ia64/disasm/disasm_extract.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/disasm/disasm_format.c b/sys/ia64/disasm/disasm_format.c
index 3c7fe27..ae5d438 100644
--- a/sys/ia64/disasm/disasm_format.c
+++ b/sys/ia64/disasm/disasm_format.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/disasm/disasm_int.h b/sys/ia64/disasm/disasm_int.h
index 37e5371..b0a8cd6 100644
--- a/sys/ia64/disasm/disasm_int.h
+++ b/sys/ia64/disasm/disasm_int.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia32/ia32_trap.c b/sys/ia64/ia32/ia32_trap.c
index a37bba6..630ef0f 100644
--- a/sys/ia64/ia32/ia32_trap.c
+++ b/sys/ia64/ia32/ia32_trap.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia64/busdma_machdep.c b/sys/ia64/ia64/busdma_machdep.c
index 2c19085..32d7947 100644
--- a/sys/ia64/ia64/busdma_machdep.c
+++ b/sys/ia64/ia64/busdma_machdep.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 Justin T. Gibbs.
* All rights reserved.
*
diff --git a/sys/ia64/ia64/clock.c b/sys/ia64/ia64/clock.c
index 5b13898..0199452 100644
--- a/sys/ia64/ia64/clock.c
+++ b/sys/ia64/ia64/clock.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/ia64/ia64/clock_if.m b/sys/ia64/ia64/clock_if.m
index 6df1661..86dbf1c 100644
--- a/sys/ia64/ia64/clock_if.m
+++ b/sys/ia64/ia64/clock_if.m
@@ -1,4 +1,4 @@
-#
+#-
# Copyright (c) 1998 Doug Rabson
# All rights reserved.
#
diff --git a/sys/ia64/ia64/context.S b/sys/ia64/ia64/context.S
index c2f9ef8..77a1821 100644
--- a/sys/ia64/ia64/context.S
+++ b/sys/ia64/ia64/context.S
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia64/db_interface.c b/sys/ia64/ia64/db_interface.c
index 7d1bdc7..53897b0 100644
--- a/sys/ia64/ia64/db_interface.c
+++ b/sys/ia64/ia64/db_interface.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Mach Operating System
* Copyright (c) 1992,1991,1990 Carnegie Mellon University
* All Rights Reserved.
diff --git a/sys/ia64/ia64/dump_machdep.c b/sys/ia64/ia64/dump_machdep.c
index 4964148..c502d28 100644
--- a/sys/ia64/ia64/dump_machdep.c
+++ b/sys/ia64/ia64/dump_machdep.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia64/gdb_machdep.c b/sys/ia64/ia64/gdb_machdep.c
index 7729d71..a30c4aa 100644
--- a/sys/ia64/ia64/gdb_machdep.c
+++ b/sys/ia64/ia64/gdb_machdep.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia64/in_cksum.c b/sys/ia64/ia64/in_cksum.c
index d58f868..6c9959f 100644
--- a/sys/ia64/ia64/in_cksum.c
+++ b/sys/ia64/ia64/in_cksum.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1988, 1992, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 1996
diff --git a/sys/ia64/ia64/interrupt.c b/sys/ia64/ia64/interrupt.c
index 65812c9..ede9460 100644
--- a/sys/ia64/ia64/interrupt.c
+++ b/sys/ia64/ia64/interrupt.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: interrupt.c,v 1.23 1998/02/24 07:38:01 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
@@ -27,7 +27,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*/
-/*
+/*-
* Additional Copyright (c) 1997 by Matthew Jacob for NASA/Ames Research Center.
* Redistribute and modify at will, leaving only this additional copyright
* notice.
diff --git a/sys/ia64/ia64/mca.c b/sys/ia64/ia64/mca.c
index ff66b7a..3f01645 100644
--- a/sys/ia64/ia64/mca.c
+++ b/sys/ia64/ia64/mca.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia64/nexus.c b/sys/ia64/ia64/nexus.c
index af67996..cc9a93a 100644
--- a/sys/ia64/ia64/nexus.c
+++ b/sys/ia64/ia64/nexus.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 1998 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index f488846..77ee4ca 100644
--- a/sys/ia64/ia64/pmap.c
+++ b/sys/ia64/ia64/pmap.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
* Copyright (c) 1994 John S. Dyson
diff --git a/sys/ia64/ia64/ptrace_machdep.c b/sys/ia64/ia64/ptrace_machdep.c
index 5e64cc5..c7c5104 100644
--- a/sys/ia64/ia64/ptrace_machdep.c
+++ b/sys/ia64/ia64/ptrace_machdep.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia64/setjmp.S b/sys/ia64/ia64/setjmp.S
index dd927bf..82d0219 100644
--- a/sys/ia64/ia64/setjmp.S
+++ b/sys/ia64/ia64/setjmp.S
@@ -1,5 +1,6 @@
// $FreeBSD$
-//
+
+//-
// Copyright (c) 1999, 2000
// Intel Corporation.
// All rights reserved.
diff --git a/sys/ia64/ia64/sscdisk.c b/sys/ia64/ia64/sscdisk.c
index 1861d89..6083071 100644
--- a/sys/ia64/ia64/sscdisk.c
+++ b/sys/ia64/ia64/sscdisk.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
diff --git a/sys/ia64/ia64/support.S b/sys/ia64/ia64/support.S
index 589c1ab..95686b3 100644
--- a/sys/ia64/ia64/support.S
+++ b/sys/ia64/ia64/support.S
@@ -25,7 +25,7 @@
*
* $FreeBSD$
*/
-/*
+/*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/ia64/ia64/syscall.S b/sys/ia64/ia64/syscall.S
index a9b847b..7b27907 100644
--- a/sys/ia64/ia64/syscall.S
+++ b/sys/ia64/ia64/syscall.S
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002, 2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia64/trap.c b/sys/ia64/ia64/trap.c
index 930e3a9..c34daa0 100644
--- a/sys/ia64/ia64/trap.c
+++ b/sys/ia64/ia64/trap.c
@@ -1,7 +1,7 @@
/* From: src/sys/alpha/alpha/trap.c,v 1.33 */
/* $NetBSD: trap.c,v 1.31 1998/03/26 02:21:46 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/ia64/ia64/uio_machdep.c b/sys/ia64/ia64/uio_machdep.c
index b6c530c..30f6250 100644
--- a/sys/ia64/ia64/uio_machdep.c
+++ b/sys/ia64/ia64/uio_machdep.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu>
* Copyright (c) 1982, 1986, 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/ia64/ia64/uma_machdep.c b/sys/ia64/ia64/uma_machdep.c
index 36f1054..2140675 100644
--- a/sys/ia64/ia64/uma_machdep.c
+++ b/sys/ia64/ia64/uma_machdep.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 The FreeBSD Project
* All rights reserved.
*
diff --git a/sys/ia64/ia64/unwind.c b/sys/ia64/ia64/unwind.c
index 4ee31b2..69a3fa2 100644
--- a/sys/ia64/ia64/unwind.c
+++ b/sys/ia64/ia64/unwind.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003, 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c
index ef116e5..56dabfb 100644
--- a/sys/ia64/ia64/vm_machdep.c
+++ b/sys/ia64/ia64/vm_machdep.c
@@ -40,7 +40,7 @@
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
* $FreeBSD$
*/
-/*
+/*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/ia64/include/_limits.h b/sys/ia64/include/_limits.h
index c38b194..581a9db 100644
--- a/sys/ia64/include/_limits.h
+++ b/sys/ia64/include/_limits.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp */
-/*
+/*-
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/ia64/include/_regset.h b/sys/ia64/include/_regset.h
index 4b752a3..1abe2ab 100644
--- a/sys/ia64/include/_regset.h
+++ b/sys/ia64/include/_regset.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002, 2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/asm.h b/sys/ia64/include/asm.h
index 73a29d7..92b3acf 100644
--- a/sys/ia64/include/asm.h
+++ b/sys/ia64/include/asm.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* From: NetBSD: asm.h,v 1.18 1997/11/03 04:22:06 ross Exp */
-/*
+/* -
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
* All Rights Reserved.
*
diff --git a/sys/ia64/include/bootinfo.h b/sys/ia64/include/bootinfo.h
index 8717527..2a065e9 100644
--- a/sys/ia64/include/bootinfo.h
+++ b/sys/ia64/include/bootinfo.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/ia64/include/bus.h b/sys/ia64/include/bus.h
index e8e7574..eceedd6 100644
--- a/sys/ia64/include/bus.h
+++ b/sys/ia64/include/bus.h
@@ -37,7 +37,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (c) 1996 Charles M. Hannum. All rights reserved.
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
*
diff --git a/sys/ia64/include/bus_memio.h b/sys/ia64/include/bus_memio.h
index a3b5e9e..0b02084 100644
--- a/sys/ia64/include/bus_memio.h
+++ b/sys/ia64/include/bus_memio.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 Justin Gibbs.
* All rights reserved.
*
diff --git a/sys/ia64/include/bus_pio.h b/sys/ia64/include/bus_pio.h
index 00f6e3d..5fdb891 100644
--- a/sys/ia64/include/bus_pio.h
+++ b/sys/ia64/include/bus_pio.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 Justin Gibbs.
* All rights reserved.
*
diff --git a/sys/ia64/include/clock.h b/sys/ia64/include/clock.h
index ef76769..b058158 100644
--- a/sys/ia64/include/clock.h
+++ b/sys/ia64/include/clock.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Kernel interface to machine-dependent clock driver.
* Garrett Wollman, September 1994.
* This file is in the public domain.
diff --git a/sys/ia64/include/clockvar.h b/sys/ia64/include/clockvar.h
index c4f5f6b..30f39d0 100644
--- a/sys/ia64/include/clockvar.h
+++ b/sys/ia64/include/clockvar.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: clockvar.h,v 1.4 1997/06/22 08:02:18 jonathan Exp $ */
-/*
+/*-
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index da33f82..424360a 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */
-/*
+/*-
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/ia64/include/db_machdep.h b/sys/ia64/include/db_machdep.h
index 25288cd..5d5c7a5 100644
--- a/sys/ia64/include/db_machdep.h
+++ b/sys/ia64/include/db_machdep.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/dig64.h b/sys/ia64/include/dig64.h
index 3749d2b..e8362ad 100644
--- a/sys/ia64/include/dig64.h
+++ b/sys/ia64/include/dig64.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/efi.h b/sys/ia64/include/efi.h
index 7da17be..fe00523 100644
--- a/sys/ia64/include/efi.h
+++ b/sys/ia64/include/efi.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/exec.h b/sys/ia64/include/exec.h
index 52baf9e..2f61794 100644
--- a/sys/ia64/include/exec.h
+++ b/sys/ia64/include/exec.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
*
diff --git a/sys/ia64/include/float.h b/sys/ia64/include/float.h
index 21f1608..6f7baa2 100644
--- a/sys/ia64/include/float.h
+++ b/sys/ia64/include/float.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* From: NetBSD: float.h,v 1.6 1997/07/17 21:36:03 thorpej Exp */
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/ia64/include/floatingpoint.h b/sys/ia64/include/floatingpoint.h
index e2faa5e..22a9f48 100644
--- a/sys/ia64/include/floatingpoint.h
+++ b/sys/ia64/include/floatingpoint.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
*
diff --git a/sys/ia64/include/gdb_machdep.h b/sys/ia64/include/gdb_machdep.h
index b6294d7..bc6ec4c 100644
--- a/sys/ia64/include/gdb_machdep.h
+++ b/sys/ia64/include/gdb_machdep.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/ieee.h b/sys/ia64/include/ieee.h
index 53d5cff..0b1f631 100644
--- a/sys/ia64/include/ieee.h
+++ b/sys/ia64/include/ieee.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* From: NetBSD: ieee.h,v 1.2 1997/04/06 08:47:27 cgd Exp */
-/*
+/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/ia64/include/intrcnt.h b/sys/ia64/include/intrcnt.h
index b9da9f5..c4f73c0 100644
--- a/sys/ia64/include/intrcnt.h
+++ b/sys/ia64/include/intrcnt.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: intrcnt.h,v 1.17 1998/11/19 01:48:04 ross Exp $ */
-/*
+/*-
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/ia64/include/kdb.h b/sys/ia64/include/kdb.h
index 0e9e581..700a0d7 100644
--- a/sys/ia64/include/kdb.h
+++ b/sys/ia64/include/kdb.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/limits.h b/sys/ia64/include/limits.h
index be9c49b..c26df92 100644
--- a/sys/ia64/include/limits.h
+++ b/sys/ia64/include/limits.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp */
-/*
+/*-
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/ia64/include/mca.h b/sys/ia64/include/mca.h
index 97c5611..997c221 100644
--- a/sys/ia64/include/mca.h
+++ b/sys/ia64/include/mca.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/param.h b/sys/ia64/include/param.h
index 934caaa..aceb122 100644
--- a/sys/ia64/include/param.h
+++ b/sys/ia64/include/param.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */
-/*
+/*-
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/ia64/include/pci_cfgreg.h b/sys/ia64/include/pci_cfgreg.h
index 46d837b..b4d2702 100644
--- a/sys/ia64/include/pci_cfgreg.h
+++ b/sys/ia64/include/pci_cfgreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, Stefan Esser <se@freebsd.org>
* All rights reserved.
*
diff --git a/sys/ia64/include/pmap.h b/sys/ia64/include/pmap.h
index d117cf1..b1f45e8 100644
--- a/sys/ia64/include/pmap.h
+++ b/sys/ia64/include/pmap.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
*
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h
index 9f1d7ca..4d7f481 100644
--- a/sys/ia64/include/proc.h
+++ b/sys/ia64/include/proc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 The FreeBSD Project
* All rights reserved.
*
diff --git a/sys/ia64/include/profile.h b/sys/ia64/include/profile.h
index 91b14e2..73ce578 100644
--- a/sys/ia64/include/profile.h
+++ b/sys/ia64/include/profile.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/ptrace.h b/sys/ia64/include/ptrace.h
index 3be1482..d73077d 100644
--- a/sys/ia64/include/ptrace.h
+++ b/sys/ia64/include/ptrace.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/ia64/include/reloc.h b/sys/ia64/include/reloc.h
index a8ce0b1..6e50536 100644
--- a/sys/ia64/include/reloc.h
+++ b/sys/ia64/include/reloc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
*
diff --git a/sys/ia64/include/resource.h b/sys/ia64/include/resource.h
index 28fcc98..edde5eb 100644
--- a/sys/ia64/include/resource.h
+++ b/sys/ia64/include/resource.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Copyright 1998 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/ia64/include/runq.h b/sys/ia64/include/runq.h
index 79fe17d..f5189a1 100644
--- a/sys/ia64/include/runq.h
+++ b/sys/ia64/include/runq.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org>
* All rights reserved.
*
diff --git a/sys/ia64/include/signal.h b/sys/ia64/include/signal.h
index 025b979..7665799 100644
--- a/sys/ia64/include/signal.h
+++ b/sys/ia64/include/signal.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* From: NetBSD: signal.h,v 1.3 1997/04/06 08:47:43 cgd Exp */
-/*
+/*-
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/ia64/include/unwind.h b/sys/ia64/include/unwind.h
index f203434..b1d512c 100644
--- a/sys/ia64/include/unwind.h
+++ b/sys/ia64/include/unwind.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/ia64/include/vmparam.h b/sys/ia64/include/vmparam.h
index 87d3741..65fbe99 100644
--- a/sys/ia64/include/vmparam.h
+++ b/sys/ia64/include/vmparam.h
@@ -2,7 +2,7 @@
/* From: NetBSD: vmparam.h,v 1.6 1997/09/23 23:23:23 mjacob Exp */
#ifndef _MACHINE_VMPARAM_H
#define _MACHINE_VMPARAM_H
-/*
+/*-
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
OpenPOWER on IntegriCloud