From 0d2f252230283ffcd97795b65e5f29ceaf9bf824 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Thu, 7 Feb 2019 14:58:35 +0100 Subject: move copyright statement to 2019 --- test/fs/fs.sh | 2 +- test/fs/fs_dev_shm.exp | 2 +- test/fs/fs_var_lock.exp | 2 +- test/fs/fs_var_tmp.exp | 2 +- test/fs/invalid_filename.exp | 2 +- test/fs/kmsg.exp | 2 +- test/fs/macro.exp | 2 +- test/fs/mkdir_mkfile.exp | 2 +- test/fs/option_blacklist.exp | 2 +- test/fs/option_blacklist_glob.exp | 2 +- test/fs/private-bin.exp | 2 +- test/fs/private-etc-empty.exp | 2 +- test/fs/private-etc.exp | 2 +- test/fs/private-home-dir.exp | 2 +- test/fs/private-home.exp | 2 +- test/fs/private-homedir.exp | 2 +- test/fs/private-lib.exp | 2 +- test/fs/private-whitelist.exp | 2 +- test/fs/private.exp | 2 +- test/fs/read-write.exp | 2 +- test/fs/sys_fs.exp | 2 +- test/fs/whitelist-dev.exp | 2 +- test/fs/whitelist-double.exp | 2 +- test/fs/whitelist-empty.exp | 2 +- test/fs/whitelist.exp | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) (limited to 'test/fs') diff --git a/test/fs/fs.sh b/test/fs/fs.sh index a462a4362..0fc216b20 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-2018 Firejail Authors +# Copyright (C) 2014-2019 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 41dd9d7fd..afd13053e 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-2018 Firejail Authors +# Copyright (C) 2014-2019 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 72f3c8710..45a2ca1a8 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-2018 Firejail Authors +# Copyright (C) 2014-2019 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 146a31ddb..8c1cf10af 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/invalid_filename.exp b/test/fs/invalid_filename.exp index 84abe74cd..4155e4ef5 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/kmsg.exp b/test/fs/kmsg.exp index e12c71851..253267299 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/macro.exp b/test/fs/macro.exp index 8080a8108..31a80452b 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/mkdir_mkfile.exp b/test/fs/mkdir_mkfile.exp index 33c5e9f76..680ae1178 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/option_blacklist.exp b/test/fs/option_blacklist.exp index 93ad17df0..b3f7497cd 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-2018 Firejail Authors +# Copyright (C) 2014-2019 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 4db0a26c8..cf6709322 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-bin.exp b/test/fs/private-bin.exp index 7558ce465..d432b3b87 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-etc-empty.exp b/test/fs/private-etc-empty.exp index 8506b664c..db8810da1 100755 --- a/test/fs/private-etc-empty.exp +++ b/test/fs/private-etc-empty.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-etc.exp b/test/fs/private-etc.exp index 5edaacd25..83f95dc5c 100755 --- a/test/fs/private-etc.exp +++ b/test/fs/private-etc.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2018 Firejail Authors +# Copyright (C) 2014-2019 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 41820b919..af93d021d 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-home.exp b/test/fs/private-home.exp index 4d35e31e9..2c5831f40 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-homedir.exp b/test/fs/private-homedir.exp index 10a73e219..ba815b332 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private-lib.exp b/test/fs/private-lib.exp index 79e0341a3..777424ebe 100755 --- a/test/fs/private-lib.exp +++ b/test/fs/private-lib.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 diff --git a/test/fs/private-whitelist.exp b/test/fs/private-whitelist.exp index 4b4f9fdaa..67c75355a 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/private.exp b/test/fs/private.exp index 154eb6777..a16acc6e6 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/read-write.exp b/test/fs/read-write.exp index 41d5a3f86..a2c397a43 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/sys_fs.exp b/test/fs/sys_fs.exp index 4d04ec63f..ba002fe91 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp index e22ff7b17..d2cb72edd 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist-double.exp b/test/fs/whitelist-double.exp index a236e209e..a983099ac 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/fs/whitelist-empty.exp b/test/fs/whitelist-empty.exp index 74a35742b..bc0c13688 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 30 diff --git a/test/fs/whitelist.exp b/test/fs/whitelist.exp index 556c46f7c..8553ad94a 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-2018 Firejail Authors +# Copyright (C) 2014-2019 Firejail Authors # License GPL v2 set timeout 10 -- cgit v1.2.3-54-g00ecf