aboutsummaryrefslogtreecommitdiffstats
path: root/example
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 /example
parenteb6d8442a1bb3b7638291341e37f08b992fe1660 (diff)
downloadlibfuse-149f60799d38c55e922b55f8e43cbd51620173a6.tar.gz
update copyright year
Diffstat (limited to 'example')
-rw-r--r--example/fusexmp.c2
-rw-r--r--example/hello.c2
-rw-r--r--example/null.c2
3 files changed, 3 insertions, 3 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.