aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-15 22:59:06 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-15 23:33:08 -0300
commit1af0d5a3afb33b7c0f4f98d3ea1b5fc3aedd6a6c (patch)
treecd10d103688f03e51db495a3f869935dea5c6fa1 /contrib
parentcopyright update (diff)
downloadfirejail-1af0d5a3afb33b7c0f4f98d3ea1b5fc3aedd6a6c.tar.gz
firejail-1af0d5a3afb33b7c0f4f98d3ea1b5fc3aedd6a6c.tar.zst
firejail-1af0d5a3afb33b7c0f4f98d3ea1b5fc3aedd6a6c.zip
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
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/firejail-welcome.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
1#!/bin/bash 1#!/bin/bash
2 2
3# This file is part of Firejail project 3# This file is part of Firejail project
4# Copyright (C) 2021 Firejail Authors 4# Copyright (C) 2020-2021 Firejail Authors
5# License GPL v2 5# License GPL v2
6 6
7if ! command -v zenity >/dev/null; then 7if ! command -v zenity >/dev/null; then