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) --- 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 b215b157b..95c6d08e9 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-2022 Firejail Authors +# Copyright (C) 2014-2023 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 893fff243..5bc1f17ad 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 import sys diff --git a/contrib/fjdisplay.py b/contrib/fjdisplay.py index a49aa3e36..512a0d3b7 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 import re diff --git a/contrib/fjresize.py b/contrib/fjresize.py index 6575d6a0b..bc3dad8f8 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 import sys diff --git a/contrib/gdb-firejail.sh b/contrib/gdb-firejail.sh index 35348088e..b00cc65bc 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 set -x diff --git a/contrib/jail_prober.py b/contrib/jail_prober.py index 9776e9380..fcfe90eb7 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-2022 Firejail Authors +# Copyright (C) 2014-2023 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 638f14516..cdeecf99b 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 # Requirements: diff --git a/contrib/syscalls.sh b/contrib/syscalls.sh index d13f24280..2c5bdf5ec 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-2022 Firejail Authors +# Copyright (C) 2014-2023 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 4ee652024..26be5484e 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-2022 Firejail Authors +# Copyright (C) 2014-2023 Firejail Authors # License GPL v2 # Purpose: Fetch, compile, and install firejail from GitHub source. For -- cgit v1.2.3-54-g00ecf