From 792f9b166e7fc42c0c5d72e7f7fdbcbbca82339c Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sat, 7 May 2022 18:11:39 -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 b2d054d148cf..58f41fbd31b3 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 b2e516a26b43..7dfee366dfbb 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 198022a8660e..56b5c5e2c0ca 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 cf2f14240928..8e3fc6d9ec48 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 bf1379af122a..a500f9eac7ee 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 3bb3128e779b..d8a1d14e16b8 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 43e968ef4f64..f1c42ab2551d 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.43.0