summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
committerimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
commitf0bf889d0d2ea7d83fd3b67266a98c89cdf14853 (patch)
treef453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/powerpc/include
parent4ddf4b47c4f62804a423937c4503ddae8f84c089 (diff)
downloadFreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.zip
FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.tar.gz
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/_limits.h2
-rw-r--r--sys/powerpc/include/asm.h2
-rw-r--r--sys/powerpc/include/bat.h2
-rw-r--r--sys/powerpc/include/bootinfo.h2
-rw-r--r--sys/powerpc/include/bus.h2
-rw-r--r--sys/powerpc/include/bus_memio.h2
-rw-r--r--sys/powerpc/include/bus_pio.h2
-rw-r--r--sys/powerpc/include/clock.h2
-rw-r--r--sys/powerpc/include/cpu.h2
-rw-r--r--sys/powerpc/include/db_machdep.h2
-rw-r--r--sys/powerpc/include/exec.h2
-rw-r--r--sys/powerpc/include/float.h2
-rw-r--r--sys/powerpc/include/floatingpoint.h2
-rw-r--r--sys/powerpc/include/frame.h2
-rw-r--r--sys/powerpc/include/ieee.h2
-rw-r--r--sys/powerpc/include/ieeefp.h2
-rw-r--r--sys/powerpc/include/interruptvar.h2
-rw-r--r--sys/powerpc/include/intr_machdep.h2
-rw-r--r--sys/powerpc/include/kdb.h2
-rw-r--r--sys/powerpc/include/limits.h2
-rw-r--r--sys/powerpc/include/metadata.h2
-rw-r--r--sys/powerpc/include/openpicvar.h2
-rw-r--r--sys/powerpc/include/pio.h2
-rw-r--r--sys/powerpc/include/powerpc.h2
-rw-r--r--sys/powerpc/include/profile.h2
-rw-r--r--sys/powerpc/include/psl.h2
-rw-r--r--sys/powerpc/include/ptrace.h2
-rw-r--r--sys/powerpc/include/reloc.h2
-rw-r--r--sys/powerpc/include/resource.h2
-rw-r--r--sys/powerpc/include/runq.h2
-rw-r--r--sys/powerpc/include/signal.h2
-rw-r--r--sys/powerpc/include/spr.h2
-rw-r--r--sys/powerpc/include/sr.h2
-rw-r--r--sys/powerpc/include/trap.h2
-rw-r--r--sys/powerpc/include/ucontext.h2
35 files changed, 35 insertions, 35 deletions
diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h
index b37fcf0..260475d 100644
--- a/sys/powerpc/include/_limits.h
+++ b/sys/powerpc/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/powerpc/include/asm.h b/sys/powerpc/include/asm.h
index 96fc147..34d8ad6 100644
--- a/sys/powerpc/include/asm.h
+++ b/sys/powerpc/include/asm.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
* All rights reserved.
diff --git a/sys/powerpc/include/bat.h b/sys/powerpc/include/bat.h
index a76b383..27c6d5a 100644
--- a/sys/powerpc/include/bat.h
+++ b/sys/powerpc/include/bat.h
@@ -34,7 +34,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
* All rights reserved.
diff --git a/sys/powerpc/include/bootinfo.h b/sys/powerpc/include/bootinfo.h
index c1ff9d5..aa967ac 100644
--- a/sys/powerpc/include/bootinfo.h
+++ b/sys/powerpc/include/bootinfo.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/powerpc/include/bus.h b/sys/powerpc/include/bus.h
index bb5f357..19e8c41 100644
--- a/sys/powerpc/include/bus.h
+++ b/sys/powerpc/include/bus.h
@@ -35,7 +35,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/powerpc/include/bus_memio.h b/sys/powerpc/include/bus_memio.h
index f27ce00..2441000 100644
--- a/sys/powerpc/include/bus_memio.h
+++ b/sys/powerpc/include/bus_memio.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 Justin Gibbs.
* All rights reserved.
*
diff --git a/sys/powerpc/include/bus_pio.h b/sys/powerpc/include/bus_pio.h
index 06a996b..aba61df 100644
--- a/sys/powerpc/include/bus_pio.h
+++ b/sys/powerpc/include/bus_pio.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 Justin Gibbs.
* All rights reserved.
*
diff --git a/sys/powerpc/include/clock.h b/sys/powerpc/include/clock.h
index a3bb564..fb45259 100644
--- a/sys/powerpc/include/clock.h
+++ b/sys/powerpc/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/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index abe7ef4..73a882b 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1995-1997 Wolfgang Solfrank.
* Copyright (C) 1995-1997 TooLs GmbH.
* All rights reserved.
diff --git a/sys/powerpc/include/db_machdep.h b/sys/powerpc/include/db_machdep.h
index c5568e4..8873d43 100644
--- a/sys/powerpc/include/db_machdep.h
+++ b/sys/powerpc/include/db_machdep.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
* All Rights Reserved.
diff --git a/sys/powerpc/include/exec.h b/sys/powerpc/include/exec.h
index afa3b12..dca62d2 100644
--- a/sys/powerpc/include/exec.h
+++ b/sys/powerpc/include/exec.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 David E. O'Brien
* All rights reserved.
*
diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h
index 77b4044..5ac715a 100644
--- a/sys/powerpc/include/float.h
+++ b/sys/powerpc/include/float.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
diff --git a/sys/powerpc/include/floatingpoint.h b/sys/powerpc/include/floatingpoint.h
index 4b5c23d..e62e474 100644
--- a/sys/powerpc/include/floatingpoint.h
+++ b/sys/powerpc/include/floatingpoint.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Suleiman Souhlal <refugee@segfaulted.com>
* All rights reserved.
*
diff --git a/sys/powerpc/include/frame.h b/sys/powerpc/include/frame.h
index ae0103b..dcb4f7a 100644
--- a/sys/powerpc/include/frame.h
+++ b/sys/powerpc/include/frame.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
* All rights reserved.
diff --git a/sys/powerpc/include/ieee.h b/sys/powerpc/include/ieee.h
index 9176de0..793012d 100644
--- a/sys/powerpc/include/ieee.h
+++ b/sys/powerpc/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/powerpc/include/ieeefp.h b/sys/powerpc/include/ieeefp.h
index 42701e2..820fffe 100644
--- a/sys/powerpc/include/ieeefp.h
+++ b/sys/powerpc/include/ieeefp.h
@@ -1,4 +1,4 @@
-/*
+/* -
* Written by J.T. Conklin, Apr 6, 1995
* Public domain.
* $NetBSD: ieeefp.h,v 1.2 1999/07/07 01:52:26 danw Exp $
diff --git a/sys/powerpc/include/interruptvar.h b/sys/powerpc/include/interruptvar.h
index 22ecddbf..3a8a482 100644
--- a/sys/powerpc/include/interruptvar.h
+++ b/sys/powerpc/include/interruptvar.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Peter Grehan
* All rights reserved.
*
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h
index 38de274..f4024d3 100644
--- a/sys/powerpc/include/intr_machdep.h
+++ b/sys/powerpc/include/intr_machdep.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 2002 Benno Rice.
* All rights reserved.
*
diff --git a/sys/powerpc/include/kdb.h b/sys/powerpc/include/kdb.h
index 7193641..2cfc063 100644
--- a/sys/powerpc/include/kdb.h
+++ b/sys/powerpc/include/kdb.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h
index b7810fd..8e3bb11 100644
--- a/sys/powerpc/include/limits.h
+++ b/sys/powerpc/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/powerpc/include/metadata.h b/sys/powerpc/include/metadata.h
index ec5e2c2..124d46b 100644
--- a/sys/powerpc/include/metadata.h
+++ b/sys/powerpc/include/metadata.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Jake Burkholder.
* All rights reserved.
*
diff --git a/sys/powerpc/include/openpicvar.h b/sys/powerpc/include/openpicvar.h
index 5001b9b..850580e 100644
--- a/sys/powerpc/include/openpicvar.h
+++ b/sys/powerpc/include/openpicvar.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 2002 Benno Rice.
* All rights reserved.
*
diff --git a/sys/powerpc/include/pio.h b/sys/powerpc/include/pio.h
index 761eb17..bf2cb5b 100644
--- a/sys/powerpc/include/pio.h
+++ b/sys/powerpc/include/pio.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/powerpc/include/powerpc.h b/sys/powerpc/include/powerpc.h
index a2fa346..3de0788 100644
--- a/sys/powerpc/include/powerpc.h
+++ b/sys/powerpc/include/powerpc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1996 Wolfgang Solfrank.
* Copyright (C) 1996 TooLs GmbH.
* All rights reserved.
diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h
index f7ee088..57e0539 100644
--- a/sys/powerpc/include/profile.h
+++ b/sys/powerpc/include/profile.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/powerpc/include/psl.h b/sys/powerpc/include/psl.h
index e6e2b26..a7ab6f1 100644
--- a/sys/powerpc/include/psl.h
+++ b/sys/powerpc/include/psl.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
* All rights reserved.
diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h
index adfc79c..eef24f8 100644
--- a/sys/powerpc/include/ptrace.h
+++ b/sys/powerpc/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/powerpc/include/reloc.h b/sys/powerpc/include/reloc.h
index a8ce0b1..6e50536 100644
--- a/sys/powerpc/include/reloc.h
+++ b/sys/powerpc/include/reloc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
*
diff --git a/sys/powerpc/include/resource.h b/sys/powerpc/include/resource.h
index 28fcc98..edde5eb 100644
--- a/sys/powerpc/include/resource.h
+++ b/sys/powerpc/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/powerpc/include/runq.h b/sys/powerpc/include/runq.h
index 2a21bfa..e906fa1 100644
--- a/sys/powerpc/include/runq.h
+++ b/sys/powerpc/include/runq.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org>
* All rights reserved.
*
diff --git a/sys/powerpc/include/signal.h b/sys/powerpc/include/signal.h
index db7f9c2..b1f32e6 100644
--- a/sys/powerpc/include/signal.h
+++ b/sys/powerpc/include/signal.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
* All rights reserved.
diff --git a/sys/powerpc/include/spr.h b/sys/powerpc/include/spr.h
index 1de0676..7fa09d0 100644
--- a/sys/powerpc/include/spr.h
+++ b/sys/powerpc/include/spr.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/sys/powerpc/include/sr.h b/sys/powerpc/include/sr.h
index 4a5525a..2ef7b35 100644
--- a/sys/powerpc/include/sr.h
+++ b/sys/powerpc/include/sr.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 2002 Benno Rice.
* All rights reserved.
*
diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h
index 2883e1e..6cb1c1a 100644
--- a/sys/powerpc/include/trap.h
+++ b/sys/powerpc/include/trap.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
* All rights reserved.
diff --git a/sys/powerpc/include/ucontext.h b/sys/powerpc/include/ucontext.h
index 85484fb..58b6a80 100644
--- a/sys/powerpc/include/ucontext.h
+++ b/sys/powerpc/include/ucontext.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
* All rights reserved.
OpenPOWER on IntegriCloud