summaryrefslogtreecommitdiffstats
path: root/man/50-xdg-data-dirs.sh
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-10-01 12:44:33 +0200
committerLuca Boccassi <luca.boccassi@microsoft.com>2021-10-01 18:27:34 +0200
commitf4d74c610584784a6b066d65239abdd00e2252e5 (patch)
tree7aeb1a8d7e34e0bb579f46ccbd5f190e58f1f48c /man/50-xdg-data-dirs.sh
parenttree-wide: fix SPDX short identifier for LGPL-2.1-or-later (diff)
downloadsystemd-f4d74c610584784a6b066d65239abdd00e2252e5.tar.xz
systemd-f4d74c610584784a6b066d65239abdd00e2252e5.zip
man: add licenses to all files that lack one
Documentation is licensed under LGPL-2.1-or-later. Scripts are MIT to facilitate reuse. Examples are relicensed to CC0-1.0 to maximise copy-and-paste for users, with permission from authors.
Diffstat (limited to 'man/50-xdg-data-dirs.sh')
-rwxr-xr-xman/50-xdg-data-dirs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/50-xdg-data-dirs.sh b/man/50-xdg-data-dirs.sh
index ce062e394b..02216abf6c 100755
--- a/man/50-xdg-data-dirs.sh
+++ b/man/50-xdg-data-dirs.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+# SPDX-License-Identifier: CC0-1.0
# set the default value
XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share/:/usr/share}"