From 121749f0ca167eb3705ed2d5170ec6bd308c3ea5 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 7 Jan 2022 12:23:47 -0500 Subject: 2022 copyright update --- contrib/firejail-welcome.sh | 2 +- contrib/fj-mkdeb.py | 2 +- contrib/fjclip.py | 2 +- contrib/fjdisplay.py | 2 +- contrib/fjresize.py | 2 +- contrib/gdb-firejail.sh | 2 +- contrib/jail_prober.py | 2 +- contrib/sort.py | 2 +- contrib/syscalls.sh | 2 +- contrib/update_deb.sh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'contrib') diff --git a/contrib/firejail-welcome.sh b/contrib/firejail-welcome.sh index 6eebc67c5..c9b6c450b 100755 --- a/contrib/firejail-welcome.sh +++ b/contrib/firejail-welcome.sh @@ -1,7 +1,7 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2020-2021 Firejail Authors +# Copyright (C) 2020-2022 Firejail Authors # License GPL v2 if ! command -v zenity >/dev/null; then diff --git a/contrib/fj-mkdeb.py b/contrib/fj-mkdeb.py index b4a947535..60e25fd14 100755 --- a/contrib/fj-mkdeb.py +++ b/contrib/fj-mkdeb.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 # This script automates the workaround for https://github.com/netblue30/firejail/issues/772 diff --git a/contrib/fjclip.py b/contrib/fjclip.py index 3e99d71e9..893fff243 100755 --- a/contrib/fjclip.py +++ b/contrib/fjclip.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 import sys diff --git a/contrib/fjdisplay.py b/contrib/fjdisplay.py index 294bde997..a49aa3e36 100755 --- a/contrib/fjdisplay.py +++ b/contrib/fjdisplay.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 import re diff --git a/contrib/fjresize.py b/contrib/fjresize.py index d656f5c91..6575d6a0b 100755 --- a/contrib/fjresize.py +++ b/contrib/fjresize.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 import sys diff --git a/contrib/gdb-firejail.sh b/contrib/gdb-firejail.sh index 686bdc2c0..397438e1e 100755 --- a/contrib/gdb-firejail.sh +++ b/contrib/gdb-firejail.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 set -x diff --git a/contrib/jail_prober.py b/contrib/jail_prober.py index f89f97ac4..9776e9380 100755 --- a/contrib/jail_prober.py +++ b/contrib/jail_prober.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 """ Figure out which profile options may be causing a particular program to break diff --git a/contrib/sort.py b/contrib/sort.py index 4af9c674c..6f21370ec 100755 --- a/contrib/sort.py +++ b/contrib/sort.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 """ Sort the items of multi-item options in profiles, the following options are supported: diff --git a/contrib/syscalls.sh b/contrib/syscalls.sh index 728ff5a78..d13f24280 100755 --- a/contrib/syscalls.sh +++ b/contrib/syscalls.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 STRACE_OUTPUT_FILE="$(pwd)/strace_output.txt" diff --git a/contrib/update_deb.sh b/contrib/update_deb.sh index 4c715aaf7..68460e41f 100755 --- a/contrib/update_deb.sh +++ b/contrib/update_deb.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors +# Copyright (C) 2014-2022 Firejail Authors # License GPL v2 # Purpose: Fetch, compile, and install firejail from GitHub source. For -- cgit v1.2.3-54-g00ecf