Skip to content

Commit

Permalink
Merge pull request #84 from phillxnet/83_Update_EULA_re_http->https_a…
Browse files Browse the repository at this point in the history
…nd_abstract_liability_to_paid_subscription_amount

Update EULA re https, abstract liability to sub amount & redo dates #83
  • Loading branch information
phillxnet authored Nov 8, 2021
2 parents 9f131d3 + bfb8501 commit 8236fb3
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,20 @@ do
sed -i 's/SUSE، LLC./Rockstor, Inc./g' "${license_file}" # Arabic comma (U+060C)
sed -i 's/SUSE LLC/Rockstor, Inc./g' "${license_file}"
sed -i 's/SUSE/Store Smartly/g' "${license_file}"
sed -i 's/50/24/g' "${license_file}"
sed -i 's/2008-2019/2012-2020/g' "${license_file}"
sed -i 's/2008-2020/2012-2020/g' "${license_file}" # presumably pending
sed -i 's/http:\/\/en.opensuse.org\/Legal/http:\/\/rockstor.com\/legal.html/g' "${license_file}"
sed -i 's/http:\/\/www.opensuse.org\/Legal/http:\/\/rockstor.com\/legal.html/g' "${license_file}"
sed -i 's/$50US/1ST SUBSCRIPTION PAYED/g' "${license_file}"
sed -i 's/$50/1ST SUBSCRIPTION PAYED/g' "${license_file}"
sed -i 's/50 USD/1ST SUBSCRIPTION PAYED/g' "${license_file}"
sed -i 's/(50 $)/(1ST SUBSCRIPTION PAYED)/g' "${license_file}"
sed -i 's/(US \$ 50)/(1ST SUBSCRIPTION PAYED)/g' "${license_file}"
sed -i 's/50 $/1ST SUBSCRIPTION PAYED/g' "${license_file}"
sed -i 's/50/1ST SUBSCRIPTION PAYED/g' "${license_file}"
sed -i 's/US-DOLLAR//g' "${license_file}"
sed -i 's/US\$//g' "${license_file}"
sed -i 's/2008-2019/2012-2021/g' "${license_file}"
sed -i 's/2008-2020/2012-2021/g' "${license_file}"
sed -i 's/2008-2021/2012-2021/g' "${license_file}"
sed -i 's/http:\/\/en.opensuse.org\/Legal/https:\/\/rockstor.com\/legal.html/g' "${license_file}"
sed -i 's/http:\/\/www.opensuse.org\/Legal/https:\/\/rockstor.com\/legal.html/g' "${license_file}"
done
# Alter the distro display name to add the suggested "Rockstor built on ..." prefix.
sed -i 's/PRETTY_NAME="openSUSE/PRETTY_NAME="Rockstor built on openSUSE/g' /usr/lib/os-release
Expand Down

0 comments on commit 8236fb3

Please sign in to comment.