From 95da860d29a54c6dc21683a34edefead597e3bbc Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 6 Jan 2006 18:29:40 +0000 Subject: fix --- kernel/configure.ac | 2 +- kernel/dev.c | 2 +- kernel/dir.c | 2 +- kernel/file.c | 2 +- kernel/fuse_i.h | 2 +- kernel/fuse_kernel.h | 4 ++-- kernel/inode.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kernel') diff --git a/kernel/configure.ac b/kernel/configure.ac index c5fde42..a0c6bab 100644 --- a/kernel/configure.ac +++ b/kernel/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(fuse-kernel, 2.5.0) +AC_INIT(fuse-kernel, 2.5.0-pre2) AC_CONFIG_HEADERS([config.h]) AC_PROG_INSTALL diff --git a/kernel/dev.c b/kernel/dev.c index f7ccb7b..073333f 100644 --- a/kernel/dev.c +++ b/kernel/dev.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2005 Miklos Szeredi + Copyright (C) 2001-2006 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 fa4857f..084946d 100644 --- a/kernel/dir.c +++ b/kernel/dir.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2005 Miklos Szeredi + Copyright (C) 2001-2006 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 2486e7a..14c4f7c 100644 --- a/kernel/file.c +++ b/kernel/file.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2005 Miklos Szeredi + Copyright (C) 2001-2006 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 4bf9a32..335b0c8 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2005 Miklos Szeredi + Copyright (C) 2001-2006 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 f494aff..191b97d 100644 --- a/kernel/fuse_kernel.h +++ b/kernel/fuse_kernel.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2005 Miklos Szeredi + Copyright (C) 2001-2006 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. @@ -13,7 +13,7 @@ This -- and only this -- header file may also be distributed under the terms of the BSD Licence as follows: - Copyright (C) 2005 Miklos Szeredi. All rights reserved. + Copyright (C) 2001-2006 Miklos Szeredi. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/kernel/inode.c b/kernel/inode.c index 464a519..af374c8 100644 --- a/kernel/inode.c +++ b/kernel/inode.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001-2005 Miklos Szeredi + Copyright (C) 2001-2006 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. -- cgit v1.2.3