From 884ccd32a7483218813084d852b42b3648ae3cbd Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Sat, 9 May 2026 12:22:41 -0400 Subject: [PATCH] Add license headers to bwexport and tmux config --- bitwarden/.local/bin/bwexport | 3 +++ tmux/.tmux.conf | 3 +++ 2 files changed, 6 insertions(+) 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!"