From 1af0d5a3afb33b7c0f4f98d3ea1b5fc3aedd6a6c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 15 Feb 2021 22:59:06 -0300 Subject: contrib/firejail-welcome.sh: fix copyright year Append the current year rather than replace the previous one. This amends commit 2609e5cf0 ("copyright update"). Commands that helped catch this: $ git show --pretty='' 2609e5cf0 | sed -n 's/^-.*Copyright //p' | LC_ALL=C sort | uniq (C) 2014-2020 Firejail Authors (C) 2014-2020 Firejail Authors (see README file for more details) (C) 2020 Firejail Authors (C) 2020 Firejail and systemd authors (c) 2019,2020 rusty-snake $ git show --pretty='' 2609e5cf0 | sed -n 's/^+.*Copyright //p' | LC_ALL=C sort | uniq (C) 2014-2021 Firejail Authors (C) 2014-2021 Firejail Authors (see README file for more details) (C) 2020-2021 Firejail Authors (C) 2020-2021 Firejail and systemd authors (C) 2021 Firejail Authors (c) 2019-2021 rusty-snake --- contrib/firejail-welcome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/firejail-welcome.sh b/contrib/firejail-welcome.sh index aa2388f09..6eebc67c5 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) 2021 Firejail Authors +# Copyright (C) 2020-2021 Firejail Authors # License GPL v2 if ! command -v zenity >/dev/null; then -- cgit v1.2.3-54-g00ecf