diff --git a/README b/README index e3b1f223a..b45f8c37e 100644 --- a/README +++ b/README @@ -1142,4 +1142,4 @@ Zack Weinberg (https://github.com/zackw) zupatisc (https://github.com/zupatisc) - patch-util fix -Copyright (C) 2014-2021 Firejail Authors +Copyright (C) 2014-2022 Firejail Authors diff --git a/contrib/firejail-welcome.sh b/contrib/firejail-welcome.sh index 6eebc67c5..c9b6c450b 100755 --- a/contrib/firejail-welcome.sh +++ b/contrib/firejail-welcome.sh @@ -1,7 +1,7 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2020-2021 Firejail Authors +# Copyright (C) 2020-2022 Firejail Authors # License GPL v2 if ! command -v zenity >/dev/null; then diff --git a/contrib/fj-mkdeb.py b/contrib/fj-mkdeb.py index b4a947535..60e25fd14 100755 --- a/contrib/fj-mkdeb.py +++ b/contrib/fj-mkdeb.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 # This script automates the workaround for https://github.com/netblue30/firejail/issues/772 diff --git a/contrib/fjclip.py b/contrib/fjclip.py index 3e99d71e9..893fff243 100755 --- a/contrib/fjclip.py +++ b/contrib/fjclip.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 import sys diff --git a/contrib/fjdisplay.py b/contrib/fjdisplay.py index 294bde997..a49aa3e36 100755 --- a/contrib/fjdisplay.py +++ b/contrib/fjdisplay.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 import re diff --git a/contrib/fjresize.py b/contrib/fjresize.py index d656f5c91..6575d6a0b 100755 --- a/contrib/fjresize.py +++ b/contrib/fjresize.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 import sys diff --git a/contrib/gdb-firejail.sh b/contrib/gdb-firejail.sh index 686bdc2c0..397438e1e 100755 --- a/contrib/gdb-firejail.sh +++ b/contrib/gdb-firejail.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 set -x diff --git a/contrib/jail_prober.py b/contrib/jail_prober.py index f89f97ac4..9776e9380 100755 --- a/contrib/jail_prober.py +++ b/contrib/jail_prober.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 """ Figure out which profile options may be causing a particular program to break diff --git a/contrib/sort.py b/contrib/sort.py index 4af9c674c..6f21370ec 100755 --- a/contrib/sort.py +++ b/contrib/sort.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 """ Sort the items of multi-item options in profiles, the following options are supported: diff --git a/contrib/syscalls.sh b/contrib/syscalls.sh index 728ff5a78..d13f24280 100755 --- a/contrib/syscalls.sh +++ b/contrib/syscalls.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 STRACE_OUTPUT_FILE="$(pwd)/strace_output.txt" diff --git a/contrib/update_deb.sh b/contrib/update_deb.sh index 4c715aaf7..68460e41f 100755 --- a/contrib/update_deb.sh +++ b/contrib/update_deb.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 # Purpose: Fetch, compile, and install firejail from GitHub source. For diff --git a/gcov.sh b/gcov.sh index 61f4b2483..79736d3d8 100755 --- a/gcov.sh +++ b/gcov.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 gcov_init() { diff --git a/install.sh b/install.sh index e26cea7b0..2d5f29d41 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 echo "installing..." diff --git a/linecnt.sh b/linecnt.sh index c30e175ba..06d136d8c 100755 --- a/linecnt.sh +++ b/linecnt.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 gcov_init() { diff --git a/mkasc.sh b/mkasc.sh index b41585460..6de64c6f2 100755 --- a/mkasc.sh +++ b/mkasc.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 echo "Calculating SHA256 for all files in /transfer - firejail version $1" diff --git a/mkdeb.sh.in b/mkdeb.sh.in index ddd6ca1ee..6d6981417 100755 --- a/mkdeb.sh.in +++ b/mkdeb.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 # based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/ diff --git a/mketc.sh b/mketc.sh index 0aa313b17..0e681fa28 100755 --- a/mketc.sh +++ b/mketc.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 sed -i -e ' diff --git a/mkman.sh b/mkman.sh index c9606c1e7..79ad16252 100755 --- a/mkman.sh +++ b/mkman.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 set -e diff --git a/mkuid.sh b/mkuid.sh index 47aa42acd..7db6c9ac5 100755 --- a/mkuid.sh +++ b/mkuid.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 echo "extracting UID_MIN and GID_MIN" diff --git a/platform/debian/copyright b/platform/debian/copyright index d4bdb1283..aef85743e 100644 --- a/platform/debian/copyright +++ b/platform/debian/copyright @@ -7,7 +7,7 @@ This is the Debian/Ubuntu prepackaged version of firejail. and networking stack isolation, and it runs on any recent Linux system. It includes a sandbox profile for Mozilla Firefox. - Copyright (C) 2014-2021 Firejail Authors (see README file for more details) + Copyright (C) 2014-2022 Firejail Authors (see README file for more details) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/platform/rpm/mkrpm.sh b/platform/rpm/mkrpm.sh index b8470dd71..d597d32fd 100755 --- a/platform/rpm/mkrpm.sh +++ b/platform/rpm/mkrpm.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 # # Usage: ./platform/rpm/mkrpm.sh firejail "" diff --git a/src/fbuilder/build_bin.c b/src/fbuilder/build_bin.c index 9577042c4..041c52629 100644 --- a/src/fbuilder/build_bin.c +++ b/src/fbuilder/build_bin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_fs.c b/src/fbuilder/build_fs.c index a1847284c..4766337ff 100644 --- a/src/fbuilder/build_fs.c +++ b/src/fbuilder/build_fs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_home.c b/src/fbuilder/build_home.c index 0fe0ffef6..d6d421259 100644 --- a/src/fbuilder/build_home.c +++ b/src/fbuilder/build_home.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_profile.c b/src/fbuilder/build_profile.c index c945d7253..2e6b46e77 100644 --- a/src/fbuilder/build_profile.c +++ b/src/fbuilder/build_profile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_seccomp.c b/src/fbuilder/build_seccomp.c index daf8d63ac..7b4727e1a 100644 --- a/src/fbuilder/build_seccomp.c +++ b/src/fbuilder/build_seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/fbuilder.h b/src/fbuilder/fbuilder.h index 08dd35e10..12dfdb8be 100644 --- a/src/fbuilder/fbuilder.h +++ b/src/fbuilder/fbuilder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/filedb.c b/src/fbuilder/filedb.c index 94a226cb7..454b9f40b 100644 --- a/src/fbuilder/filedb.c +++ b/src/fbuilder/filedb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/main.c b/src/fbuilder/main.c index 6c9fc507c..9e30ec539 100644 --- a/src/fbuilder/main.c +++ b/src/fbuilder/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/utils.c b/src/fbuilder/utils.c index 52493f470..f89e69679 100644 --- a/src/fbuilder/utils.c +++ b/src/fbuilder/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fcopy/main.c b/src/fcopy/main.c index f279af89f..a9443a764 100644 --- a/src/fcopy/main.c +++ b/src/fcopy/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/blake2b.c b/src/fids/blake2b.c index f2aa5ae66..ec7cf8602 100644 --- a/src/fids/blake2b.c +++ b/src/fids/blake2b.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/db.c b/src/fids/db.c index 35caf7eeb..e8dfab1ac 100644 --- a/src/fids/db.c +++ b/src/fids/db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/db_exclude.c b/src/fids/db_exclude.c index 994e6f9df..cfb37219c 100644 --- a/src/fids/db_exclude.c +++ b/src/fids/db_exclude.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/fids.h b/src/fids/fids.h index eaf2bbd29..93ae106a1 100644 --- a/src/fids/fids.h +++ b/src/fids/fids.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/main.c b/src/fids/main.c index 8f9bc1ea0..e6be365d1 100644 --- a/src/fids/main.c +++ b/src/fids/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/desktop_files.c b/src/firecfg/desktop_files.c index c1aaf740c..d434cb95e 100644 --- a/src/firecfg/desktop_files.c +++ b/src/firecfg/desktop_files.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/firecfg.h b/src/firecfg/firecfg.h index 15826cf37..f54bfd5b5 100644 --- a/src/firecfg/firecfg.h +++ b/src/firecfg/firecfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/main.c b/src/firecfg/main.c index fafa0e635..2f346fecd 100644 --- a/src/firecfg/main.c +++ b/src/firecfg/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/sound.c b/src/firecfg/sound.c index e3fcdbd83..9d04c951b 100644 --- a/src/firecfg/sound.c +++ b/src/firecfg/sound.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/util.c b/src/firecfg/util.c index 14d90b549..4697e7dd9 100644 --- a/src/firecfg/util.c +++ b/src/firecfg/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/appimage.c b/src/firejail/appimage.c index bb5b29d79..479473572 100644 --- a/src/firejail/appimage.c +++ b/src/firejail/appimage.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/appimage_size.c b/src/firejail/appimage_size.c index 43ca501da..4f8c7a7aa 100644 --- a/src/firejail/appimage_size.c +++ b/src/firejail/appimage_size.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/arp.c b/src/firejail/arp.c index c259fc0ad..cbd80dee0 100644 --- a/src/firejail/arp.c +++ b/src/firejail/arp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/bandwidth.c b/src/firejail/bandwidth.c index a085f2c27..fa9d3a940 100644 --- a/src/firejail/bandwidth.c +++ b/src/firejail/bandwidth.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/caps.c b/src/firejail/caps.c index 5e02b99c2..c5c06c675 100644 --- a/src/firejail/caps.c +++ b/src/firejail/caps.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/cgroup.c b/src/firejail/cgroup.c index 38b3c32d3..bd4e8d2df 100644 --- a/src/firejail/cgroup.c +++ b/src/firejail/cgroup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/checkcfg.c b/src/firejail/checkcfg.c index e5d837bbb..6fc70318b 100644 --- a/src/firejail/checkcfg.c +++ b/src/firejail/checkcfg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/chroot.c b/src/firejail/chroot.c index 9425638ea..551948318 100644 --- a/src/firejail/chroot.c +++ b/src/firejail/chroot.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/cmdline.c b/src/firejail/cmdline.c index 2fa68a55d..6f7739da0 100644 --- a/src/firejail/cmdline.c +++ b/src/firejail/cmdline.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/cpu.c b/src/firejail/cpu.c index fe7258fb0..1ec510456 100644 --- a/src/firejail/cpu.c +++ b/src/firejail/cpu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/dbus.c b/src/firejail/dbus.c index 735ff54fa..e1475870c 100644 --- a/src/firejail/dbus.c +++ b/src/firejail/dbus.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/dhcp.c b/src/firejail/dhcp.c index ec482e2ea..fb66d74ff 100644 --- a/src/firejail/dhcp.c +++ b/src/firejail/dhcp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/env.c b/src/firejail/env.c index 4c0d729a1..963288459 100644 --- a/src/firejail/env.c +++ b/src/firejail/env.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h index bc4cfe3fc..7529256d0 100644 --- a/src/firejail/firejail.h +++ b/src/firejail/firejail.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs.c b/src/firejail/fs.c index f62e6404e..04ea715cd 100644 --- a/src/firejail/fs.c +++ b/src/firejail/fs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_bin.c b/src/firejail/fs_bin.c index 4c9dac0c2..2b0b3003e 100644 --- a/src/firejail/fs_bin.c +++ b/src/firejail/fs_bin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c index 694d0a379..a6fbbb89a 100644 --- a/src/firejail/fs_dev.c +++ b/src/firejail/fs_dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_etc.c b/src/firejail/fs_etc.c index 76054b485..baa707741 100644 --- a/src/firejail/fs_etc.c +++ b/src/firejail/fs_etc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_home.c b/src/firejail/fs_home.c index b410ba68e..b1cb9d927 100644 --- a/src/firejail/fs_home.c +++ b/src/firejail/fs_home.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_hostname.c b/src/firejail/fs_hostname.c index 8b7e94f51..dca394865 100644 --- a/src/firejail/fs_hostname.c +++ b/src/firejail/fs_hostname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_lib.c b/src/firejail/fs_lib.c index 03af7f8fb..194a980f4 100644 --- a/src/firejail/fs_lib.c +++ b/src/firejail/fs_lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_lib2.c b/src/firejail/fs_lib2.c index a347b380c..aefd38e3c 100644 --- a/src/firejail/fs_lib2.c +++ b/src/firejail/fs_lib2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_logger.c b/src/firejail/fs_logger.c index 604e297b1..06f03dac5 100644 --- a/src/firejail/fs_logger.c +++ b/src/firejail/fs_logger.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_mkdir.c b/src/firejail/fs_mkdir.c index 4983db0a0..30dbd8e9b 100644 --- a/src/firejail/fs_mkdir.c +++ b/src/firejail/fs_mkdir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_overlayfs.c b/src/firejail/fs_overlayfs.c index fe3761cb6..167a7e28b 100644 --- a/src/firejail/fs_overlayfs.c +++ b/src/firejail/fs_overlayfs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_trace.c b/src/firejail/fs_trace.c index 17a7b3d23..4cecea9ce 100644 --- a/src/firejail/fs_trace.c +++ b/src/firejail/fs_trace.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_var.c b/src/firejail/fs_var.c index e19d0df96..9523875d7 100644 --- a/src/firejail/fs_var.c +++ b/src/firejail/fs_var.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_whitelist.c b/src/firejail/fs_whitelist.c index 7afebed1f..bdc0e277d 100644 --- a/src/firejail/fs_whitelist.c +++ b/src/firejail/fs_whitelist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/ids.c b/src/firejail/ids.c index a9ff59be4..fdb78d6e6 100644 --- a/src/firejail/ids.c +++ b/src/firejail/ids.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/join.c b/src/firejail/join.c index 0e76fd944..9fc80d85b 100644 --- a/src/firejail/join.c +++ b/src/firejail/join.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/ls.c b/src/firejail/ls.c index 53e918dde..7207d1087 100644 --- a/src/firejail/ls.c +++ b/src/firejail/ls.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/macros.c b/src/firejail/macros.c index cd29d8f85..6d67fecbd 100644 --- a/src/firejail/macros.c +++ b/src/firejail/macros.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/main.c b/src/firejail/main.c index b33db36f1..09e1a1071 100644 --- a/src/firejail/main.c +++ b/src/firejail/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/mountinfo.c b/src/firejail/mountinfo.c index ee437e10b..7d30d21d9 100644 --- a/src/firejail/mountinfo.c +++ b/src/firejail/mountinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/netfilter.c b/src/firejail/netfilter.c index 82bf25e78..61164d740 100644 --- a/src/firejail/netfilter.c +++ b/src/firejail/netfilter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/netns.c b/src/firejail/netns.c index b5d6fb636..c72c009ae 100644 --- a/src/firejail/netns.c +++ b/src/firejail/netns.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Firejail Authors + * Copyright (C) 2020-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/network.c b/src/firejail/network.c index 289e164c6..e631745fb 100644 --- a/src/firejail/network.c +++ b/src/firejail/network.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/network_main.c b/src/firejail/network_main.c index d3e75bbed..dd66ecc55 100644 --- a/src/firejail/network_main.c +++ b/src/firejail/network_main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/no_sandbox.c b/src/firejail/no_sandbox.c index 0e5562d90..c57d397ef 100644 --- a/src/firejail/no_sandbox.c +++ b/src/firejail/no_sandbox.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/output.c b/src/firejail/output.c index ce10ab157..f9df9f3d4 100644 --- a/src/firejail/output.c +++ b/src/firejail/output.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/paths.c b/src/firejail/paths.c index d58a9d272..6d62c9004 100644 --- a/src/firejail/paths.c +++ b/src/firejail/paths.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/preproc.c b/src/firejail/preproc.c index 1aafd1ca2..da50e9a82 100644 --- a/src/firejail/preproc.c +++ b/src/firejail/preproc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/profile.c b/src/firejail/profile.c index 92dbecac1..5725100e4 100644 --- a/src/firejail/profile.c +++ b/src/firejail/profile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/protocol.c b/src/firejail/protocol.c index f21f8c96e..37e541f50 100644 --- a/src/firejail/protocol.c +++ b/src/firejail/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/pulseaudio.c b/src/firejail/pulseaudio.c index f8d4c2f3c..2af00e37b 100644 --- a/src/firejail/pulseaudio.c +++ b/src/firejail/pulseaudio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/restrict_users.c b/src/firejail/restrict_users.c index 59077dada..447d7b663 100644 --- a/src/firejail/restrict_users.c +++ b/src/firejail/restrict_users.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/restricted_shell.c b/src/firejail/restricted_shell.c index ed66903b5..c1340cae1 100644 --- a/src/firejail/restricted_shell.c +++ b/src/firejail/restricted_shell.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/rlimit.c b/src/firejail/rlimit.c index f177f4b89..b10d2c528 100644 --- a/src/firejail/rlimit.c +++ b/src/firejail/rlimit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/run_files.c b/src/firejail/run_files.c index c28c3e01b..c971a4f53 100644 --- a/src/firejail/run_files.c +++ b/src/firejail/run_files.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/run_symlink.c b/src/firejail/run_symlink.c index 14667d9eb..e2847aea6 100644 --- a/src/firejail/run_symlink.c +++ b/src/firejail/run_symlink.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c index 53b1e6914..61d6578a0 100644 --- a/src/firejail/sandbox.c +++ b/src/firejail/sandbox.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/sbox.c b/src/firejail/sbox.c index 37111324a..e5e67c09d 100644 --- a/src/firejail/sbox.c +++ b/src/firejail/sbox.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/seccomp.c b/src/firejail/seccomp.c index e02be29f1..0cd6ac7ec 100644 --- a/src/firejail/seccomp.c +++ b/src/firejail/seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/selinux.c b/src/firejail/selinux.c index fa59882ed..0348cef4b 100644 --- a/src/firejail/selinux.c +++ b/src/firejail/selinux.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Firejail and systemd authors + * Copyright (C) 2020-2022 Firejail and systemd authors * * This file is part of firejail project, from systemd selinux-util.c * diff --git a/src/firejail/shutdown.c b/src/firejail/shutdown.c index d1be6eed4..44fdd58ab 100644 --- a/src/firejail/shutdown.c +++ b/src/firejail/shutdown.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/usage.c b/src/firejail/usage.c index b993cb80c..183259f16 100644 --- a/src/firejail/usage.c +++ b/src/firejail/usage.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/util.c b/src/firejail/util.c index c1c31b43c..dbbc1ea28 100644 --- a/src/firejail/util.c +++ b/src/firejail/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/x11.c b/src/firejail/x11.c index 896aa2fd3..f173b6672 100644 --- a/src/firejail/x11.c +++ b/src/firejail/x11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/apparmor.c b/src/firemon/apparmor.c index eb810a9e7..7103ab7af 100644 --- a/src/firemon/apparmor.c +++ b/src/firemon/apparmor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/arp.c b/src/firemon/arp.c index 1a69a67b1..1a01da016 100644 --- a/src/firemon/arp.c +++ b/src/firemon/arp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/caps.c b/src/firemon/caps.c index c0f305a5d..045cd1968 100644 --- a/src/firemon/caps.c +++ b/src/firemon/caps.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/cgroup.c b/src/firemon/cgroup.c index 97ba591a6..7ef76fa46 100644 --- a/src/firemon/cgroup.c +++ b/src/firemon/cgroup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/cpu.c b/src/firemon/cpu.c index 91b455941..31e4eb7fd 100644 --- a/src/firemon/cpu.c +++ b/src/firemon/cpu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/firemon.c b/src/firemon/firemon.c index 6c34cd411..91406d6a7 100644 --- a/src/firemon/firemon.c +++ b/src/firemon/firemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/firemon.h b/src/firemon/firemon.h index 5252ad34f..2fa294e8d 100644 --- a/src/firemon/firemon.h +++ b/src/firemon/firemon.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/interface.c b/src/firemon/interface.c index 780e3d706..f57616ed7 100644 --- a/src/firemon/interface.c +++ b/src/firemon/interface.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/list.c b/src/firemon/list.c index 51099a75c..d066c7a5f 100644 --- a/src/firemon/list.c +++ b/src/firemon/list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/netstats.c b/src/firemon/netstats.c index 9d8e5d7f5..0a1b7e0c4 100644 --- a/src/firemon/netstats.c +++ b/src/firemon/netstats.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/procevent.c b/src/firemon/procevent.c index 716a9cba4..ccc1ba1c6 100644 --- a/src/firemon/procevent.c +++ b/src/firemon/procevent.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/route.c b/src/firemon/route.c index 9cf5054b2..86f4d85ae 100644 --- a/src/firemon/route.c +++ b/src/firemon/route.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/seccomp.c b/src/firemon/seccomp.c index 04111b6c0..ba0017eff 100644 --- a/src/firemon/seccomp.c +++ b/src/firemon/seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/top.c b/src/firemon/top.c index 2217cc7de..2bfa63380 100644 --- a/src/firemon/top.c +++ b/src/firemon/top.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/tree.c b/src/firemon/tree.c index 899214b9f..7ad413772 100644 --- a/src/firemon/tree.c +++ b/src/firemon/tree.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/usage.c b/src/firemon/usage.c index c4268c4fc..c6a664790 100644 --- a/src/firemon/usage.c +++ b/src/firemon/usage.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/x11.c b/src/firemon/x11.c index 97e24b2d2..16ee0a2d6 100644 --- a/src/firemon/x11.c +++ b/src/firemon/x11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fldd/main.c b/src/fldd/main.c index b71145793..898e0f36a 100644 --- a/src/fldd/main.c +++ b/src/fldd/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/arp.c b/src/fnet/arp.c index 59798d32d..ed110c271 100644 --- a/src/fnet/arp.c +++ b/src/fnet/arp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/fnet.h b/src/fnet/fnet.h index c0154b53e..41db5aa1b 100644 --- a/src/fnet/fnet.h +++ b/src/fnet/fnet.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/interface.c b/src/fnet/interface.c index 91d91360d..072dbf381 100644 --- a/src/fnet/interface.c +++ b/src/fnet/interface.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/main.c b/src/fnet/main.c index df8f7226c..d39fcfc84 100644 --- a/src/fnet/main.c +++ b/src/fnet/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/veth.c b/src/fnet/veth.c index e09b1b1c5..bd6e33583 100644 --- a/src/fnet/veth.c +++ b/src/fnet/veth.c @@ -26,7 +26,7 @@ * */ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnetfilter/main.c b/src/fnetfilter/main.c index 979f082d0..081408ab3 100644 --- a/src/fnetfilter/main.c +++ b/src/fnetfilter/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/fnettrace.h b/src/fnettrace/fnettrace.h index 8384f1770..c2f76f3a6 100644 --- a/src/fnettrace/fnettrace.h +++ b/src/fnettrace/fnettrace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/hostnames b/src/fnettrace/hostnames index cfc98a571..b10d9a13d 100644 --- a/src/fnettrace/hostnames +++ b/src/fnettrace/hostnames @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # # This file is part of firejail project # diff --git a/src/fnettrace/hostnames.c b/src/fnettrace/hostnames.c index e5fbb6d20..e1ad45f81 100644 --- a/src/fnettrace/hostnames.c +++ b/src/fnettrace/hostnames.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/main.c b/src/fnettrace/main.c index eeac2fd85..804a9cd80 100644 --- a/src/fnettrace/main.c +++ b/src/fnettrace/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/radix.c b/src/fnettrace/radix.c index 9e4656baa..a1f44dd31 100644 --- a/src/fnettrace/radix.c +++ b/src/fnettrace/radix.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/radix.h b/src/fnettrace/radix.h index 418e57413..b77c24216 100644 --- a/src/fnettrace/radix.h +++ b/src/fnettrace/radix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-optimize/fsec_optimize.h b/src/fsec-optimize/fsec_optimize.h index fc9dd7db8..2a77f69aa 100644 --- a/src/fsec-optimize/fsec_optimize.h +++ b/src/fsec-optimize/fsec_optimize.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-optimize/main.c b/src/fsec-optimize/main.c index 84bf2d4f9..ec3420e16 100644 --- a/src/fsec-optimize/main.c +++ b/src/fsec-optimize/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-optimize/optimizer.c b/src/fsec-optimize/optimizer.c index 4c02de59d..20333a8a8 100644 --- a/src/fsec-optimize/optimizer.c +++ b/src/fsec-optimize/optimizer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-print/fsec_print.h b/src/fsec-print/fsec_print.h index 75a82c11a..a754e2295 100644 --- a/src/fsec-print/fsec_print.h +++ b/src/fsec-print/fsec_print.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-print/main.c b/src/fsec-print/main.c index 5bca93d50..039377999 100644 --- a/src/fsec-print/main.c +++ b/src/fsec-print/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-print/print.c b/src/fsec-print/print.c index 143a7a53e..f6af20f04 100644 --- a/src/fsec-print/print.c +++ b/src/fsec-print/print.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/fseccomp.h b/src/fseccomp/fseccomp.h index 97eac9ed8..65337da2a 100644 --- a/src/fseccomp/fseccomp.h +++ b/src/fseccomp/fseccomp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/main.c b/src/fseccomp/main.c index 326c29a44..48665ab71 100644 --- a/src/fseccomp/main.c +++ b/src/fseccomp/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/protocol.c b/src/fseccomp/protocol.c index 48dda61dd..25742c173 100644 --- a/src/fseccomp/protocol.c +++ b/src/fseccomp/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/seccomp.c b/src/fseccomp/seccomp.c index 99e671799..49b789755 100644 --- a/src/fseccomp/seccomp.c +++ b/src/fseccomp/seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/seccomp_file.c b/src/fseccomp/seccomp_file.c index 846c7f335..ee18ca74f 100644 --- a/src/fseccomp/seccomp_file.c +++ b/src/fseccomp/seccomp_file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/seccomp_secondary.c b/src/fseccomp/seccomp_secondary.c index 540892026..d4ccd96b2 100644 --- a/src/fseccomp/seccomp_secondary.c +++ b/src/fseccomp/seccomp_secondary.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/fshaper/fshaper.sh b/src/fshaper/fshaper.sh index f9a6c4f06..a8379612d 100755 --- a/src/fshaper/fshaper.sh +++ b/src/fshaper/fshaper.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 TCFILE="" diff --git a/src/ftee/ftee.h b/src/ftee/ftee.h index a556efb75..458308a4c 100644 --- a/src/ftee/ftee.h +++ b/src/ftee/ftee.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/ftee/main.c b/src/ftee/main.c index 4d447f2c4..d408566fa 100644 --- a/src/ftee/main.c +++ b/src/ftee/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/common.h b/src/include/common.h index d51382c41..24feab02a 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/euid_common.h b/src/include/euid_common.h index 8d8dd95f6..f40cbb9de 100644 --- a/src/include/euid_common.h +++ b/src/include/euid_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/firejail_user.h b/src/include/firejail_user.h index cf17fa0cf..6cf895db8 100644 --- a/src/include/firejail_user.h +++ b/src/include/firejail_user.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/gcov_wrapper.h b/src/include/gcov_wrapper.h index 4aafb8e18..144181ca0 100644 --- a/src/include/gcov_wrapper.h +++ b/src/include/gcov_wrapper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Firejail Authors + * Copyright (C) 2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/ldd_utils.h b/src/include/ldd_utils.h index ffd6e189f..e9dac1171 100644 --- a/src/include/ldd_utils.h +++ b/src/include/ldd_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/pid.h b/src/include/pid.h index 17e51f660..7e235b713 100644 --- a/src/include/pid.h +++ b/src/include/pid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/rundefs.h b/src/include/rundefs.h index 3db750da3..4ba3e27f4 100644 --- a/src/include/rundefs.h +++ b/src/include/rundefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/seccomp.h b/src/include/seccomp.h index 43bb73a04..9dbe25bfa 100644 --- a/src/include/seccomp.h +++ b/src/include/seccomp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/syscall.h b/src/include/syscall.h index 015dd01b9..68be16a04 100644 --- a/src/include/syscall.h +++ b/src/include/syscall.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/access.c b/src/jailcheck/access.c index 3c2f46495..3e99b0b52 100644 --- a/src/jailcheck/access.c +++ b/src/jailcheck/access.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/apparmor.c b/src/jailcheck/apparmor.c index 64f278046..521ce047e 100644 --- a/src/jailcheck/apparmor.c +++ b/src/jailcheck/apparmor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/jailcheck.h b/src/jailcheck/jailcheck.h index 3f8c89bfb..2d25ee8ce 100644 --- a/src/jailcheck/jailcheck.h +++ b/src/jailcheck/jailcheck.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/main.c b/src/jailcheck/main.c index 812ac5808..04fc3a6af 100644 --- a/src/jailcheck/main.c +++ b/src/jailcheck/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/network.c b/src/jailcheck/network.c index 636344e77..474224fc5 100644 --- a/src/jailcheck/network.c +++ b/src/jailcheck/network.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/noexec.c b/src/jailcheck/noexec.c index be18ac109..4cf5dabde 100644 --- a/src/jailcheck/noexec.c +++ b/src/jailcheck/noexec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/seccomp.c b/src/jailcheck/seccomp.c index 9345eb970..ac8064f0b 100644 --- a/src/jailcheck/seccomp.c +++ b/src/jailcheck/seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/sysfiles.c b/src/jailcheck/sysfiles.c index 9a0d6350e..0df95d496 100644 --- a/src/jailcheck/sysfiles.c +++ b/src/jailcheck/sysfiles.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/utils.c b/src/jailcheck/utils.c index c3aaae298..65431e2e1 100644 --- a/src/jailcheck/utils.c +++ b/src/jailcheck/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/virtual.c b/src/jailcheck/virtual.c index 09092f9ce..93172d65c 100644 --- a/src/jailcheck/virtual.c +++ b/src/jailcheck/virtual.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/common.c b/src/lib/common.c index f1bd7a6fe..f46e7db1c 100644 --- a/src/lib/common.c +++ b/src/lib/common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/errno.c b/src/lib/errno.c index 9edb44c22..b666c5646 100644 --- a/src/lib/errno.c +++ b/src/lib/errno.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/firejail_user.c b/src/lib/firejail_user.c index d6a3c71ab..bf338ee43 100644 --- a/src/lib/firejail_user.c +++ b/src/lib/firejail_user.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/ldd_utils.c b/src/lib/ldd_utils.c index c5dde85b0..bc4f7cf9c 100644 --- a/src/lib/ldd_utils.c +++ b/src/lib/ldd_utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/pid.c b/src/lib/pid.c index ca62aaa42..ad6403f65 100644 --- a/src/lib/pid.c +++ b/src/lib/pid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/syscall.c b/src/lib/syscall.c index d0d9ff5aa..668f7fcc7 100644 --- a/src/lib/syscall.c +++ b/src/lib/syscall.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/libpostexecseccomp/libpostexecseccomp.c b/src/libpostexecseccomp/libpostexecseccomp.c index 1d1eb283b..e2339547e 100644 --- a/src/libpostexecseccomp/libpostexecseccomp.c +++ b/src/libpostexecseccomp/libpostexecseccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/libtrace/libtrace.c b/src/libtrace/libtrace.c index 319902ff7..c0832cbde 100644 --- a/src/libtrace/libtrace.c +++ b/src/libtrace/libtrace.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/libtracelog/libtracelog.c b/src/libtracelog/libtracelog.c index b946cc889..760ac7612 100644 --- a/src/libtracelog/libtracelog.c +++ b/src/libtracelog/libtracelog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/man/preproc.awk b/src/man/preproc.awk index 1ce5c82de..d3a2b71c9 100755 --- a/src/man/preproc.awk +++ b/src/man/preproc.awk @@ -1,6 +1,6 @@ #!/usr/bin/gawk -E -# Copyright (c) 2019-2021 rusty-snake +# Copyright (c) 2019-2022 rusty-snake # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/profstats/main.c b/src/profstats/main.c index bc5047bfe..595a94c11 100644 --- a/src/profstats/main.c +++ b/src/profstats/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/check-caps.sh b/src/tools/check-caps.sh index b7026b1cd..62c3b9066 100755 --- a/src/tools/check-caps.sh +++ b/src/tools/check-caps.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 if [ $# -eq 0 ] diff --git a/src/tools/extract_caps.c b/src/tools/extract_caps.c index 8da9c452b..5e5b3cdc6 100644 --- a/src/tools/extract_caps.c +++ b/src/tools/extract_caps.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/extract_errnos.sh b/src/tools/extract_errnos.sh index 34c416b04..bb430b3e1 100644 --- a/src/tools/extract_errnos.sh +++ b/src/tools/extract_errnos.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 echo -e "#include \n#include " | \ diff --git a/src/tools/extract_seccomp.c b/src/tools/extract_seccomp.c index b5f92d2df..6b644796b 100644 --- a/src/tools/extract_seccomp.c +++ b/src/tools/extract_seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/extract_syscalls.c b/src/tools/extract_syscalls.c index 9159b6576..f77a84123 100644 --- a/src/tools/extract_syscalls.c +++ b/src/tools/extract_syscalls.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/mkcoverit.sh b/src/tools/mkcoverit.sh index 86d798a11..c7a57cd21 100755 --- a/src/tools/mkcoverit.sh +++ b/src/tools/mkcoverit.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 # unpack firejail archive diff --git a/src/tools/testuid.c b/src/tools/testuid.c index a18d57d5e..1bc617522 100644 --- a/src/tools/testuid.c +++ b/src/tools/testuid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/ttytest.c b/src/tools/ttytest.c index 0f72753bc..9e40d289a 100644 --- a/src/tools/ttytest.c +++ b/src/tools/ttytest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/unixsocket.c b/src/tools/unixsocket.c index c4ecabca7..bd638269d 100644 --- a/src/tools/unixsocket.c +++ b/src/tools/unixsocket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/test/appimage/appimage-args.exp b/test/appimage/appimage-args.exp index eecb9bf82..a65197a52 100755 --- a/test/appimage/appimage-args.exp +++ b/test/appimage/appimage-args.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/appimage/appimage-trace.exp b/test/appimage/appimage-trace.exp index 2f67eb531..dfd2aaf9b 100755 --- a/test/appimage/appimage-trace.exp +++ b/test/appimage/appimage-trace.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/appimage/appimage-v1.exp b/test/appimage/appimage-v1.exp index b8b6e0c96..0fc4ad0f0 100755 --- a/test/appimage/appimage-v1.exp +++ b/test/appimage/appimage-v1.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/appimage/appimage-v2.exp b/test/appimage/appimage-v2.exp index 243824f75..8f61de6e9 100755 --- a/test/appimage/appimage-v2.exp +++ b/test/appimage/appimage-v2.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/appimage/appimage.sh b/test/appimage/appimage.sh index e766b1acd..9afacf5be 100755 --- a/test/appimage/appimage.sh +++ b/test/appimage/appimage.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/appimage/filename.exp b/test/appimage/filename.exp index 54d8d722d..711eae8d2 100755 --- a/test/appimage/filename.exp +++ b/test/appimage/filename.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/apps-x11-xorg/apps-x11-xorg.sh b/test/apps-x11-xorg/apps-x11-xorg.sh index 7f37914aa..9ed123979 100755 --- a/test/apps-x11-xorg/apps-x11-xorg.sh +++ b/test/apps-x11-xorg/apps-x11-xorg.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/apps-x11-xorg/firefox.exp b/test/apps-x11-xorg/firefox.exp index 12fcc13ce..23c5d4675 100755 --- a/test/apps-x11-xorg/firefox.exp +++ b/test/apps-x11-xorg/firefox.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/apps-x11-xorg/thunderbird.exp b/test/apps-x11-xorg/thunderbird.exp index 5c810c517..ede339cbe 100755 --- a/test/apps-x11-xorg/thunderbird.exp +++ b/test/apps-x11-xorg/thunderbird.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/apps-x11-xorg/transmission-gtk.exp b/test/apps-x11-xorg/transmission-gtk.exp index e0f519c00..0b7d87b07 100755 --- a/test/apps-x11-xorg/transmission-gtk.exp +++ b/test/apps-x11-xorg/transmission-gtk.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/apps-x11-xorg/transmission-qt.exp b/test/apps-x11-xorg/transmission-qt.exp index 02a015968..ef036b569 100755 --- a/test/apps-x11-xorg/transmission-qt.exp +++ b/test/apps-x11-xorg/transmission-qt.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/apps-x11/apps-x11.sh b/test/apps-x11/apps-x11.sh index 9954cb736..a3c946ca4 100755 --- a/test/apps-x11/apps-x11.sh +++ b/test/apps-x11/apps-x11.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/apps-x11/chromium.exp b/test/apps-x11/chromium.exp index 92739048c..227ce66a1 100755 --- a/test/apps-x11/chromium.exp +++ b/test/apps-x11/chromium.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/apps-x11/firefox.exp b/test/apps-x11/firefox.exp index 69efc79d9..7861187ed 100755 --- a/test/apps-x11/firefox.exp +++ b/test/apps-x11/firefox.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/apps-x11/thunderbird.exp b/test/apps-x11/thunderbird.exp index 7cfc957b7..d9c4ca396 100755 --- a/test/apps-x11/thunderbird.exp +++ b/test/apps-x11/thunderbird.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/apps-x11/transmission-gtk.exp b/test/apps-x11/transmission-gtk.exp index 53e396a9e..a87b76582 100755 --- a/test/apps-x11/transmission-gtk.exp +++ b/test/apps-x11/transmission-gtk.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/apps-x11/x11-none.exp b/test/apps-x11/x11-none.exp index b45751aa7..d2cc69c98 100755 --- a/test/apps-x11/x11-none.exp +++ b/test/apps-x11/x11-none.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/apps-x11/x11-xephyr.exp b/test/apps-x11/x11-xephyr.exp index 3da0e1a46..e3c5f2742 100755 --- a/test/apps-x11/x11-xephyr.exp +++ b/test/apps-x11/x11-xephyr.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/apps-x11/xterm-xephyr.exp b/test/apps-x11/xterm-xephyr.exp index 5edbadad9..0e2bc8fc4 100755 --- a/test/apps-x11/xterm-xephyr.exp +++ b/test/apps-x11/xterm-xephyr.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/apps-x11/xterm-xorg.exp b/test/apps-x11/xterm-xorg.exp index a2a027729..269ab35bf 100755 --- a/test/apps-x11/xterm-xorg.exp +++ b/test/apps-x11/xterm-xorg.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/apps-x11/xterm-xpra.exp b/test/apps-x11/xterm-xpra.exp index 0f1458d15..187d408f4 100755 --- a/test/apps-x11/xterm-xpra.exp +++ b/test/apps-x11/xterm-xpra.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/apps/apps.sh b/test/apps/apps.sh index c332fe416..83e977ba0 100755 --- a/test/apps/apps.sh +++ b/test/apps/apps.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/apps/chromium.exp b/test/apps/chromium.exp index d65bc93a9..0248f9d88 100755 --- a/test/apps/chromium.exp +++ b/test/apps/chromium.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/apps/deluge.exp b/test/apps/deluge.exp index 25c98623c..efe964b75 100755 --- a/test/apps/deluge.exp +++ b/test/apps/deluge.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/apps/fbreader.exp b/test/apps/fbreader.exp index 67301c1d2..1d5c6df79 100755 --- a/test/apps/fbreader.exp +++ b/test/apps/fbreader.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/apps/filezilla.exp b/test/apps/filezilla.exp index da37f1eff..b1397278c 100755 --- a/test/apps/filezilla.exp +++ b/test/apps/filezilla.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/apps/firefox.exp b/test/apps/firefox.exp index 2a6f18276..706e97e18 100755 --- a/test/apps/firefox.exp +++ b/test/apps/firefox.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/apps/gnome-mplayer.exp b/test/apps/gnome-mplayer.exp index 564220d95..64530e957 100755 --- a/test/apps/gnome-mplayer.exp +++ b/test/apps/gnome-mplayer.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/apps/gthumb.exp b/test/apps/gthumb.exp index 569adcd34..4a381677f 100755 --- a/test/apps/gthumb.exp +++ b/test/apps/gthumb.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/apps/hexchat.exp b/test/apps/hexchat.exp index adea02216..20d8dbd0f 100755 --- a/test/apps/hexchat.exp +++ b/test/apps/hexchat.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/apps/kcalc.exp b/test/apps/kcalc.exp index aaeb5221d..6c2769b8f 100755 --- a/test/apps/kcalc.exp +++ b/test/apps/kcalc.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/apps/ktorrent.exp b/test/apps/ktorrent.exp index 8693f5f1d..98f51dcd5 100755 --- a/test/apps/ktorrent.exp +++ b/test/apps/ktorrent.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/apps/midori.exp b/test/apps/midori.exp index fae41e6da..1c6ac59a2 100755 --- a/test/apps/midori.exp +++ b/test/apps/midori.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/apps/opera.exp b/test/apps/opera.exp index 990476ed5..40520f9f5 100755 --- a/test/apps/opera.exp +++ b/test/apps/opera.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/apps/qbittorrent.exp b/test/apps/qbittorrent.exp index bc0386335..32d35997b 100755 --- a/test/apps/qbittorrent.exp +++ b/test/apps/qbittorrent.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/apps/thunderbird.exp b/test/apps/thunderbird.exp index 10d0bb2f6..ba7b3abee 100755 --- a/test/apps/thunderbird.exp +++ b/test/apps/thunderbird.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/apps/transmission-qt.exp b/test/apps/transmission-qt.exp index fec18a8bf..18bd6c469 100755 --- a/test/apps/transmission-qt.exp +++ b/test/apps/transmission-qt.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/apps/uget-gtk.exp b/test/apps/uget-gtk.exp index caa4063b9..6ba56d193 100755 --- a/test/apps/uget-gtk.exp +++ b/test/apps/uget-gtk.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/apps/vlc.exp b/test/apps/vlc.exp index ce3df1ba6..6114c2ee4 100755 --- a/test/apps/vlc.exp +++ b/test/apps/vlc.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/apps/wine.exp b/test/apps/wine.exp index 982a0c6d9..58f2adcb6 100755 --- a/test/apps/wine.exp +++ b/test/apps/wine.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/apps/xchat.exp b/test/apps/xchat.exp index 9ed75d821..f5e0b545b 100755 --- a/test/apps/xchat.exp +++ b/test/apps/xchat.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/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 diff --git a/test/compile/compile.sh b/test/compile/compile.sh index 101998187..0a87913f1 100755 --- a/test/compile/compile.sh +++ b/test/compile/compile.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 # not currently covered diff --git a/test/environment/allow-debuggers.exp b/test/environment/allow-debuggers.exp index f660c123a..412e24e9b 100755 --- a/test/environment/allow-debuggers.exp +++ b/test/environment/allow-debuggers.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/environment/csh.exp b/test/environment/csh.exp index f8ced07b5..eedb1bab7 100755 --- a/test/environment/csh.exp +++ b/test/environment/csh.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/environment/dash.exp b/test/environment/dash.exp index 983a527cf..c2ece31f0 100755 --- a/test/environment/dash.exp +++ b/test/environment/dash.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/environment/deterministic-exit-code.exp b/test/environment/deterministic-exit-code.exp index 1a1e53605..d7585c401 100755 --- a/test/environment/deterministic-exit-code.exp +++ b/test/environment/deterministic-exit-code.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 4 diff --git a/test/environment/deterministic-shutdown.exp b/test/environment/deterministic-shutdown.exp index 3931893be..dbbe226bb 100755 --- a/test/environment/deterministic-shutdown.exp +++ b/test/environment/deterministic-shutdown.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 5 diff --git a/test/environment/dns.exp b/test/environment/dns.exp index 5b06b51c0..1fe6449b7 100755 --- a/test/environment/dns.exp +++ b/test/environment/dns.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/environment/doubledash.exp b/test/environment/doubledash.exp index 275755337..1a9ecebe1 100755 --- a/test/environment/doubledash.exp +++ b/test/environment/doubledash.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/environment/env.exp b/test/environment/env.exp index 4f6f8a1b7..b5ebe883c 100755 --- a/test/environment/env.exp +++ b/test/environment/env.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/environment/environment.sh b/test/environment/environment.sh index c35f69b0c..ce0bb306c 100755 --- a/test/environment/environment.sh +++ b/test/environment/environment.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/environment/extract_command.exp b/test/environment/extract_command.exp index f91a10fa6..e719e6658 100755 --- a/test/environment/extract_command.exp +++ b/test/environment/extract_command.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/environment/firejail-in-firejail.exp b/test/environment/firejail-in-firejail.exp index 459056260..10d5c9074 100755 --- a/test/environment/firejail-in-firejail.exp +++ b/test/environment/firejail-in-firejail.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/environment/hostfile.exp b/test/environment/hostfile.exp index 6b98863e5..709eb5d36 100755 --- a/test/environment/hostfile.exp +++ b/test/environment/hostfile.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 diff --git a/test/environment/ibus.exp b/test/environment/ibus.exp index 089736f33..e6095dc44 100755 --- a/test/environment/ibus.exp +++ b/test/environment/ibus.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/environment/machineid.exp b/test/environment/machineid.exp index f0b3d2942..b7eb5c911 100755 --- a/test/environment/machineid.exp +++ b/test/environment/machineid.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 diff --git a/test/environment/nice.exp b/test/environment/nice.exp index 80591978d..69e641448 100755 --- a/test/environment/nice.exp +++ b/test/environment/nice.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/environment/output.exp b/test/environment/output.exp index dd03001d7..2b9594b61 100755 --- a/test/environment/output.exp +++ b/test/environment/output.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/environment/output.sh b/test/environment/output.sh index edf7dc4cb..329cb40c7 100755 --- a/test/environment/output.sh +++ b/test/environment/output.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 i="0" diff --git a/test/environment/quiet.exp b/test/environment/quiet.exp index 510491738..b1b3b0173 100755 --- a/test/environment/quiet.exp +++ b/test/environment/quiet.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 4 diff --git a/test/environment/rlimit-bad-profile.exp b/test/environment/rlimit-bad-profile.exp index b1572afb6..627cc860f 100755 --- a/test/environment/rlimit-bad-profile.exp +++ b/test/environment/rlimit-bad-profile.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/environment/rlimit-bad.exp b/test/environment/rlimit-bad.exp index c05e14b97..24df1874c 100755 --- a/test/environment/rlimit-bad.exp +++ b/test/environment/rlimit-bad.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/environment/rlimit-join.exp b/test/environment/rlimit-join.exp index aa8a203c0..42a8df390 100755 --- a/test/environment/rlimit-join.exp +++ b/test/environment/rlimit-join.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/environment/rlimit-profile.exp b/test/environment/rlimit-profile.exp index 4071675ee..d0365d5e3 100755 --- a/test/environment/rlimit-profile.exp +++ b/test/environment/rlimit-profile.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/environment/rlimit.exp b/test/environment/rlimit.exp index 6fcb554a7..3bdbab4c2 100755 --- a/test/environment/rlimit.exp +++ b/test/environment/rlimit.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/environment/shell-none.exp b/test/environment/shell-none.exp index 507225326..0af1bb88b 100755 --- a/test/environment/shell-none.exp +++ b/test/environment/shell-none.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/environment/sound.exp b/test/environment/sound.exp index e5fa27e77..784cdfe1b 100755 --- a/test/environment/sound.exp +++ b/test/environment/sound.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 diff --git a/test/environment/timeout.exp b/test/environment/timeout.exp index ea0dd67b7..901bed2e8 100755 --- a/test/environment/timeout.exp +++ b/test/environment/timeout.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/environment/umask.exp b/test/environment/umask.exp index e1f520fcd..d336ed2cd 100755 --- a/test/environment/umask.exp +++ b/test/environment/umask.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/environment/zsh.exp b/test/environment/zsh.exp index a750ac55c..13eee3433 100755 --- a/test/environment/zsh.exp +++ b/test/environment/zsh.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/fcopy/cmdline.exp b/test/fcopy/cmdline.exp index 00e44e489..b6b404d9c 100755 --- a/test/fcopy/cmdline.exp +++ b/test/fcopy/cmdline.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/fcopy/dircopy.exp b/test/fcopy/dircopy.exp index 633d12d08..0882561e5 100755 --- a/test/fcopy/dircopy.exp +++ b/test/fcopy/dircopy.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 # diff --git a/test/fcopy/fcopy.sh b/test/fcopy/fcopy.sh index 822f6a9cd..cdfc424a3 100755 --- a/test/fcopy/fcopy.sh +++ b/test/fcopy/fcopy.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/fcopy/filecopy.exp b/test/fcopy/filecopy.exp index fb911e222..155c1ce31 100755 --- a/test/fcopy/filecopy.exp +++ b/test/fcopy/filecopy.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 # diff --git a/test/fcopy/linkcopy.exp b/test/fcopy/linkcopy.exp index dbc33c6a7..dd91ac26f 100755 --- a/test/fcopy/linkcopy.exp +++ b/test/fcopy/linkcopy.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 # diff --git a/test/fcopy/src/dircopy.exp b/test/fcopy/src/dircopy.exp deleted file mode 120000 index 2acf88f7b..000000000 --- a/test/fcopy/src/dircopy.exp +++ /dev/null @@ -1 +0,0 @@ -../dircopy.exp \ No newline at end of file diff --git a/test/fcopy/src/dircopy.exp b/test/fcopy/src/dircopy.exp new file mode 100755 index 000000000..0882561e5 --- /dev/null +++ b/test/fcopy/src/dircopy.exp @@ -0,0 +1,139 @@ +#!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2022 Firejail Authors +# License GPL v2 + +# +# copy directory src to dest +# +set timeout 10 +spawn $env(SHELL) +match_max 100000 + +send -- "rm -fr dest/*\r" +after 100 + +send -- "fcopy src dest\r" +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 0\n";exit} + "dest/" +} +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 0\n";exit} + "dest/" +} +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 1\n";exit} + "dest/a" +} +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 2\n";exit} + "dest/a/b" +} +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 3\n";exit} + "dest/a/b/file4" +} +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 4\n";exit} + "dest/a/file3" +} +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 5\n";exit} + "dest/dircopy.exp" +} +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 6\n";exit} + "dest/file2" +} +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 7\n";exit} + "dest/file1" +} +after 100 + + +send -- "ls -al dest\r" +expect { + timeout {puts "TESTING ERROR 8\n";exit} + "drwxr-xr-x" { puts "umask 0022\n" } + "drwxrwxr-x" { puts "umask 0002\n" } +} +expect { + timeout {puts "TESTING ERROR 9\n";exit} + "a" +} +expect { + timeout {puts "TESTING ERROR 10\n";exit} + "lrwxrwxrwx" +} +expect { + timeout {puts "TESTING ERROR 11\n";exit} + "dircopy.exp" +} +expect { + timeout {puts "TESTING ERROR 12\n";exit} + "rwxr-xr-x" { puts "umask 0022\n" } + "rwxrwxr-x" { puts "umask 0002\n" } +} +expect { + timeout {puts "TESTING ERROR 13\n";exit} + "file1" +} +expect { + timeout {puts "TESTING ERROR 14\n";exit} + "rw-r--r--" { puts "umask 0022\n" } + "rw-rw-r--" { puts "umask 0002\n" } +} +expect { + timeout {puts "TESTING ERROR 15\n";exit} + "file2" +} +after 100 + +send -- "stty -echo\r" +after 100 +send -- "diff -q src/a/b/file4 dest/a/b/file4; echo done\r" +expect { + timeout {puts "TESTING ERROR 16\n";exit} + "differ" {puts "TESTING ERROR 17\n";exit} + "done" +} + +send -- "file dest/dircopy.exp\r" +expect { + timeout {puts "TESTING ERROR 18\n";exit} + "symbolic link" +} + +send -- "rm -fr dest/*\r" +after 100 + +puts "\nall done\n" diff --git a/test/features/1.1.exp b/test/features/1.1.exp index fe1e0f132..1262ff403 100755 --- a/test/features/1.1.exp +++ b/test/features/1.1.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 # # disable /boot diff --git a/test/features/1.10.exp b/test/features/1.10.exp index 5dd03ecef..846532e71 100755 --- a/test/features/1.10.exp +++ b/test/features/1.10.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 # # disable /selinux diff --git a/test/features/1.2.exp b/test/features/1.2.exp index f7a55b445..76b143a40 100755 --- a/test/features/1.2.exp +++ b/test/features/1.2.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 # # new /proc diff --git a/test/features/1.4.exp b/test/features/1.4.exp index 66a8c1175..7b4839bd7 100755 --- a/test/features/1.4.exp +++ b/test/features/1.4.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 # # mask other users diff --git a/test/features/1.5.exp b/test/features/1.5.exp index ba0aea220..a13a87893 100755 --- a/test/features/1.5.exp +++ b/test/features/1.5.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 # # PID namespace diff --git a/test/features/1.6.exp b/test/features/1.6.exp index 89fa29de0..e53c6e2bf 100755 --- a/test/features/1.6.exp +++ b/test/features/1.6.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 # # new /var/log diff --git a/test/features/1.7.exp b/test/features/1.7.exp index 3e9c0908f..f0987dcdc 100755 --- a/test/features/1.7.exp +++ b/test/features/1.7.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 # # new /var/tmp diff --git a/test/features/1.8.exp b/test/features/1.8.exp index 15936c2fb..36c85e1cf 100755 --- a/test/features/1.8.exp +++ b/test/features/1.8.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 # # disable /etc/firejail and ~/.config/firejail diff --git a/test/features/2.1.exp b/test/features/2.1.exp index 6e741a1c2..586ab6490 100755 --- a/test/features/2.1.exp +++ b/test/features/2.1.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 # # hostname diff --git a/test/features/2.2.exp b/test/features/2.2.exp index 3f30d0bad..18828de12 100755 --- a/test/features/2.2.exp +++ b/test/features/2.2.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 # # DNS diff --git a/test/features/2.3.exp b/test/features/2.3.exp index 6c520fdba..dba3a47e1 100755 --- a/test/features/2.3.exp +++ b/test/features/2.3.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 # # mac-vlan diff --git a/test/features/2.4.exp b/test/features/2.4.exp index 74b7881f0..e2f080617 100755 --- a/test/features/2.4.exp +++ b/test/features/2.4.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 # # bridge diff --git a/test/features/2.5.exp b/test/features/2.5.exp index bc3e44e8f..ed8a01b36 100755 --- a/test/features/2.5.exp +++ b/test/features/2.5.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 # # interface diff --git a/test/features/2.6.exp b/test/features/2.6.exp index 7c763e6f1..081bdeb94 100755 --- a/test/features/2.6.exp +++ b/test/features/2.6.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 # # default gateway diff --git a/test/features/3.1.exp b/test/features/3.1.exp index 6ba56517a..dcf51fc9c 100755 --- a/test/features/3.1.exp +++ b/test/features/3.1.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 # # private diff --git a/test/features/3.10.exp b/test/features/3.10.exp index 4797c765b..e6dbbf93b 100755 --- a/test/features/3.10.exp +++ b/test/features/3.10.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 # # whitelist tmp diff --git a/test/features/3.11.exp b/test/features/3.11.exp index b26d7b888..bf528ef25 100755 --- a/test/features/3.11.exp +++ b/test/features/3.11.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 # # mkdir diff --git a/test/features/3.2.exp b/test/features/3.2.exp index df73b9786..b4a0b04fe 100755 --- a/test/features/3.2.exp +++ b/test/features/3.2.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 # # read-only diff --git a/test/features/3.3.exp b/test/features/3.3.exp index 499718dbd..fc1a982ec 100755 --- a/test/features/3.3.exp +++ b/test/features/3.3.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 # # blacklist diff --git a/test/features/3.4.exp b/test/features/3.4.exp index e59ff8a38..0e1a7df5f 100755 --- a/test/features/3.4.exp +++ b/test/features/3.4.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 # # whitelist home diff --git a/test/features/3.5.exp b/test/features/3.5.exp index 8c37aebb3..a595df398 100755 --- a/test/features/3.5.exp +++ b/test/features/3.5.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 # # private-dev diff --git a/test/features/3.6.exp b/test/features/3.6.exp index 0149a04cd..439b40411 100755 --- a/test/features/3.6.exp +++ b/test/features/3.6.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 # # private-etc diff --git a/test/features/3.7.exp b/test/features/3.7.exp index 9d3e7265c..b966f34e5 100755 --- a/test/features/3.7.exp +++ b/test/features/3.7.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 # # private-tmp diff --git a/test/features/3.8.exp b/test/features/3.8.exp index 5546ef15b..0fa74813c 100755 --- a/test/features/3.8.exp +++ b/test/features/3.8.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 # # private-bin diff --git a/test/features/3.9.exp b/test/features/3.9.exp index 6029160a6..47db477ca 100755 --- a/test/features/3.9.exp +++ b/test/features/3.9.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 # # whitelist dev diff --git a/test/features/test.sh b/test/features/test.sh index 392e6c159..b507c6d37 100755 --- a/test/features/test.sh +++ b/test/features/test.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 LC_ALL=C diff --git a/test/filters/apparmor.exp b/test/filters/apparmor.exp index f20326fe0..c7e793ca3 100755 --- a/test/filters/apparmor.exp +++ b/test/filters/apparmor.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/filters/caps-join.exp b/test/filters/caps-join.exp index 4f3a2832d..e9b5f59d0 100755 --- a/test/filters/caps-join.exp +++ b/test/filters/caps-join.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/filters/caps-print.exp b/test/filters/caps-print.exp index e8465aee1..8c51bb796 100755 --- a/test/filters/caps-print.exp +++ b/test/filters/caps-print.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/filters/caps.exp b/test/filters/caps.exp index 8776e83d4..c29794ea3 100755 --- a/test/filters/caps.exp +++ b/test/filters/caps.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/filters/debug.exp b/test/filters/debug.exp index b2ca95191..769c03273 100755 --- a/test/filters/debug.exp +++ b/test/filters/debug.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/filters/filters.sh b/test/filters/filters.sh index eb4e4702c..885c5a000 100755 --- a/test/filters/filters.sh +++ b/test/filters/filters.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/filters/fseccomp.exp b/test/filters/fseccomp.exp index 6becbff22..ff0179a1c 100755 --- a/test/filters/fseccomp.exp +++ b/test/filters/fseccomp.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/filters/memwrexe-32.exp b/test/filters/memwrexe-32.exp index 1aeaacc82..f7b59f43f 100755 --- a/test/filters/memwrexe-32.exp +++ b/test/filters/memwrexe-32.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/filters/memwrexe.c b/test/filters/memwrexe.c index d8bf4edaa..042c31086 100644 --- a/test/filters/memwrexe.c +++ b/test/filters/memwrexe.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 #include diff --git a/test/filters/memwrexe.exp b/test/filters/memwrexe.exp index 2b170803c..9d08509e9 100755 --- a/test/filters/memwrexe.exp +++ b/test/filters/memwrexe.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/filters/noroot.exp b/test/filters/noroot.exp index 5fc16c47f..504b17239 100755 --- a/test/filters/noroot.exp +++ b/test/filters/noroot.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/filters/protocol.exp b/test/filters/protocol.exp index 09c742378..cbc7fdc1a 100755 --- a/test/filters/protocol.exp +++ b/test/filters/protocol.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/filters/seccomp-bad-empty.exp b/test/filters/seccomp-bad-empty.exp index 5e7c8e1b5..484dc32a9 100755 --- a/test/filters/seccomp-bad-empty.exp +++ b/test/filters/seccomp-bad-empty.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/filters/seccomp-chmod-profile.exp b/test/filters/seccomp-chmod-profile.exp index 5587e056c..c754b48fa 100755 --- a/test/filters/seccomp-chmod-profile.exp +++ b/test/filters/seccomp-chmod-profile.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/filters/seccomp-chmod.exp b/test/filters/seccomp-chmod.exp index 0d01d4ff2..39baa5533 100755 --- a/test/filters/seccomp-chmod.exp +++ b/test/filters/seccomp-chmod.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/filters/seccomp-chown.exp b/test/filters/seccomp-chown.exp index 0a19229b4..553f164b1 100755 --- a/test/filters/seccomp-chown.exp +++ b/test/filters/seccomp-chown.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/filters/seccomp-debug-32.exp b/test/filters/seccomp-debug-32.exp index 677ca4e30..b232a7df3 100755 --- a/test/filters/seccomp-debug-32.exp +++ b/test/filters/seccomp-debug-32.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/filters/seccomp-debug.exp b/test/filters/seccomp-debug.exp index 852abf822..d2413697d 100755 --- a/test/filters/seccomp-debug.exp +++ b/test/filters/seccomp-debug.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/filters/seccomp-empty.exp b/test/filters/seccomp-empty.exp index 3baa7f0c6..79944b1ba 100755 --- a/test/filters/seccomp-empty.exp +++ b/test/filters/seccomp-empty.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/filters/seccomp-errno.exp b/test/filters/seccomp-errno.exp index 6c7c63e88..3b6759a40 100755 --- a/test/filters/seccomp-errno.exp +++ b/test/filters/seccomp-errno.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/filters/seccomp-join.exp b/test/filters/seccomp-join.exp index 9a8767ed7..1e62e75e7 100755 --- a/test/filters/seccomp-join.exp +++ b/test/filters/seccomp-join.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/filters/seccomp-numeric.exp b/test/filters/seccomp-numeric.exp index 59fc26884..fa1d8ada9 100755 --- a/test/filters/seccomp-numeric.exp +++ b/test/filters/seccomp-numeric.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/filters/seccomp-postexec.exp b/test/filters/seccomp-postexec.exp index fe0e40e60..1d4166067 100755 --- a/test/filters/seccomp-postexec.exp +++ b/test/filters/seccomp-postexec.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/filters/seccomp-ptrace.exp b/test/filters/seccomp-ptrace.exp index 05fd6eabb..c857527d6 100755 --- a/test/filters/seccomp-ptrace.exp +++ b/test/filters/seccomp-ptrace.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/filters/seccomp-run-files.exp b/test/filters/seccomp-run-files.exp index 1e3827f0f..59a576c20 100755 --- a/test/filters/seccomp-run-files.exp +++ b/test/filters/seccomp-run-files.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/filters/seccomp-su.exp b/test/filters/seccomp-su.exp index 4bd8b5e93..ddded4111 100755 --- a/test/filters/seccomp-su.exp +++ b/test/filters/seccomp-su.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/fnetfilter/cmdline.exp b/test/fnetfilter/cmdline.exp index 16e8ccb81..514d3f890 100755 --- a/test/fnetfilter/cmdline.exp +++ b/test/fnetfilter/cmdline.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/fnetfilter/copy.exp b/test/fnetfilter/copy.exp index 6c672141f..b03b3e19b 100755 --- a/test/fnetfilter/copy.exp +++ b/test/fnetfilter/copy.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/fnetfilter/default.exp b/test/fnetfilter/default.exp index fee9fb5f3..8ba5f6858 100755 --- a/test/fnetfilter/default.exp +++ b/test/fnetfilter/default.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/fnetfilter/fnetfilter.sh b/test/fnetfilter/fnetfilter.sh index 9fac92d39..9ad822753 100755 --- a/test/fnetfilter/fnetfilter.sh +++ b/test/fnetfilter/fnetfilter.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/fnetfilter/template.exp b/test/fnetfilter/template.exp index 0ff09a024..216762325 100755 --- a/test/fnetfilter/template.exp +++ b/test/fnetfilter/template.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/fs/fs.sh b/test/fs/fs.sh index 9c3310b31..e06aacee0 100755 --- a/test/fs/fs.sh +++ b/test/fs/fs.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/fs/fs_dev_shm.exp b/test/fs/fs_dev_shm.exp index 5f0503494..0c819fe99 100755 --- a/test/fs/fs_dev_shm.exp +++ b/test/fs/fs_dev_shm.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/fs/fs_var_lock.exp b/test/fs/fs_var_lock.exp index 3ea98c3e3..e2efd389d 100755 --- a/test/fs/fs_var_lock.exp +++ b/test/fs/fs_var_lock.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/fs/fs_var_tmp.exp b/test/fs/fs_var_tmp.exp index c7d4b0c20..b8e7ea73d 100755 --- a/test/fs/fs_var_tmp.exp +++ b/test/fs/fs_var_tmp.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/fs/fscheck-bindnoroot.exp b/test/fs/fscheck-bindnoroot.exp index 53a3922ee..6142a270a 100755 --- a/test/fs/fscheck-bindnoroot.exp +++ b/test/fs/fscheck-bindnoroot.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/fs/fscheck-private.exp b/test/fs/fscheck-private.exp index ab39b43e1..0b3f41115 100755 --- a/test/fs/fscheck-private.exp +++ b/test/fs/fscheck-private.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/fs/fscheck-readonly.exp b/test/fs/fscheck-readonly.exp index 5d4821dea..6c58f41da 100755 --- a/test/fs/fscheck-readonly.exp +++ b/test/fs/fscheck-readonly.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/fs/fscheck-tmpfs.exp b/test/fs/fscheck-tmpfs.exp index 78b6efb76..c9d237d72 100755 --- a/test/fs/fscheck-tmpfs.exp +++ b/test/fs/fscheck-tmpfs.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/fs/invalid_filename.exp b/test/fs/invalid_filename.exp index 7c4797976..dd63bf647 100755 --- a/test/fs/invalid_filename.exp +++ b/test/fs/invalid_filename.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/fs/kmsg.exp b/test/fs/kmsg.exp index 209cb8d3b..acaca2cd0 100755 --- a/test/fs/kmsg.exp +++ b/test/fs/kmsg.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/fs/macro.exp b/test/fs/macro.exp index 45e892088..1d32a9cd0 100755 --- a/test/fs/macro.exp +++ b/test/fs/macro.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/fs/mkdir.exp b/test/fs/mkdir.exp index da04a431c..b9e8d5ce4 100755 --- a/test/fs/mkdir.exp +++ b/test/fs/mkdir.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 3 diff --git a/test/fs/mkdir_mkfile.exp b/test/fs/mkdir_mkfile.exp index eddc6ebfb..406f2c87f 100755 --- a/test/fs/mkdir_mkfile.exp +++ b/test/fs/mkdir_mkfile.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/fs/noblacklist-blacklist-noexec.exp b/test/fs/noblacklist-blacklist-noexec.exp index 9f5794a7d..7a3fb8263 100755 --- a/test/fs/noblacklist-blacklist-noexec.exp +++ b/test/fs/noblacklist-blacklist-noexec.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/fs/noblacklist-blacklist-readonly.exp b/test/fs/noblacklist-blacklist-readonly.exp index 558d3ac9c..d164184e7 100755 --- a/test/fs/noblacklist-blacklist-readonly.exp +++ b/test/fs/noblacklist-blacklist-readonly.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/fs/option_bind_user.exp b/test/fs/option_bind_user.exp index 08b892121..c58c23d8c 100755 --- a/test/fs/option_bind_user.exp +++ b/test/fs/option_bind_user.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/fs/option_blacklist.exp b/test/fs/option_blacklist.exp index 48dfcc069..f3e1ec5a1 100755 --- a/test/fs/option_blacklist.exp +++ b/test/fs/option_blacklist.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/fs/option_blacklist_file.exp b/test/fs/option_blacklist_file.exp index 247e69121..638c25f6a 100755 --- a/test/fs/option_blacklist_file.exp +++ b/test/fs/option_blacklist_file.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/fs/option_blacklist_glob.exp b/test/fs/option_blacklist_glob.exp index a4be4a97d..bea08767e 100755 --- a/test/fs/option_blacklist_glob.exp +++ b/test/fs/option_blacklist_glob.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/fs/private-bin.exp b/test/fs/private-bin.exp index b5d205780..301141579 100755 --- a/test/fs/private-bin.exp +++ b/test/fs/private-bin.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/fs/private-cache.exp b/test/fs/private-cache.exp index 3244c21c1..4abfdcef0 100755 --- a/test/fs/private-cache.exp +++ b/test/fs/private-cache.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/fs/private-cwd.exp b/test/fs/private-cwd.exp index 54804a6a6..e9c4bdacd 100755 --- a/test/fs/private-cwd.exp +++ b/test/fs/private-cwd.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/fs/private-etc-empty.exp b/test/fs/private-etc-empty.exp index 9be18f9bd..f1ced02c7 100755 --- a/test/fs/private-etc-empty.exp +++ b/test/fs/private-etc-empty.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/fs/private-etc.exp b/test/fs/private-etc.exp index 7d0e9f619..2b7fcd83d 100755 --- a/test/fs/private-etc.exp +++ b/test/fs/private-etc.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/fs/private-home-dir.exp b/test/fs/private-home-dir.exp index bd8cab16f..14eebaf8b 100755 --- a/test/fs/private-home-dir.exp +++ b/test/fs/private-home-dir.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/fs/private-home.exp b/test/fs/private-home.exp index 6fbe8b0f6..fbe40a89b 100755 --- a/test/fs/private-home.exp +++ b/test/fs/private-home.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/fs/private-homedir.exp b/test/fs/private-homedir.exp index 78fb705ec..f14d20c7b 100755 --- a/test/fs/private-homedir.exp +++ b/test/fs/private-homedir.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/fs/private-lib.exp b/test/fs/private-lib.exp index f32affabb..6ad48beb7 100755 --- a/test/fs/private-lib.exp +++ b/test/fs/private-lib.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 diff --git a/test/fs/private-whitelist.exp b/test/fs/private-whitelist.exp index 1879a3d54..1c2a13d16 100755 --- a/test/fs/private-whitelist.exp +++ b/test/fs/private-whitelist.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/fs/private.exp b/test/fs/private.exp index d4f7fc893..d2cac6b05 100755 --- a/test/fs/private.exp +++ b/test/fs/private.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/fs/read-write.exp b/test/fs/read-write.exp index 6c0f755da..138834209 100755 --- a/test/fs/read-write.exp +++ b/test/fs/read-write.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/fs/sys_fs.exp b/test/fs/sys_fs.exp index de7fadf6c..f501b48ca 100755 --- a/test/fs/sys_fs.exp +++ b/test/fs/sys_fs.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/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp index d0466bbeb..83e6bad49 100755 --- a/test/fs/whitelist-dev.exp +++ b/test/fs/whitelist-dev.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/fs/whitelist-double.exp b/test/fs/whitelist-double.exp index e653517a6..f9eeee038 100755 --- a/test/fs/whitelist-double.exp +++ b/test/fs/whitelist-double.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/fs/whitelist-empty.exp b/test/fs/whitelist-empty.exp index dbc04cf30..cd72b3ef9 100755 --- a/test/fs/whitelist-empty.exp +++ b/test/fs/whitelist-empty.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 30 diff --git a/test/fs/whitelist-noexec.exp b/test/fs/whitelist-noexec.exp index e1c39b66f..d997aba72 100755 --- a/test/fs/whitelist-noexec.exp +++ b/test/fs/whitelist-noexec.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/fs/whitelist-readonly.exp b/test/fs/whitelist-readonly.exp index f9d78b7c0..4c29c746b 100755 --- a/test/fs/whitelist-readonly.exp +++ b/test/fs/whitelist-readonly.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/fs/whitelist-whitespace.exp b/test/fs/whitelist-whitespace.exp index 1b1c4c1cb..66a4f8549 100755 --- a/test/fs/whitelist-whitespace.exp +++ b/test/fs/whitelist-whitespace.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/fs/whitelist.exp b/test/fs/whitelist.exp index dcc2276b8..2a970ca37 100755 --- a/test/fs/whitelist.exp +++ b/test/fs/whitelist.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/network/4bridges_arp.exp b/test/network/4bridges_arp.exp index d608128f8..ccf6050fc 100755 --- a/test/network/4bridges_arp.exp +++ b/test/network/4bridges_arp.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/network/4bridges_ip.exp b/test/network/4bridges_ip.exp index 586dfcba9..af47391ef 100755 --- a/test/network/4bridges_ip.exp +++ b/test/network/4bridges_ip.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/network/bandwidth.exp b/test/network/bandwidth.exp index d73669ebe..6b85aa07f 100755 --- a/test/network/bandwidth.exp +++ b/test/network/bandwidth.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/network/configure b/test/network/configure index f75e9b23f..2b7b257bc 100755 --- a/test/network/configure +++ b/test/network/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 brctl addbr br0 diff --git a/test/network/dns-print.exp b/test/network/dns-print.exp index 5ee4c0d19..760e9c252 100755 --- a/test/network/dns-print.exp +++ b/test/network/dns-print.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/network/firemon-arp.exp b/test/network/firemon-arp.exp index 8e0a0b1b0..5caa4e8bd 100755 --- a/test/network/firemon-arp.exp +++ b/test/network/firemon-arp.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/network/firemon-interfaces.exp b/test/network/firemon-interfaces.exp index 494496a26..f49e4c470 100755 --- a/test/network/firemon-interfaces.exp +++ b/test/network/firemon-interfaces.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/network/firemon-route.exp b/test/network/firemon-route.exp index a1ded08c1..a3af6b2c6 100755 --- a/test/network/firemon-route.exp +++ b/test/network/firemon-route.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/network/hostname.exp b/test/network/hostname.exp index 825f1f6cf..3fe684a75 100755 --- a/test/network/hostname.exp +++ b/test/network/hostname.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/network/interface.exp b/test/network/interface.exp index 78178e233..4ae5b1da6 100755 --- a/test/network/interface.exp +++ b/test/network/interface.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 # # interface diff --git a/test/network/ip6.exp b/test/network/ip6.exp index ed29964c6..ddc50754f 100755 --- a/test/network/ip6.exp +++ b/test/network/ip6.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/network/iprange.exp b/test/network/iprange.exp index 2690a128a..cfb1f25c7 100755 --- a/test/network/iprange.exp +++ b/test/network/iprange.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/network/net_arp.exp b/test/network/net_arp.exp index 84912cddd..4c4e893b1 100755 --- a/test/network/net_arp.exp +++ b/test/network/net_arp.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/network/net_badip.exp b/test/network/net_badip.exp index b09f4d192..b3fde5dc1 100755 --- a/test/network/net_badip.exp +++ b/test/network/net_badip.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/network/net_defaultgw.exp b/test/network/net_defaultgw.exp index 19dd94dbd..e154daccf 100755 --- a/test/network/net_defaultgw.exp +++ b/test/network/net_defaultgw.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/network/net_defaultgw2.exp b/test/network/net_defaultgw2.exp index 4f5864822..c32549d63 100755 --- a/test/network/net_defaultgw2.exp +++ b/test/network/net_defaultgw2.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/network/net_defaultgw3.exp b/test/network/net_defaultgw3.exp index dc3589c3c..708c37a47 100755 --- a/test/network/net_defaultgw3.exp +++ b/test/network/net_defaultgw3.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/network/net_ip.exp b/test/network/net_ip.exp index 098eed758..604791f69 100755 --- a/test/network/net_ip.exp +++ b/test/network/net_ip.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/network/net_local.exp b/test/network/net_local.exp index d5d4170e8..54e821a90 100755 --- a/test/network/net_local.exp +++ b/test/network/net_local.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/network/net_mac.exp b/test/network/net_mac.exp index e067f604f..05400a761 100755 --- a/test/network/net_mac.exp +++ b/test/network/net_mac.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/network/net_macvlan2.exp b/test/network/net_macvlan2.exp index 1f67f059e..9be0a8580 100755 --- a/test/network/net_macvlan2.exp +++ b/test/network/net_macvlan2.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/network/net_mtu.exp b/test/network/net_mtu.exp index 439e05334..254207a4e 100755 --- a/test/network/net_mtu.exp +++ b/test/network/net_mtu.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/network/net_netfilter.exp b/test/network/net_netfilter.exp index 8a949c22b..65865122a 100755 --- a/test/network/net_netfilter.exp +++ b/test/network/net_netfilter.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/network/net_noip.exp b/test/network/net_noip.exp index 53b719f6c..37211d923 100755 --- a/test/network/net_noip.exp +++ b/test/network/net_noip.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/network/net_noip2.exp b/test/network/net_noip2.exp index aa74d6ba8..ebba23e81 100755 --- a/test/network/net_noip2.exp +++ b/test/network/net_noip2.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/network/net_none.exp b/test/network/net_none.exp index c8787c342..95b1cf086 100755 --- a/test/network/net_none.exp +++ b/test/network/net_none.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/network/net_profile.exp b/test/network/net_profile.exp index e7c6530df..236603ff1 100755 --- a/test/network/net_profile.exp +++ b/test/network/net_profile.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/network/net_scan.exp b/test/network/net_scan.exp index b9260925a..90e2e6b9d 100755 --- a/test/network/net_scan.exp +++ b/test/network/net_scan.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/network/net_unconfigured.exp b/test/network/net_unconfigured.exp index d2b60d73c..434edaea3 100755 --- a/test/network/net_unconfigured.exp +++ b/test/network/net_unconfigured.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/network/net_veth.exp b/test/network/net_veth.exp index cd4e64e24..22388ed89 100755 --- a/test/network/net_veth.exp +++ b/test/network/net_veth.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/network/netfilter-template.exp b/test/network/netfilter-template.exp index dadea1430..f77e4f025 100755 --- a/test/network/netfilter-template.exp +++ b/test/network/netfilter-template.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/network/netns.exp b/test/network/netns.exp index 9ef4ed554..f33e5f3c0 100755 --- a/test/network/netns.exp +++ b/test/network/netns.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/network/netstats.exp b/test/network/netstats.exp index e15e2f42d..b07fbd535 100755 --- a/test/network/netstats.exp +++ b/test/network/netstats.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/network/network.sh b/test/network/network.sh index 9f2b9e1cd..1f676ff50 100755 --- a/test/network/network.sh +++ b/test/network/network.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/network/tcpserver.c b/test/network/tcpserver.c index 72730b674..d2c0a6e5d 100644 --- a/test/network/tcpserver.c +++ b/test/network/tcpserver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2021 Firejail Authors + * Copyright (C) 2014-2022 Firejail Authors * * This file is part of firejail project * diff --git a/test/network/veth-name.exp b/test/network/veth-name.exp index 1790381e3..1be6a15ea 100755 --- a/test/network/veth-name.exp +++ b/test/network/veth-name.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/overlay/firefox-x11-xorg.exp b/test/overlay/firefox-x11-xorg.exp index ecb9288b0..da8948b86 100755 --- a/test/overlay/firefox-x11-xorg.exp +++ b/test/overlay/firefox-x11-xorg.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/overlay/firefox-x11.exp b/test/overlay/firefox-x11.exp index 5b7b1bec3..652385cda 100755 --- a/test/overlay/firefox-x11.exp +++ b/test/overlay/firefox-x11.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/overlay/firefox.exp b/test/overlay/firefox.exp index 25c6e5e07..d77d85498 100755 --- a/test/overlay/firefox.exp +++ b/test/overlay/firefox.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/overlay/fs-named.exp b/test/overlay/fs-named.exp index df1dfc244..d2bfd43a3 100755 --- a/test/overlay/fs-named.exp +++ b/test/overlay/fs-named.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/overlay/fs-tmpfs.exp b/test/overlay/fs-tmpfs.exp index 5bd2b25fc..c3794ffed 100755 --- a/test/overlay/fs-tmpfs.exp +++ b/test/overlay/fs-tmpfs.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/overlay/fs.exp b/test/overlay/fs.exp index 3314e849d..85d8c50b1 100755 --- a/test/overlay/fs.exp +++ b/test/overlay/fs.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/overlay/overlay.sh b/test/overlay/overlay.sh index f1daba935..490b180e1 100755 --- a/test/overlay/overlay.sh +++ b/test/overlay/overlay.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/private-lib/atril.exp b/test/private-lib/atril.exp index 679799f02..b420f4477 100755 --- a/test/private-lib/atril.exp +++ b/test/private-lib/atril.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/private-lib/dig.exp b/test/private-lib/dig.exp index 39f3f6d49..fd40cd48c 100755 --- a/test/private-lib/dig.exp +++ b/test/private-lib/dig.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/private-lib/eog.exp b/test/private-lib/eog.exp index ac6ecfff7..dc6771482 100755 --- a/test/private-lib/eog.exp +++ b/test/private-lib/eog.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/private-lib/eom.exp b/test/private-lib/eom.exp index 47e749712..6ddf3edbe 100755 --- a/test/private-lib/eom.exp +++ b/test/private-lib/eom.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/private-lib/evince.exp b/test/private-lib/evince.exp index 1e270a2ef..e21ce1fb9 100755 --- a/test/private-lib/evince.exp +++ b/test/private-lib/evince.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/private-lib/galculator.exp b/test/private-lib/galculator.exp index 68ff9f834..7438b0be6 100755 --- a/test/private-lib/galculator.exp +++ b/test/private-lib/galculator.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/private-lib/gedit.exp b/test/private-lib/gedit.exp index 67be5c215..c89630613 100755 --- a/test/private-lib/gedit.exp +++ b/test/private-lib/gedit.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/private-lib/gnome-calculator.exp b/test/private-lib/gnome-calculator.exp index 67712bd67..e0e4b5f8c 100755 --- a/test/private-lib/gnome-calculator.exp +++ b/test/private-lib/gnome-calculator.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/private-lib/gnome-logs.exp b/test/private-lib/gnome-logs.exp index f671effe4..c5ed97578 100755 --- a/test/private-lib/gnome-logs.exp +++ b/test/private-lib/gnome-logs.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/private-lib/gnome-nettool.exp b/test/private-lib/gnome-nettool.exp index a68084776..51382ba0b 100755 --- a/test/private-lib/gnome-nettool.exp +++ b/test/private-lib/gnome-nettool.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/private-lib/gnome-system-log.exp b/test/private-lib/gnome-system-log.exp index c3b1f2377..60047e020 100755 --- a/test/private-lib/gnome-system-log.exp +++ b/test/private-lib/gnome-system-log.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/private-lib/gpicview.exp b/test/private-lib/gpicview.exp index b438c6de3..7aa9e6e16 100755 --- a/test/private-lib/gpicview.exp +++ b/test/private-lib/gpicview.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/private-lib/leafpad.exp b/test/private-lib/leafpad.exp index fbe8e284c..79f13d98c 100755 --- a/test/private-lib/leafpad.exp +++ b/test/private-lib/leafpad.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/private-lib/mousepad.exp b/test/private-lib/mousepad.exp index f47dfe464..96923caa9 100755 --- a/test/private-lib/mousepad.exp +++ b/test/private-lib/mousepad.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/private-lib/pavucontrol.exp b/test/private-lib/pavucontrol.exp index 7b8883ade..896a53863 100755 --- a/test/private-lib/pavucontrol.exp +++ b/test/private-lib/pavucontrol.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/private-lib/pluma.exp b/test/private-lib/pluma.exp index 99d4299fb..955142511 100755 --- a/test/private-lib/pluma.exp +++ b/test/private-lib/pluma.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/private-lib/private-lib.sh b/test/private-lib/private-lib.sh index a70c3fad6..d168c2b1b 100755 --- a/test/private-lib/private-lib.sh +++ b/test/private-lib/private-lib.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_=3g diff --git a/test/private-lib/transmission-gtk.exp b/test/private-lib/transmission-gtk.exp index 3c5402c81..4ecc4fa5a 100755 --- a/test/private-lib/transmission-gtk.exp +++ b/test/private-lib/transmission-gtk.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/private-lib/whois.exp b/test/private-lib/whois.exp index 83dc54c76..29190253c 100755 --- a/test/private-lib/whois.exp +++ b/test/private-lib/whois.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/private-lib/xcalc.exp b/test/private-lib/xcalc.exp index 7cd74d3bd..6eb56e360 100755 --- a/test/private-lib/xcalc.exp +++ b/test/private-lib/xcalc.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/profiles/conditional.exp b/test/profiles/conditional.exp index b06b983c1..97ac01503 100755 --- a/test/profiles/conditional.exp +++ b/test/profiles/conditional.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/profiles/ignore.exp b/test/profiles/ignore.exp index e7f210a46..7d13a8b72 100755 --- a/test/profiles/ignore.exp +++ b/test/profiles/ignore.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/profiles/profile_appname.exp b/test/profiles/profile_appname.exp index 240a44697..fce278b4c 100755 --- a/test/profiles/profile_appname.exp +++ b/test/profiles/profile_appname.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/profiles/profile_comment.exp b/test/profiles/profile_comment.exp index a2be510c1..907635c2f 100755 --- a/test/profiles/profile_comment.exp +++ b/test/profiles/profile_comment.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/profiles/profile_followlnk.exp b/test/profiles/profile_followlnk.exp index 0500eac35..c41276cfb 100755 --- a/test/profiles/profile_followlnk.exp +++ b/test/profiles/profile_followlnk.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/profiles/profile_noperm.exp b/test/profiles/profile_noperm.exp index 609364389..c6a571473 100755 --- a/test/profiles/profile_noperm.exp +++ b/test/profiles/profile_noperm.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/profiles/profile_readonly.exp b/test/profiles/profile_readonly.exp index 2046cc297..8dc598034 100755 --- a/test/profiles/profile_readonly.exp +++ b/test/profiles/profile_readonly.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/profiles/profile_recursivity.exp b/test/profiles/profile_recursivity.exp index c761a1039..a3d4843ab 100755 --- a/test/profiles/profile_recursivity.exp +++ b/test/profiles/profile_recursivity.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/profiles/profile_syntax.exp b/test/profiles/profile_syntax.exp index a2cccb0d4..d02bb65f0 100755 --- a/test/profiles/profile_syntax.exp +++ b/test/profiles/profile_syntax.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/profiles/profile_syntax2.exp b/test/profiles/profile_syntax2.exp index e2ec20ca5..2ddaded88 100755 --- a/test/profiles/profile_syntax2.exp +++ b/test/profiles/profile_syntax2.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/profiles/profiles.sh b/test/profiles/profiles.sh index cbc6fa4d9..ce2fa32c4 100755 --- a/test/profiles/profiles.sh +++ b/test/profiles/profiles.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/profiles/test-profile.exp b/test/profiles/test-profile.exp index 625cb6511..5f18695a7 100755 --- a/test/profiles/test-profile.exp +++ b/test/profiles/test-profile.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/root/apache2.exp b/test/root/apache2.exp index 0b4b65dc7..c3e520224 100755 --- a/test/root/apache2.exp +++ b/test/root/apache2.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 5 diff --git a/test/root/cgroup.exp b/test/root/cgroup.exp index d24a39d07..f64edf4b9 100755 --- a/test/root/cgroup.exp +++ b/test/root/cgroup.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/root/checkcfg.exp b/test/root/checkcfg.exp index 9a4c666e1..94d9e08fc 100755 --- a/test/root/checkcfg.exp +++ b/test/root/checkcfg.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/root/firecfg.exp b/test/root/firecfg.exp index 65ecefe5d..917cea90f 100755 --- a/test/root/firecfg.exp +++ b/test/root/firecfg.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/root/firemon-events.exp b/test/root/firemon-events.exp index 7bf51e2c8..f2c0879db 100755 --- a/test/root/firemon-events.exp +++ b/test/root/firemon-events.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/root/isc-dhcp.exp b/test/root/isc-dhcp.exp index 4c468c3e8..86291a9f9 100755 --- a/test/root/isc-dhcp.exp +++ b/test/root/isc-dhcp.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 5 diff --git a/test/root/join.exp b/test/root/join.exp index d995d8aa5..19b4c8f02 100755 --- a/test/root/join.exp +++ b/test/root/join.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/root/login_nobody.exp b/test/root/login_nobody.exp index 42d8fe013..cf3df268d 100755 --- a/test/root/login_nobody.exp +++ b/test/root/login_nobody.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/root/nginx.exp b/test/root/nginx.exp index 924ee8afd..af1ab8eb9 100755 --- a/test/root/nginx.exp +++ b/test/root/nginx.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 5 diff --git a/test/root/option_bind_directory.exp b/test/root/option_bind_directory.exp index ac6421593..122a1ea79 100755 --- a/test/root/option_bind_directory.exp +++ b/test/root/option_bind_directory.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/root/option_bind_file.exp b/test/root/option_bind_file.exp index 6ead284a8..4e02638e6 100755 --- a/test/root/option_bind_file.exp +++ b/test/root/option_bind_file.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/root/option_tmpfs.exp b/test/root/option_tmpfs.exp index 67a678c68..b40335680 100755 --- a/test/root/option_tmpfs.exp +++ b/test/root/option_tmpfs.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/root/private.exp b/test/root/private.exp index 373bd6cef..edc2520a2 100755 --- a/test/root/private.exp +++ b/test/root/private.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/root/profile_tmpfs.exp b/test/root/profile_tmpfs.exp index 8a46d666e..8625f100a 100755 --- a/test/root/profile_tmpfs.exp +++ b/test/root/profile_tmpfs.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/root/root.sh b/test/root/root.sh index d6b60cb23..78a6619d7 100755 --- a/test/root/root.sh +++ b/test/root/root.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 # set a new firejail config file diff --git a/test/root/seccomp-chmod.exp b/test/root/seccomp-chmod.exp index d6f8b8bcc..8fbb687d5 100755 --- a/test/root/seccomp-chmod.exp +++ b/test/root/seccomp-chmod.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/root/seccomp-chown.exp b/test/root/seccomp-chown.exp index daf3a5d06..0d9262494 100755 --- a/test/root/seccomp-chown.exp +++ b/test/root/seccomp-chown.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/root/seccomp-umount.exp b/test/root/seccomp-umount.exp index 0a7310fdd..51a7c7647 100755 --- a/test/root/seccomp-umount.exp +++ b/test/root/seccomp-umount.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/root/snmpd.exp b/test/root/snmpd.exp index d1fc49967..7658cfc68 100755 --- a/test/root/snmpd.exp +++ b/test/root/snmpd.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 5 diff --git a/test/root/unbound.exp b/test/root/unbound.exp index 710a95bf4..9e000be5e 100755 --- a/test/root/unbound.exp +++ b/test/root/unbound.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 5 diff --git a/test/root/whitelist.exp b/test/root/whitelist.exp index 429a4153e..1e29e3fef 100755 --- a/test/root/whitelist.exp +++ b/test/root/whitelist.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/ssh/login.exp b/test/ssh/login.exp index 6a5086a77..d6ff434b5 100755 --- a/test/ssh/login.exp +++ b/test/ssh/login.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/ssh/scp.exp b/test/ssh/scp.exp index bca6a124f..2305b8f50 100755 --- a/test/ssh/scp.exp +++ b/test/ssh/scp.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/ssh/sftp.exp b/test/ssh/sftp.exp index 09d3c119e..bc1647b0a 100755 --- a/test/ssh/sftp.exp +++ b/test/ssh/sftp.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/ssh/ssh.sh b/test/ssh/ssh.sh index bdad8cf87..c0d545a55 100755 --- a/test/ssh/ssh.sh +++ b/test/ssh/ssh.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/stress/blacklist.exp b/test/stress/blacklist.exp index fae874b25..255719426 100755 --- a/test/stress/blacklist.exp +++ b/test/stress/blacklist.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/stress/env.exp b/test/stress/env.exp index d69558114..931eef569 100755 --- a/test/stress/env.exp +++ b/test/stress/env.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/stress/net_macvlan.exp b/test/stress/net_macvlan.exp index a535afa2a..05c2c1589 100755 --- a/test/stress/net_macvlan.exp +++ b/test/stress/net_macvlan.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/stress/stress.sh b/test/stress/stress.sh index d32ffe907..675cb0614 100755 --- a/test/stress/stress.sh +++ b/test/stress/stress.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/sysutils/cpio.exp b/test/sysutils/cpio.exp index 4230ba375..e4ab77525 100755 --- a/test/sysutils/cpio.exp +++ b/test/sysutils/cpio.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/sysutils/file.exp b/test/sysutils/file.exp index b97c0c283..dcc253dad 100755 --- a/test/sysutils/file.exp +++ b/test/sysutils/file.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/sysutils/gzip.exp b/test/sysutils/gzip.exp index be2222f06..75b51694c 100755 --- a/test/sysutils/gzip.exp +++ b/test/sysutils/gzip.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/sysutils/less.exp b/test/sysutils/less.exp index 265b0e474..e6698eab0 100755 --- a/test/sysutils/less.exp +++ b/test/sysutils/less.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/sysutils/ping.exp b/test/sysutils/ping.exp index fac4b2ac3..dd6073234 100755 --- a/test/sysutils/ping.exp +++ b/test/sysutils/ping.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/sysutils/strings.exp b/test/sysutils/strings.exp index 7c91fb78a..47b75accc 100755 --- a/test/sysutils/strings.exp +++ b/test/sysutils/strings.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/sysutils/sysutils.sh b/test/sysutils/sysutils.sh index 96962d324..a903c7c6b 100755 --- a/test/sysutils/sysutils.sh +++ b/test/sysutils/sysutils.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/sysutils/tar.exp b/test/sysutils/tar.exp index 60e05f847..ed68179f9 100755 --- a/test/sysutils/tar.exp +++ b/test/sysutils/tar.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/sysutils/xz.exp b/test/sysutils/xz.exp index 4c6fcea9d..9ee85cde4 100755 --- a/test/sysutils/xz.exp +++ b/test/sysutils/xz.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 60 diff --git a/test/sysutils/xzdec.exp b/test/sysutils/xzdec.exp index 737517d54..1b525e3bd 100755 --- a/test/sysutils/xzdec.exp +++ b/test/sysutils/xzdec.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/utils/build.exp b/test/utils/build.exp index b9733c137..a1f1d10fb 100755 --- a/test/utils/build.exp +++ b/test/utils/build.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/utils/caps-print.exp b/test/utils/caps-print.exp index 6b6090476..76aad24f5 100755 --- a/test/utils/caps-print.exp +++ b/test/utils/caps-print.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/utils/catchsignal-master.sh b/test/utils/catchsignal-master.sh index 28e646ddb..881aac270 100755 --- a/test/utils/catchsignal-master.sh +++ b/test/utils/catchsignal-master.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 ./catchsignal.sh & diff --git a/test/utils/catchsignal.sh b/test/utils/catchsignal.sh index f7a501011..117179143 100755 --- a/test/utils/catchsignal.sh +++ b/test/utils/catchsignal.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 _term() { diff --git a/test/utils/catchsignal2.sh b/test/utils/catchsignal2.sh index 9ba939ef4..1bd7852cd 100755 --- a/test/utils/catchsignal2.sh +++ b/test/utils/catchsignal2.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 _term() { diff --git a/test/utils/command.exp b/test/utils/command.exp index 6cb52a7fa..5e15efc14 100755 --- a/test/utils/command.exp +++ b/test/utils/command.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/utils/cpu-print.exp b/test/utils/cpu-print.exp index e7d709cee..de081e82b 100755 --- a/test/utils/cpu-print.exp +++ b/test/utils/cpu-print.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/utils/dns-print.exp b/test/utils/dns-print.exp index b3b732bee..034f2a6b9 100755 --- a/test/utils/dns-print.exp +++ b/test/utils/dns-print.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/utils/firemon-caps.exp b/test/utils/firemon-caps.exp index 837d08271..dc229a85d 100755 --- a/test/utils/firemon-caps.exp +++ b/test/utils/firemon-caps.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/utils/firemon-cgroup.exp b/test/utils/firemon-cgroup.exp index 3976b0c50..1e4c4a398 100755 --- a/test/utils/firemon-cgroup.exp +++ b/test/utils/firemon-cgroup.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/utils/firemon-cpu.exp b/test/utils/firemon-cpu.exp index b410c764e..cb9cff188 100755 --- a/test/utils/firemon-cpu.exp +++ b/test/utils/firemon-cpu.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/utils/firemon-interface.exp b/test/utils/firemon-interface.exp index 0c358d129..7e4e5f0ae 100755 --- a/test/utils/firemon-interface.exp +++ b/test/utils/firemon-interface.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/utils/firemon-name.exp b/test/utils/firemon-name.exp index 57729d662..e28a45cfb 100755 --- a/test/utils/firemon-name.exp +++ b/test/utils/firemon-name.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/utils/firemon-seccomp.exp b/test/utils/firemon-seccomp.exp index d35027827..bbc38f27a 100755 --- a/test/utils/firemon-seccomp.exp +++ b/test/utils/firemon-seccomp.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/utils/firemon-version.exp b/test/utils/firemon-version.exp index 8e4e33ec0..81ab2e8b0 100755 --- a/test/utils/firemon-version.exp +++ b/test/utils/firemon-version.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/utils/fs-print.exp b/test/utils/fs-print.exp index 4b6eac391..09f84ba49 100755 --- a/test/utils/fs-print.exp +++ b/test/utils/fs-print.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/utils/help.exp b/test/utils/help.exp index 71bb5788c..4c5f46e8a 100755 --- a/test/utils/help.exp +++ b/test/utils/help.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/utils/join-profile.exp b/test/utils/join-profile.exp index d6fcc50d7..0f51ca0f7 100755 --- a/test/utils/join-profile.exp +++ b/test/utils/join-profile.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/utils/join.exp b/test/utils/join.exp index 25dd31922..9d3dccd92 100755 --- a/test/utils/join.exp +++ b/test/utils/join.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/utils/join2.exp b/test/utils/join2.exp index dada97158..d917d42a3 100755 --- a/test/utils/join2.exp +++ b/test/utils/join2.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/utils/join3.exp b/test/utils/join3.exp index 305000e92..5ace21260 100755 --- a/test/utils/join3.exp +++ b/test/utils/join3.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/utils/join4.exp b/test/utils/join4.exp index 8c5e91d68..23104dc9c 100755 --- a/test/utils/join4.exp +++ b/test/utils/join4.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/utils/join5.exp b/test/utils/join5.exp index 3d365944d..44167cffb 100755 --- a/test/utils/join5.exp +++ b/test/utils/join5.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/utils/list.exp b/test/utils/list.exp index d7d39357d..48711fe4b 100755 --- a/test/utils/list.exp +++ b/test/utils/list.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/utils/ls.exp b/test/utils/ls.exp index 080bfdad2..9dac20628 100755 --- a/test/utils/ls.exp +++ b/test/utils/ls.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/utils/man.exp b/test/utils/man.exp index 41f5a2ff8..3a0ca46d6 100755 --- a/test/utils/man.exp +++ b/test/utils/man.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/utils/name.exp b/test/utils/name.exp index 9e5367ba7..ade119183 100755 --- a/test/utils/name.exp +++ b/test/utils/name.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/utils/profile_print.exp b/test/utils/profile_print.exp index f8f6708bb..d64a4a2ad 100755 --- a/test/utils/profile_print.exp +++ b/test/utils/profile_print.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/utils/protocol-print.exp b/test/utils/protocol-print.exp index 1ed92ddd6..2e581a03a 100755 --- a/test/utils/protocol-print.exp +++ b/test/utils/protocol-print.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/utils/seccomp-print.exp b/test/utils/seccomp-print.exp index 86f1e9845..51bbfb874 100755 --- a/test/utils/seccomp-print.exp +++ b/test/utils/seccomp-print.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/utils/shutdown.exp b/test/utils/shutdown.exp index 35d2750db..13580cbdf 100755 --- a/test/utils/shutdown.exp +++ b/test/utils/shutdown.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 15 diff --git a/test/utils/shutdown2.exp b/test/utils/shutdown2.exp index 7eb3d516b..2ffe2d8ae 100755 --- a/test/utils/shutdown2.exp +++ b/test/utils/shutdown2.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/utils/shutdown3.exp b/test/utils/shutdown3.exp index a543bb9e5..e96ded14d 100755 --- a/test/utils/shutdown3.exp +++ b/test/utils/shutdown3.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/utils/shutdown4.exp b/test/utils/shutdown4.exp index a9a3978ea..a94cac64b 100755 --- a/test/utils/shutdown4.exp +++ b/test/utils/shutdown4.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/utils/top.exp b/test/utils/top.exp index 150011bba..515b4ffbf 100755 --- a/test/utils/top.exp +++ b/test/utils/top.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/utils/trace.exp b/test/utils/trace.exp index 3ed09565b..890884248 100755 --- a/test/utils/trace.exp +++ b/test/utils/trace.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 30 diff --git a/test/utils/tree.exp b/test/utils/tree.exp index ff834bec6..9cdb09639 100755 --- a/test/utils/tree.exp +++ b/test/utils/tree.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/utils/utils.sh b/test/utils/utils.sh index e3e24bd9a..18f749ed8 100755 --- a/test/utils/utils.sh +++ b/test/utils/utils.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/utils/version.exp b/test/utils/version.exp index be0d152b8..f010809f8 100755 --- a/test/utils/version.exp +++ b/test/utils/version.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