mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 07:02:05 +08:00
bump copyright year to 2024
This commit is contained in:
parent
cfd1e760a4
commit
094f10874b
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-2023 fish-shell contributors
|
||||
Copyright (C) 2009-2024 fish-shell contributors
|
||||
|
||||
fish is free software.
|
||||
|
||||
|
|
8
debian/copyright
vendored
8
debian/copyright
vendored
|
@ -5,7 +5,7 @@ Source: https://fishshell.com/
|
|||
|
||||
Files: *
|
||||
Copyright: 2005-2009 Axel Liljencrantz <axel@liljencrantz.se>
|
||||
2009-2023 fish-shell contributors
|
||||
2009-2024 fish-shell contributors
|
||||
License: GPL-2
|
||||
|
||||
Files: cmake/CheckIncludeFiles.cmake
|
||||
|
@ -14,7 +14,7 @@ License: BSD-3-clause
|
|||
|
||||
Files: doc_src/python_docs_theme/*
|
||||
Copyright: 2001-2017 Python Software Foundation
|
||||
2020-2023 fish-shell contributors
|
||||
2020-2024 fish-shell contributors
|
||||
License: Python
|
||||
|
||||
Files: share/tools/web_config/js/alpine.js
|
||||
|
@ -33,13 +33,13 @@ License: GPL-2+
|
|||
Files: src/env.cpp
|
||||
Copyright: 2005-2009 Axel Liljencrantz <axel@liljencrantz.se>
|
||||
2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
2009-2023 fish-shell contributors
|
||||
2009-2024 fish-shell contributors
|
||||
License: GPL-2 and OpenBSD
|
||||
|
||||
Files: src/fallback.cpp
|
||||
Copyright: 2001 The NetBSD Foundation, Inc.
|
||||
2005-2009 Axel Liljencrantz <axel@liljencrantz.se>
|
||||
2009-2023 fish-shell contributors
|
||||
2009-2024 fish-shell contributors
|
||||
License: GPL-2 and NetBSD
|
||||
|
||||
Files: src/utf8.c
|
||||
|
|
|
@ -59,7 +59,7 @@ highlight_language = "fish-docs-samples"
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "fish-shell"
|
||||
copyright = "2023, fish-shell developers"
|
||||
copyright = "2024, fish-shell developers"
|
||||
author = "fish-shell developers"
|
||||
issue_url = "https://github.com/fish-shell/fish-shell/issues"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ License
|
|||
License for fish
|
||||
----------------
|
||||
|
||||
``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009-2023 fish-shell contributors. ``fish`` is released under the GNU General Public License, version 2.
|
||||
``fish`` Copyright © 2005-2009 Axel Liljencrantz, 2009-2024 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 New Issue
Block a user