X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Date: Mon, 4 Jan 2010 16:12:26 +0000 From: Carlo Marcelo Arenas Belon To: cygwin AT cygwin DOT com Subject: [PATCH] avoid 404 link for propietary cygwin license in userguide Message-ID: <20100104161226.GA3611@sajinet.com.pe> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following patch replaces a broken link in : http://cygwin.com/cygwin-ug-net/are-free.html with the closest URL I could find in Red Hat's website in reference to the proprietary cygwin licensing terms. feel free to replace it with a better suited link and/or correct it in Red Hat's website through a compatibility redirect if appropriate. Carlo PS. also found some small typo while reading the guide but unsure if this would be the best/more efficient way to report in those cases --- --J/dobhs11T7y2rNN Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="cygwin-ugnet-propietarylicense.patch" Index: winsup/doc/overview.sgml =================================================================== RCS file: /cvs/src/src/winsup/doc/overview.sgml,v retrieving revision 1.12 diff -u -r1.12 overview.sgml --- winsup/doc/overview.sgml 3 Apr 2009 11:51:31 -0000 1.12 +++ winsup/doc/overview.sgml 4 Jan 2010 16:03:55 -0000 @@ -46,7 +46,7 @@ tools. If you intend to port a proprietary application using the Cygwin library, you may want the Cygwin proprietary-use license. For more information about the proprietary-use license, please go to -http://www.redhat.com/software/tools/cygwin/. +http://www.redhat.com/services/custom/cygwin/. Customers of the native Win32 GNUPro should feel free to submit bug reports and ask questions through the normal channels. All other questions should be sent to the project mailing list --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple --J/dobhs11T7y2rNN--