diff --git a/README b/README index b21de0f659f..4f5f493604b 100644 --- a/README +++ b/README @@ -1311,4 +1311,4 @@ Zack Weinberg (https://github.com/zackw) zupatisc (https://github.com/zupatisc) - patch-util fix -Copyright (C) 2014-2023 Firejail Authors +Copyright (C) 2014-2024 Firejail Authors diff --git a/contrib/fj-mkdeb.py b/contrib/fj-mkdeb.py index 95c6d08e94b..aea13051116 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # This script automates the creation of a .deb package. It was originally diff --git a/contrib/fjclip.py b/contrib/fjclip.py index 5bc1f17ad47..41808c4b909 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 import sys diff --git a/contrib/fjdisplay.py b/contrib/fjdisplay.py index 512a0d3b7f8..3a8c9c2faa0 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 import re diff --git a/contrib/fjresize.py b/contrib/fjresize.py index bc3dad8f866..935a4f1af25 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 import sys diff --git a/contrib/gdb-firejail.sh b/contrib/gdb-firejail.sh index 032b031f0dc..1dc30be3e48 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set -x diff --git a/contrib/jail_prober.py b/contrib/jail_prober.py index 070079e091a..b210b03c7c1 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 a827e20ba08..b70f83e6cd9 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # Requirements: diff --git a/contrib/syscalls.sh b/contrib/syscalls.sh index aece84e726d..80a53c4acf5 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 aaefc38a871..c61c2b8a907 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # Purpose: Fetch, compile, and install firejail from GitHub source. For diff --git a/gcov.sh b/gcov.sh index 7352056680d..b949731d9cf 100755 --- a/gcov.sh +++ b/gcov.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # GCOV test setup diff --git a/install.sh b/install.sh index 30155cab4eb..a5aba4a9a8b 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 echo "installing..." diff --git a/linecnt.sh b/linecnt.sh index 93cdbd8fcc6..71d623bc2ed 100755 --- a/linecnt.sh +++ b/linecnt.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 gcov_init() { diff --git a/mkasc.sh b/mkasc.sh index 0314c20e560..ce83aae573b 100755 --- a/mkasc.sh +++ b/mkasc.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 . "$(dirname "$0")/config.sh" || exit 1 diff --git a/mkdeb.sh b/mkdeb.sh index edb16fb938c..afe5c524202 100755 --- a/mkdeb.sh +++ b/mkdeb.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 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 c95e688c005..17e04d50f9f 100755 --- a/mketc.sh +++ b/mketc.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 sed -i -e ' diff --git a/mkuid.sh b/mkuid.sh index 90f536aa6de..b9cc7072675 100755 --- a/mkuid.sh +++ b/mkuid.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 echo "extracting UID_MIN and GID_MIN" diff --git a/platform/debian/copyright b/platform/debian/copyright index 0c9b982c62c..e7e7eb74346 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-2023 Firejail Authors (see README file for more details) + Copyright (C) 2014-2024 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 f32f4b7de37..7fbc3557575 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # # Usage: ./platform/rpm/mkrpm.sh diff --git a/src/etc-cleanup/main.c b/src/etc-cleanup/main.c index f15ba53cd2c..5da0ccd7c90 100644 --- a/src/etc-cleanup/main.c +++ b/src/etc-cleanup/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_bin.c b/src/fbuilder/build_bin.c index 2a88d44c07c..285f9df37ae 100644 --- a/src/fbuilder/build_bin.c +++ b/src/fbuilder/build_bin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_fs.c b/src/fbuilder/build_fs.c index f00134e1def..4e71cdbea78 100644 --- a/src/fbuilder/build_fs.c +++ b/src/fbuilder/build_fs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_home.c b/src/fbuilder/build_home.c index 15c54911bdd..cb87bf5d0fd 100644 --- a/src/fbuilder/build_home.c +++ b/src/fbuilder/build_home.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_profile.c b/src/fbuilder/build_profile.c index 96ddd79fbdc..41c85e9ab0e 100644 --- a/src/fbuilder/build_profile.c +++ b/src/fbuilder/build_profile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/build_seccomp.c b/src/fbuilder/build_seccomp.c index 159340deab5..791013a8190 100644 --- a/src/fbuilder/build_seccomp.c +++ b/src/fbuilder/build_seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/fbuilder.h b/src/fbuilder/fbuilder.h index c82f90c8d4e..f42b9805d91 100644 --- a/src/fbuilder/fbuilder.h +++ b/src/fbuilder/fbuilder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/filedb.c b/src/fbuilder/filedb.c index 5a3b389ae95..994618b34a6 100644 --- a/src/fbuilder/filedb.c +++ b/src/fbuilder/filedb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/main.c b/src/fbuilder/main.c index a85d4a93195..b03d2f3ddce 100644 --- a/src/fbuilder/main.c +++ b/src/fbuilder/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fbuilder/utils.c b/src/fbuilder/utils.c index 91c5a1a5ef9..10f6e14303a 100644 --- a/src/fbuilder/utils.c +++ b/src/fbuilder/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fcopy/main.c b/src/fcopy/main.c index 84fe44d7354..24f5fd6295d 100644 --- a/src/fcopy/main.c +++ b/src/fcopy/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/blake2b.c b/src/fids/blake2b.c index ca884dfc0e4..cde2694f661 100644 --- a/src/fids/blake2b.c +++ b/src/fids/blake2b.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/db.c b/src/fids/db.c index 7cad11cca7e..446e14801b0 100644 --- a/src/fids/db.c +++ b/src/fids/db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/db_exclude.c b/src/fids/db_exclude.c index aedb95e4f00..d65cc5babcd 100644 --- a/src/fids/db_exclude.c +++ b/src/fids/db_exclude.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/fids.h b/src/fids/fids.h index 8bbdcb6db0c..e20d8a9203f 100644 --- a/src/fids/fids.h +++ b/src/fids/fids.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fids/main.c b/src/fids/main.c index 915edb6caa4..92b6468f312 100644 --- a/src/fids/main.c +++ b/src/fids/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/desktop_files.c b/src/firecfg/desktop_files.c index 7ac60f70cc5..8918b8a9572 100644 --- a/src/firecfg/desktop_files.c +++ b/src/firecfg/desktop_files.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/firecfg.h b/src/firecfg/firecfg.h index 11e3ebc678a..4379c0d44ed 100644 --- a/src/firecfg/firecfg.h +++ b/src/firecfg/firecfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/firejail-welcome.sh b/src/firecfg/firejail-welcome.sh index a8482a95771..47ee904ebda 100755 --- a/src/firecfg/firejail-welcome.sh +++ b/src/firecfg/firejail-welcome.sh @@ -1,7 +1,7 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2020-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # # Usage: firejail-welcome PROGRAM SYSCONFDIR USER_NAME diff --git a/src/firecfg/main.c b/src/firecfg/main.c index 604b126333e..5677c5d3736 100644 --- a/src/firecfg/main.c +++ b/src/firecfg/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/sound.c b/src/firecfg/sound.c index 2c8c28191d1..e0ea7fe6415 100644 --- a/src/firecfg/sound.c +++ b/src/firecfg/sound.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firecfg/util.c b/src/firecfg/util.c index 4185b52ddc4..06ff9f8a31e 100644 --- a/src/firecfg/util.c +++ b/src/firecfg/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/appimage.c b/src/firejail/appimage.c index bb20a0da63f..c8c7a785946 100644 --- a/src/firejail/appimage.c +++ b/src/firejail/appimage.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/appimage_size.c b/src/firejail/appimage_size.c index 60c4c036467..c11dd8fe575 100644 --- a/src/firejail/appimage_size.c +++ b/src/firejail/appimage_size.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/arp.c b/src/firejail/arp.c index ed14eb17191..8441d58b53c 100644 --- a/src/firejail/arp.c +++ b/src/firejail/arp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/bandwidth.c b/src/firejail/bandwidth.c index b6a588e3604..db130afd3bd 100644 --- a/src/firejail/bandwidth.c +++ b/src/firejail/bandwidth.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/caps.c b/src/firejail/caps.c index d11adc9d5fc..40ec2b57b23 100644 --- a/src/firejail/caps.c +++ b/src/firejail/caps.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/checkcfg.c b/src/firejail/checkcfg.c index 3283fae1317..bab0e819f19 100644 --- a/src/firejail/checkcfg.c +++ b/src/firejail/checkcfg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/chroot.c b/src/firejail/chroot.c index 132ac94baad..ffa6c8b518c 100644 --- a/src/firejail/chroot.c +++ b/src/firejail/chroot.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/cmdline.c b/src/firejail/cmdline.c index 45b82f4f7d6..41396ece7d5 100644 --- a/src/firejail/cmdline.c +++ b/src/firejail/cmdline.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/cpu.c b/src/firejail/cpu.c index 804d51caa8d..52c13596b76 100644 --- a/src/firejail/cpu.c +++ b/src/firejail/cpu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/dbus.c b/src/firejail/dbus.c index b2f9fe2d292..13d7823ad08 100644 --- a/src/firejail/dbus.c +++ b/src/firejail/dbus.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/dhcp.c b/src/firejail/dhcp.c index 60fa3451776..9c507023f67 100644 --- a/src/firejail/dhcp.c +++ b/src/firejail/dhcp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/env.c b/src/firejail/env.c index da3c3ac5389..73be0f5ff6f 100644 --- a/src/firejail/env.c +++ b/src/firejail/env.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h index b0fdc83aa84..d76a6c0eed8 100644 --- a/src/firejail/firejail.h +++ b/src/firejail/firejail.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs.c b/src/firejail/fs.c index 28fecfb9836..cdad5e22096 100644 --- a/src/firejail/fs.c +++ b/src/firejail/fs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_bin.c b/src/firejail/fs_bin.c index 04c5a7d07a6..ea705791723 100644 --- a/src/firejail/fs_bin.c +++ b/src/firejail/fs_bin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c index 9ca73eb356f..fa88bbe129e 100644 --- a/src/firejail/fs_dev.c +++ b/src/firejail/fs_dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_etc.c b/src/firejail/fs_etc.c index dc4e5c2282b..f58b25aee7f 100644 --- a/src/firejail/fs_etc.c +++ b/src/firejail/fs_etc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_home.c b/src/firejail/fs_home.c index fd2441832d4..7c3f3835b6e 100644 --- a/src/firejail/fs_home.c +++ b/src/firejail/fs_home.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_hostname.c b/src/firejail/fs_hostname.c index 29f805e1abd..c058138437f 100644 --- a/src/firejail/fs_hostname.c +++ b/src/firejail/fs_hostname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_lib.c b/src/firejail/fs_lib.c index ba7a291ee8e..0dedf74b1a7 100644 --- a/src/firejail/fs_lib.c +++ b/src/firejail/fs_lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_lib2.c b/src/firejail/fs_lib2.c index 583888e0e40..5835643fc7b 100644 --- a/src/firejail/fs_lib2.c +++ b/src/firejail/fs_lib2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_logger.c b/src/firejail/fs_logger.c index b2db40a62c2..8ddddb0e74c 100644 --- a/src/firejail/fs_logger.c +++ b/src/firejail/fs_logger.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_mkdir.c b/src/firejail/fs_mkdir.c index d59735401ba..6433d8ae4c0 100644 --- a/src/firejail/fs_mkdir.c +++ b/src/firejail/fs_mkdir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_overlayfs.c b/src/firejail/fs_overlayfs.c index b2b24cf69f8..c60e2135b65 100644 --- a/src/firejail/fs_overlayfs.c +++ b/src/firejail/fs_overlayfs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_trace.c b/src/firejail/fs_trace.c index 05fd89f53f3..89e95b804d7 100644 --- a/src/firejail/fs_trace.c +++ b/src/firejail/fs_trace.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_var.c b/src/firejail/fs_var.c index 4787df21e51..1ff59cdeb21 100644 --- a/src/firejail/fs_var.c +++ b/src/firejail/fs_var.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/fs_whitelist.c b/src/firejail/fs_whitelist.c index 471fa3a56ee..daa9127cabb 100644 --- a/src/firejail/fs_whitelist.c +++ b/src/firejail/fs_whitelist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/ids.c b/src/firejail/ids.c index e371f5c6d5a..40bbe6d02a5 100644 --- a/src/firejail/ids.c +++ b/src/firejail/ids.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/join.c b/src/firejail/join.c index 742cda80bbd..46c02bf0cea 100644 --- a/src/firejail/join.c +++ b/src/firejail/join.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/landlock.c b/src/firejail/landlock.c index 962c71ae821..77149a13426 100644 --- a/src/firejail/landlock.c +++ b/src/firejail/landlock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/ls.c b/src/firejail/ls.c index 6dc4904fce7..c8866d2c003 100644 --- a/src/firejail/ls.c +++ b/src/firejail/ls.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/macros.c b/src/firejail/macros.c index af7d02c2a48..9dd18970a97 100644 --- a/src/firejail/macros.c +++ b/src/firejail/macros.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/main.c b/src/firejail/main.c index 76bfcede8aa..cc5345ee000 100644 --- a/src/firejail/main.c +++ b/src/firejail/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/mountinfo.c b/src/firejail/mountinfo.c index c9be158da90..3734d48a90d 100644 --- a/src/firejail/mountinfo.c +++ b/src/firejail/mountinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/netfilter.c b/src/firejail/netfilter.c index e07776163ad..fc3ca924b13 100644 --- a/src/firejail/netfilter.c +++ b/src/firejail/netfilter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/netns.c b/src/firejail/netns.c index 2a4624695f5..826869021b1 100644 --- a/src/firejail/netns.c +++ b/src/firejail/netns.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2023 Firejail Authors + * Copyright (C) 2020-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/network.c b/src/firejail/network.c index 3da51e195cd..b7fc2b356bf 100644 --- a/src/firejail/network.c +++ b/src/firejail/network.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/network_main.c b/src/firejail/network_main.c index 78697b01067..758966b2cec 100644 --- a/src/firejail/network_main.c +++ b/src/firejail/network_main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/no_sandbox.c b/src/firejail/no_sandbox.c index 9c5e3ee5896..d0abda6c391 100644 --- a/src/firejail/no_sandbox.c +++ b/src/firejail/no_sandbox.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/oom.c b/src/firejail/oom.c index 482fc0ad0bc..a685f4bed8a 100644 --- a/src/firejail/oom.c +++ b/src/firejail/oom.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/output.c b/src/firejail/output.c index 687aaba9c77..43f96c9da90 100644 --- a/src/firejail/output.c +++ b/src/firejail/output.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/paths.c b/src/firejail/paths.c index 84cae8efea9..8098095d5e6 100644 --- a/src/firejail/paths.c +++ b/src/firejail/paths.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/preproc.c b/src/firejail/preproc.c index e0c11a005d3..2c7d4264dcf 100644 --- a/src/firejail/preproc.c +++ b/src/firejail/preproc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/process.c b/src/firejail/process.c index 7faa2221a28..adec2a2ff21 100644 --- a/src/firejail/process.c +++ b/src/firejail/process.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/profile.c b/src/firejail/profile.c index ddcaa538264..c0abc339815 100644 --- a/src/firejail/profile.c +++ b/src/firejail/profile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/protocol.c b/src/firejail/protocol.c index 91d63b50559..788f8f4ebd6 100644 --- a/src/firejail/protocol.c +++ b/src/firejail/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/pulseaudio.c b/src/firejail/pulseaudio.c index ce20e1098c0..fa5b5d92fc5 100644 --- a/src/firejail/pulseaudio.c +++ b/src/firejail/pulseaudio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/restrict_users.c b/src/firejail/restrict_users.c index c5c66549dd5..741e908edc4 100644 --- a/src/firejail/restrict_users.c +++ b/src/firejail/restrict_users.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/restricted_shell.c b/src/firejail/restricted_shell.c index 79e0bd9dfbb..f872c673b03 100644 --- a/src/firejail/restricted_shell.c +++ b/src/firejail/restricted_shell.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/rlimit.c b/src/firejail/rlimit.c index d583cbefa17..30943a631a7 100644 --- a/src/firejail/rlimit.c +++ b/src/firejail/rlimit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/run_files.c b/src/firejail/run_files.c index a20085294b3..cb078b58054 100644 --- a/src/firejail/run_files.c +++ b/src/firejail/run_files.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/run_symlink.c b/src/firejail/run_symlink.c index dc247280b40..8a71044a4ea 100644 --- a/src/firejail/run_symlink.c +++ b/src/firejail/run_symlink.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c index 516f1187e7c..9e2b10d9c75 100644 --- a/src/firejail/sandbox.c +++ b/src/firejail/sandbox.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/sbox.c b/src/firejail/sbox.c index 59b74ec5c53..2a9268f8741 100644 --- a/src/firejail/sbox.c +++ b/src/firejail/sbox.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/seccomp.c b/src/firejail/seccomp.c index 15a707d3fea..5e554bddcc3 100644 --- a/src/firejail/seccomp.c +++ b/src/firejail/seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/selinux.c b/src/firejail/selinux.c index 08f3b312290..19830810762 100644 --- a/src/firejail/selinux.c +++ b/src/firejail/selinux.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2009-2020 The systemd Authors - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail 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 67b605acdc5..f49e6aaa352 100644 --- a/src/firejail/shutdown.c +++ b/src/firejail/shutdown.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/usage.c b/src/firejail/usage.c index f0f14890074..beedb3ce2cb 100644 --- a/src/firejail/usage.c +++ b/src/firejail/usage.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/util.c b/src/firejail/util.c index c0f30931cb5..323133f8da4 100644 --- a/src/firejail/util.c +++ b/src/firejail/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firejail/x11.c b/src/firejail/x11.c index 2eaa9bde5e4..806089ab7f6 100644 --- a/src/firejail/x11.c +++ b/src/firejail/x11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/apparmor.c b/src/firemon/apparmor.c index 462853f0214..54afc3b35df 100644 --- a/src/firemon/apparmor.c +++ b/src/firemon/apparmor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/arp.c b/src/firemon/arp.c index 863d551f80a..4eb0e74f59c 100644 --- a/src/firemon/arp.c +++ b/src/firemon/arp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/caps.c b/src/firemon/caps.c index 5a73cc37e7b..534e31c1289 100644 --- a/src/firemon/caps.c +++ b/src/firemon/caps.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/cpu.c b/src/firemon/cpu.c index b5e82493302..acfaefe1602 100644 --- a/src/firemon/cpu.c +++ b/src/firemon/cpu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/firemon.c b/src/firemon/firemon.c index 958fa1b03d9..dc69e6b36c6 100644 --- a/src/firemon/firemon.c +++ b/src/firemon/firemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/firemon.h b/src/firemon/firemon.h index be83352bbc6..5742c001dd9 100644 --- a/src/firemon/firemon.h +++ b/src/firemon/firemon.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/list.c b/src/firemon/list.c index d068e653cea..c27735ea650 100644 --- a/src/firemon/list.c +++ b/src/firemon/list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/netstats.c b/src/firemon/netstats.c index 6bf013d9de2..39dc38ec910 100644 --- a/src/firemon/netstats.c +++ b/src/firemon/netstats.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/procevent.c b/src/firemon/procevent.c index 63d69d1cd62..e17ed659bd2 100644 --- a/src/firemon/procevent.c +++ b/src/firemon/procevent.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/route.c b/src/firemon/route.c index a8415616e53..cb809c69e93 100644 --- a/src/firemon/route.c +++ b/src/firemon/route.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/seccomp.c b/src/firemon/seccomp.c index 865ed138ea7..ae0cd941ae1 100644 --- a/src/firemon/seccomp.c +++ b/src/firemon/seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/top.c b/src/firemon/top.c index c70bc942476..912de795eed 100644 --- a/src/firemon/top.c +++ b/src/firemon/top.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/tree.c b/src/firemon/tree.c index 85e8d591a03..e5e67bccbb0 100644 --- a/src/firemon/tree.c +++ b/src/firemon/tree.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/usage.c b/src/firemon/usage.c index afd2b552a7d..a212cca1074 100644 --- a/src/firemon/usage.c +++ b/src/firemon/usage.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/firemon/x11.c b/src/firemon/x11.c index 01a26bb8a68..42f192db221 100644 --- a/src/firemon/x11.c +++ b/src/firemon/x11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fldd/main.c b/src/fldd/main.c index c28cad72e09..64af11788e7 100644 --- a/src/fldd/main.c +++ b/src/fldd/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/arp.c b/src/fnet/arp.c index 1e90dafa34a..79ab36cc94a 100644 --- a/src/fnet/arp.c +++ b/src/fnet/arp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/fnet.h b/src/fnet/fnet.h index f9b09d7ea85..6a25efe16e9 100644 --- a/src/fnet/fnet.h +++ b/src/fnet/fnet.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/interface.c b/src/fnet/interface.c index 50e1beaa06e..2dec874a68e 100644 --- a/src/fnet/interface.c +++ b/src/fnet/interface.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/main.c b/src/fnet/main.c index d1c8170ca3b..dee30219cb1 100644 --- a/src/fnet/main.c +++ b/src/fnet/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnet/veth.c b/src/fnet/veth.c index 2111cfa5636..fc5a0f16eeb 100644 --- a/src/fnet/veth.c +++ b/src/fnet/veth.c @@ -26,7 +26,7 @@ * */ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnetfilter/main.c b/src/fnetfilter/main.c index 1b0335d6879..459c019607e 100644 --- a/src/fnetfilter/main.c +++ b/src/fnetfilter/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnetlock/fnetlock.h b/src/fnetlock/fnetlock.h index 018f5822329..ce8fe96f5de 100644 --- a/src/fnetlock/fnetlock.h +++ b/src/fnetlock/fnetlock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnetlock/main.c b/src/fnetlock/main.c index d4169b7e11f..f2a0c33d9bf 100644 --- a/src/fnetlock/main.c +++ b/src/fnetlock/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnetlock/tail.c b/src/fnetlock/tail.c index e5d0367f6bb..38686ca9ed7 100644 --- a/src/fnetlock/tail.c +++ b/src/fnetlock/tail.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace-dns/fnettrace_dns.h b/src/fnettrace-dns/fnettrace_dns.h index b8f69e9d72c..e8ad1cb9f36 100644 --- a/src/fnettrace-dns/fnettrace_dns.h +++ b/src/fnettrace-dns/fnettrace_dns.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace-dns/main.c b/src/fnettrace-dns/main.c index 38222fe2e39..4d6e48dd818 100644 --- a/src/fnettrace-dns/main.c +++ b/src/fnettrace-dns/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace-icmp/fnettrace_icmp.h b/src/fnettrace-icmp/fnettrace_icmp.h index 04c449ff29f..c18da1c9e72 100644 --- a/src/fnettrace-icmp/fnettrace_icmp.h +++ b/src/fnettrace-icmp/fnettrace_icmp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace-icmp/main.c b/src/fnettrace-icmp/main.c index 516a9fc5b76..9a4c6bf13e7 100644 --- a/src/fnettrace-icmp/main.c +++ b/src/fnettrace-icmp/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace-sni/fnettrace_sni.h b/src/fnettrace-sni/fnettrace_sni.h index 04c449ff29f..c18da1c9e72 100644 --- a/src/fnettrace-sni/fnettrace_sni.h +++ b/src/fnettrace-sni/fnettrace_sni.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace-sni/main.c b/src/fnettrace-sni/main.c index d0a4f115a55..36a6d5f3b1e 100644 --- a/src/fnettrace-sni/main.c +++ b/src/fnettrace-sni/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/event.c b/src/fnettrace/event.c index f4ccf53605b..bae3ba80d6a 100644 --- a/src/fnettrace/event.c +++ b/src/fnettrace/event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/fnettrace.h b/src/fnettrace/fnettrace.h index 9b49732358e..c0604d90477 100644 --- a/src/fnettrace/fnettrace.h +++ b/src/fnettrace/fnettrace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/hostnames.c b/src/fnettrace/hostnames.c index 14ebc4ca0e3..450ce587b37 100644 --- a/src/fnettrace/hostnames.c +++ b/src/fnettrace/hostnames.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/main.c b/src/fnettrace/main.c index 4db8e747820..f1ad71820f0 100644 --- a/src/fnettrace/main.c +++ b/src/fnettrace/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/radix.c b/src/fnettrace/radix.c index 9dfa725a284..7062ae81063 100644 --- a/src/fnettrace/radix.c +++ b/src/fnettrace/radix.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/radix.h b/src/fnettrace/radix.h index 686d60acec4..ce1b5a52087 100644 --- a/src/fnettrace/radix.h +++ b/src/fnettrace/radix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/runprog.c b/src/fnettrace/runprog.c index e30d8a16ce5..b6678229a05 100644 --- a/src/fnettrace/runprog.c +++ b/src/fnettrace/runprog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fnettrace/static-ip-map.txt b/src/fnettrace/static-ip-map.txt index 40e6fa00fb9..03163b4fc5b 100644 --- a/src/fnettrace/static-ip-map.txt +++ b/src/fnettrace/static-ip-map.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # # This file is part of firejail project # diff --git a/src/fnettrace/terminal.c b/src/fnettrace/terminal.c index 0ca307bad71..c9f73ee8ccc 100644 --- a/src/fnettrace/terminal.c +++ b/src/fnettrace/terminal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 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 f26f2690751..0038d6ef38c 100644 --- a/src/fsec-optimize/fsec_optimize.h +++ b/src/fsec-optimize/fsec_optimize.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-optimize/main.c b/src/fsec-optimize/main.c index 38ba7c697a1..97dd9b65d1e 100644 --- a/src/fsec-optimize/main.c +++ b/src/fsec-optimize/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-optimize/optimizer.c b/src/fsec-optimize/optimizer.c index c9b82b1a257..5f05faa5a84 100644 --- a/src/fsec-optimize/optimizer.c +++ b/src/fsec-optimize/optimizer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 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 48cdcac7d75..6a5d8d575c8 100644 --- a/src/fsec-print/fsec_print.h +++ b/src/fsec-print/fsec_print.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-print/main.c b/src/fsec-print/main.c index 4d3e386486d..e24145cd572 100644 --- a/src/fsec-print/main.c +++ b/src/fsec-print/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fsec-print/print.c b/src/fsec-print/print.c index 2f3b6f9352d..da421142369 100644 --- a/src/fsec-print/print.c +++ b/src/fsec-print/print.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/fseccomp.h b/src/fseccomp/fseccomp.h index df971d2d9f0..a60f646727f 100644 --- a/src/fseccomp/fseccomp.h +++ b/src/fseccomp/fseccomp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/main.c b/src/fseccomp/main.c index e7823d3c507..9430e12f746 100644 --- a/src/fseccomp/main.c +++ b/src/fseccomp/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/namespaces.c b/src/fseccomp/namespaces.c index e6c63219f56..f9d1d7b98fe 100644 --- a/src/fseccomp/namespaces.c +++ b/src/fseccomp/namespaces.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/protocol.c b/src/fseccomp/protocol.c index 7c1c99df12e..b798faa67be 100644 --- a/src/fseccomp/protocol.c +++ b/src/fseccomp/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/seccomp.c b/src/fseccomp/seccomp.c index 9941b9ccd15..9553361d1bb 100644 --- a/src/fseccomp/seccomp.c +++ b/src/fseccomp/seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/seccomp_file.c b/src/fseccomp/seccomp_file.c index b44672d46d6..8bc1d6e031b 100644 --- a/src/fseccomp/seccomp_file.c +++ b/src/fseccomp/seccomp_file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fseccomp/seccomp_secondary.c b/src/fseccomp/seccomp_secondary.c index a90544c81d0..d5ca896a7b1 100644 --- a/src/fseccomp/seccomp_secondary.c +++ b/src/fseccomp/seccomp_secondary.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/fshaper/fshaper.sh b/src/fshaper/fshaper.sh index 451cae6443c..cd2bf79bfd2 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 TCFILE="" diff --git a/src/ftee/ftee.h b/src/ftee/ftee.h index d8cb4ae84f3..72bc8aed38b 100644 --- a/src/ftee/ftee.h +++ b/src/ftee/ftee.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/ftee/main.c b/src/ftee/main.c index 20e25c2021e..00bcd6d5ca5 100644 --- a/src/ftee/main.c +++ b/src/ftee/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/common.h b/src/include/common.h index 4a2b8c1bfbc..c9ec7b7292d 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/etc_groups.h b/src/include/etc_groups.h index 9e24256c0db..359dd5656cc 100644 --- a/src/include/etc_groups.h +++ b/src/include/etc_groups.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/euid_common.h b/src/include/euid_common.h index 0c7e9d24e66..4f91465308f 100644 --- a/src/include/euid_common.h +++ b/src/include/euid_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/firejail_user.h b/src/include/firejail_user.h index 9198ce21647..72e7f5dcfaf 100644 --- a/src/include/firejail_user.h +++ b/src/include/firejail_user.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/gcov_wrapper.h b/src/include/gcov_wrapper.h index 7c8f89d599e..e467a1c3265 100644 --- a/src/include/gcov_wrapper.h +++ b/src/include/gcov_wrapper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/ldd_utils.h b/src/include/ldd_utils.h index 00151afab3e..38f2db136f9 100644 --- a/src/include/ldd_utils.h +++ b/src/include/ldd_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/pid.h b/src/include/pid.h index 80aa9f24073..1c3409a7a7a 100644 --- a/src/include/pid.h +++ b/src/include/pid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/rundefs.h b/src/include/rundefs.h index d36851a4e28..00eaa47c694 100644 --- a/src/include/rundefs.h +++ b/src/include/rundefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/seccomp.h b/src/include/seccomp.h index fc07b75ce7c..089b8e2ff87 100644 --- a/src/include/seccomp.h +++ b/src/include/seccomp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/include/syscall.h b/src/include/syscall.h index c9fa0c68fb3..00157965de9 100644 --- a/src/include/syscall.h +++ b/src/include/syscall.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/access.c b/src/jailcheck/access.c index 08c3a51a14a..50c51839b76 100644 --- a/src/jailcheck/access.c +++ b/src/jailcheck/access.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/apparmor.c b/src/jailcheck/apparmor.c index 658928ed57b..cbd1ad5064e 100644 --- a/src/jailcheck/apparmor.c +++ b/src/jailcheck/apparmor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/jailcheck.h b/src/jailcheck/jailcheck.h index f6bee943675..0e011c4a4d1 100644 --- a/src/jailcheck/jailcheck.h +++ b/src/jailcheck/jailcheck.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/main.c b/src/jailcheck/main.c index 6cc5cf904ed..597767cb575 100644 --- a/src/jailcheck/main.c +++ b/src/jailcheck/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/network.c b/src/jailcheck/network.c index a4d5eeec145..469621ea2bc 100644 --- a/src/jailcheck/network.c +++ b/src/jailcheck/network.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/noexec.c b/src/jailcheck/noexec.c index bfeff9c7fbd..37234c648b6 100644 --- a/src/jailcheck/noexec.c +++ b/src/jailcheck/noexec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/seccomp.c b/src/jailcheck/seccomp.c index 6cc13c5e7a1..e299be3f071 100644 --- a/src/jailcheck/seccomp.c +++ b/src/jailcheck/seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/sysfiles.c b/src/jailcheck/sysfiles.c index f8094c5bebb..f4e19b49aaa 100644 --- a/src/jailcheck/sysfiles.c +++ b/src/jailcheck/sysfiles.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/utils.c b/src/jailcheck/utils.c index 93082060492..3fb330b912f 100644 --- a/src/jailcheck/utils.c +++ b/src/jailcheck/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/jailcheck/virtual.c b/src/jailcheck/virtual.c index 9cc714529a3..d4bfd192307 100644 --- a/src/jailcheck/virtual.c +++ b/src/jailcheck/virtual.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/common.c b/src/lib/common.c index eee19c731b4..7706077ec34 100644 --- a/src/lib/common.c +++ b/src/lib/common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/errno.c b/src/lib/errno.c index 8103dec3b81..9ef96a4af46 100644 --- a/src/lib/errno.c +++ b/src/lib/errno.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/firejail_user.c b/src/lib/firejail_user.c index a924f26cf16..711cb451609 100644 --- a/src/lib/firejail_user.c +++ b/src/lib/firejail_user.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/ldd_utils.c b/src/lib/ldd_utils.c index 80e3b92d706..fb36c0b2855 100644 --- a/src/lib/ldd_utils.c +++ b/src/lib/ldd_utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/pid.c b/src/lib/pid.c index e76f66910b5..3f40ecdf30e 100644 --- a/src/lib/pid.c +++ b/src/lib/pid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/lib/syscall.c b/src/lib/syscall.c index 602f7218c67..bc9956e90ab 100644 --- a/src/lib/syscall.c +++ b/src/lib/syscall.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/libpostexecseccomp/libpostexecseccomp.c b/src/libpostexecseccomp/libpostexecseccomp.c index 3a9ef9855c5..7f9123267f4 100644 --- a/src/libpostexecseccomp/libpostexecseccomp.c +++ b/src/libpostexecseccomp/libpostexecseccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/libtrace/libtrace.c b/src/libtrace/libtrace.c index 25f0cc12efd..ea9d922b67c 100644 --- a/src/libtrace/libtrace.c +++ b/src/libtrace/libtrace.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/libtracelog/libtracelog.c b/src/libtracelog/libtracelog.c index 0cb13d2a8d5..6f95c9b32f0 100644 --- a/src/libtracelog/libtracelog.c +++ b/src/libtracelog/libtracelog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/man/mkman.sh b/src/man/mkman.sh index 0302e0778e4..00c4ffe720f 100755 --- a/src/man/mkman.sh +++ b/src/man/mkman.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set -e diff --git a/src/man/preproc.awk b/src/man/preproc.awk index 57424b3aa49..b9d78e27653 100755 --- a/src/man/preproc.awk +++ b/src/man/preproc.awk @@ -1,6 +1,6 @@ #!/usr/bin/gawk -E -# Copyright (c) 2019-2023 rusty-snake +# Copyright (c) 2019-2024 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 49ed1637a6c..ad27bfe79ce 100644 --- a/src/profstats/main.c +++ b/src/profstats/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/check-caps.sh b/src/tools/check-caps.sh index b2cdd08e002..b28885d8d44 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 if [ $# -eq 0 ] diff --git a/src/tools/extract_caps.c b/src/tools/extract_caps.c index fd3cb236d15..f61293781ca 100644 --- a/src/tools/extract_caps.c +++ b/src/tools/extract_caps.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/extract_errnos.sh b/src/tools/extract_errnos.sh index c134db8f659..eb1ab46a45c 100755 --- 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 69e20317a0d..ddf76f8488e 100644 --- a/src/tools/extract_seccomp.c +++ b/src/tools/extract_seccomp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/extract_syscalls.c b/src/tools/extract_syscalls.c index 20f10057248..a7d54119db4 100644 --- a/src/tools/extract_syscalls.c +++ b/src/tools/extract_syscalls.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/mkcoverit.sh b/src/tools/mkcoverit.sh index a82bf4fbc94..2d54f7c66fa 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # unpack firejail archive diff --git a/src/tools/testuid.c b/src/tools/testuid.c index 86eae4ba37d..603842932a9 100644 --- a/src/tools/testuid.c +++ b/src/tools/testuid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/ttytest.c b/src/tools/ttytest.c index 3dcb5a06bb6..65a65e587f1 100644 --- a/src/tools/ttytest.c +++ b/src/tools/ttytest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/src/tools/unixsocket.c b/src/tools/unixsocket.c index 304c5d34dfd..6ffb6debf49 100644 --- a/src/tools/unixsocket.c +++ b/src/tools/unixsocket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2023 Firejail Authors + * Copyright (C) 2014-2024 Firejail Authors * * This file is part of firejail project * diff --git a/test/apparmor/apparmor-norun.exp b/test/apparmor/apparmor-norun.exp index 625d4b4e0ec..e27d609b985 100755 --- a/test/apparmor/apparmor-norun.exp +++ b/test/apparmor/apparmor-norun.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apparmor/apparmor-run.exp b/test/apparmor/apparmor-run.exp index c11b50151de..3c5e6d0db77 100755 --- a/test/apparmor/apparmor-run.exp +++ b/test/apparmor/apparmor-run.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apparmor/apparmor.exp b/test/apparmor/apparmor.exp index 4498fadd95b..f48f6ff33b2 100755 --- a/test/apparmor/apparmor.exp +++ b/test/apparmor/apparmor.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apparmor/apparmor.sh b/test/apparmor/apparmor.sh index 84076fc9659..5924ad6bb24 100755 --- a/test/apparmor/apparmor.sh +++ b/test/apparmor/apparmor.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/appimage/appimage-args.exp b/test/appimage/appimage-args.exp index ef64e862fce..a572216e668 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/appimage/appimage-trace.exp b/test/appimage/appimage-trace.exp index b6eafd77ab5..d16f2c84da9 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/appimage/appimage-v2.exp b/test/appimage/appimage-v2.exp index 8d4ef9f7d81..ea9a386a12d 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/appimage/appimage.sh b/test/appimage/appimage.sh index 57e38924922..fcb1fefafdd 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/appimage/filename.exp b/test/appimage/filename.exp index f2b827bb627..d67543137f1 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 44f3fd6773f..91cc58db396 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 7f7269c6171..ea781884386 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 491c13825e7..4bdccabfcde 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 558468bd5c3..6f1dc8728fb 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 f76c260d518..4c9725dbe8e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 81916685aaf..e6654acc3af 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/apps-x11/chromium.exp b/test/apps-x11/chromium.exp index b654dc5d4c0..bc0d2b24f13 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps-x11/firefox.exp b/test/apps-x11/firefox.exp index fe6d036d178..88e85a83610 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps-x11/thunderbird.exp b/test/apps-x11/thunderbird.exp index aa697a7c1e1..75e984de3a1 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 32c88250cdc..caa2743b6c5 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 3a2fcca7c24..a8b0f7318f7 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 5f9212d805e..683cd87027e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 af69dd003c9..83ed9dc31a8 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 b0c501b006d..d897471ce96 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 80cc6a61847..b69015229fc 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/apps.sh b/test/apps/apps.sh index fc053a30dc7..25e0e13e69c 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/apps/chromium.exp b/test/apps/chromium.exp index aef1a93f4eb..1813b63c4da 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/deluge.exp b/test/apps/deluge.exp index 21b1b7d4cd2..ab23b4d9550 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/fbreader.exp b/test/apps/fbreader.exp index 7bcefda13fc..3fc266be70b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/filezilla.exp b/test/apps/filezilla.exp index 34fe257ebc2..297fdf79ab8 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/firefox.exp b/test/apps/firefox.exp index 29e03028a8e..85c8da8d6ac 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/gnome-mplayer.exp b/test/apps/gnome-mplayer.exp index 6491a5343af..f615ce73820 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/gthumb.exp b/test/apps/gthumb.exp index 585d8d7d791..035c66fc3fa 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/hexchat.exp b/test/apps/hexchat.exp index 0429dbec557..072cac09ebf 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/kcalc.exp b/test/apps/kcalc.exp index 4d00d3cc44b..04bfdb6aba9 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/ktorrent.exp b/test/apps/ktorrent.exp index 58f875077be..7e3149820b3 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/midori.exp b/test/apps/midori.exp index 3ab67e7d09c..aa61c529a08 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/opera.exp b/test/apps/opera.exp index 665c5b67252..9a20a71a774 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/qbittorrent.exp b/test/apps/qbittorrent.exp index 0d482c1d854..5ffbd08a479 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/thunderbird.exp b/test/apps/thunderbird.exp index 632df93b02c..b17401aacc6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/transmission-qt.exp b/test/apps/transmission-qt.exp index 212423035b5..07301a357bb 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/uget-gtk.exp b/test/apps/uget-gtk.exp index 96c9c598baa..07c30ca9609 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/vlc.exp b/test/apps/vlc.exp index 671758077fe..a016f3b36d0 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/wine.exp b/test/apps/wine.exp index 4536c353c11..cb41f868dad 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/apps/xchat.exp b/test/apps/xchat.exp index add6fbb9166..3c7b44b6f41 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/capabilities/capabilities.sh b/test/capabilities/capabilities.sh index 2d345025a20..e0b3b6744b7 100755 --- a/test/capabilities/capabilities.sh +++ b/test/capabilities/capabilities.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/capabilities/caps-join.exp b/test/capabilities/caps-join.exp index ecb43d943ae..7df2cd2e74e 100755 --- a/test/capabilities/caps-join.exp +++ b/test/capabilities/caps-join.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/capabilities/caps-print.exp b/test/capabilities/caps-print.exp index 66a7e093b4c..9b155e2d7e8 100755 --- a/test/capabilities/caps-print.exp +++ b/test/capabilities/caps-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/capabilities/caps.exp b/test/capabilities/caps.exp index bd7ab04eb4b..38a28e7305c 100755 --- a/test/capabilities/caps.exp +++ b/test/capabilities/caps.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/capabilities/firemon-caps.exp b/test/capabilities/firemon-caps.exp index 905c8cba944..fd43ce0c041 100755 --- a/test/capabilities/firemon-caps.exp +++ b/test/capabilities/firemon-caps.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/chroot/chroot.sh b/test/chroot/chroot.sh index 3b10cbc59d3..e49a6bcc404 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/chroot/configure b/test/chroot/configure index f7bfedf1096..fe1c1cf2384 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 8bdaa507c44..28771ffc258 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/chroot/fs_chroot_disabled.exp b/test/chroot/fs_chroot_disabled.exp index e6cfe85f3d8..78c51e8005d 100755 --- a/test/chroot/fs_chroot_disabled.exp +++ b/test/chroot/fs_chroot_disabled.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 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 7614ed4064c..73a4e9f19f9 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/chroot/unchroot.c b/test/chroot/unchroot.c index 408e4eedfeb..c1f00da811f 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-2023 Firejail Authors +// Copyright (C) 2014-2024 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 b7a3b39d802..4e9b6bed220 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # not currently covered diff --git a/test/environment/allow-debuggers.exp b/test/environment/allow-debuggers.exp index 00cb9fc53ea..9c7762f5e6b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 bc177ee7e46..985f297eb89 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 4 diff --git a/test/environment/deterministic-shutdown.exp b/test/environment/deterministic-shutdown.exp index 2fa4547958c..265d4969980 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/dns.exp b/test/environment/dns.exp index 373d50999de..1ff235bb21e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/doubledash.exp b/test/environment/doubledash.exp index 4ea23a8f671..2ca20dcffbc 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/env.exp b/test/environment/env.exp index 343b42f757a..857f1e78d3b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/environment.sh b/test/environment/environment.sh index 0250836df10..cfa6a8a600b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/environment/extract_command.exp b/test/environment/extract_command.exp index 0e6b2aa0ace..435af432b1f 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 1229ec98282..1540598b56e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/hostfile.exp b/test/environment/hostfile.exp index f909b2827e5..ba24849645c 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 diff --git a/test/environment/ibus.exp b/test/environment/ibus.exp index ebdfbb14c00..f3892104f6f 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/keep-fd-bad.exp b/test/environment/keep-fd-bad.exp index 1a4e89cf92a..1c8328b863f 100755 --- a/test/environment/keep-fd-bad.exp +++ b/test/environment/keep-fd-bad.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/keep-fd.exp b/test/environment/keep-fd.exp index c144046ca27..715981aed5b 100755 --- a/test/environment/keep-fd.exp +++ b/test/environment/keep-fd.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/machineid.exp b/test/environment/machineid.exp index acee1ccbe0d..2baf4bf127a 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 diff --git a/test/environment/nice.exp b/test/environment/nice.exp index 7cc8619ae39..efdcb736ce6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/output.exp b/test/environment/output.exp index ec66a01963c..34b82771319 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/output.sh b/test/environment/output.sh index b8f27ad6553..f68b0284788 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 i="0" diff --git a/test/environment/quiet.exp b/test/environment/quiet.exp index 6dd552845ec..02d7a441c32 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 f2e9bebcf65..df8ee486587 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/rlimit-bad.exp b/test/environment/rlimit-bad.exp index 47c004716fe..74a2566f95d 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/rlimit-join.exp b/test/environment/rlimit-join.exp index c71dad27e54..8e84c10c0c1 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/rlimit-profile.exp b/test/environment/rlimit-profile.exp index f7d48660333..2989f597a09 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/rlimit.exp b/test/environment/rlimit.exp index 180010c4f16..f2d868174b5 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/sound.exp b/test/environment/sound.exp index 5582d1bbe7b..c80d7718840 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 diff --git a/test/environment/timeout.exp b/test/environment/timeout.exp index 23853deb1a6..56fb2f065a8 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/umask.exp b/test/environment/umask.exp index 3c136569342..12753eb5050 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fcopy/cmdline.exp b/test/fcopy/cmdline.exp index 2cd5b2d8987..3aedbe643fd 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fcopy/dircopy.exp b/test/fcopy/dircopy.exp index 6c3501597d8..a0eac536f89 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # diff --git a/test/fcopy/fcopy.sh b/test/fcopy/fcopy.sh index f842cdc4a7f..32a2541f6c9 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/fcopy/filecopy.exp b/test/fcopy/filecopy.exp index 3c15efaf1a8..5d50f467c5e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # diff --git a/test/fcopy/linkcopy.exp b/test/fcopy/linkcopy.exp index 8bcb2d25a9b..acf5058d454 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 # diff --git a/test/filters/debug.exp b/test/filters/debug.exp index daf1fe2f20e..4c86bcde293 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/filters.sh b/test/filters/filters.sh index 56c97482ee0..d69d9bcffa3 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/filters/fseccomp.exp b/test/filters/fseccomp.exp index 7f22b724726..a925105398d 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/memwrexe-32.exp b/test/filters/memwrexe-32.exp index 966ade4f210..0eaaaf6c6fe 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/namespaces-32.exp b/test/filters/namespaces-32.exp index f2310db3bd0..9b95372fa4f 100755 --- a/test/filters/namespaces-32.exp +++ b/test/filters/namespaces-32.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/namespaces.exp b/test/filters/namespaces.exp index 394826de763..4f550189e1a 100755 --- a/test/filters/namespaces.exp +++ b/test/filters/namespaces.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 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 293750cf969..50aeda11e79 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 2939cf7aa37..c0949ec60dd 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-chmod.exp b/test/filters/seccomp-chmod.exp index 6e6436f9728..1d8302fd389 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-chown.exp b/test/filters/seccomp-chown.exp index f1324678e50..a6e1bf7fd76 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 f129e26b882..d68eb1bc8b9 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-debug.exp b/test/filters/seccomp-debug.exp index 33a992a9306..a5bfe6a87e3 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-empty.exp b/test/filters/seccomp-empty.exp index 247cabcd457..e5a7e8fd4f0 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-errno.exp b/test/filters/seccomp-errno.exp index 46c691a3680..baa0a7bd0d1 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-join.exp b/test/filters/seccomp-join.exp index 305b12bd34c..d0db49bfcab 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-numeric.exp b/test/filters/seccomp-numeric.exp index 7203dc7f700..7bd7ca8b936 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-postexec.exp b/test/filters/seccomp-postexec.exp index 9a86651d697..496a6273c59 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-ptrace.exp b/test/filters/seccomp-ptrace.exp index b65f8670e80..0f96f558e7b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 16bfa906629..db53beb837a 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/filters/seccomp-su.exp b/test/filters/seccomp-su.exp index c4dd25ed653..0f324a337fd 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/firecfg/firecfg.exp b/test/firecfg/firecfg.exp index 755eea3a122..da677710c6e 100755 --- a/test/firecfg/firecfg.exp +++ b/test/firecfg/firecfg.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/firecfg/firecfg.sh b/test/firecfg/firecfg.sh index 6f2bb52445b..1a662d014ec 100755 --- a/test/firecfg/firecfg.sh +++ b/test/firecfg/firecfg.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/fnetfilter/cmdline.exp b/test/fnetfilter/cmdline.exp index fe24dfbd666..1742112e8ce 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fnetfilter/copy.exp b/test/fnetfilter/copy.exp index 29d5cdb9387..3ba0c79043f 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fnetfilter/default.exp b/test/fnetfilter/default.exp index 19327a60b26..49462d1d079 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fnetfilter/fnetfilter.sh b/test/fnetfilter/fnetfilter.sh index 4e08b45b57e..166a6c1c005 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/fnetfilter/template.exp b/test/fnetfilter/template.exp index 94b23c6442c..58dbb507b84 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/fs.sh b/test/fs/fs.sh index a4fab6bc4ab..7f2442ba423 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 4d8c63577b1..b3c93713531 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 58554f7371d..7a504718959 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 eac724d77f4..73bf71f8327 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/fscheck-bindnoroot.exp b/test/fs/fscheck-bindnoroot.exp index f169f0f5e46..b2ec84b4fd0 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/fscheck-private.exp b/test/fs/fscheck-private.exp index c4d1bccf7b9..4286a43a80d 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/fscheck-readonly.exp b/test/fs/fscheck-readonly.exp index a04e3185f2a..990d9995ebc 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/fscheck-tmpfs.exp b/test/fs/fscheck-tmpfs.exp index 96d7458e8a8..c80d3d5ec0f 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/invalid_filename.exp b/test/fs/invalid_filename.exp index 3519059c63c..fc9a7d1bf64 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/kmsg.exp b/test/fs/kmsg.exp index deab8fcf5ef..cd933c3248b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/macro.exp b/test/fs/macro.exp index 8a0d8932d9f..b8f8ef2972f 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/mkdir.exp b/test/fs/mkdir.exp index 6494c8f0a3b..4f967b513b6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 3 diff --git a/test/fs/mkdir_mkfile.exp b/test/fs/mkdir_mkfile.exp index e77fc8a8275..bf113224d95 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 33a927dd0b1..2d612002155 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 46341306cf9..bab9ceb76e5 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 aac23497e70..a5f931fd0a8 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/option_blacklist.exp b/test/fs/option_blacklist.exp index cecf79f2e47..408c0c53735 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 0ab61fea535..3557bc96068 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 5dff6e8a01e..b91816f1468 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-bin.exp b/test/fs/private-bin.exp index 8d02ec0edea..9095a6e2008 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-cache.exp b/test/fs/private-cache.exp index 375b3757785..7c7e7204316 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-cwd.exp b/test/fs/private-cwd.exp index 85dfe7e73c8..9d32824f1f7 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 6b13c9d1670..3b86caf578b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-home.exp b/test/fs/private-home.exp index a180bf1a820..d42620a1228 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-homedir.exp b/test/fs/private-homedir.exp index 3a134aed96f..8ae8415a4aa 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-whitelist.exp b/test/fs/private-whitelist.exp index bf95e40dd88..406e8ab0ced 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private.exp b/test/fs/private.exp index 29ba5b53b0f..52233562811 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/read-write.exp b/test/fs/read-write.exp index 01c72959748..5c1f519aed9 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/sys_fs.exp b/test/fs/sys_fs.exp index cbd5ecdb44b..58860d57306 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/tab.exp b/test/fs/tab.exp index 1488d91fb20..562a04082fe 100755 --- a/test/fs/tab.exp +++ b/test/fs/tab.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp index 6236a80600d..8491077c7d1 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist-double.exp b/test/fs/whitelist-double.exp index 36b0ba7d920..ea3f0309790 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist-empty.exp b/test/fs/whitelist-empty.exp index c26423f1d9d..7896bccb456 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 30 diff --git a/test/fs/whitelist-noexec.exp b/test/fs/whitelist-noexec.exp index 3f0314e9e5f..3ed1c60dc62 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist-readonly.exp b/test/fs/whitelist-readonly.exp index e87e21a97d5..fa995ee40bb 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist-whitespace.exp b/test/fs/whitelist-whitespace.exp index 2133fe33b0e..1237a092532 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist.exp b/test/fs/whitelist.exp index f44844d8a35..f2b0fac652e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/dns-print.exp b/test/network/dns-print.exp index 7d3da8acea6..0c728a90b30 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/firemon-arp.exp b/test/network/firemon-arp.exp index 87f0ddf4e00..037a43192e0 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/firemon-route.exp b/test/network/firemon-route.exp index 2ca6f2fcac3..0f426a5cf80 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/ip6_netfilter.exp b/test/network/ip6_netfilter.exp index 6c478d9e7c5..976741c7ba5 100755 --- a/test/network/ip6_netfilter.exp +++ b/test/network/ip6_netfilter.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/net-print.exp b/test/network/net-print.exp index 691114cf417..6e3760d9dee 100755 --- a/test/network/net-print.exp +++ b/test/network/net-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/net_bandwidth.exp b/test/network/net_bandwidth.exp index 0ec3b59ef10..e3782cc5400 100755 --- a/test/network/net_bandwidth.exp +++ b/test/network/net_bandwidth.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/net_ip.exp b/test/network/net_ip.exp index 0cccf93a02c..65065e4d62a 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/net_mac.exp b/test/network/net_mac.exp index 481e452af43..084e11326a1 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/net_netfilter.exp b/test/network/net_netfilter.exp index ac144e19d4b..2b6a7719296 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/net_none.exp b/test/network/net_none.exp index 24d11d38317..c88f874a1db 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/net_scan.exp b/test/network/net_scan.exp index 0369ab9aaec..1ad6e461a5b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/netfilter-template.exp b/test/network/netfilter-template.exp index 2dc50cef76f..cda7631e00f 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/netstats.exp b/test/network/netstats.exp index d9da9cb756b..45b2bb856d8 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/network/network.sh b/test/network/network.sh index 6d26e967f56..45cea786716 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/private-etc/etc-cleanup.exp b/test/private-etc/etc-cleanup.exp index 0c121882967..4e773a9c125 100755 --- a/test/private-etc/etc-cleanup.exp +++ b/test/private-etc/etc-cleanup.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-etc/groups.exp b/test/private-etc/groups.exp index 822845d1153..0a6221fa153 100755 --- a/test/private-etc/groups.exp +++ b/test/private-etc/groups.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-etc/hostname.exp b/test/private-etc/hostname.exp index 791445d4928..29b04c440ec 100755 --- a/test/private-etc/hostname.exp +++ b/test/private-etc/hostname.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-etc/private-etc.exp b/test/private-etc/private-etc.exp index 2e3c06dc17b..39060c2595d 100755 --- a/test/private-etc/private-etc.exp +++ b/test/private-etc/private-etc.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-etc/private-etc.sh b/test/private-etc/private-etc.sh index 0dd61cb825f..83b03e1abaf 100755 --- a/test/private-etc/private-etc.sh +++ b/test/private-etc/private-etc.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/private-etc/profile.exp b/test/private-etc/profile.exp index 7920b0c0599..9c039d95c2e 100755 --- a/test/private-etc/profile.exp +++ b/test/private-etc/profile.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/atril.exp b/test/private-lib/atril.exp index 7f59e32ec35..1de4743c07d 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/dig.exp b/test/private-lib/dig.exp index dbe16c68a6e..87acca39fb6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/eog.exp b/test/private-lib/eog.exp index bcab65df3af..50de93df893 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/eom.exp b/test/private-lib/eom.exp index b6b410e4140..1bb4783cc0e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/evince.exp b/test/private-lib/evince.exp index 689934d33d1..4e2097d3c14 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/galculator.exp b/test/private-lib/galculator.exp index 8be64f391ad..694252efe01 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/gedit.exp b/test/private-lib/gedit.exp index 30d3988f104..93eb9f43f3f 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 20f91d03eff..b65edf0cf90 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 d6dce771f9b..99dd7fd4a71 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 a71db729b29..e4256d8e8b6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 886cd0e8719..3c8fe3bc38e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/gpicview.exp b/test/private-lib/gpicview.exp index 6a1467ca4ee..3b55212f576 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/leafpad.exp b/test/private-lib/leafpad.exp index 4df68f74e79..f34b77bcc34 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/mousepad.exp b/test/private-lib/mousepad.exp index d0ffce97ed9..c26abeaf805 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/pavucontrol.exp b/test/private-lib/pavucontrol.exp index 5634b1b1e9e..6d574519678 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/pluma.exp b/test/private-lib/pluma.exp index 3f88bfcb726..9a3847f4964 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/private-lib.exp b/test/private-lib/private-lib.exp index 54b50561fff..4cc8f9bbf46 100755 --- a/test/private-lib/private-lib.exp +++ b/test/private-lib/private-lib.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 diff --git a/test/private-lib/private-lib.sh b/test/private-lib/private-lib.sh index 5c67b16c597..599a6add480 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-2023 Firejail Authors +# Copyright (C) 2014-2024 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 4f5b8094c27..400bb168ee5 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/private-lib/xcalc.exp b/test/private-lib/xcalc.exp index 196d3481adf..2a7cf5a1902 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/all-profiles.sh b/test/profiles/all-profiles.sh index 6f814a1604d..55bd2bc992d 100755 --- a/test/profiles/all-profiles.sh +++ b/test/profiles/all-profiles.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/profiles/conditional.exp b/test/profiles/conditional.exp index 189cd63208b..fd93c3f5ca0 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/ignore.exp b/test/profiles/ignore.exp index 053d920d392..97d8aa9f698 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profile_appname.exp b/test/profiles/profile_appname.exp index deb375f3917..6f53bb39f5d 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profile_comment.exp b/test/profiles/profile_comment.exp index 56cf9e0348a..84bc828ff5c 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profile_followlnk.exp b/test/profiles/profile_followlnk.exp index 39ea8bb435d..b2463ed1b3e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profile_noperm.exp b/test/profiles/profile_noperm.exp index 51eb0023ffc..3ceced38f3e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profile_readonly.exp b/test/profiles/profile_readonly.exp index 5cd2c3d3be4..4abf1470e0d 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profile_recursivity.exp b/test/profiles/profile_recursivity.exp index be2c7d4ddcd..51e88afab64 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profile_syntax.exp b/test/profiles/profile_syntax.exp index 803b23a8c46..1ad55dae3d6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profile_syntax2.exp b/test/profiles/profile_syntax2.exp index 6568fa88c14..ec390e3ce1a 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/profiles/profiles.sh b/test/profiles/profiles.sh index d49f26b9287..fd3596ca553 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/profiles/test-profile.exp b/test/profiles/test-profile.exp index 085411f36e4..53cfb4a84a8 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/seccomp-extra/block-secondary.exp b/test/seccomp-extra/block-secondary.exp index 1db51212690..147c3ffa828 100755 --- a/test/seccomp-extra/block-secondary.exp +++ b/test/seccomp-extra/block-secondary.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/seccomp-extra/memwrexe.c b/test/seccomp-extra/memwrexe.c index 548320df900..10cc92099df 100644 --- a/test/seccomp-extra/memwrexe.c +++ b/test/seccomp-extra/memwrexe.c @@ -1,5 +1,5 @@ // This file is part of Firejail project -// Copyright (C) 2014-2023 Firejail Authors +// Copyright (C) 2014-2024 Firejail Authors // License GPL v2 #include diff --git a/test/seccomp-extra/mrwx.exp b/test/seccomp-extra/mrwx.exp index 403bc852ffb..c28b01bbd12 100755 --- a/test/seccomp-extra/mrwx.exp +++ b/test/seccomp-extra/mrwx.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/seccomp-extra/mrwx2.exp b/test/seccomp-extra/mrwx2.exp index 4703a401412..080dcfe0c7d 100755 --- a/test/seccomp-extra/mrwx2.exp +++ b/test/seccomp-extra/mrwx2.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/seccomp-extra/noroot.exp b/test/seccomp-extra/noroot.exp index eeb82833e54..9442bd9fe7d 100755 --- a/test/seccomp-extra/noroot.exp +++ b/test/seccomp-extra/noroot.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/seccomp-extra/protocol-print.exp b/test/seccomp-extra/protocol-print.exp index 7e76e6ff6fb..1170dab0021 100755 --- a/test/seccomp-extra/protocol-print.exp +++ b/test/seccomp-extra/protocol-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/seccomp-extra/protocol.exp b/test/seccomp-extra/protocol.exp index 5844e1de3a0..381c52f9b48 100755 --- a/test/seccomp-extra/protocol.exp +++ b/test/seccomp-extra/protocol.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/seccomp-extra/seccomp-extra.sh b/test/seccomp-extra/seccomp-extra.sh index 50852f7e0f1..1b6f5eb54ca 100755 --- a/test/seccomp-extra/seccomp-extra.sh +++ b/test/seccomp-extra/seccomp-extra.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/sysutils/cpio.exp b/test/sysutils/cpio.exp index f1ae1f83d38..2b6a1022479 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/curl.exp b/test/sysutils/curl.exp index 31f44bf5413..640abd41df9 100755 --- a/test/sysutils/curl.exp +++ b/test/sysutils/curl.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/dig.exp b/test/sysutils/dig.exp index 38acabeedd5..0b4728ecf6a 100755 --- a/test/sysutils/dig.exp +++ b/test/sysutils/dig.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/file.exp b/test/sysutils/file.exp index b302c8be207..26e36128ad6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/gzip.exp b/test/sysutils/gzip.exp index 1588262e2ba..5492391e00a 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/host.exp b/test/sysutils/host.exp index 5c7d3f06290..022b45b4aa5 100755 --- a/test/sysutils/host.exp +++ b/test/sysutils/host.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/less.exp b/test/sysutils/less.exp index 182e259e141..16df306b085 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/man.exp b/test/sysutils/man.exp index 0386b2e922f..65d5afdbb1c 100755 --- a/test/sysutils/man.exp +++ b/test/sysutils/man.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/md5sum.exp b/test/sysutils/md5sum.exp index 24567ee364b..859a776081d 100755 --- a/test/sysutils/md5sum.exp +++ b/test/sysutils/md5sum.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/nslookup.exp b/test/sysutils/nslookup.exp index 249cfe56526..02a5e33f148 100755 --- a/test/sysutils/nslookup.exp +++ b/test/sysutils/nslookup.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/ping.exp b/test/sysutils/ping.exp index dc50af38e01..8c45874bead 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/sha512sum.exp b/test/sysutils/sha512sum.exp index 8c1f8141761..0d09ef9144b 100755 --- a/test/sysutils/sha512sum.exp +++ b/test/sysutils/sha512sum.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/strings.exp b/test/sysutils/strings.exp index cec1aac69af..7c6771a5027 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh index 354bd0abafd..66cf41dc0c8 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/sysutils/tar.exp b/test/sysutils/tar.exp index 8f4c9f5655a..d638ba0ed81 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/wget.exp b/test/sysutils/wget.exp index 26756eeb232..4e57af6b98b 100755 --- a/test/sysutils/wget.exp +++ b/test/sysutils/wget.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 30 diff --git a/test/sysutils/whois.exp b/test/sysutils/whois.exp index 932a462826b..ed44ea63231 100755 --- a/test/sysutils/whois.exp +++ b/test/sysutils/whois.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/xz.exp b/test/sysutils/xz.exp index bbe05ea197b..38dc0b88a5b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 60 diff --git a/test/utils/build.exp b/test/utils/build.exp index d8813b3a4b7..816dab24c7f 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/catchsignal-master.sh b/test/utils/catchsignal-master.sh index dd5fd0c7b4a..e4a57543618 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 ./catchsignal.sh & diff --git a/test/utils/catchsignal.sh b/test/utils/catchsignal.sh index 99be6d1966e..84f0a593c4a 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 _term() { diff --git a/test/utils/catchsignal2.sh b/test/utils/catchsignal2.sh index 024f297b380..5982a7e9ed0 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 _term() { diff --git a/test/utils/command.exp b/test/utils/command.exp index 87742c40b21..2795b560084 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/cpu-print.exp b/test/utils/cpu-print.exp index 6a05e413921..135bca49450 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/dns-print.exp b/test/utils/dns-print.exp index 7766e0629d9..7a3f4f63c60 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-cpu.exp b/test/utils/firemon-cpu.exp index 40ac958ea29..7e1cef6ca5a 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-name.exp b/test/utils/firemon-name.exp index 873814d0fc2..d8659cf9717 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-seccomp.exp b/test/utils/firemon-seccomp.exp index 9e95366e7b5..bbfac976329 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-version.exp b/test/utils/firemon-version.exp index ce4d3bed1c5..0f976faf7a1 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/fs-print.exp b/test/utils/fs-print.exp index d0d62c82fdb..0cb9f0a1237 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/help.exp b/test/utils/help.exp index 805efd1fd84..8d7f5ac495b 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/join-profile.exp b/test/utils/join-profile.exp index 3c065df24d1..f2f4df0c1f8 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/join.exp b/test/utils/join.exp index ba0bc5838de..1ebeba1a733 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/join4.exp b/test/utils/join4.exp index 97e862c58fe..11687bcc3b7 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/join5.exp b/test/utils/join5.exp index b42f9453001..3268fc75171 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/list.exp b/test/utils/list.exp index 369e50693b3..53b6d7720ef 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/ls.exp b/test/utils/ls.exp index 3d83999475b..2b51a2c23a4 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/man.exp b/test/utils/man.exp index ba351981fc9..fd75f58d6e6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/name.exp b/test/utils/name.exp index 0431dadb1da..892ebe24816 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/profile_print.exp b/test/utils/profile_print.exp index 4ec101f0766..b13e27977f3 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/seccomp-print.exp b/test/utils/seccomp-print.exp index a785015824c..f55583ccd32 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/shutdown.exp b/test/utils/shutdown.exp index 51402996486..3b9e810a83a 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 15 diff --git a/test/utils/shutdown2.exp b/test/utils/shutdown2.exp index a0a97666715..4de9c5c9cd6 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/shutdown3.exp b/test/utils/shutdown3.exp index 89994faecb1..eaaa9deb776 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/shutdown4.exp b/test/utils/shutdown4.exp index 3fbe75c979c..cf4cf6a95ea 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/top.exp b/test/utils/top.exp index 9f4a34640dc..2e76a80f327 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/trace.exp b/test/utils/trace.exp index 282b52e50eb..0c80f89fbb5 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 30 diff --git a/test/utils/tree.exp b/test/utils/tree.exp index c5047763aa0..245b57d1dbc 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/utils.sh b/test/utils/utils.sh index 9ff4048efd1..d8c0e89832d 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/utils/version.exp b/test/utils/version.exp index d5cf311d7c1..0f92378286e 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-2023 Firejail Authors +# Copyright (C) 2014-2024 Firejail Authors # License GPL v2 set timeout 10