Commit 01631f43 authored by unknown's avatar unknown

Changed GPL license example to make it more clear


Docs/manual.texi:
  Changed GPL license example to make it more clear.
configure.in:
  Fixed typo
parent 5654da90
...@@ -3574,11 +3574,14 @@ A license is required if: ...@@ -3574,11 +3574,14 @@ A license is required if:
@itemize @minus @itemize @minus
@item @item
You link a part of the of @strong{MySQL} that has a GPL Copyright to a You link a program, that is not free software, with code from the
program that is not free software (embedded usage of the @strong{MySQL} @strong{MySQL} server or clients that has the GPL copyright. This
server). In this case your application would also become GPL through the happens for example when you use @strong{MySQL} as an embedded server
clause in the GPL license that acts as a virus. By licensing @strong{MySQL} in your applications or when you add not free extensions to the
from us under a commercial license you will avoid this problem. @strong{MySQL} server. In this case your application/code would also
become GPL through the GPL license that acts as a virus. By licensing
@strong{MySQL} server from @strong{MySQL AB} under a commercial
license you will avoid this problem.
@item @item
You have a commercial application that ONLY works with @strong{MySQL} You have a commercial application that ONLY works with @strong{MySQL}
...@@ -2056,7 +2056,7 @@ EOF ...@@ -2056,7 +2056,7 @@ EOF
then then
MT_LD_ADD="$OVERRIDE_MT_LD_ADD" MT_LD_ADD="$OVERRIDE_MT_LD_ADD"
else else
MT_LD_ADD="-L \$(top_srcdir)/mit-pthreads/obj/ -lpthread.a" MT_LD_ADD="-L \$(top_srcdir)/mit-pthreads/obj/ -lpthread"
fi fi
AC_SUBST(MT_LD_ADD) AC_SUBST(MT_LD_ADD)
echo "" echo ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment