diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/fusexmp.c | 2 | ||||
-rw-r--r-- | example/hello.c | 2 | ||||
-rw-r--r-- | example/null.c | 2 |
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. |