mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 00:21:15 -03:00
Licensing: note MIT licensing status of Dracula theme
This commit is contained in:
5
COPYING
5
COPYING
@@ -9,8 +9,9 @@ Most of fish is licensed under the GNU General Public License version 2, and
|
||||
you can redistribute it and/or modify it under the terms of the GNU GPL as
|
||||
published by the Free Software Foundation.
|
||||
|
||||
fish also includes software licensed under the OpenBSD license, the ISC
|
||||
license, and the NetBSD license.
|
||||
fish also includes software licensed under the CMake license, the Python
|
||||
Software Foundation License version 2, the OpenBSD license, the ISC license,
|
||||
the NetBSD license, and the MIT license.
|
||||
|
||||
Full licensing information is contained in doc_src/license.rst.
|
||||
|
||||
|
||||
@@ -275,7 +275,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
**MIT License**
|
||||
|
||||
``fish`` includes a copy of AngularJS, which is copyright 2010-2012 Google, Inc. and licensed under the MIT License.
|
||||
``fish`` includes a copy of AngularJS, which is copyright 2010-2012 Google, Inc. and licensed under the MIT License. It also includes the Dracula theme, which is copyright 2018 Dracula Team, and is licensed under the same license.
|
||||
|
||||
The MIT license follows.
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# name: 'Dracula'
|
||||
# license: 'MIT'
|
||||
# preferred_background: 282a36
|
||||
#
|
||||
# Foreground: f8f8f2
|
||||
|
||||
Reference in New Issue
Block a user