From 149f60799d38c55e922b55f8e43cbd51620173a6 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 10 Jan 2005 12:29:28 +0000 Subject: [PATCH] update copyright year --- example/fusexmp.c | 2 +- example/hello.c | 2 +- example/null.c | 2 +- include/fuse.h | 2 +- include/fuse_compat.h | 2 +- kernel/dev.c | 2 +- kernel/dir.c | 2 +- kernel/file.c | 2 +- kernel/fuse_i.h | 2 +- kernel/fuse_kernel.h | 2 +- kernel/inode.c | 2 +- lib/fuse.c | 2 +- lib/fuse_i.h | 2 +- lib/fuse_mt.c | 2 +- lib/helper.c | 2 +- lib/mount.c | 2 +- util/fusermount.c | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/example/fusexmp.c b/example/fusexmp.c index 40af830..d850bc6 100644 --- a/example/fusexmp.c +++ b/example/fusexmp.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/example/hello.c b/example/hello.c index 75196ff..82da26e 100644 --- a/example/hello.c +++ b/example/hello.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/example/null.c b/example/null.c index fd88a05..c4e505b 100644 --- a/example/null.c +++ b/example/null.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/include/fuse.h b/include/fuse.h index a0a6a70..b0dfee4 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/include/fuse_compat.h b/include/fuse_compat.h index 33fc46a..af7aecf 100644 --- a/include/fuse_compat.h +++ b/include/fuse_compat.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/kernel/dev.c b/kernel/dev.c index d09aa99..3a9d50e 100644 --- a/kernel/dev.c +++ b/kernel/dev.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/dir.c b/kernel/dir.c index 97d9a0b..7ceb63a 100644 --- a/kernel/dir.c +++ b/kernel/dir.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/file.c b/kernel/file.c index 7a69cb8..65efaad 100644 --- a/kernel/file.c +++ b/kernel/file.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index 844b678..b2c413b 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/fuse_kernel.h b/kernel/fuse_kernel.h index d76b5d1..378791b 100644 --- a/kernel/fuse_kernel.h +++ b/kernel/fuse_kernel.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/inode.c b/kernel/inode.c index ef99a58..2020584 100644 --- a/kernel/inode.c +++ b/kernel/inode.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/lib/fuse.c b/lib/fuse.c index 1a6c56e..25b62a0 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 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 284e531..17615b4 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 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 c02d5c4..131bae3 100644 --- a/lib/fuse_mt.c +++ b/lib/fuse_mt.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 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 cdf9ab2..2b15628 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 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 1870ca9..fb29f57 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/util/fusermount.c b/util/fusermount.c index 0ab5d4c..259d0f7 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2004 Miklos Szeredi + Copyright (C) 2001-2005 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. -- 2.30.2