aboutsummaryrefslogtreecommitdiffstats
path: root/mob2loc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mob2loc.sh')
-rwxr-xr-xmob2loc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mob2loc.sh b/mob2loc.sh
index ad4c83c..a3f6b11 100755
--- a/mob2loc.sh
+++ b/mob2loc.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# Convert Mobile account to Local
# @author Filipp Lepalaan <filipp@mcare.fi>
+# @copyright No (c), Public Domain software
if [[ $USER != "root" ]]; then
echo "This tool must be run as root" >&2