From 121749f0ca167eb3705ed2d5170ec6bd308c3ea5 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 7 Jan 2022 12:23:47 -0500 Subject: 2022 copyright update --- test/chroot/chroot.sh | 2 +- test/chroot/configure | 2 +- test/chroot/fs_chroot.exp | 2 +- test/chroot/unchroot-as-root.exp | 2 +- test/chroot/unchroot.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test/chroot') diff --git a/test/chroot/chroot.sh b/test/chroot/chroot.sh index 1ac5cf47e..3c3e7311b 100755 --- a/test/chroot/chroot.sh +++ b/test/chroot/chroot.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/chroot/configure b/test/chroot/configure index 747dc4383..3f3555193 100755 --- a/test/chroot/configure +++ b/test/chroot/configure @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 # build a very small chroot diff --git a/test/chroot/fs_chroot.exp b/test/chroot/fs_chroot.exp index 650425829..86864bc5b 100755 --- a/test/chroot/fs_chroot.exp +++ b/test/chroot/fs_chroot.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/chroot/unchroot-as-root.exp b/test/chroot/unchroot-as-root.exp index b88367054..aed2f8a62 100755 --- a/test/chroot/unchroot-as-root.exp +++ b/test/chroot/unchroot-as-root.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/chroot/unchroot.c b/test/chroot/unchroot.c index 643983ce4..5d006e318 100644 --- a/test/chroot/unchroot.c +++ b/test/chroot/unchroot.c @@ -1,5 +1,5 @@ // This file is part of Firejail project -// Copyright (C) 2014-2021 Firejail Authors +// Copyright (C) 2014-2022 Firejail Authors // License GPL v2 // simple unchroot example from http://linux-vserver.org/Secure_chroot_Barrier -- cgit v1.2.3-54-g00ecf