aboutsummaryrefslogtreecommitdiff
path: root/share/templater/gpl/setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/gpl/setup')
-rwxr-xr-xshare/templater/gpl/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/gpl/setup b/share/templater/gpl/setup
index 3491e93..93151ce 100755
--- a/share/templater/gpl/setup
+++ b/share/templater/gpl/setup
@@ -12,10 +12,10 @@ source $SHARE/templater/functions || exit 1
# GPLv3 License
function templater_gpl {
if [ ! -e "LICENSE" ]; then
- __templater_echo "Setting up GPLv3 License..."
+ templater_echo "Setting up GPLv3 License..."
cp $SHARE/gpl/files/LICENSE .
else
- __templater_echo "LICENSE already set"
+ templater_echo "LICENSE already set"
fi
}