chore(license): add copyright/SPDX headers to zoxide files

- Add copyright + SPDX header to functions/zoxide.fish and
  conf.d/zoxide.fish (modified from original, owned by Rootiest)
- Add sourced-from attribution to completions/zoxide.fish
  (unmodified from icezyclon/zoxide.fish, MIT)
This commit is contained in:
2026-05-11 23:47:27 -04:00
parent 6d91f49521
commit 4e255f4502
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
# Sourced from icezyclon/zoxide.fish (MIT)
set -l commands add help import init query remove
# disable normal all-files completion
+2
View File
@@ -1,3 +1,5 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# Adapted from icezyclon/zoxide.fish (MIT)
# Heavily customized for Fish 4.x compatibility and performance
+2
View File
@@ -1,3 +1,5 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# Adapted from icezyclon/zoxide.fish (MIT)
# Heavily customized for Fish 4.x compatibility and performance