diff --git a/COPYING b/COPYING index 2ad0e187c..88d862bc6 100644 --- a/COPYING +++ b/COPYING @@ -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. diff --git a/doc_src/conf.py b/doc_src/conf.py index f3a680fd7..abcab794f 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -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" diff --git a/doc_src/license.rst b/doc_src/license.rst index 62f1a07a2..a87060dfb 100644 --- a/doc_src/license.rst +++ b/doc_src/license.rst @@ -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``.