diff options
Diffstat (limited to 'sys/fs/smbfs')
-rw-r--r-- | sys/fs/smbfs/smbfs.h | 2 | ||||
-rw-r--r-- | sys/fs/smbfs/smbfs_io.c | 2 | ||||
-rw-r--r-- | sys/fs/smbfs/smbfs_node.c | 2 | ||||
-rw-r--r-- | sys/fs/smbfs/smbfs_node.h | 2 | ||||
-rw-r--r-- | sys/fs/smbfs/smbfs_smb.c | 2 | ||||
-rw-r--r-- | sys/fs/smbfs/smbfs_subr.c | 2 | ||||
-rw-r--r-- | sys/fs/smbfs/smbfs_subr.h | 2 | ||||
-rw-r--r-- | sys/fs/smbfs/smbfs_vfsops.c | 2 | ||||
-rw-r--r-- | sys/fs/smbfs/smbfs_vnops.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h index 8fa0346..9436b88 100644 --- a/sys/fs/smbfs/smbfs.h +++ b/sys/fs/smbfs/smbfs.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_io.c b/sys/fs/smbfs/smbfs_io.c index e43cef9..9e49732 100644 --- a/sys/fs/smbfs/smbfs_io.c +++ b/sys/fs/smbfs/smbfs_io.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_node.c b/sys/fs/smbfs/smbfs_node.c index 2ae0e01..8be8812 100644 --- a/sys/fs/smbfs/smbfs_node.c +++ b/sys/fs/smbfs/smbfs_node.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001 Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_node.h b/sys/fs/smbfs/smbfs_node.h index 7a8d545..4e92393 100644 --- a/sys/fs/smbfs/smbfs_node.h +++ b/sys/fs/smbfs/smbfs_node.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_smb.c b/sys/fs/smbfs/smbfs_smb.c index df2faee..ea1721e 100644 --- a/sys/fs/smbfs/smbfs_smb.c +++ b/sys/fs/smbfs/smbfs_smb.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001 Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_subr.c b/sys/fs/smbfs/smbfs_subr.c index 27cd62e..683b2bd 100644 --- a/sys/fs/smbfs/smbfs_subr.c +++ b/sys/fs/smbfs/smbfs_subr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_subr.h b/sys/fs/smbfs/smbfs_subr.h index bc1279f..34d2bbba 100644 --- a/sys/fs/smbfs/smbfs_subr.h +++ b/sys/fs/smbfs/smbfs_subr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c index ac928ef..93f58c6 100644 --- a/sys/fs/smbfs/smbfs_vfsops.c +++ b/sys/fs/smbfs/smbfs_vfsops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_vnops.c b/sys/fs/smbfs/smbfs_vnops.c index 51e4072..660421b 100644 --- a/sys/fs/smbfs/smbfs_vnops.c +++ b/sys/fs/smbfs/smbfs_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001 Boris Popov * All rights reserved. * |