From 0631bc509b6ba18657c38f707c222687989eaf7e Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 3 May 2021 13:12:11 +0200 Subject: [PATCH] Update copyright years I hate this on principle, but as far as I know it has to be done. --- COPYING | 2 +- doc_src/conf.py | 2 +- doc_src/license.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index 2714ed268..2ad0e187c 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-2020 fish-shell contributors +Copyright (C) 2009-2021 fish-shell contributors fish is free software. diff --git a/doc_src/conf.py b/doc_src/conf.py index ab0a3222f..b96203ec1 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -73,7 +73,7 @@ highlight_language = "fish-docs-samples" # -- Project information ----------------------------------------------------- project = "fish-shell" -copyright = "2020, fish-shell developers" +copyright = "2021, 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 4252062eb..62f1a07a2 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-2020 fish-shell contributors. ``fish`` is released under the GNU General Public License, version 2. +``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009-2021 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``.