From 611ad93ac79a8a4a8adf18bcbcd9a7e3ca9ce0e0 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 25 Apr 2007 16:19:15 +0000 Subject: update copyright dates --- lib/fuse.c | 2 +- lib/fuse_i.h | 2 +- lib/fuse_kern_chan.c | 2 +- lib/fuse_loop.c | 2 +- lib/fuse_loop_mt.c | 2 +- lib/fuse_lowlevel.c | 2 +- lib/fuse_misc.h | 2 +- lib/fuse_mt.c | 2 +- lib/fuse_opt.c | 2 +- lib/fuse_session.c | 2 +- lib/fuse_signals.c | 2 +- lib/helper.c | 2 +- lib/mount.c | 2 +- lib/mount_util.c | 2 +- lib/mount_util.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'lib') diff --git a/lib/fuse.c b/lib/fuse.c index 78a2547..66f5fe7 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_i.h b/lib/fuse_i.h index c2c8358..8820353 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_kern_chan.c b/lib/fuse_kern_chan.c index ed9d0c6..622b48d 100644 --- a/lib/fuse_kern_chan.c +++ b/lib/fuse_kern_chan.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_loop.c b/lib/fuse_loop.c index af85269..2a74244 100644 --- a/lib/fuse_loop.c +++ b/lib/fuse_loop.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_loop_mt.c b/lib/fuse_loop_mt.c index d1e327c..6af20ae 100644 --- a/lib/fuse_loop_mt.c +++ b/lib/fuse_loop_mt.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c index 28468df..f6342b2 100644 --- a/lib/fuse_lowlevel.c +++ b/lib/fuse_lowlevel.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_misc.h b/lib/fuse_misc.h index 536d8e9..d10d8c7 100644 --- a/lib/fuse_misc.h +++ b/lib/fuse_misc.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_mt.c b/lib/fuse_mt.c index c83095a..e4f5431 100644 --- a/lib/fuse_mt.c +++ b/lib/fuse_mt.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/lib/fuse_opt.c b/lib/fuse_opt.c index 582c6ad..f2ed5cc 100644 --- a/lib/fuse_opt.c +++ b/lib/fuse_opt.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_session.c b/lib/fuse_session.c index 6e68568..c1977b5 100644 --- a/lib/fuse_session.c +++ b/lib/fuse_session.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_signals.c b/lib/fuse_signals.c index 6154110..83a0e83 100644 --- a/lib/fuse_signals.c +++ b/lib/fuse_signals.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/helper.c b/lib/helper.c index e6bfc4d..1de088f 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/lib/mount.c b/lib/mount.c index 3ca5e7e..0587bac 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/lib/mount_util.c b/lib/mount_util.c index 852e264..8aafa33 100644 --- a/lib/mount_util.c +++ b/lib/mount_util.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/lib/mount_util.h b/lib/mount_util.h index d341df7..c64423b 100644 --- a/lib/mount_util.h +++ b/lib/mount_util.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2006 Miklos Szeredi + Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. -- cgit v1.2.3