[PR #3994] [MERGED] contrib/firejail-welcome.sh: fix copyright year #4979

Closed
opened 2026-05-05 10:30:06 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3994
Author: @kmk3
Created: 2/17/2021
Status: Merged
Merged: 2/17/2021
Merged by: @undefined

Base: masterHead: fix-copyright-bump


📝 Commits (1)

  • 1af0d5a contrib/firejail-welcome.sh: fix copyright year

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 contrib/firejail-welcome.sh (+1 -1)

📄 Description

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

@startx2017 When doing the mass replace, checking for the presence of "-" in
each notice could help avoid accidentally overwriting the year. Also, would
you mind committing the script/program used for this? That would enable us to
make improvements and bugfixes to it.

Cc: @rusty-snake (as the author of firejail-welcome.sh)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/3994 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 2/17/2021 **Status:** ✅ Merged **Merged:** 2/17/2021 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `fix-copyright-bump` --- ### 📝 Commits (1) - [`1af0d5a`](https://github.com/netblue30/firejail/commit/1af0d5a3afb33b7c0f4f98d3ea1b5fc3aedd6a6c) contrib/firejail-welcome.sh: fix copyright year ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `contrib/firejail-welcome.sh` (+1 -1) </details> ### 📄 Description 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 --- @startx2017 When doing the mass replace, checking for the presence of "-" in each notice could help avoid accidentally overwriting the year. Also, would you mind committing the script/program used for this? That would enable us to make improvements and bugfixes to it. Cc: @rusty-snake (as the author of firejail-welcome.sh) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:30:06 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4979
No description provided.