From c2167efc05563e38ddcb720289f4efc132e5e358 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 29 Mar 2019 16:46:57 -0400 Subject: [PATCH] update copyright --- 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 f2b3ac10d94b..99a9a1cc1b7f 100644 --- a/fs/wrapfs/dentry.c +++ b/fs/wrapfs/dentry.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2019 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2017 Stony Brook University - * Copyright (c) 2003-2017 The Research Foundation of SUNY + * Copyright (c) 2003-2019 Stony Brook University + * Copyright (c) 2003-2019 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 9f0541634910..a58a34e220f5 100644 --- a/fs/wrapfs/file.c +++ b/fs/wrapfs/file.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2019 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2017 Stony Brook University - * Copyright (c) 2003-2017 The Research Foundation of SUNY + * Copyright (c) 2003-2019 Stony Brook University + * Copyright (c) 2003-2019 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 cb6d1305bc84..c2fc684234ef 100644 --- a/fs/wrapfs/inode.c +++ b/fs/wrapfs/inode.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2019 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2017 Stony Brook University - * Copyright (c) 2003-2017 The Research Foundation of SUNY + * Copyright (c) 2003-2019 Stony Brook University + * Copyright (c) 2003-2019 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 96f241997e6b..97a1f6190ea8 100644 --- a/fs/wrapfs/lookup.c +++ b/fs/wrapfs/lookup.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2019 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2017 Stony Brook University - * Copyright (c) 2003-2017 The Research Foundation of SUNY + * Copyright (c) 2003-2019 Stony Brook University + * Copyright (c) 2003-2019 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 7ed0580e5980..f49bb351473b 100644 --- a/fs/wrapfs/main.c +++ b/fs/wrapfs/main.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2019 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2017 Stony Brook University - * Copyright (c) 2003-2017 The Research Foundation of SUNY + * Copyright (c) 2003-2019 Stony Brook University + * Copyright (c) 2003-2019 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 39364ecc3ebc..c0e70868ee31 100644 --- a/fs/wrapfs/mmap.c +++ b/fs/wrapfs/mmap.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2019 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2017 Stony Brook University - * Copyright (c) 2003-2017 The Research Foundation of SUNY + * Copyright (c) 2003-2019 Stony Brook University + * Copyright (c) 2003-2019 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 a17fef986181..bf46229fab61 100644 --- a/fs/wrapfs/super.c +++ b/fs/wrapfs/super.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2019 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2017 Stony Brook University - * Copyright (c) 2003-2017 The Research Foundation of SUNY + * Copyright (c) 2003-2019 Stony Brook University + * Copyright (c) 2003-2019 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 ea98f30e1fc9..ae9f971bced5 100644 --- a/fs/wrapfs/wrapfs.h +++ b/fs/wrapfs/wrapfs.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2019 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2017 Stony Brook University - * Copyright (c) 2003-2017 The Research Foundation of SUNY + * Copyright (c) 2003-2019 Stony Brook University + * Copyright (c) 2003-2019 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