From 71243ffbdc744ae36c09979797cb33d4a27795d8 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Sat, 14 Mar 2020 14:16:13 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20copyright=20year=202019=20?= =?UTF-8?q?=E2=86=92=202020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 527c6ad49..2021b6c88 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-2019 fish-shell contributors +Copyright (C) 2009-2020 fish-shell contributors fish is free software. diff --git a/doc_src/conf.py b/doc_src/conf.py index a83dee80a..b6ad2ab74 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -53,7 +53,7 @@ highlight_language = "fish-docs-samples" # -- Project information ----------------------------------------------------- project = "fish-shell" -copyright = "2019, fish-shell developers" +copyright = "2020, fish-shell developers" author = "fish-shell developers" # Parsing FISH-BUILD-VERSION-FILE is possible but hard to ensure that it is in the right place diff --git a/doc_src/license.rst b/doc_src/license.rst index 0dc202149..8012a4dfc 100644 --- a/doc_src/license.rst +++ b/doc_src/license.rst @@ -1,7 +1,7 @@ License ======== -``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009-2019 fish-shell contributors. ``fish`` is released under the GNU General Public License, version 2. +``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009-2020 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``.