From ae8f62dba05623ad31fca1239507c1619edbabea Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 12 Jan 2024 11:23:22 -0500 Subject: update copyright 2024 --- 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 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'contrib') diff --git a/contrib/fj-mkdeb.py b/contrib/fj-mkdeb.py index 95c6d08e9..aea130511 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 5bc1f17ad..41808c4b9 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 512a0d3b7..3a8c9c2fa 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 bc3dad8f8..935a4f1af 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 032b031f0..1dc30be3e 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 070079e09..b210b03c7 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 a827e20ba..b70f83e6c 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 aece84e72..80a53c4ac 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 aaefc38a8..c61c2b8a9 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 -- cgit v1.2.3-70-g09d2