From 5db76233ec651172a5854083d5bc952b35bf772c Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sat, 7 May 2022 18:12:44 -0400 Subject: [PATCH] wrapfs: copyright year update --- 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 2b60a981b326..3246ca779b83 100644 --- a/fs/wrapfs/dentry.c +++ b/fs/wrapfs/dentry.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2020 Erez Zadok + * Copyright (c) 1998-2022 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2020 Stony Brook University - * Copyright (c) 2003-2020 The Research Foundation of SUNY + * Copyright (c) 2003-2022 Stony Brook University + * Copyright (c) 2003-2022 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 98131ad06c01..d304e9597c33 100644 --- a/fs/wrapfs/file.c +++ b/fs/wrapfs/file.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2020 Erez Zadok + * Copyright (c) 1998-2022 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2020 Stony Brook University - * Copyright (c) 2003-2020 The Research Foundation of SUNY + * Copyright (c) 2003-2022 Stony Brook University + * Copyright (c) 2003-2022 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 316b25fb338d..aded21314426 100644 --- a/fs/wrapfs/inode.c +++ b/fs/wrapfs/inode.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2020 Erez Zadok + * Copyright (c) 1998-2022 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2020 Stony Brook University - * Copyright (c) 2003-2020 The Research Foundation of SUNY + * Copyright (c) 2003-2022 Stony Brook University + * Copyright (c) 2003-2022 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 230dcd1093fd..266d5354f0ee 100644 --- a/fs/wrapfs/lookup.c +++ b/fs/wrapfs/lookup.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2020 Erez Zadok + * Copyright (c) 1998-2022 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2020 Stony Brook University - * Copyright (c) 2003-2020 The Research Foundation of SUNY + * Copyright (c) 2003-2022 Stony Brook University + * Copyright (c) 2003-2022 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 22400ae6236e..3e4b5c20c30b 100644 --- a/fs/wrapfs/main.c +++ b/fs/wrapfs/main.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2020 Erez Zadok + * Copyright (c) 1998-2022 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2020 Stony Brook University - * Copyright (c) 2003-2020 The Research Foundation of SUNY + * Copyright (c) 2003-2022 Stony Brook University + * Copyright (c) 2003-2022 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 4180b0d58deb..3f25de04da8d 100644 --- a/fs/wrapfs/mmap.c +++ b/fs/wrapfs/mmap.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2020 Erez Zadok + * Copyright (c) 1998-2022 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2020 Stony Brook University - * Copyright (c) 2003-2020 The Research Foundation of SUNY + * Copyright (c) 2003-2022 Stony Brook University + * Copyright (c) 2003-2022 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 8bf106c0f5bb..107afcc19070 100644 --- a/fs/wrapfs/super.c +++ b/fs/wrapfs/super.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2020 Erez Zadok + * Copyright (c) 1998-2022 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2020 Stony Brook University - * Copyright (c) 2003-2020 The Research Foundation of SUNY + * Copyright (c) 2003-2022 Stony Brook University + * Copyright (c) 2003-2022 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 11b17a3da155..bd63a7e7a0c6 100644 --- a/fs/wrapfs/wrapfs.h +++ b/fs/wrapfs/wrapfs.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2020 Erez Zadok + * Copyright (c) 1998-2022 Erez Zadok * Copyright (c) 2009 Shrikar Archak - * Copyright (c) 2003-2020 Stony Brook University - * Copyright (c) 2003-2020 The Research Foundation of SUNY + * Copyright (c) 2003-2022 Stony Brook University + * Copyright (c) 2003-2022 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