mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 05:03:46 +08:00
chore: bump copyright year 2019 → 2020
This commit is contained in:
parent
5cf24b7733
commit
71243ffbdc
2
COPYING
2
COPYING
|
@ -1,7 +1,7 @@
|
||||||
Fish is a smart and user-friendly command line shell.
|
Fish is a smart and user-friendly command line shell.
|
||||||
|
|
||||||
Copyright (C) 2005-2009 Axel Liljencrantz
|
Copyright (C) 2005-2009 Axel Liljencrantz
|
||||||
Copyright (C) 2009-2019 fish-shell contributors
|
Copyright (C) 2009-2020 fish-shell contributors
|
||||||
|
|
||||||
fish is free software.
|
fish is free software.
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ highlight_language = "fish-docs-samples"
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = "fish-shell"
|
project = "fish-shell"
|
||||||
copyright = "2019, fish-shell developers"
|
copyright = "2020, fish-shell developers"
|
||||||
author = "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
|
# Parsing FISH-BUILD-VERSION-FILE is possible but hard to ensure that it is in the right place
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
License
|
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``.
|
``fish`` includes other code licensed under the GNU General Public License, version 2, including GNU ``printf``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user