diff options
-rw-r--r-- | winsup/doc/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/doc/faq-copyright.xml | 2 | ||||
-rw-r--r-- | winsup/doc/faq-using.xml | 2 | ||||
-rw-r--r-- | winsup/doc/faq-what.xml | 4 |
4 files changed, 10 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 0e12f8b74..024abbe00 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,11 @@ 2013-06-05 Corinna Vinschen <corinna@vinschen.de> + * faq-copyright.xml: Fix link to license. + * faq-using.xml: Ditto. + * faq-what.xml: Ditto. + +2013-06-05 Corinna Vinschen <corinna@vinschen.de> + * faq-programming.xml: Convert url to refer to new flat faq.html file. * faq-setup.xml: Ditto. * faq-using.xml: Ditto. diff --git a/winsup/doc/faq-copyright.xml b/winsup/doc/faq-copyright.xml index e73692fd9..95abaa2b4 100644 --- a/winsup/doc/faq-copyright.xml +++ b/winsup/doc/faq-copyright.xml @@ -10,7 +10,7 @@ <question><para>What are the copyrights?</para></question> <answer> - <para>Please see <ulink url="http://cygwin.com/license.html"/> + <para>Please see <ulink url="http://cygwin.com/licensing.html"/> for more information about Cygwin copyright and licensing.</para> </answer> </qandaentry> diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index 36c898014..1a0727ff6 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -439,7 +439,7 @@ Can I bundle Cygwin with my product for free? </para></question> <answer><para> Only if you comply with Cygwin's <ulink -url="http://cygwin.com/license.html">license</ulink> very carefully. If you +url="http://cygwin.com/licensing.html">license</ulink> very carefully. If you choose to distribute cygwin1.dll, you must be willing to distribute the exact source code used to build that copy of cygwin1.dll as per the terms of the GPL. If you ship applications that link with cygwin1.dll, diff --git a/winsup/doc/faq-what.xml b/winsup/doc/faq-what.xml index f973b3f2c..6960c687e 100644 --- a/winsup/doc/faq-what.xml +++ b/winsup/doc/faq-what.xml @@ -43,7 +43,7 @@ Since Cygwin is a community-supported free software project, patches to provide support for other versions would be thoughtfully considered. Paid support contracts or enhancements are available through Red Hat. For information about getting a Red Hat support contract, see -<ulink url="http://cygwin.com/license.html" />. +<ulink url="http://cygwin.com/licensing.html" />. </para> <para>Keep in mind that Cygwin can only do as much as the underlying OS supports. Because of this, Cygwin will behave differently, and @@ -85,7 +85,7 @@ these tools. <para>In particular, if you intend to port a proprietary (non-GPL'd) application using Cygwin, you will need the proprietary-use license for the Cygwin library. This is available for purchase from Red Hat; -please visit <ulink url="http://cygwin.com/license.html" /> for more +please visit <ulink url="http://cygwin.com/licensing.html" /> for more information. All other questions should be sent to the public project mailing list cygwin@cygwin.com. </para> |