change email address
authorMiklos Szeredi <miklos@szeredi.hu>
Wed, 7 Jul 2004 19:27:46 +0000 (19:27 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Wed, 7 Jul 2004 19:27:46 +0000 (19:27 +0000)
20 files changed:
AUTHORS
ChangeLog
debian/copyright
example/fusexmp.c
example/hello.c
example/null.c
include/fuse.h
include/linux/fuse.h
kernel/dev.c
kernel/dir.c
kernel/file.c
kernel/fuse_i.h
kernel/inode.c
kernel/util.c
lib/fuse.c
lib/fuse_i.h
lib/fuse_mt.c
lib/helper.c
lib/mount.c
util/fusermount.c

diff --git a/AUTHORS b/AUTHORS
index a81e3c043aae903e4918d4c9ae341810d9501958..978027ea170cd1c86dc26aad507cbe9e5cc09540 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,7 @@
 FUSE core
 ---------
 
-Miklos Szeredi     <mszeredi@inf.bme.hu>
+Miklos Szeredi     <miklos@szeredi.hu>
 
 
 Python bindings
index 37ebbdcc60a6514cb5e717049ce23d77fcbd7cd5..0476313124535c7dfd80df251fb9f7860905ae20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2004-07-06  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-07-06  Miklos Szeredi <miklos@szeredi.hu>
 
        * Make RELEASE method synchronous.  This fixes an abort in libfuse
        if FORGET was received earlier than the last RELEASE (bug found
@@ -9,12 +9,12 @@
 
        * Minor fix in read:  print debug info even if read size is zero
 
-2004-07-04  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-07-04  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fix race between truncate and writepage (fsx-linux now runs
        without error)
 
-2004-07-02  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-07-02  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fix kernel hang on mkfifo under 2.4 kernels (spotted and patch
        by Mattias Wadman)
        (bug found by Valient Gough with the fsx-linux utility)
 
 
-2004-06-22  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-06-22  Miklos Szeredi <miklos@szeredi.hu>
 
        * Released 1.2
        
-2004-06-22  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-06-22  Miklos Szeredi <miklos@szeredi.hu>
 
        * Add FS_BINARY_MOUNTDATA filesystem flag for kernels that define
        it.  This fixes mount problems on recent 2.6 kernels with SELinux
        
        * Merge bugfixes from main branch (see below)
        
-2004-04-09  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-04-09  Miklos Szeredi <miklos@szeredi.hu>
 
        * Check some limits so userspace won't get too big requests
 
-2004-04-05  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-04-05  Miklos Szeredi <miklos@szeredi.hu>
 
        * Kill compile warning
 
-2004-03-02  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-03-02  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fix for uClinux (Christian Magnusson)
 
-2004-02-12  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-02-12  Miklos Szeredi <miklos@szeredi.hu>
 
        * Remove MS_PERMISSION mount flag (that means something else now)
        
-2004-02-10  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-02-10  Miklos Szeredi <miklos@szeredi.hu>
 
        * Added check for i_size_read/write functions to configure.in
        (patch by Valient Gough)
 
-2004-02-06  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-02-06  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fixed writing >= 2G files
 
 
        * Make loopback mount of a fuse file work
        
-2004-02-04  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-02-04  Miklos Szeredi <miklos@szeredi.hu>
 
        * Released 1.1
        
-2004-01-29  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-29  Miklos Szeredi <miklos@szeredi.hu>
 
        * Properly check if the inode exists in fuse_invalidate
        
-2004-01-27  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-27  Miklos Szeredi <miklos@szeredi.hu>
 
        * Added -q option for fusermount
 
 
        * Fix i_nlink correctness after rmdir/unlink
 
-2004-01-26  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-26  Miklos Szeredi <miklos@szeredi.hu>
 
        * Released 1.1-pre2
 
-2004-01-26  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-26  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fix typo (thanks Marcos Dione)
 
        * Compile fixes for 2.4 kernels
        
-2004-01-23  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-23  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fix CONFIG_MODVERSIONS compile on 2.6
        
-2004-01-22  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-22  Miklos Szeredi <miklos@szeredi.hu>
 
        * Write all pending data before a RELEASE operation
 
 
        * fuse_main() can accept fusermount arguments after a '--'
 
-2004-01-19  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-19  Miklos Szeredi <miklos@szeredi.hu>
 
        * Support for exporting filesystem over NFS (see README.NFS)
 
-2004-01-14  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-14  Miklos Szeredi <miklos@szeredi.hu>
 
        * Support non-blocking writepage on 2.6.  This makes FUSE behave
        much more nicely in low-memory situations
        * Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
        (Note: the mknod method does not yet use 32bit device number)
  
-2004-01-13  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-13  Miklos Szeredi <miklos@szeredi.hu>
 
        * Code cleanups
 
-2004-01-07  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-07  Miklos Szeredi <miklos@szeredi.hu>
 
        * Released 1.1-pre1
 
-2004-01-06  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-06  Miklos Szeredi <miklos@szeredi.hu>
 
        * Integrated 2.6 kernel support patch by Michael Grigoriev
 
        * Improvements and cleanups for 2.6 kernels
 
-2004-01-05  Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-05  Miklos Szeredi <miklos@szeredi.hu>
 
        * Added -d option to fusermount 
 
-2003-12-15  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-12-15  Miklos Szeredi <miklos@szeredi.hu>
 
        * Added major+minor version to library API, and minor version to
          kernel API
        * Implemented 'fsync' and 'statfs' methods in python
          interface
 
-2003-12-12  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-12-12  Miklos Szeredi <miklos@szeredi.hu>
 
        * Make it compile on 2.4.19.  
 
        * Added distutils support to the python module, as per standard
          python development practice
 
-2003-12-11  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-12-11  Miklos Szeredi <miklos@szeredi.hu>
 
        * Add file locking for mount/unmount (based on patch by Valient
        Gough)
             also, mount arguments get passed to your filesystem
 
 
-2003-11-04  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-11-04  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fix kernel version detection (again).  Bugreport by Peter Levart
 
-2003-11-03  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-11-03  Miklos Szeredi <miklos@szeredi.hu>
 
        * Applied read combining patch by Michael Grigoriev (tested by
        Valient Gough and Vincent Wagelaar)
 
-2003-10-22  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-10-22  Miklos Szeredi <miklos@szeredi.hu>
 
        * Mtab handling fix in fusermount by "Valient Gough" (SF patch
        #766443)
        
-2003-10-13  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-10-13  Miklos Szeredi <miklos@szeredi.hu>
 
        * Error code fixes in kernel module
        
-2003-10-04  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-10-04  Miklos Szeredi <miklos@szeredi.hu>
 
        * kernel version detection fix
 
 
        * fusermount can use modprobe with module-init-tools
 
-2003-09-08  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-09-08  Miklos Szeredi <miklos@szeredi.hu>
 
        * Integrated caching patch by Michael Grigoriev
 
        * Added patch by Michael Grigoriev to allow compliation of FUSE
        kernel module for 2.6 kernels
 
-2003-06-02  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-06-02  Miklos Szeredi <miklos@szeredi.hu>
 
        * And another spec-file fix by Achim Settelmeier
 
-2003-05-26  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-05-26  Miklos Szeredi <miklos@szeredi.hu>
 
        * Spec-file fix by Achim Settelmeier
 
-2003-03-10  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-03-10  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fix umount oops (found by Samuli Kärkkäinen)
 
-2003-03-05  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-03-05  Miklos Szeredi <miklos@szeredi.hu>
 
        * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
 
-2003-03-04  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-03-04  Miklos Szeredi <miklos@szeredi.hu>
 
        * Updated fuse.spec file (Achim Settelmeier)
 
-2003-02-19  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-02-19  Miklos Szeredi <miklos@szeredi.hu>
 
        * Version 1.0 released
 
-2003-02-12  Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-02-12  Miklos Szeredi <miklos@szeredi.hu>
 
        * SuSE compilation fix by Juan-Mariano de Goyeneche
 
-2002-12-10  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-12-10  Miklos Szeredi <miklos@szeredi.hu>
 
        * The release() VFS call is now exported to the FUSE interface
 
-2002-12-05  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-12-05  Miklos Szeredi <miklos@szeredi.hu>
 
        * 64 bit file offset fixes in the fuse kernel module
 
        * Added function 'fuse_exit()' which can be used to exit the main
        loop
 
-2002-12-03  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-12-03  Miklos Szeredi <miklos@szeredi.hu>
 
        * Added _FILE_OFFSET_BITS=64 define to fuse.h.  Note, that this is
        an incompatible interface change.
 
-2002-10-28  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-10-28  Miklos Szeredi <miklos@szeredi.hu>
 
        * Portablility fix (bug reported by C. Chris Erway)
 
-2002-10-25  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-10-25  Miklos Szeredi <miklos@szeredi.hu>
 
        * Use Mark Glines' fd passing method for default operation instead
        of old reexec
 
-2002-10-22  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-10-22  Miklos Szeredi <miklos@szeredi.hu>
 
        * fix "Stale NFS file handle" bug caused by changes in 2.4.19
 
-2002-10-22  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-10-22  Miklos Szeredi <miklos@szeredi.hu>
 
        * fix incompatiblity with Red Hat kernels, with help from Nathan
        Thompson-Amato.
        * use struct fuse_statfs everywhere possible to avoid problems
       with the headerfiles changing struct statfs member sizes
 
-2002-03-01  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-03-01  Miklos Szeredi <miklos@szeredi.hu>
 
        * Another RPM spec file for RedHat >= 7 by Ian Pilcher
 
-2002-01-14  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-01-14  Miklos Szeredi <miklos@szeredi.hu>
 
        * RPM support by Achim Settelmeier
 
-2002-01-09  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-01-09  Miklos Szeredi <miklos@szeredi.hu>
 
        * Version 0.95 released
        
-2002-01-09  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-01-09  Miklos Szeredi <miklos@szeredi.hu>
 
        * Revaidate all path components not just the last, this means a
        very small performance penalty for being more up-to-date.
 
-2002-01-08  Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-01-08  Miklos Szeredi <miklos@szeredi.hu>
 
        * Update and fix python interface
 
        
        * Added statfs() support to kernel, lib, examples, and perl!
 
-2001-12-26  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-12-26  Miklos Szeredi <miklos@szeredi.hu>
 
        * Better cross compilation support
 
        * Ported to Compaq IPAQ
 
-2001-12-20  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-12-20  Miklos Szeredi <miklos@szeredi.hu>
        
        * Added function fuse_get_context() to library API (inspired by
        patch from Matt Ryan) 
 
        * Integrated fuse_set_operations() into fuse_new()
 
-2001-12-08  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-12-08  Miklos Szeredi <miklos@szeredi.hu>
 
        * Applied header protection + extern "C" patch by Roland
        Bauerschmidt
 
-2001-12-02  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-12-02  Miklos Szeredi <miklos@szeredi.hu>
 
        * Added perl bindings by Mark Glines 
 
-2001-11-21  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-21  Miklos Szeredi <miklos@szeredi.hu>
 
        * Cleaned up way of mounting simple filesystems.
 
        * fuse_main() helper function added
 
-2001-11-18  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-18  Miklos Szeredi <miklos@szeredi.hu>
        
        * Optimized read/write operations, so that minimal copying of data
        is done
 
-2001-11-14  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-14  Miklos Szeredi <miklos@szeredi.hu>
 
        * Python bindings by Jeff Epler added
 
-2001-11-13  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-13  Miklos Szeredi <miklos@szeredi.hu>
 
        * Fixed vfsmount reference leak in fuse_follow_link
 
        * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
        userspace is ignored
 
-2001-11-09  Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-09  Miklos Szeredi <miklos@szeredi.hu>
 
        * Started ChangeLog
index 2fc2d19f6dcff731b756261c7bfe7fbba2b74d48..0936032171317b81ff1c8e01ff0a536d3c0d953e 100644 (file)
@@ -3,7 +3,7 @@ Fri,  5 Apr 2002 16:56:10 +0200.
 
 It was downloaded from http://sourceforge.net/projects/avf/
 
-Upstream Author: Miklos Szeredi <mszeredi@inf.bme.hu>
+Upstream Author: Miklos Szeredi <miklos@szeredi.hu>
 
 FUSE is licensed under the terms of the GPL. On Debian systems, the full
 text can be found in /usr/share/common-licenses/GPL.
index 1a96ba546ddd96a7b3dfdfd1fa71a91896fe92b9..ab437aeea584a5e9264ca4519bcb16514b38cbb0 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index 7466b9f152e31cba60671e27face9cb6659fbed6..da2a9ee62c1c9d735abe54d3f8d59d51f5e8b579 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index f9ead7826ab30b69d0260ad06861cdbd7ffd0de1..8beb60a7de836c7b7f09d0e8188976ebb0039488 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index c2f0be4b40847d4435fa2ffddc28a3017790bad6..b7b7605be09fd1091c09523d3c419fa00b29637a 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU LGPL.
     See the file COPYING.LIB.
index 1af796ba886282c7a5a232785e3f1ad4a578d4b1..cae213b41547e36bce3810a1e06e6dfeaf335524 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index f7631086ddf0c8e1e4647cb93c5c0e704b99b82c..2f778fc57440ff376e791aa479d4f81c70b2073f 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index 6306795f3753c297f56c60ddeb447efc778e607d..e6bf28cad02582baf7f216258f7413c121b31567 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index eaed13e061b9518cd39016eebf53f669dd6bdc99..fdd4d0bd5b6fef59cd65bb6c541020e44aeb6e14 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index 0e7d07eddc3bfa84e8c695f95a26a0475a71589d..7c67e49c04904791efe11c9ee6093449ca688633 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index 1dce924a0abe20aad8f1f9c7ba04532933a6f95a..4d2640a406663e2e484df9f6f4dd31250caf0ef4 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001 Miklos Szeredi (miklos@szeredi.hu)
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
index 67641576fd86886f3c43bb827aa306ad76bb60f5..cdc9911ff528fd9669195365435c1655c3ef05f0 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.
@@ -11,7 +11,7 @@
 #include <linux/init.h>
 #include <linux/slab.h>
 
-MODULE_AUTHOR("Miklos Szeredi <mszeredi@inf.bme.hu>");
+MODULE_AUTHOR("Miklos Szeredi <miklos@szeredi.hu>");
 MODULE_DESCRIPTION("Filesystem in Userspace");
 #ifdef MODULE_LICENSE
 MODULE_LICENSE("GPL");
index 7ab996b9e7a484ccbff121c9115429d19eec5bf8..ed525ca379cb655f88f3947115923d73a309330e 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU LGPL.
     See the file COPYING.LIB
index 52f1fdc6996918391bcdc37888a0d7839dd9b07b..792c8a9bd9b8161a5a45c406de8c9c0651139fb6 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU LGPL.
     See the file COPYING.LIB.
index f1a2e5ccbd5cd6668796a52fdaf1fcf8259cf148..86c4fbb2fa51fba5de4d6db9ceda585633df31aa 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU LGPL.
     See the file COPYING.LIB.
index d417d90398a0cb5c0cd5b9761a8489532bada85a..5ad9c53d53bcc9563adfd0e8f464be1da1317fbc 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU LGPL.
     See the file COPYING.LIB.
index 7b6720353bcfd2882017530663a0da97b2dfa8ec..b37036016b0e30f650af7693502b93f30c756de2 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU LGPL.
     See the file COPYING.LIB.
index 3d27219affb8fb76c798621e0e19e3eb8bd14591..5cd73c9df92e5cb15073894b748b9170fe23d4af 100644 (file)
@@ -1,6 +1,6 @@
 /*
     FUSE: Filesystem in Userspace
-    Copyright (C) 2001  Miklos Szeredi (mszeredi@inf.bme.hu)
+    Copyright (C) 2001-2004  Miklos Szeredi <miklos@szeredi.hu>
 
     This program can be distributed under the terms of the GNU GPL.
     See the file COPYING.