diff --git a/LICENSE b/LICENSE index abba282d..0197e918 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Yonas Kolb +Copyright (c) 2018 Yonas Kolb Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/archive.sh b/scripts/archive.sh index 5034f588..057d29f1 100755 --- a/scripts/archive.sh +++ b/scripts/archive.sh @@ -4,6 +4,7 @@ BINDIR=$TMP/bin SHAREDIR=$TMP/share ZIPFILE=$TMP/${TOOL_NAME_LOWER:?}.zip INSTALLSH=scripts/install.sh +LICENSE=LICENSE # copy @@ -15,6 +16,8 @@ cp -R SettingPresets $SHAREDIR/SettingPresets cp $INSTALLSH $TMP +cp $LICENSE $TMP + # zip (cd $TMP/..; zip -r $ZIPFILE $TOOL_NAME)