diff --git a/bitwarden/.local/bin/bwexport b/bitwarden/.local/bin/bwexport index 4afcd13..7fa82e4 100755 --- a/bitwarden/.local/bin/bwexport +++ b/bitwarden/.local/bin/bwexport @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2026 Kris Lamoureux +# SPDX-License-Identifier: 0BSD + set -o pipefail msg() { printf '[%s]: %s\n' "$1" "$2" diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b984441..264b220 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2026 Kris Lamoureux +# SPDX-License-Identifier: 0BSD + # prefix+r to reload bind r source-file ~/.tmux.conf \; display "Config reloaded!"