From ae8f62dba05623ad31fca1239507c1619edbabea Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 12 Jan 2024 11:23:22 -0500 Subject: update copyright 2024 --- test/environment/allow-debuggers.exp | 2 +- test/environment/deterministic-exit-code.exp | 2 +- test/environment/deterministic-shutdown.exp | 2 +- test/environment/dns.exp | 2 +- test/environment/doubledash.exp | 2 +- test/environment/env.exp | 2 +- test/environment/environment.sh | 2 +- test/environment/extract_command.exp | 2 +- test/environment/firejail-in-firejail.exp | 2 +- test/environment/hostfile.exp | 2 +- test/environment/ibus.exp | 2 +- test/environment/keep-fd-bad.exp | 2 +- test/environment/keep-fd.exp | 2 +- test/environment/machineid.exp | 2 +- test/environment/nice.exp | 2 +- test/environment/output.exp | 2 +- test/environment/output.sh | 2 +- test/environment/quiet.exp | 2 +- test/environment/rlimit-bad-profile.exp | 2 +- test/environment/rlimit-bad.exp | 2 +- test/environment/rlimit-join.exp | 2 +- test/environment/rlimit-profile.exp | 2 +- test/environment/rlimit.exp | 2 +- test/environment/sound.exp | 2 +- test/environment/timeout.exp | 2 +- test/environment/umask.exp | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'test/environment') diff --git a/test/environment/allow-debuggers.exp b/test/environment/allow-debuggers.exp index 00cb9fc53..9c7762f5e 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 bc177ee7e..985f297eb 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 2fa454795..265d49699 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 373d50999..1ff235bb2 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 4ea23a8f6..2ca20dcff 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 343b42f75..857f1e78d 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 0250836df..cfa6a8a60 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 0e6b2aa0a..435af432b 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 1229ec982..1540598b5 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 f909b2827..ba2484964 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 ebdfbb14c..f3892104f 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 1a4e89cf9..1c8328b86 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 c144046ca..715981aed 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 acee1ccbe..2baf4bf12 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 7cc8619ae..efdcb736c 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 ec66a0196..34b827713 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 b8f27ad65..f68b02847 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 6dd552845..02d7a441c 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 f2e9bebcf..df8ee4865 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 47c004716..74a2566f9 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 c71dad27e..8e84c10c0 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 f7d486603..2989f597a 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 180010c4f..f2d868174 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 5582d1bbe..c80d77188 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 23853deb1..56fb2f065 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 3c1365693..12753eb50 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 -- cgit v1.2.3-54-g00ecf