aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-05 22:16:58 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-05 22:16:58 +0000
commit6a0fd84b508c4d09b53851577f61aea52e6434d8 (patch)
tree98cd255ea8bfadcf52b92e7e8847f10a481c7e5c /sys
parent48ffcc865829ce2a6027d5095970676718a2d841 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/efi/include/README3
-rw-r--r--sys/boot/efi/libefi/efiboot.h2
-rw-r--r--sys/boot/efi/libefi/time.c2
-rw-r--r--sys/boot/ia64/efi/conf.c2
-rw-r--r--sys/boot/ia64/efi/efimd.c2
-rw-r--r--sys/boot/ia64/ski/acpi_stub.c2
-rw-r--r--sys/boot/ia64/ski/conf.c2
-rw-r--r--sys/boot/ia64/ski/efi_stub.c2
-rw-r--r--sys/boot/ia64/ski/elf_freebsd.c2
-rw-r--r--sys/boot/ia64/ski/pal_stub.S2
-rw-r--r--sys/boot/ia64/ski/sal_stub.c2
-rw-r--r--sys/boot/ia64/ski/start.S2
-rw-r--r--sys/boot/ia64/ski/time.c2
-rw-r--r--sys/boot/ofw/libofw/libofw.h2
-rw-r--r--sys/boot/ofw/libofw/ofw_console.c2
-rw-r--r--sys/boot/ofw/libofw/ofw_disk.c2
-rw-r--r--sys/boot/ofw/libofw/ofw_memory.c2
-rw-r--r--sys/boot/ofw/libofw/ofw_net.c2
-rw-r--r--sys/boot/ofw/libofw/ofw_reboot.c2
-rw-r--r--sys/boot/ofw/libofw/ofw_time.c2
-rw-r--r--sys/boot/ofw/libofw/openfirm.c4
-rw-r--r--sys/boot/ofw/libofw/openfirm.h4
-rw-r--r--sys/boot/powerpc/loader/start.c2
-rw-r--r--sys/boot/powerpc/ofw/start.c2
-rw-r--r--sys/boot/sparc64/boot1/boot1.c2
-rw-r--r--sys/boot/sparc64/loader/locore.S2
-rw-r--r--sys/boot/sparc64/loader/main.c2
27 files changed, 31 insertions, 28 deletions
diff --git a/sys/boot/efi/include/README b/sys/boot/efi/include/README
index 151bac9737d0..bf821fae7e60 100644
--- a/sys/boot/efi/include/README
+++ b/sys/boot/efi/include/README
@@ -1,4 +1,5 @@
/* $FreeBSD$ */
+/*-
Files in this directory and subdirectories are subject to the following
copyright unless superceded or supplemented by additional specific license
@@ -31,3 +32,5 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE. THE EFI SPECIFICATION AND ALL
OTHER INFORMATION ON THIS WEB SITE ARE PROVIDED "AS IS" WITH NO
WARRANTIES, AND ARE SUBJECT TO CHANGE WITHOUT NOTICE.
+
+*/
diff --git a/sys/boot/efi/libefi/efiboot.h b/sys/boot/efi/libefi/efiboot.h
index 18af3f4bc087..d93213b77885 100644
--- a/sys/boot/efi/libefi/efiboot.h
+++ b/sys/boot/efi/libefi/efiboot.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1996
* Matthias Drochner. All rights reserved.
*
diff --git a/sys/boot/efi/libefi/time.c b/sys/boot/efi/libefi/time.c
index 3ca456e22b9b..4cdba6be81b4 100644
--- a/sys/boot/efi/libefi/time.c
+++ b/sys/boot/efi/libefi/time.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000
* Intel Corporation.
* All rights reserved.
diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c
index 145b16b86115..8a250e6e8c69 100644
--- a/sys/boot/ia64/efi/conf.c
+++ b/sys/boot/ia64/efi/conf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997
* Matthias Drochner. All rights reserved.
*
diff --git a/sys/boot/ia64/efi/efimd.c b/sys/boot/ia64/efi/efimd.c
index 1ff40901e1ed..accf6c227bf8 100644
--- a/sys/boot/ia64/efi/efimd.c
+++ b/sys/boot/ia64/efi/efimd.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/boot/ia64/ski/acpi_stub.c b/sys/boot/ia64/ski/acpi_stub.c
index 814ec23a851c..caebc7b8d9f9 100644
--- a/sys/boot/ia64/ski/acpi_stub.c
+++ b/sys/boot/ia64/ski/acpi_stub.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c
index 5066a77f13cb..8075371dd4bc 100644
--- a/sys/boot/ia64/ski/conf.c
+++ b/sys/boot/ia64/ski/conf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997
* Matthias Drochner. All rights reserved.
*
diff --git a/sys/boot/ia64/ski/efi_stub.c b/sys/boot/ia64/ski/efi_stub.c
index d75e41ad96b3..20a20b47fb9a 100644
--- a/sys/boot/ia64/ski/efi_stub.c
+++ b/sys/boot/ia64/ski/efi_stub.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003,2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/boot/ia64/ski/elf_freebsd.c b/sys/boot/ia64/ski/elf_freebsd.c
index 4f5804706e3d..42481d678076 100644
--- a/sys/boot/ia64/ski/elf_freebsd.c
+++ b/sys/boot/ia64/ski/elf_freebsd.c
@@ -36,7 +36,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/boot/ia64/ski/pal_stub.S b/sys/boot/ia64/ski/pal_stub.S
index e2476613668a..81fbd080e3f4 100644
--- a/sys/boot/ia64/ski/pal_stub.S
+++ b/sys/boot/ia64/ski/pal_stub.S
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Marcel Moolenaar
* Copyright (c) 2001 Doug Rabson
* All rights reserved.
diff --git a/sys/boot/ia64/ski/sal_stub.c b/sys/boot/ia64/ski/sal_stub.c
index b5661a395b11..1ebbb4cc24bd 100644
--- a/sys/boot/ia64/ski/sal_stub.c
+++ b/sys/boot/ia64/ski/sal_stub.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/boot/ia64/ski/start.S b/sys/boot/ia64/ski/start.S
index b3ef1ddb839a..0bd10e928d04 100644
--- a/sys/boot/ia64/ski/start.S
+++ b/sys/boot/ia64/ski/start.S
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/boot/ia64/ski/time.c b/sys/boot/ia64/ski/time.c
index c66bdee36f8a..7aa71202d10a 100644
--- a/sys/boot/ia64/ski/time.c
+++ b/sys/boot/ia64/ski/time.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000
* Intel Corporation.
* All rights reserved.
diff --git a/sys/boot/ofw/libofw/libofw.h b/sys/boot/ofw/libofw/libofw.h
index f3a2d8c05423..df2cd5133ca3 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 a0c9f023fa8e..67333ff106fa 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 d241aed19d28..dfeafe05d4b5 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 5239fa2be8ee..90e98af89bc2 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 cb85eeaa41d9..456709cd7da9 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 cb1cf590825f..bbb420ac1767 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 581bf22320c9..f53997dc059f 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 b1d2b402b487..678b2cf8e7ab 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 40382cdd5022..a0e9c65ccad1 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.
*
diff --git a/sys/boot/powerpc/loader/start.c b/sys/boot/powerpc/loader/start.c
index 3813eb52b3d7..ff3fcd88c5a2 100644
--- a/sys/boot/powerpc/loader/start.c
+++ b/sys/boot/powerpc/loader/start.c
@@ -1,5 +1,5 @@
/* $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.
diff --git a/sys/boot/powerpc/ofw/start.c b/sys/boot/powerpc/ofw/start.c
index 3813eb52b3d7..ff3fcd88c5a2 100644
--- a/sys/boot/powerpc/ofw/start.c
+++ b/sys/boot/powerpc/ofw/start.c
@@ -1,5 +1,5 @@
/* $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.
diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c
index 4c2786f755a8..813da29f4ecf 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 c1b3e2bd7eb4..5eb69351815d 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 9a8a8faa9612..c93e61038898 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.