aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
commit60727d8b86294910d41cbda1a50a855ea0537449 (patch)
treef453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/sparc64/include
parent3f3b6d74ce55da65e54fcb7391c4b043347b474d (diff)
/* -> /*- for license, minor formatting changes
Notes
Notes: svn path=/head/; revision=139825
Diffstat (limited to 'sys/sparc64/include')
-rw-r--r--sys/sparc64/include/_limits.h2
-rw-r--r--sys/sparc64/include/bus_common.h2
-rw-r--r--sys/sparc64/include/bus_memio.h2
-rw-r--r--sys/sparc64/include/bus_pio.h2
-rw-r--r--sys/sparc64/include/cache.h2
-rw-r--r--sys/sparc64/include/db_machdep.h2
-rw-r--r--sys/sparc64/include/eeprom.h2
-rw-r--r--sys/sparc64/include/float.h2
-rw-r--r--sys/sparc64/include/floatingpoint.h2
-rw-r--r--sys/sparc64/include/gdb_machdep.h2
-rw-r--r--sys/sparc64/include/idprom.h2
-rw-r--r--sys/sparc64/include/ieee.h2
-rw-r--r--sys/sparc64/include/ieeefp.h2
-rw-r--r--sys/sparc64/include/instr.h2
-rw-r--r--sys/sparc64/include/iommureg.h2
-rw-r--r--sys/sparc64/include/iommuvar.h2
-rw-r--r--sys/sparc64/include/kdb.h2
-rw-r--r--sys/sparc64/include/limits.h2
-rw-r--r--sys/sparc64/include/metadata.h2
-rw-r--r--sys/sparc64/include/ofw_nexus.h2
-rw-r--r--sys/sparc64/include/ofw_upa.h2
-rw-r--r--sys/sparc64/include/pmap.h2
-rw-r--r--sys/sparc64/include/proc.h2
-rw-r--r--sys/sparc64/include/profile.h2
-rw-r--r--sys/sparc64/include/ptrace.h2
-rw-r--r--sys/sparc64/include/reloc.h2
-rw-r--r--sys/sparc64/include/resource.h2
-rw-r--r--sys/sparc64/include/runq.h2
-rw-r--r--sys/sparc64/include/signal.h2
-rw-r--r--sys/sparc64/include/stdarg.h2
-rw-r--r--sys/sparc64/include/varargs.h2
31 files changed, 31 insertions, 31 deletions
diff --git a/sys/sparc64/include/_limits.h b/sys/sparc64/include/_limits.h
index 353711c3cb16..5ec6df78b885 100644
--- a/sys/sparc64/include/_limits.h
+++ b/sys/sparc64/include/_limits.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/sparc64/include/bus_common.h b/sys/sparc64/include/bus_common.h
index 845e11e7d878..216f592c8d5c 100644
--- a/sys/sparc64/include/bus_common.h
+++ b/sys/sparc64/include/bus_common.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/sparc64/include/bus_memio.h b/sys/sparc64/include/bus_memio.h
index f27ce0018fe8..24410006b93c 100644
--- a/sys/sparc64/include/bus_memio.h
+++ b/sys/sparc64/include/bus_memio.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 Justin Gibbs.
* All rights reserved.
*
diff --git a/sys/sparc64/include/bus_pio.h b/sys/sparc64/include/bus_pio.h
index 06a996b56095..aba61dfddfcd 100644
--- a/sys/sparc64/include/bus_pio.h
+++ b/sys/sparc64/include/bus_pio.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 Justin Gibbs.
* All rights reserved.
*
diff --git a/sys/sparc64/include/cache.h b/sys/sparc64/include/cache.h
index c4aa506a87dc..d0cf824fdd7b 100644
--- a/sys/sparc64/include/cache.h
+++ b/sys/sparc64/include/cache.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1996
* The President and Fellows of Harvard College. All rights reserved.
* Copyright (c) 1992, 1993
diff --git a/sys/sparc64/include/db_machdep.h b/sys/sparc64/include/db_machdep.h
index bb29debe249f..439df3699df5 100644
--- a/sys/sparc64/include/db_machdep.h
+++ b/sys/sparc64/include/db_machdep.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Mach Operating System
* Copyright (c) 1991,1990 Carnegie Mellon University
* All Rights Reserved.
diff --git a/sys/sparc64/include/eeprom.h b/sys/sparc64/include/eeprom.h
index 21bd3d3e6021..bd5a7fe712ed 100644
--- a/sys/sparc64/include/eeprom.h
+++ b/sys/sparc64/include/eeprom.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 1994 Gordon W. Ross
diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h
index 6526c5f12e92..cf78df0c6b55 100644
--- a/sys/sparc64/include/float.h
+++ b/sys/sparc64/include/float.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992, 1993, 2001
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/sparc64/include/floatingpoint.h b/sys/sparc64/include/floatingpoint.h
index 74f995d53afd..d47756a00c6c 100644
--- a/sys/sparc64/include/floatingpoint.h
+++ b/sys/sparc64/include/floatingpoint.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 David O'Brien <obrien@FreeBSD.org>.
* All rights reserved.
*
diff --git a/sys/sparc64/include/gdb_machdep.h b/sys/sparc64/include/gdb_machdep.h
index 27fbe46c7e1a..efbc5e78524b 100644
--- a/sys/sparc64/include/gdb_machdep.h
+++ b/sys/sparc64/include/gdb_machdep.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/sparc64/include/idprom.h b/sys/sparc64/include/idprom.h
index 1f500b8afcb0..df76a7f73122 100644
--- a/sys/sparc64/include/idprom.h
+++ b/sys/sparc64/include/idprom.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1993 Adam Glass
* All rights reserved.
*
diff --git a/sys/sparc64/include/ieee.h b/sys/sparc64/include/ieee.h
index 929460844bf2..82ba9a1ae62f 100644
--- a/sys/sparc64/include/ieee.h
+++ b/sys/sparc64/include/ieee.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/sparc64/include/ieeefp.h b/sys/sparc64/include/ieeefp.h
index 6fb8d567669d..11264949acee 100644
--- a/sys/sparc64/include/ieeefp.h
+++ b/sys/sparc64/include/ieeefp.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Written by J.T. Conklin, Apr 6, 1995
* Public domain.
* $FreeBSD$
diff --git a/sys/sparc64/include/instr.h b/sys/sparc64/include/instr.h
index 57ab1e6597a7..d6befbbc3ffe 100644
--- a/sys/sparc64/include/instr.h
+++ b/sys/sparc64/include/instr.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994 David S. Miller, davem@nadzieja.rutgers.edu
* Copyright (c) 1995 Paul Kranenburg
* Copyright (c) 2001 Thomas Moestl <tmm@FreeBSD.org>
diff --git a/sys/sparc64/include/iommureg.h b/sys/sparc64/include/iommureg.h
index 88b626ab5a66..e36d837f7a29 100644
--- a/sys/sparc64/include/iommureg.h
+++ b/sys/sparc64/include/iommureg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/sparc64/include/iommuvar.h b/sys/sparc64/include/iommuvar.h
index 2bdf55d7505f..9c290c0748cb 100644
--- a/sys/sparc64/include/iommuvar.h
+++ b/sys/sparc64/include/iommuvar.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999 Matthew R. Green
* All rights reserved.
*
diff --git a/sys/sparc64/include/kdb.h b/sys/sparc64/include/kdb.h
index baf6fa2dc660..e5b39c04d2bb 100644
--- a/sys/sparc64/include/kdb.h
+++ b/sys/sparc64/include/kdb.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/sparc64/include/limits.h b/sys/sparc64/include/limits.h
index b0de83dceee6..6d3833765b63 100644
--- a/sys/sparc64/include/limits.h
+++ b/sys/sparc64/include/limits.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/sparc64/include/metadata.h b/sys/sparc64/include/metadata.h
index dca626f7055c..d14e1f150d63 100644
--- a/sys/sparc64/include/metadata.h
+++ b/sys/sparc64/include/metadata.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Jake Burkholder.
* All rights reserved.
*
diff --git a/sys/sparc64/include/ofw_nexus.h b/sys/sparc64/include/ofw_nexus.h
index 7ee0c401910e..959c9d234c4b 100644
--- a/sys/sparc64/include/ofw_nexus.h
+++ b/sys/sparc64/include/ofw_nexus.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998, 1999 Eduardo E. Horvath
* Copyright (c) 1999 Matthew R. Green
* All rights reserved.
diff --git a/sys/sparc64/include/ofw_upa.h b/sys/sparc64/include/ofw_upa.h
index 7ee0c401910e..959c9d234c4b 100644
--- a/sys/sparc64/include/ofw_upa.h
+++ b/sys/sparc64/include/ofw_upa.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998, 1999 Eduardo E. Horvath
* Copyright (c) 1999 Matthew R. Green
* All rights reserved.
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h
index ed7f60ecb6b1..0b775ca73a69 100644
--- a/sys/sparc64/include/pmap.h
+++ b/sys/sparc64/include/pmap.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
*
diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h
index c7de9bcc365e..3dbd1f408a58 100644
--- a/sys/sparc64/include/proc.h
+++ b/sys/sparc64/include/proc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
*
diff --git a/sys/sparc64/include/profile.h b/sys/sparc64/include/profile.h
index 2340b4744f4d..8779ea59024c 100644
--- a/sys/sparc64/include/profile.h
+++ b/sys/sparc64/include/profile.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/sparc64/include/ptrace.h b/sys/sparc64/include/ptrace.h
index dd4ff6e7dfd4..49b1e1c0ee9a 100644
--- a/sys/sparc64/include/ptrace.h
+++ b/sys/sparc64/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/sparc64/include/reloc.h b/sys/sparc64/include/reloc.h
index a8ce0b106ab0..6e5053602772 100644
--- a/sys/sparc64/include/reloc.h
+++ b/sys/sparc64/include/reloc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
*
diff --git a/sys/sparc64/include/resource.h b/sys/sparc64/include/resource.h
index 783a1c468a38..229d14f253b0 100644
--- a/sys/sparc64/include/resource.h
+++ b/sys/sparc64/include/resource.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 1998 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/sparc64/include/runq.h b/sys/sparc64/include/runq.h
index 9f844b69fe5f..6d03646fd539 100644
--- a/sys/sparc64/include/runq.h
+++ b/sys/sparc64/include/runq.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org>
* All rights reserved.
*
diff --git a/sys/sparc64/include/signal.h b/sys/sparc64/include/signal.h
index 45e352f02820..853814c8fb49 100644
--- a/sys/sparc64/include/signal.h
+++ b/sys/sparc64/include/signal.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/sparc64/include/stdarg.h b/sys/sparc64/include/stdarg.h
index 3f8b615334e2..bd4e9ddeb905 100644
--- a/sys/sparc64/include/stdarg.h
+++ b/sys/sparc64/include/stdarg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 David E. O'Brien. All rights reserved.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/sparc64/include/varargs.h b/sys/sparc64/include/varargs.h
index c9403eedc892..165e8078a7a0 100644
--- a/sys/sparc64/include/varargs.h
+++ b/sys/sparc64/include/varargs.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 David E. O'Brien. All rights reserved.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.