From 2dc16cc247245eab02ac6bfe0f9830d3ab9dc1c7 Mon Sep 17 00:00:00 2001 From: David Fetter Date: Wed, 15 Feb 2023 10:57:44 -0800 Subject: Update copyright to 2023 (#5664) --- 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 f972b5788..00cb9fc53 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-2022 Firejail Authors +# Copyright (C) 2014-2023 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 9f5be2c3d..bc177ee7e 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 4 diff --git a/test/environment/deterministic-shutdown.exp b/test/environment/deterministic-shutdown.exp index be4e9c42e..2fa454795 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/dns.exp b/test/environment/dns.exp index 2c00cfa1c..373d50999 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/doubledash.exp b/test/environment/doubledash.exp index dd2725426..4ea23a8f6 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/env.exp b/test/environment/env.exp index 9394f2066..343b42f75 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/environment.sh b/test/environment/environment.sh index c88c91741..0250836df 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/environment/extract_command.exp b/test/environment/extract_command.exp index 45ff1f291..0e6b2aa0a 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-2022 Firejail Authors +# Copyright (C) 2014-2023 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 4a60d5611..1229ec982 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/hostfile.exp b/test/environment/hostfile.exp index ccc8d049e..f909b2827 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 diff --git a/test/environment/ibus.exp b/test/environment/ibus.exp index e9dd290a1..ebdfbb14c 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-2022 Firejail Authors +# Copyright (C) 2014-2023 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 e8b411ea0..1a4e89cf9 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/keep-fd.exp b/test/environment/keep-fd.exp index 440cbd860..c144046ca 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/machineid.exp b/test/environment/machineid.exp index 2392dc9d6..acee1ccbe 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 diff --git a/test/environment/nice.exp b/test/environment/nice.exp index f3b3f083f..7cc8619ae 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/output.exp b/test/environment/output.exp index 2b9594b61..ec66a0196 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/output.sh b/test/environment/output.sh index ba06f9184..b8f27ad65 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 i="0" diff --git a/test/environment/quiet.exp b/test/environment/quiet.exp index b1b3b0173..6dd552845 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-2022 Firejail Authors +# Copyright (C) 2014-2023 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 627cc860f..f2e9bebcf 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/rlimit-bad.exp b/test/environment/rlimit-bad.exp index 24df1874c..47c004716 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/rlimit-join.exp b/test/environment/rlimit-join.exp index 9e7161241..903377e11 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/rlimit-profile.exp b/test/environment/rlimit-profile.exp index 762f70ba9..f7d486603 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/rlimit.exp b/test/environment/rlimit.exp index acc87277b..180010c4f 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/sound.exp b/test/environment/sound.exp index 7ee1c74d7..5582d1bbe 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 diff --git a/test/environment/timeout.exp b/test/environment/timeout.exp index b38881c81..23853deb1 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/environment/umask.exp b/test/environment/umask.exp index 46bd80a92..3c1365693 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set timeout 10 -- cgit v1.2.3-54-g00ecf