add license to spmenu_run and spmenu_test

This commit is contained in:
speedie 2023-06-03 15:10:27 +02:00
parent 05b7f116bf
commit d5ca4510a0
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,8 @@
#!/usr/bin/env bash
# spmenu_run
# Feature rich run launcher, file lister and .desktop launcher for spmenu
#
# See LICENSE file for copyright and license details.
# Set basic variables, in case the config isn't valid, env variables and config file can override these
CONFDIR="${CONFDIR:-${XDG_CONFIG_HOME:-$HOME/.config}}"

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# spmenu test script
# See LICENSE file for copyright and license details.
PREFIX="${PREFIX:-/usr}"