mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Replace references to angular with alpine
Updates our license references.
This commit is contained in:
parent
5e06e80136
commit
98018753e5
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -24,8 +24,7 @@
|
||||||
|
|
||||||
# for linguist; let github identify our project as C++ instead of C due to pcre2
|
# for linguist; let github identify our project as C++ instead of C due to pcre2
|
||||||
pcre2/** linguist-vendored
|
pcre2/** linguist-vendored
|
||||||
angular.js linguist-vendored
|
alpine.js linguist-vendored
|
||||||
angular-*.js linguist-vendored
|
|
||||||
doc_src/** linguist-documentation
|
doc_src/** linguist-documentation
|
||||||
*.fish linguist-language=fish
|
*.fish linguist-language=fish
|
||||||
src/*.h linguist-language=c++
|
src/*.h linguist-language=c++
|
||||||
|
|
4
debian/copyright
vendored
4
debian/copyright
vendored
|
@ -17,8 +17,8 @@ Copyright: 2001-2017 Python Software Foundation
|
||||||
2020-2023 fish-shell contributors
|
2020-2023 fish-shell contributors
|
||||||
License: Python
|
License: Python
|
||||||
|
|
||||||
Files: share/tools/web_config/js/angular*.js
|
Files: share/tools/web_config/js/alpine.js
|
||||||
Copyright: 2010-2020 Google LLC
|
Copyright: 2019-2021 Caleb Porzio and contributors
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
Files: share/tools/web_config/themes/Dracula.theme
|
Files: share/tools/web_config/themes/Dracula.theme
|
||||||
|
|
|
@ -275,7 +275,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
**MIT License**
|
**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.
|
``fish`` includes a copy of Alpine.js, which is copyright 2019-2021 Caleb Porzio and contributors, 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.
|
The MIT license follows.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* TODO: Write an angularjs service to wrap these methods */
|
|
||||||
|
|
||||||
term_256_colors =
|
term_256_colors =
|
||||||
[
|
[
|
||||||
// 247
|
// 247
|
||||||
|
|
Loading…
Reference in New Issue
Block a user