mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
chore: bump copyright year 2019 → 2020
This commit is contained in:
parent
5cf24b7733
commit
71243ffbdc
3 changed files with 3 additions and 3 deletions
2
COPYING
2
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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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``.
|
||||
|
||||
|
|
Loading…
Reference in a new issue