From f2a12f54bf7bfc5fd87fbde81b1a1e7ecd8803df Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sat, 14 Dec 2019 00:07:29 -0500 Subject: [PATCH] wrapfs: 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..e311e0cbb1f3 100644 --- a/fs/wrapfs/dentry.c +++ b/fs/wrapfs/dentry.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2020 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-2020 Stony Brook University + * Copyright (c) 2003-2020 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..ef3b6d335650 100644 --- a/fs/wrapfs/file.c +++ b/fs/wrapfs/file.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2020 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-2020 Stony Brook University + * Copyright (c) 2003-2020 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..ea800ebd77f9 100644 --- a/fs/wrapfs/inode.c +++ b/fs/wrapfs/inode.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2020 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-2020 Stony Brook University + * Copyright (c) 2003-2020 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 99660348eb3a..41fa8fed3b6b 100644 --- a/fs/wrapfs/lookup.c +++ b/fs/wrapfs/lookup.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2020 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-2020 Stony Brook University + * Copyright (c) 2003-2020 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..24ffb346b7c7 100644 --- a/fs/wrapfs/main.c +++ b/fs/wrapfs/main.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2020 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-2020 Stony Brook University + * Copyright (c) 2003-2020 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..f5df8558a3f0 100644 --- a/fs/wrapfs/mmap.c +++ b/fs/wrapfs/mmap.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2020 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-2020 Stony Brook University + * Copyright (c) 2003-2020 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..8c324d7a66f7 100644 --- a/fs/wrapfs/super.c +++ b/fs/wrapfs/super.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2020 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-2020 Stony Brook University + * Copyright (c) 2003-2020 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..3d5de29f6b5e 100644 --- a/fs/wrapfs/wrapfs.h +++ b/fs/wrapfs/wrapfs.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2017 Erez Zadok + * Copyright (c) 1998-2020 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-2020 Stony Brook University + * Copyright (c) 2003-2020 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