From 553aa320c07a026acd83c0163fac21b95f64bd76 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Thu, 17 Mar 2011 23:21:55 -0400 Subject: [PATCH] Wrapfs: copyright update for 2011 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 ca8efa430df3..546ef284bebd 100644 --- a/fs/wrapfs/dentry.c +++ b/fs/wrapfs/dentry.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2010 Erez Zadok + * Copyright (c) 1998-2011 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2010 Stony Brook University - * Copyright (c) 2003-2010 The Research Foundation of SUNY + * Copyright (c) 2003-2011 Stony Brook University + * Copyright (c) 2003-2011 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 2ac8f4dd071e..e837637797eb 100644 --- a/fs/wrapfs/file.c +++ b/fs/wrapfs/file.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2010 Erez Zadok + * Copyright (c) 1998-2011 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2010 Stony Brook University - * Copyright (c) 2003-2010 The Research Foundation of SUNY + * Copyright (c) 2003-2011 Stony Brook University + * Copyright (c) 2003-2011 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 8374d9c440a9..b37fe9dce8be 100644 --- a/fs/wrapfs/inode.c +++ b/fs/wrapfs/inode.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2010 Erez Zadok + * Copyright (c) 1998-2011 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2010 Stony Brook University - * Copyright (c) 2003-2010 The Research Foundation of SUNY + * Copyright (c) 2003-2011 Stony Brook University + * Copyright (c) 2003-2011 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 480d0cda556a..704e24dee3c4 100644 --- a/fs/wrapfs/lookup.c +++ b/fs/wrapfs/lookup.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2010 Erez Zadok + * Copyright (c) 1998-2011 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2010 Stony Brook University - * Copyright (c) 2003-2010 The Research Foundation of SUNY + * Copyright (c) 2003-2011 Stony Brook University + * Copyright (c) 2003-2011 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 11f8a09e3bfe..d9249f15f14d 100644 --- a/fs/wrapfs/main.c +++ b/fs/wrapfs/main.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2010 Erez Zadok + * Copyright (c) 1998-2011 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2010 Stony Brook University - * Copyright (c) 2003-2010 The Research Foundation of SUNY + * Copyright (c) 2003-2011 Stony Brook University + * Copyright (c) 2003-2011 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 0c72ef4c8914..c224fc336284 100644 --- a/fs/wrapfs/mmap.c +++ b/fs/wrapfs/mmap.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2010 Erez Zadok + * Copyright (c) 1998-2011 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2010 Stony Brook University - * Copyright (c) 2003-2010 The Research Foundation of SUNY + * Copyright (c) 2003-2011 Stony Brook University + * Copyright (c) 2003-2011 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 e729ff6ea08b..89d277d0509c 100644 --- a/fs/wrapfs/super.c +++ b/fs/wrapfs/super.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2010 Erez Zadok + * Copyright (c) 1998-2011 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2010 Stony Brook University - * Copyright (c) 2003-2010 The Research Foundation of SUNY + * Copyright (c) 2003-2011 Stony Brook University + * Copyright (c) 2003-2011 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 879deae50527..385ed433bfad 100644 --- a/fs/wrapfs/wrapfs.h +++ b/fs/wrapfs/wrapfs.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2010 Erez Zadok + * Copyright (c) 1998-2011 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2010 Stony Brook University - * Copyright (c) 2003-2010 The Research Foundation of SUNY + * Copyright (c) 2003-2011 Stony Brook University + * Copyright (c) 2003-2011 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.43.0