summaryrefslogtreecommitdiff
path: root/licensecheck
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-23 09:23:12 +0000
committerJesusaves <cpntb1@ymail.com>2018-10-23 09:23:12 +0000
commiteaadb679c03d8e66cc039aad6b088f4956769f1c (patch)
tree3b8e034f02b2c86e36263f934cd29860483f4756 /licensecheck
parentfb700267615f95a44be10fb5399c293d6cce08af (diff)
downloadtools-eaadb679c03d8e66cc039aad6b088f4956769f1c.tar.gz
tools-eaadb679c03d8e66cc039aad6b088f4956769f1c.tar.bz2
tools-eaadb679c03d8e66cc039aad6b088f4956769f1c.tar.xz
tools-eaadb679c03d8e66cc039aad6b088f4956769f1c.zip
Like a ninja
Diffstat (limited to 'licensecheck')
-rwxr-xr-xlicensecheck/clientdata.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/licensecheck/clientdata.sh b/licensecheck/clientdata.sh
index b1c5fb5..d0b2078 100755
--- a/licensecheck/clientdata.sh
+++ b/licensecheck/clientdata.sh
@@ -2,8 +2,8 @@
export DIR="../../client-data"
-find -H $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE $DIR/SAULC.txt {} \;
-find -H $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE $DIR/SAULC.txt {} \;
-find -H $DIR -type f -name "*.tmx" -exec ./checkfile.sh $DIR/LICENSE $DIR/SAULC.txt {} \;
-find -H $DIR -type f -name "*.jpg" -exec ./checkfile.sh $DIR/LICENSE $DIR/SAULC.txt {} \;
+find -H $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE $DIR ART_LICENSE {} \;
+find -H $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
+find -H $DIR -type f -name "*.tmx" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
+find -H $DIR -type f -name "*.jpg" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;