From 460432d6d33de2c09b4c9f6b6bb49d93f4ba0e41 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Wed, 4 Nov 2015 12:42:13 -0500 Subject: [PATCH] Wrapfs: update copyright year to 2015 --- 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 de739687015b..332317f7e51d 100644 --- a/fs/wrapfs/dentry.c +++ b/fs/wrapfs/dentry.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2014 Erez Zadok + * Copyright (c) 1998-2015 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2014 Stony Brook University - * Copyright (c) 2003-2014 The Research Foundation of SUNY + * Copyright (c) 2003-2015 Stony Brook University + * Copyright (c) 2003-2015 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 6e680cd96184..c9db59454bb5 100644 --- a/fs/wrapfs/file.c +++ b/fs/wrapfs/file.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2014 Erez Zadok + * Copyright (c) 1998-2015 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2014 Stony Brook University - * Copyright (c) 2003-2014 The Research Foundation of SUNY + * Copyright (c) 2003-2015 Stony Brook University + * Copyright (c) 2003-2015 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 463f7a8846a2..d3d1a79d8c6f 100644 --- a/fs/wrapfs/inode.c +++ b/fs/wrapfs/inode.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2014 Erez Zadok + * Copyright (c) 1998-2015 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2014 Stony Brook University - * Copyright (c) 2003-2014 The Research Foundation of SUNY + * Copyright (c) 2003-2015 Stony Brook University + * Copyright (c) 2003-2015 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 463b44f91cce..b31b58b5f341 100644 --- a/fs/wrapfs/lookup.c +++ b/fs/wrapfs/lookup.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2014 Erez Zadok + * Copyright (c) 1998-2015 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2014 Stony Brook University - * Copyright (c) 2003-2014 The Research Foundation of SUNY + * Copyright (c) 2003-2015 Stony Brook University + * Copyright (c) 2003-2015 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 a493c453af57..a79c4c9fceaf 100644 --- a/fs/wrapfs/main.c +++ b/fs/wrapfs/main.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2014 Erez Zadok + * Copyright (c) 1998-2015 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2014 Stony Brook University - * Copyright (c) 2003-2014 The Research Foundation of SUNY + * Copyright (c) 2003-2015 Stony Brook University + * Copyright (c) 2003-2015 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 6000e33f660c..93744a73ae84 100644 --- a/fs/wrapfs/mmap.c +++ b/fs/wrapfs/mmap.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2014 Erez Zadok + * Copyright (c) 1998-2015 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2014 Stony Brook University - * Copyright (c) 2003-2014 The Research Foundation of SUNY + * Copyright (c) 2003-2015 Stony Brook University + * Copyright (c) 2003-2015 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 a4573f374797..0923e6fe5449 100644 --- a/fs/wrapfs/super.c +++ b/fs/wrapfs/super.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2014 Erez Zadok + * Copyright (c) 1998-2015 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2014 Stony Brook University - * Copyright (c) 2003-2014 The Research Foundation of SUNY + * Copyright (c) 2003-2015 Stony Brook University + * Copyright (c) 2003-2015 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 ee867de222bd..a57b32b2434e 100644 --- a/fs/wrapfs/wrapfs.h +++ b/fs/wrapfs/wrapfs.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2014 Erez Zadok + * Copyright (c) 1998-2015 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2014 Stony Brook University - * Copyright (c) 2003-2014 The Research Foundation of SUNY + * Copyright (c) 2003-2015 Stony Brook University + * Copyright (c) 2003-2015 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