mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
mysql_install_db.sh, MySQLEULA.txt, mysql_install_db.c:
Changed web address order.mysql.com to shop.mysql.com netware/mysql_install_db.c: Changed web address order.mysql.com to shop.mysql.com Docs/MySQLEULA.txt: Changed web address order.mysql.com to shop.mysql.com scripts/mysql_install_db.sh: Changed web address order.mysql.com to shop.mysql.com
This commit is contained in:
parent
c19a6fc5c3
commit
e2b19a59d2
3 changed files with 4 additions and 3 deletions
|
@ -63,7 +63,7 @@ Licensee.
|
||||||
4. Price and payment.
|
4. Price and payment.
|
||||||
No later than thirty (30) days after submission of the Order Form, Licensee
|
No later than thirty (30) days after submission of the Order Form, Licensee
|
||||||
shall remit one non-refundable license fee per Licensed Copy as posted on
|
shall remit one non-refundable license fee per Licensed Copy as posted on
|
||||||
http://order.mysql.com on the date Licensee submitted the Order Form (the
|
http://shop.mysql.com on the date Licensee submitted the Order Form (the
|
||||||
"License Fee"). All payments shall be made in Euros or U.S. dollars. Licensee
|
"License Fee"). All payments shall be made in Euros or U.S. dollars. Licensee
|
||||||
shall be responsible for paying all local, state, federal and international
|
shall be responsible for paying all local, state, federal and international
|
||||||
sales, value added, excise and other taxes and duties payable in connection
|
sales, value added, excise and other taxes and duties payable in connection
|
||||||
|
|
|
@ -423,7 +423,7 @@ int main(int argc, char **argv)
|
||||||
printf("\nThe latest information about MySQL is available on the web at\n");
|
printf("\nThe latest information about MySQL is available on the web at\n");
|
||||||
printf("\thttp://www.mysql.com\n");
|
printf("\thttp://www.mysql.com\n");
|
||||||
|
|
||||||
printf("\nSupport MySQL by buying support at https://order.mysql.com\n\n");
|
printf("\nSupport MySQL by buying support at http://shop.mysql.com\n\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) 2002-2004 MySQL AB
|
# Copyright (C) 2002-2004 MySQL AB
|
||||||
# For a more info consult the file COPYRIGHT distributed with this file.
|
# For a more info consult the file COPYRIGHT distributed with this file.
|
||||||
|
@ -397,7 +398,7 @@ then
|
||||||
echo
|
echo
|
||||||
echo "The latest information about MySQL is available on the web at"
|
echo "The latest information about MySQL is available on the web at"
|
||||||
echo "http://www.mysql.com"
|
echo "http://www.mysql.com"
|
||||||
echo "Support MySQL by buying support/licenses at https://order.mysql.com"
|
echo "Support MySQL by buying support/licenses at http://shop.mysql.com"
|
||||||
echo
|
echo
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue