Module Name: src
Committed By: pooka
Date: Wed May 20 14:08:21 UTC 2009
Modified Files:
src/usr.sbin/puffs/mount_psshfs: fs.c mount_psshfs.8 node.c psbuf.c
psshfs.c psshfs.h
Log Message:
Copyright year management. no functional change (unless sarah disagrees)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/puffs/mount_psshfs/fs.c
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8
cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/puffs/mount_psshfs/psbuf.c
cvs rdiff -u -r1.51 -r1.52 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/puffs/mount_psshfs/psshfs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/puffs/mount_psshfs/fs.c
diff -u src/usr.sbin/puffs/mount_psshfs/fs.c:1.19 src/usr.sbin/puffs/mount_psshfs/fs.c:1.20
--- src/usr.sbin/puffs/mount_psshfs/fs.c:1.19 Wed May 20 13:56:36 2009
+++ src/usr.sbin/puffs/mount_psshfs/fs.c Wed May 20 14:08:21 2009
@@ -1,7 +1,7 @@
-/* $NetBSD: fs.c,v 1.19 2009/05/20 13:56:36 pooka Exp $ */
+/* $NetBSD: fs.c,v 1.20 2009/05/20 14:08:21 pooka Exp $ */
/*
- * Copyright (c) 2006 Antti Kantee. All Rights Reserved.
+ * Copyright (c) 2006-2009 Antti Kantee. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fs.c,v 1.19 2009/05/20 13:56:36 pooka Exp $");
+__RCSID("$NetBSD: fs.c,v 1.20 2009/05/20 14:08:21 pooka Exp $");
#endif /* !lint */
#include <err.h>
Index: src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8
diff -u src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8:1.20 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8:1.21
--- src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8:1.20 Wed May 20 13:56:36 2009
+++ src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8 Wed May 20 14:08:21 2009
@@ -1,6 +1,6 @@
-.\" $NetBSD: mount_psshfs.8,v 1.20 2009/05/20 13:56:36 pooka Exp $
+.\" $NetBSD: mount_psshfs.8,v 1.21 2009/05/20 14:08:21 pooka Exp $
.\"
-.\" Copyright (c) 2007 Antti Kantee. All rights reserved.
+.\" Copyright (c) 2007-2009 Antti Kantee. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
Index: src/usr.sbin/puffs/mount_psshfs/node.c
diff -u src/usr.sbin/puffs/mount_psshfs/node.c:1.57 src/usr.sbin/puffs/mount_psshfs/node.c:1.58
--- src/usr.sbin/puffs/mount_psshfs/node.c:1.57 Wed May 20 13:56:36 2009
+++ src/usr.sbin/puffs/mount_psshfs/node.c Wed May 20 14:08:21 2009
@@ -1,7 +1,7 @@
-/* $NetBSD: node.c,v 1.57 2009/05/20 13:56:36 pooka Exp $ */
+/* $NetBSD: node.c,v 1.58 2009/05/20 14:08:21 pooka Exp $ */
/*
- * Copyright (c) 2006 Antti Kantee. All Rights Reserved.
+ * Copyright (c) 2006-2009 Antti Kantee. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: node.c,v 1.57 2009/05/20 13:56:36 pooka Exp $");
+__RCSID("$NetBSD: node.c,v 1.58 2009/05/20 14:08:21 pooka Exp $");
#endif /* !lint */
#include <assert.h>
Index: src/usr.sbin/puffs/mount_psshfs/psbuf.c
diff -u src/usr.sbin/puffs/mount_psshfs/psbuf.c:1.13 src/usr.sbin/puffs/mount_psshfs/psbuf.c:1.14
--- src/usr.sbin/puffs/mount_psshfs/psbuf.c:1.13 Sat Sep 6 12:29:57 2008
+++ src/usr.sbin/puffs/mount_psshfs/psbuf.c Wed May 20 14:08:21 2009
@@ -1,7 +1,7 @@
-/* $NetBSD: psbuf.c,v 1.13 2008/09/06 12:29:57 pooka Exp $ */
+/* $NetBSD: psbuf.c,v 1.14 2009/05/20 14:08:21 pooka Exp $ */
/*
- * Copyright (c) 2006, 2007 Antti Kantee. All Rights Reserved.
+ * Copyright (c) 2006-2009 Antti Kantee. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: psbuf.c,v 1.13 2008/09/06 12:29:57 pooka Exp $");
+__RCSID("$NetBSD: psbuf.c,v 1.14 2009/05/20 14:08:21 pooka Exp $");
#endif /* !lint */
/*
Index: src/usr.sbin/puffs/mount_psshfs/psshfs.c
diff -u src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.51 src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.52
--- src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.51 Wed May 20 13:56:36 2009
+++ src/usr.sbin/puffs/mount_psshfs/psshfs.c Wed May 20 14:08:21 2009
@@ -1,7 +1,7 @@
-/* $NetBSD: psshfs.c,v 1.51 2009/05/20 13:56:36 pooka Exp $ */
+/* $NetBSD: psshfs.c,v 1.52 2009/05/20 14:08:21 pooka Exp $ */
/*
- * Copyright (c) 2006 Antti Kantee. All Rights Reserved.
+ * Copyright (c) 2006-2009 Antti Kantee. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: psshfs.c,v 1.51 2009/05/20 13:56:36 pooka Exp $");
+__RCSID("$NetBSD: psshfs.c,v 1.52 2009/05/20 14:08:21 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>
Index: src/usr.sbin/puffs/mount_psshfs/psshfs.h
diff -u src/usr.sbin/puffs/mount_psshfs/psshfs.h:1.36 src/usr.sbin/puffs/mount_psshfs/psshfs.h:1.37
--- src/usr.sbin/puffs/mount_psshfs/psshfs.h:1.36 Wed May 20 13:56:36 2009
+++ src/usr.sbin/puffs/mount_psshfs/psshfs.h Wed May 20 14:08:21 2009
@@ -1,7 +1,7 @@
-/* $NetBSD: psshfs.h,v 1.36 2009/05/20 13:56:36 pooka Exp $ */
+/* $NetBSD: psshfs.h,v 1.37 2009/05/20 14:08:21 pooka Exp $ */
/*
- * Copyright (c) 2006, 2007 Antti Kantee. All Rights Reserved.
+ * Copyright (c) 2006-2009 Antti Kantee. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions