summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-01-10 12:29:28 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-01-10 12:29:28 +0000
commit149f60799d38c55e922b55f8e43cbd51620173a6 (patch)
tree0a44dc503d232ce0c31cac854fe7e439a25de180
parenteb6d8442a1bb3b7638291341e37f08b992fe1660 (diff)
downloadfuse-149f60799d38c55e922b55f8e43cbd51620173a6.tar.gz
update copyright year
-rw-r--r--example/fusexmp.c2
-rw-r--r--example/hello.c2
-rw-r--r--example/null.c2
-rw-r--r--include/fuse.h2
-rw-r--r--include/fuse_compat.h2
-rw-r--r--kernel/dev.c2
-rw-r--r--kernel/dir.c2
-rw-r--r--kernel/file.c2
-rw-r--r--kernel/fuse_i.h2
-rw-r--r--kernel/fuse_kernel.h2
-rw-r--r--kernel/inode.c2
-rw-r--r--lib/fuse.c2
-rw-r--r--lib/fuse_i.h2
-rw-r--r--lib/fuse_mt.c2
-rw-r--r--lib/helper.c2
-rw-r--r--lib/mount.c2
-rw-r--r--util/fusermount.c2
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
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 <miklos@szeredi.hu>
+ Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.