diff --git a/COPYING b/COPYING index 86fe78942..4c3af7fce 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-2024 fish-shell contributors +Copyright (C) 2009- fish-shell contributors fish is free software. diff --git a/debian/copyright b/debian/copyright index 989cbe846..cbb7b941d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,12 +5,12 @@ Source: https://fishshell.com/ Files: * Copyright: 2005-2009 Axel Liljencrantz - 2009-2024 fish-shell contributors + 2009- fish-shell contributors License: GPL-2 Files: doc_src/python_docs_theme/* Copyright: 2001-2017 Python Software Foundation - 2020-2024 fish-shell contributors + 2020- fish-shell contributors License: Python Files: share/tools/web_config/js/alpine.js diff --git a/doc_src/conf.py b/doc_src/conf.py index 21fbafd24..d63f5300c 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -59,7 +59,7 @@ highlight_language = "fish-docs-samples" # -- Project information ----------------------------------------------------- project = "fish-shell" -copyright = "2024, fish-shell developers" +copyright = "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 00cdadad3..ede3ff1ca 100644 --- a/doc_src/license.rst +++ b/doc_src/license.rst @@ -6,7 +6,7 @@ License License for fish ---------------- -``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009-2024 fish-shell contributors. ``fish`` is released under the GNU General Public License, version 2. +``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009- 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``.