Bump copyright year

This commit is contained in:
David Adam 2022-01-09 23:47:58 +08:00
parent b49dd30179
commit 5ee389592c
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Fish is a smart and user-friendly command line shell.
Copyright (C) 2005-2009 Axel Liljencrantz
Copyright (C) 2009-2021 fish-shell contributors
Copyright (C) 2009-2022 fish-shell contributors
fish is free software.

View file

@ -67,7 +67,7 @@ highlight_language = "fish-docs-samples"
# -- Project information -----------------------------------------------------
project = "fish-shell"
copyright = "2021, fish-shell developers"
copyright = "2022, fish-shell developers"
author = "fish-shell developers"
issue_url = "https://github.com/fish-shell/fish-shell/issues"

View file

@ -4,7 +4,7 @@ License
License for fish
----------------
``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009-2021 fish-shell contributors. ``fish`` is released under the GNU General Public License, version 2.
``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009-2022 fish-shell contributors. ``fish`` is released under the GNU General Public License, version 2.
``fish`` includes other code licensed under the GNU General Public License, version 2, including GNU ``printf``.