summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-05 23:35:00 +0000
committerimp <imp@FreeBSD.org>2005-01-05 23:35:00 +0000
commit7be6bff9859e8f9fe836db75557755648bb4b174 (patch)
treebb395f05e941cb1419e5bac72814901923e01663
parent86f9a5d44a7e1e5f41826eda9ba8d92c631f162a (diff)
downloadFreeBSD-src-7be6bff9859e8f9fe836db75557755648bb4b174.zip
FreeBSD-src-7be6bff9859e8f9fe836db75557755648bb4b174.tar.gz
Start each of the license/copyright comments with /*-
-rw-r--r--sys/coda/cnode.h4
-rw-r--r--sys/coda/coda.h2
-rw-r--r--sys/coda/coda_fbsd.c2
-rw-r--r--sys/coda/coda_io.h4
-rw-r--r--sys/coda/coda_kernel.h2
-rw-r--r--sys/coda/coda_namecache.c4
-rw-r--r--sys/coda/coda_namecache.h4
-rw-r--r--sys/coda/coda_opstats.h2
-rw-r--r--sys/coda/coda_pioctl.h4
-rw-r--r--sys/coda/coda_psdev.c4
-rw-r--r--sys/coda/coda_psdev.h2
-rw-r--r--sys/coda/coda_subr.c4
-rw-r--r--sys/coda/coda_subr.h2
-rw-r--r--sys/coda/coda_venus.c2
-rw-r--r--sys/coda/coda_venus.h2
-rw-r--r--sys/coda/coda_vfsops.c4
-rw-r--r--sys/coda/coda_vfsops.h2
-rw-r--r--sys/coda/coda_vnops.c2
-rw-r--r--sys/coda/coda_vnops.h2
-rw-r--r--sys/fs/coda/cnode.h4
-rw-r--r--sys/fs/coda/coda.h2
-rw-r--r--sys/fs/coda/coda_fbsd.c2
-rw-r--r--sys/fs/coda/coda_io.h4
-rw-r--r--sys/fs/coda/coda_kernel.h2
-rw-r--r--sys/fs/coda/coda_namecache.c4
-rw-r--r--sys/fs/coda/coda_namecache.h4
-rw-r--r--sys/fs/coda/coda_opstats.h2
-rw-r--r--sys/fs/coda/coda_pioctl.h4
-rw-r--r--sys/fs/coda/coda_psdev.c4
-rw-r--r--sys/fs/coda/coda_psdev.h2
-rw-r--r--sys/fs/coda/coda_subr.c4
-rw-r--r--sys/fs/coda/coda_subr.h2
-rw-r--r--sys/fs/coda/coda_venus.c2
-rw-r--r--sys/fs/coda/coda_venus.h2
-rw-r--r--sys/fs/coda/coda_vfsops.c4
-rw-r--r--sys/fs/coda/coda_vfsops.h2
-rw-r--r--sys/fs/coda/coda_vnops.c2
-rw-r--r--sys/fs/coda/coda_vnops.h2
38 files changed, 54 insertions, 54 deletions
diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h
index 2a9cf0b..3041478 100644
--- a/sys/coda/cnode.h
+++ b/sys/coda/cnode.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
@@ -31,7 +31,7 @@
*
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* Copyright (c) 1989 Carnegie-Mellon University
diff --git a/sys/coda/coda.h b/sys/coda/coda.h
index 5fb352e..bd87a9e 100644
--- a/sys/coda/coda.h
+++ b/sys/coda/coda.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c
index 1605e7a..8fe503b 100644
--- a/sys/coda/coda_fbsd.c
+++ b/sys/coda/coda_fbsd.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h
index 4daede1..1985b01 100644
--- a/sys/coda/coda_io.h
+++ b/sys/coda/coda_io.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
@@ -31,7 +31,7 @@
*
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* Copyright (c) 1989 Carnegie-Mellon University
diff --git a/sys/coda/coda_kernel.h b/sys/coda/coda_kernel.h
index cc0fd95..fd365b8 100644
--- a/sys/coda/coda_kernel.h
+++ b/sys/coda/coda_kernel.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c
index 5f8106a..f8a79f5 100644
--- a/sys/coda/coda_namecache.c
+++ b/sys/coda/coda_namecache.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,7 +27,7 @@
*
* @(#) src/sys/coda/coda_namecache.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* Copyright (c) 1989 Carnegie-Mellon University
diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h
index 13bb99d..77f2cb1 100644
--- a/sys/coda/coda_namecache.h
+++ b/sys/coda/coda_namecache.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
@@ -31,7 +31,7 @@
*
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* Copyright (c) 1989 Carnegie-Mellon University
diff --git a/sys/coda/coda_opstats.h b/sys/coda/coda_opstats.h
index 8661a07..a8d52b3 100644
--- a/sys/coda/coda_opstats.h
+++ b/sys/coda/coda_opstats.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h
index a76c653..ea61b64 100644
--- a/sys/coda/coda_pioctl.h
+++ b/sys/coda/coda_pioctl.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
@@ -31,7 +31,7 @@
*
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
* Copyright (c) 1988 Carnegie-Mellon University
diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c
index 64db1ee..f17eacd 100644
--- a/sys/coda/coda_psdev.c
+++ b/sys/coda/coda_psdev.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,7 +27,7 @@
*
* @(#) src/sys/coda/coda_psdev.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
diff --git a/sys/coda/coda_psdev.h b/sys/coda/coda_psdev.h
index f135b34..5d1193ba 100644
--- a/sys/coda/coda_psdev.h
+++ b/sys/coda/coda_psdev.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c
index a59425f..99eb883 100644
--- a/sys/coda/coda_subr.c
+++ b/sys/coda/coda_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,7 +27,7 @@
*
* @(#) src/sys/coda/coda_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h
index 2b026eb..91bf122 100644
--- a/sys/coda/coda_subr.h
+++ b/sys/coda/coda_subr.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c
index 7e4d321..a222e7d 100644
--- a/sys/coda/coda_venus.c
+++ b/sys/coda/coda_venus.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
diff --git a/sys/coda/coda_venus.h b/sys/coda/coda_venus.h
index 473b84d..533ddcb 100644
--- a/sys/coda/coda_venus.h
+++ b/sys/coda/coda_venus.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c
index 2a23a6d..103946b 100644
--- a/sys/coda/coda_vfsops.c
+++ b/sys/coda/coda_vfsops.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,7 +27,7 @@
*
* @(#) src/sys/cfs/coda_vfsops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h
index 6d36232..53b55d4 100644
--- a/sys/coda/coda_vfsops.h
+++ b/sys/coda/coda_vfsops.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c
index 5ce7891..c204ef6 100644
--- a/sys/coda/coda_vnops.c
+++ b/sys/coda/coda_vnops.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h
index 8aae9b2..c07e9bc 100644
--- a/sys/coda/coda_vnops.h
+++ b/sys/coda/coda_vnops.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h
index 2a9cf0b..3041478 100644
--- a/sys/fs/coda/cnode.h
+++ b/sys/fs/coda/cnode.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
@@ -31,7 +31,7 @@
*
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* Copyright (c) 1989 Carnegie-Mellon University
diff --git a/sys/fs/coda/coda.h b/sys/fs/coda/coda.h
index 5fb352e..bd87a9e 100644
--- a/sys/fs/coda/coda.h
+++ b/sys/fs/coda/coda.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/fs/coda/coda_fbsd.c b/sys/fs/coda/coda_fbsd.c
index 1605e7a..8fe503b 100644
--- a/sys/fs/coda/coda_fbsd.c
+++ b/sys/fs/coda/coda_fbsd.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
diff --git a/sys/fs/coda/coda_io.h b/sys/fs/coda/coda_io.h
index 4daede1..1985b01 100644
--- a/sys/fs/coda/coda_io.h
+++ b/sys/fs/coda/coda_io.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
@@ -31,7 +31,7 @@
*
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* Copyright (c) 1989 Carnegie-Mellon University
diff --git a/sys/fs/coda/coda_kernel.h b/sys/fs/coda/coda_kernel.h
index cc0fd95..fd365b8 100644
--- a/sys/fs/coda/coda_kernel.h
+++ b/sys/fs/coda/coda_kernel.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/fs/coda/coda_namecache.c b/sys/fs/coda/coda_namecache.c
index 5f8106a..f8a79f5 100644
--- a/sys/fs/coda/coda_namecache.c
+++ b/sys/fs/coda/coda_namecache.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,7 +27,7 @@
*
* @(#) src/sys/coda/coda_namecache.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* Copyright (c) 1989 Carnegie-Mellon University
diff --git a/sys/fs/coda/coda_namecache.h b/sys/fs/coda/coda_namecache.h
index 13bb99d..77f2cb1 100644
--- a/sys/fs/coda/coda_namecache.h
+++ b/sys/fs/coda/coda_namecache.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
@@ -31,7 +31,7 @@
*
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* Copyright (c) 1989 Carnegie-Mellon University
diff --git a/sys/fs/coda/coda_opstats.h b/sys/fs/coda/coda_opstats.h
index 8661a07..a8d52b3 100644
--- a/sys/fs/coda/coda_opstats.h
+++ b/sys/fs/coda/coda_opstats.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/fs/coda/coda_pioctl.h b/sys/fs/coda/coda_pioctl.h
index a76c653..ea61b64 100644
--- a/sys/fs/coda/coda_pioctl.h
+++ b/sys/fs/coda/coda_pioctl.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
@@ -31,7 +31,7 @@
*
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
* Copyright (c) 1988 Carnegie-Mellon University
diff --git a/sys/fs/coda/coda_psdev.c b/sys/fs/coda/coda_psdev.c
index 64db1ee..f17eacd 100644
--- a/sys/fs/coda/coda_psdev.c
+++ b/sys/fs/coda/coda_psdev.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,7 +27,7 @@
*
* @(#) src/sys/coda/coda_psdev.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
diff --git a/sys/fs/coda/coda_psdev.h b/sys/fs/coda/coda_psdev.h
index f135b34..5d1193ba 100644
--- a/sys/fs/coda/coda_psdev.h
+++ b/sys/fs/coda/coda_psdev.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/fs/coda/coda_subr.c b/sys/fs/coda/coda_subr.c
index a59425f..99eb883 100644
--- a/sys/fs/coda/coda_subr.c
+++ b/sys/fs/coda/coda_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,7 +27,7 @@
*
* @(#) src/sys/coda/coda_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
diff --git a/sys/fs/coda/coda_subr.h b/sys/fs/coda/coda_subr.h
index 2b026eb..91bf122 100644
--- a/sys/fs/coda/coda_subr.h
+++ b/sys/fs/coda/coda_subr.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/fs/coda/coda_venus.c b/sys/fs/coda/coda_venus.c
index 7e4d321..a222e7d 100644
--- a/sys/fs/coda/coda_venus.c
+++ b/sys/fs/coda/coda_venus.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
diff --git a/sys/fs/coda/coda_venus.h b/sys/fs/coda/coda_venus.h
index 473b84d..533ddcb 100644
--- a/sys/fs/coda/coda_venus.h
+++ b/sys/fs/coda/coda_venus.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c
index 2a23a6d..103946b 100644
--- a/sys/fs/coda/coda_vfsops.c
+++ b/sys/fs/coda/coda_vfsops.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,7 +27,7 @@
*
* @(#) src/sys/cfs/coda_vfsops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
*/
-/*
+/*-
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
diff --git a/sys/fs/coda/coda_vfsops.h b/sys/fs/coda/coda_vfsops.h
index 6d36232..53b55d4 100644
--- a/sys/fs/coda/coda_vfsops.h
+++ b/sys/fs/coda/coda_vfsops.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c
index 5ce7891..c204ef6 100644
--- a/sys/fs/coda/coda_vnops.c
+++ b/sys/fs/coda/coda_vnops.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Coda: an Experimental Distributed File System
* Release 3.1
*
diff --git a/sys/fs/coda/coda_vnops.h b/sys/fs/coda/coda_vnops.h
index 8aae9b2..c07e9bc 100644
--- a/sys/fs/coda/coda_vnops.h
+++ b/sys/fs/coda/coda_vnops.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Coda: an Experimental Distributed File System
* Release 3.1
OpenPOWER on IntegriCloud