public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Commercial use of cygwin
Date: Thu, 12 Nov 2020 11:42:18 +0100	[thread overview]
Message-ID: <34a5e2b9-5179-c0b6-e8b0-1245e7a4578f@gmail.com> (raw)
In-Reply-To: <CAKc5nKHCNj1uqPEHUDERSH_p+FJGLEG=fH7wiTEwzf9nkwQNBw@mail.gmail.com>

On 12.11.2020 09:42, Antonio Sidoti via Cygwin wrote:
> Hello,
> 
> I was looking into using Cygwin for commercial use, but I couldn't really
> understand if that was ok or not.
> 
>  From here <https://cygwin.com/licensing.html> and here
> <https://www.redhat.com/en/blog/cygwin-library-now-available-under-gnu-lesser-general-public-license>,
> it seems like the basic cygwin library is available under LGPL, so ok to be
> redistributed commercially if linked dynamically.
> 
> When I looked for all the different dlls though, I couldn't really find all
> the licenses. I looked at /usr/share/doc folder but could not find the
> licenses for several packages
> +cygblas-0.dll
> +cyggfortran-4.dll
> +cyggomp-1.dll
> +cyglapack-0.dll
> +cygncursesw-10.dll
> +cygquadmath-0.dll
> +cygreadline7.dll
> 
> Is there any way you could provide some guidance on the topic? Is it
> something you could help with?
> (Of course in exchange of compensation)
> 
> Thanks for your help.
> Antonio
> --

in general there is no restriction on usage.
License are located on:

for lapack and Blas:
$ cygcheck -l liblapack-devel
/usr/share/doc/Cygwin/lapack.README
/usr/share/doc/lapack/LICENSE
/usr/share/doc/lapack/README.md

for gcc/fortran and gomp

$ cygcheck -l gcc-core | grep COPYING
/usr/share/doc/gcc/COPYING
/usr/share/doc/gcc/COPYING.LIB

for ncurses

$ cygcheck -l ncurses | grep COPYING
/usr/share/doc/ncurses/COPYING

there are same restrictions if you plan to incorporate
the tools in your own software tif you are redistributing it.
(copy of source must also be distributed)


Regards
Marco


  reply	other threads:[~2020-11-12 10:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12  8:42 Antonio Sidoti
2020-11-12 10:42 ` Marco Atzeri [this message]
2020-11-14  7:22   ` L A Walsh
2020-11-14  7:50     ` Marco Atzeri
2020-12-12 17:27       ` Hamish McIntyre-Bhatty
2020-12-12 18:44         ` Adam Dinwoodie
2020-12-13 16:43           ` Hamish McIntyre-Bhatty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=34a5e2b9-5179-c0b6-e8b0-1245e7a4578f@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).