This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
OpenWatcom compiler source code is available now
- From: Andrew Haley <aph at redhat dot com>
- To: "Roman Levenshteyn (EED)" <Roman dot Levenshteyn at eed dot ericsson dot se>
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Tue, 8 Oct 2002 11:02:56 +0100 (BST)
- Subject: OpenWatcom compiler source code is available now
- References: <5E5172B4DE05D311B3AB0008C75DA9410D567F16@edeacnt100.eed.ericsson.se>
Roman Levenshteyn (EED) writes:
> Hi,
>
> has anyone noticed that OpenWatcom project released the source code
> for Watcom C, C++ and Fortran compilers. I think it can be of big
> interest for GCC project.
I really don't see how.
gcc is licensed under the GPL, and although I'm not a lawyer the Open
Watcom Public License doesn't look GPL compatible to me.
"2.1 (a) You must retain and reproduce in all copies of Original Code
the copyright and other proprietary notices and disclaimers of Sybase
as they appear in the Original Code, and keep intact all notices in
the Original Code that refer to this License; and
"(b) You must retain and reproduce a copy of this License with every
copy of Source Code of Covered Code and documentation You distribute,
and You may not offer or impose any terms on such Source Code that
alter or restrict this License or the recipients' rights hereunder,
except as permitted under Section 6."
"2.2 (b) You must duplicate, to the extent it does not already exist,
the notice in Exhibit A in each file of the Source Code of all Your
Modifications, and cause the modified files to carry prominent notices
stating that You changed the files and the date of any change;
"(c) You must make Source Code of all Your Deployed Modifications
publicly available under the terms of this License, including the
license grants set forth in Section 3 below, for as long as you Deploy
the Covered Code or twelve (12) months from the date of initial
Deployment, whichever is longer. You should preferably distribute the
Source Code of Your Deployed Modifications electronically
(e.g. download from a web site)"
Andrew.