From 9ed927c8c9bfb5b7f0ca0307c4bf1756cd5f0306 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 3 Nov 2015 21:28:59 -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 d258f95169a8..a0f0e0dce787 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 16516fdfa084..05b80e9298f7 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 e8f8e48a9b18..07c6aa9fc8d2 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 7e6d51f1268a..71b2783f2c65 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 c479c3bc0866..88113cd0bb75 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 9bd9f94cfa93..cfbc0f86c3bf 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 4e78840e157a..9f90f57be769 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 051c7a38d643..c5b9fdeb86d5 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.34.1