Push to branch refs/heads/master: ec29f17c1807b108541f1e627c90a4ea4e9edc54 --> 92050d1b2e35f032722c680ceab1df9691777739
fs/unionfs/Makefile | 2 +- fs/unionfs/commonfops.c | 6 +++--- fs/unionfs/copyup.c | 6 +++--- fs/unionfs/debug.c | 6 +++--- fs/unionfs/dentry.c | 6 +++--- fs/unionfs/dirfops.c | 6 +++--- fs/unionfs/dirhelper.c | 6 +++--- fs/unionfs/fanout.h | 6 +++--- fs/unionfs/file.c | 6 +++--- fs/unionfs/inode.c | 6 +++--- fs/unionfs/lookup.c | 6 +++--- fs/unionfs/main.c | 6 +++--- fs/unionfs/mmap.c | 6 +++--- fs/unionfs/rdstate.c | 6 +++--- fs/unionfs/rename.c | 6 +++--- fs/unionfs/sioq.c | 6 +++--- fs/unionfs/sioq.h | 6 +++--- fs/unionfs/subr.c | 6 +++--- fs/unionfs/super.c | 6 +++--- fs/unionfs/union.h | 6 +++--- fs/unionfs/unlink.c | 6 +++--- fs/unionfs/whiteout.c | 6 +++--- fs/unionfs/xattr.c | 6 +++--- include/linux/union_fs.h | 6 +++--- 24 files changed, 70 insertions(+), 70 deletions(-) commit 92050d1b2e35f032722c680ceab1df9691777739 Author: Erez Zadok <e...@cs.sunysb.edu> Date: Wed Nov 27 00:36:13 2013 -0500 Unionfs: Release 2.5.12 Signed-off-by: Erez Zadok <e...@cs.sunysb.edu> commit 79eaa7af9d69eb4885b03d52bfd77b2ff900e0d2 Author: Erez Zadok <e...@cs.sunysb.edu> Date: Tue Nov 26 23:32:20 2013 -0500 Unionfs: copyright update for 2013 Signed-off-by: Erez Zadok <e...@cs.sunysb.edu> diff --git a/fs/unionfs/Makefile b/fs/unionfs/Makefile index 965fc7f..d8b78c5 100644 --- a/fs/unionfs/Makefile +++ b/fs/unionfs/Makefile @@ -1,4 +1,4 @@ -UNIONFS_VERSION="2.5.11 (for 2.6.31.14)" +UNIONFS_VERSION="2.5.12 (for 2.6.31.14)" EXTRA_CFLAGS += -DUNIONFS_VERSION=\"$(UNIONFS_VERSION)\" diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c index 0d2146c..aa52126 100644 --- a/fs/unionfs/commonfops.c +++ b/fs/unionfs/commonfops.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/copyup.c b/fs/unionfs/copyup.c index fe257d0..8bc4b2a 100644 --- a/fs/unionfs/copyup.c +++ b/fs/unionfs/copyup.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/debug.c b/fs/unionfs/debug.c index e5485db..74d0c27 100644 --- a/fs/unionfs/debug.c +++ b/fs/unionfs/debug.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2005-2007 Josef 'Jeff' Sipek - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/dentry.c b/fs/unionfs/dentry.c index 1be7946..46b4755 100644 --- a/fs/unionfs/dentry.c +++ b/fs/unionfs/dentry.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/dirfops.c b/fs/unionfs/dirfops.c index 72a9c1a..a21d098 100644 --- a/fs/unionfs/dirfops.c +++ b/fs/unionfs/dirfops.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/dirhelper.c b/fs/unionfs/dirhelper.c index 62ec9af..876c245 100644 --- a/fs/unionfs/dirhelper.c +++ b/fs/unionfs/dirhelper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h index ae1b86a..e408f7f 100644 --- a/fs/unionfs/fanout.h +++ b/fs/unionfs/fanout.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005 Arun M. Krishnakumar @@ -7,8 +7,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/file.c b/fs/unionfs/file.c index 10e2d59..6ae1b36 100644 --- a/fs/unionfs/file.c +++ b/fs/unionfs/file.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/inode.c b/fs/unionfs/inode.c index 04c64be..7cc3adb 100644 --- a/fs/unionfs/inode.c +++ b/fs/unionfs/inode.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/lookup.c b/fs/unionfs/lookup.c index 3cbde56..861190e 100644 --- a/fs/unionfs/lookup.c +++ b/fs/unionfs/lookup.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c index 1a43571..8a4c32c 100644 --- a/fs/unionfs/main.c +++ b/fs/unionfs/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c index 3f339a3..bbd5a84 100644 --- a/fs/unionfs/mmap.c +++ b/fs/unionfs/mmap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -9,8 +9,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/rdstate.c b/fs/unionfs/rdstate.c index 6f215a6..92c6b85 100644 --- a/fs/unionfs/rdstate.c +++ b/fs/unionfs/rdstate.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/rename.c b/fs/unionfs/rename.c index 49d5a4f..90c282d 100644 --- a/fs/unionfs/rename.c +++ b/fs/unionfs/rename.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/sioq.c b/fs/unionfs/sioq.c index b923742..a8a6f9b 100644 --- a/fs/unionfs/sioq.c +++ b/fs/unionfs/sioq.c @@ -1,11 +1,11 @@ /* - * Copyright (c) 2006-2011 Erez Zadok + * Copyright (c) 2006-2013 Erez Zadok * Copyright (c) 2006 Charles P. Wright * Copyright (c) 2006-2007 Josef 'Jeff' Sipek * Copyright (c) 2006 Junjiro Okajima * Copyright (c) 2006 David P. Quigley - * Copyright (c) 2006-2011 Stony Brook University - * Copyright (c) 2006-2011 The Research Foundation of SUNY + * Copyright (c) 2006-2013 Stony Brook University + * Copyright (c) 2006-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h index c2dfb94..bcad488 100644 --- a/fs/unionfs/sioq.h +++ b/fs/unionfs/sioq.h @@ -1,11 +1,11 @@ /* - * Copyright (c) 2006-2011 Erez Zadok + * Copyright (c) 2006-2013 Erez Zadok * Copyright (c) 2006 Charles P. Wright * Copyright (c) 2006-2007 Josef 'Jeff' Sipek * Copyright (c) 2006 Junjiro Okajima * Copyright (c) 2006 David P. Quigley - * Copyright (c) 2006-2011 Stony Brook University - * Copyright (c) 2006-2011 The Research Foundation of SUNY + * Copyright (c) 2006-2013 Stony Brook University + * Copyright (c) 2006-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/subr.c b/fs/unionfs/subr.c index bdca2f7..68ea253 100644 --- a/fs/unionfs/subr.c +++ b/fs/unionfs/subr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index 1a20e73..e6af765 100644 --- a/fs/unionfs/super.c +++ b/fs/unionfs/super.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h index f0039c7..59356cb 100644 --- a/fs/unionfs/union.h +++ b/fs/unionfs/union.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005 Arun M. Krishnakumar @@ -7,8 +7,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/unlink.c b/fs/unionfs/unlink.c index b7fff58..3a4cd7e 100644 --- a/fs/unionfs/unlink.c +++ b/fs/unionfs/unlink.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/whiteout.c b/fs/unionfs/whiteout.c index 022a3ea..01c3cf4 100644 --- a/fs/unionfs/whiteout.c +++ b/fs/unionfs/whiteout.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/fs/unionfs/xattr.c b/fs/unionfs/xattr.c index a93d803..6748b2b 100644 --- a/fs/unionfs/xattr.c +++ b/fs/unionfs/xattr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2011 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2003-2006 Charles P. Wright * Copyright (c) 2005-2007 Josef 'Jeff' Sipek * Copyright (c) 2005-2006 Junjiro Okajima @@ -8,8 +8,8 @@ * Copyright (c) 2003-2004 Mohammad Nayyer Zubair * Copyright (c) 2003 Puja Gupta * Copyright (c) 2003 Harikesavan Krishnan - * Copyright (c) 2003-2011 Stony Brook University - * Copyright (c) 2003-2011 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/linux/union_fs.h b/include/linux/union_fs.h index c84d97e..e3e0959 100644 --- a/include/linux/union_fs.h +++ b/include/linux/union_fs.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2003-2009 Erez Zadok + * Copyright (c) 2003-2013 Erez Zadok * Copyright (c) 2005-2007 Josef 'Jeff' Sipek - * Copyright (c) 2003-2009 Stony Brook University - * Copyright (c) 2003-2009 The Research Foundation of SUNY + * Copyright (c) 2003-2013 Stony Brook University + * Copyright (c) 2003-2013 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as _______________________________________________ unionfs-cvs mailing list: http://unionfs.filesystems.org/ unionfs-cvs@fsl.cs.sunysb.edu http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs