From dc08853473ab6f4cef5d08dafccbea7eb12321c9 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 21 Jan 2014 01:12:29 -0500 Subject: [PATCH] Wrapfs: 2014 Copyright update Signed-off-by: Erez Zadok --- fs/wrapfs/dentry.c | 6 +++--- fs/wrapfs/file.c | 6 +++--- fs/wrapfs/inode.c | 6 +++--- fs/wrapfs/lookup.c | 6 +++--- fs/wrapfs/main.c | 6 +++--- fs/wrapfs/mmap.c | 6 +++--- fs/wrapfs/super.c | 6 +++--- fs/wrapfs/wrapfs.h | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/fs/wrapfs/dentry.c b/fs/wrapfs/dentry.c index 020d6fd0a58c..de739687015b 100644 --- a/fs/wrapfs/dentry.c +++ b/fs/wrapfs/dentry.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2013 Erez Zadok + * Copyright (c) 1998-2014 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2013 Stony Brook University - * Copyright (c) 2003-2013 The Research Foundation of SUNY + * Copyright (c) 2003-2014 Stony Brook University + * Copyright (c) 2003-2014 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/wrapfs/file.c b/fs/wrapfs/file.c index 1567a5c7bbd8..500e9cd11be1 100644 --- a/fs/wrapfs/file.c +++ b/fs/wrapfs/file.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2013 Erez Zadok + * Copyright (c) 1998-2014 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2013 Stony Brook University - * Copyright (c) 2003-2013 The Research Foundation of SUNY + * Copyright (c) 2003-2014 Stony Brook University + * Copyright (c) 2003-2014 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/wrapfs/inode.c b/fs/wrapfs/inode.c index 6d9ee6212ae8..9ef191778ee7 100644 --- a/fs/wrapfs/inode.c +++ b/fs/wrapfs/inode.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2013 Erez Zadok + * Copyright (c) 1998-2014 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2013 Stony Brook University - * Copyright (c) 2003-2013 The Research Foundation of SUNY + * Copyright (c) 2003-2014 Stony Brook University + * Copyright (c) 2003-2014 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/wrapfs/lookup.c b/fs/wrapfs/lookup.c index e6d72a0c1d0f..463b44f91cce 100644 --- a/fs/wrapfs/lookup.c +++ b/fs/wrapfs/lookup.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2013 Erez Zadok + * Copyright (c) 1998-2014 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2013 Stony Brook University - * Copyright (c) 2003-2013 The Research Foundation of SUNY + * Copyright (c) 2003-2014 Stony Brook University + * Copyright (c) 2003-2014 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/wrapfs/main.c b/fs/wrapfs/main.c index ed5372a323fb..a493c453af57 100644 --- a/fs/wrapfs/main.c +++ b/fs/wrapfs/main.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2013 Erez Zadok + * Copyright (c) 1998-2014 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2013 Stony Brook University - * Copyright (c) 2003-2013 The Research Foundation of SUNY + * Copyright (c) 2003-2014 Stony Brook University + * Copyright (c) 2003-2014 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/wrapfs/mmap.c b/fs/wrapfs/mmap.c index e2e38103fceb..a1fefada516f 100644 --- a/fs/wrapfs/mmap.c +++ b/fs/wrapfs/mmap.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2013 Erez Zadok + * Copyright (c) 1998-2014 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2013 Stony Brook University - * Copyright (c) 2003-2013 The Research Foundation of SUNY + * Copyright (c) 2003-2014 Stony Brook University + * Copyright (c) 2003-2014 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/wrapfs/super.c b/fs/wrapfs/super.c index 5b12fbd32170..c8902c3cee21 100644 --- a/fs/wrapfs/super.c +++ b/fs/wrapfs/super.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2013 Erez Zadok + * Copyright (c) 1998-2014 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2013 Stony Brook University - * Copyright (c) 2003-2013 The Research Foundation of SUNY + * Copyright (c) 2003-2014 Stony Brook University + * Copyright (c) 2003-2014 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/wrapfs/wrapfs.h b/fs/wrapfs/wrapfs.h index 20408eeb1c9d..2d9b2716af20 100644 --- a/fs/wrapfs/wrapfs.h +++ b/fs/wrapfs/wrapfs.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2013 Erez Zadok + * Copyright (c) 1998-2014 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2013 Stony Brook University - * Copyright (c) 2003-2013 The Research Foundation of SUNY + * Copyright (c) 2003-2014 Stony Brook University + * Copyright (c) 2003-2014 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 -- 2.34.1