Home » Language IDEs » C / C++ IDE (CDT) » CPL FAQ available at IBM web site
| |
Re: CPL FAQ available at IBM web site [message #37208 is a reply to message #37174] |
Wed, 10 July 2002 01:48   |
Eclipse User |
|
|
|
Bob Foster wrote:
> Thanks Adrian.
>
> Having read this, what I want to know is, where can I download the source
> code for WSAD?
WSAD is not distributed under the CPL. If you look in your WSAD install,
you will see that the org.eclipse.* plugins contain source code, as the
CPL requires. It's just the com.ibm.* plugins that don't have source.
(This is a personal opinion, though, not the official opinion of IBM or
of IBM's lawyers. YMMV)
--
Colin M Sharples/New Zealand/IBM, IT Architect, IBM Global Services
sharples@nz.ibm.com, t: 64-4-5769853, m: 64-21-402085, f: 64-4-5765616
"Sometimes I think the surest sign intelligent life exists
elsewhere in the Universe is that it's never tried to contact us"
|
|
| | | | |
Re: CPL FAQ available at IBM web site [message #37412 is a reply to message #37310] |
Wed, 10 July 2002 18:23   |
Eclipse User |
|
|
|
Originally posted by: adrian_cho.oti.com
Hi Dominic
The question of what is and is not a derivative work has been raised here
before and it is not something that anyone is likely to answer for you
because it is a general legal question which is subject to intepretation and
for which there are to my knowledge (and I am not a laywer), no clear legal
precedents.
What you may wish to consider is that there are lots of companies that are
basing their work on Eclipse and they do not consider their work to be a
derivative work of Eclipse just because it interfaces to Eclipse through
published APIs or even if their code is included in the same download along
with Eclipse code. Eclipse itself interfaces to many third-party components
and is also delivered with many of those components (e.g. Ant, XML4J,
Tomcat, etc.). The Eclipse legal documentation such as the "about.html"
notices, makes it very clear which portions of the software are obtained
from third-parties and licensed under other licenses. That said, whether or
not you can do this may depend on the compatibility of the licenses. Some
licenses may be written or interpreted in such a way that makes it hard to
do this. That also is subject to interpretation although sometimes it's
plainly obvious.
To my knowledge, the CPL does not contain any wording specifically relating
to the use of the "Program" as a library or not. Sometimes licenses that
try to address these or other issues (e.g use of header file content or
dynamic vs static linking) specifically, end up causing more confusion.
Adrian Cho
Object Technology International, Inc.
"dominic" <dominic@nospam.com> wrote in message
news:aghpll$d9v$1@rogue.oti.com...
> Ami wrong or the CPL is as viral as GPL ! For example no one can take the
> CPL code and use it as a library because that would be considered
derivative
> ! ByBy Swt !
>
> "Adrian Cho" <adrian_cho@oti.com> wrote in message
> news:agg2re$esi$1@rogue.oti.com...
> > IBM has posted a CPL FAQ at this location:
> >
> > http://www.ibm.com/developerworks/library/os-cplfaq.html
> >
> > Note that this is an FAQ about the CPL and does not answer general legal
> > questions such as "what is a derivative work?"
> >
> > If you have any questions about the CPL specifically or about the CPL
FAQ
> > then they are best directed to IBM as described in the FAQ.
> >
> > Adrian
> >
> >
> >
> >
>
>
|
|
| | |
Re: CPL FAQ available at IBM web site [message #37576 is a reply to message #37310] |
Thu, 11 July 2002 03:27   |
Eclipse User |
|
|
|
Originally posted by: bob.objfac.com
Thanks dominic. My sentiments exactly!
Since I raised this issue, I've gotten all kinds of feedback that there is
really no problem here. It's obvious the people who work on Eclipse are
aghast at the notion that all their work to make Eclipse a foundation for
third party applications might be undermined by some weasel-words in the
CPL.
I personally (not a lawyer, no warranty) think 'derivative works' as used in
the CPL does not include simply packaging your software with CPL'd software.
It means that your software really has a piece of CPL'd software in it,
i.e., you borrowed some source code.
I've several times gotten the message, most recently in this thread from
Adrian, that even though IBM was the original Contributor they have to play
by the same rules as everyone else. They ship WSAD - which you'll have to
agree is pretty darn 'derivative' of Eclipse - under their own license with
no source code. If WSAD isn't a derivative work you should be able to ship
DominicDeveloper under your own license with no worries.
But it's prudent to be very careful about borrowed Eclipse source code. You
should put all this stuff into a separate module that can be CPL'd. And
respect the rule that if you ship parts of Eclipse as part of your software,
_you_ are responsible for providing the source code for those parts, not
eclipse.org.
(As to example code that is CPL'd, I say screw it. Anyone with half a brain
would know example code would be cut-'n' pasted. I don't believe Eclipse is
some kind of honey trap, therefore I don't believe this is an issue.)
Bob
"dominic" <dominic@nospam.com> wrote in message
news:aghpll$d9v$1@rogue.oti.com...
> Ami wrong or the CPL is as viral as GPL ! For example no one can take the
> CPL code and use it as a library because that would be considered
derivative
> ! ByBy Swt !
|
|
|
Re: CPL FAQ available at IBM web site [message #37684 is a reply to message #37547] |
Fri, 12 July 2002 17:11   |
Eclipse User |
|
|
|
Originally posted by: adrian_cho.oti.com
FYI Bob, I have spoken to both the authors of the CPL FAQ and the folks that
worked with developerWorks to have it posted. They have not yet seen your
feedback yet but it could still be in the developerWorks queue. We want to
make sure your feedback is handled so if you do not get a response soon,
please post here and I will look into it ASAP.
Also FYI, the Eclipse Legal FAQ is being finalised and reviewed and I hope
to have it posted soon. It deals with more Eclipse-specific legal things
such as the Eclipse.org Software User Agreement, and so forth. Hopefully it
will further assist you and others with navigating the legal waters.
Adrian
"Bob Foster" <bob@objfac.com> wrote in message
news:agj6dd$ufi$1@rogue.oti.com...
> "Peter Burka" <peter_burka@oti.com> wrote in message
> news:aghhno$8i4$1@rogue.oti.com...
> > "Bob Foster" <bob@objfac.com> wrote in message
> > > Having read this, what I want to know is, where can I download the
> source
> > > code for WSAD?
> > FAQ 19: If I write a module to add to a Program licensed under the CPL
and
> > distribute the object code of the module along with the rest of the
> Program,
> > must I make the source code to my module available in accordance with
the
> > terms of the CPL?
> >
> > No, as long as the module is not a derivative work of the Program.
> > Peter Burka
>
> Thanks, Peter. I understand what you and your co-workers are trying to
tell
> me - that there is no issue here. The definition of 'derivative work'
> remains a sticking point, as Adrian anticipated.
>
> I have provided feedback to the FAQ writers. Hopefully, I'll get some
> response.
>
> Bob
>
>
|
|
|
Re: CPL FAQ available at IBM web site [message #37702 is a reply to message #37684] |
Fri, 12 July 2002 23:36   |
Eclipse User |
|
|
|
Originally posted by: bob.objfac.com
Thanks, Adrian. It seemed a little strange to post such a question to the
webmaster. Here is what I asked:
----------------
I have two questions:
1. Para 15 of the FAQ says "The object code for the product may be
distributed under a single license as long as it references the CPL portion
and complies, for that portion, with the terms of the CPL".
Since IBM's WSAD does just that, I looked to the WSAD license as a model for
such a reference. But it contains no mention of Eclipse, per se, and no
mention of the CPL. Is WSAD in violation of the CPL?
2. "Derived works" seems to be a term of art for which there is no generally
accepted definition. Here are three definitions that seem to be implied by
existing open source licenses:
a. Works that use the Program, in source or object form, in any way (GPL)
b. Works that use the Program and do essentially the same thing as the
Program (SPL)
c. Works that incorporate source code from the Program (CPL?).
From the FAQ answers, the authors of the CPL apparently intend a narrow
construction like (c). If either of the other two were used, then surely
WSAD would be a derived work and would have to license its source code with
the CPL. Could you please clarify the meaning of "derived works"?
Thanks.
Bob Foster
bob@objfac.com
"Adrian Cho" <adrian_cho@oti.com> wrote in message
news:agneuk$7c0$1@rogue.oti.com...
> FYI Bob, I have spoken to both the authors of the CPL FAQ and the folks
that
> worked with developerWorks to have it posted. They have not yet seen your
> feedback yet but it could still be in the developerWorks queue. We want
to
> make sure your feedback is handled so if you do not get a response soon,
> please post here and I will look into it ASAP.
>
> Also FYI, the Eclipse Legal FAQ is being finalised and reviewed and I hope
> to have it posted soon. It deals with more Eclipse-specific legal things
> such as the Eclipse.org Software User Agreement, and so forth. Hopefully
it
> will further assist you and others with navigating the legal waters.
>
> Adrian
>
> "Bob Foster" <bob@objfac.com> wrote in message
> news:agj6dd$ufi$1@rogue.oti.com...
> > "Peter Burka" <peter_burka@oti.com> wrote in message
> > news:aghhno$8i4$1@rogue.oti.com...
> > > "Bob Foster" <bob@objfac.com> wrote in message
> > > > Having read this, what I want to know is, where can I download the
> > source
> > > > code for WSAD?
> > > FAQ 19: If I write a module to add to a Program licensed under the CPL
> and
> > > distribute the object code of the module along with the rest of the
> > Program,
> > > must I make the source code to my module available in accordance with
> the
> > > terms of the CPL?
> > >
> > > No, as long as the module is not a derivative work of the Program.
> > > Peter Burka
> >
> > Thanks, Peter. I understand what you and your co-workers are trying to
> tell
> > me - that there is no issue here. The definition of 'derivative work'
> > remains a sticking point, as Adrian anticipated.
> >
> > I have provided feedback to the FAQ writers. Hopefully, I'll get some
> > response.
> >
> > Bob
> >
> >
>
>
|
|
|
Re: CPL FAQ available at IBM web site [message #37735 is a reply to message #37702] |
Fri, 12 July 2002 23:46   |
Eclipse User |
|
|
|
Originally posted by: bob.objfac.com
Sorry about the spacing. I pasted from Word. Shame on me.
Bob
"Bob Foster" <bob@objfac.com> wrote in message
news:ago55e$drk$1@rogue.oti.com...
> Thanks, Adrian. It seemed a little strange to post such a question to the
> webmaster. Here is what I asked:
> ----------------
> I have two questions:
>
>
>
> 1. Para 15 of the FAQ says "The object code for the product may be
> distributed under a single license as long as it references the CPL
portion
> and complies, for that portion, with the terms of the CPL".
>
>
>
> Since IBM's WSAD does just that, I looked to the WSAD license as a model
for
> such a reference. But it contains no mention of Eclipse, per se, and no
> mention of the CPL. Is WSAD in violation of the CPL?
>
>
>
> 2. "Derived works" seems to be a term of art for which there is no
generally
> accepted definition. Here are three definitions that seem to be implied by
> existing open source licenses:
>
>
>
> a. Works that use the Program, in source or object form, in any way (GPL)
>
> b. Works that use the Program and do essentially the same thing as the
> Program (SPL)
>
> c. Works that incorporate source code from the Program (CPL?).
>
>
>
> From the FAQ answers, the authors of the CPL apparently intend a narrow
> construction like (c). If either of the other two were used, then surely
> WSAD would be a derived work and would have to license its source code
with
> the CPL. Could you please clarify the meaning of "derived works"?
>
>
>
> Thanks.
>
>
>
> Bob Foster
>
> bob@objfac.com
>
>
>
> "Adrian Cho" <adrian_cho@oti.com> wrote in message
> news:agneuk$7c0$1@rogue.oti.com...
> > FYI Bob, I have spoken to both the authors of the CPL FAQ and the folks
> that
> > worked with developerWorks to have it posted. They have not yet seen
your
> > feedback yet but it could still be in the developerWorks queue. We want
> to
> > make sure your feedback is handled so if you do not get a response soon,
> > please post here and I will look into it ASAP.
> >
> > Also FYI, the Eclipse Legal FAQ is being finalised and reviewed and I
hope
> > to have it posted soon. It deals with more Eclipse-specific legal
things
> > such as the Eclipse.org Software User Agreement, and so forth.
Hopefully
> it
> > will further assist you and others with navigating the legal waters.
> >
> > Adrian
> >
> > "Bob Foster" <bob@objfac.com> wrote in message
> > news:agj6dd$ufi$1@rogue.oti.com...
> > > "Peter Burka" <peter_burka@oti.com> wrote in message
> > > news:aghhno$8i4$1@rogue.oti.com...
> > > > "Bob Foster" <bob@objfac.com> wrote in message
> > > > > Having read this, what I want to know is, where can I download the
> > > source
> > > > > code for WSAD?
> > > > FAQ 19: If I write a module to add to a Program licensed under the
CPL
> > and
> > > > distribute the object code of the module along with the rest of the
> > > Program,
> > > > must I make the source code to my module available in accordance
with
> > the
> > > > terms of the CPL?
> > > >
> > > > No, as long as the module is not a derivative work of the Program.
> > > > Peter Burka
> > >
> > > Thanks, Peter. I understand what you and your co-workers are trying to
> > tell
> > > me - that there is no issue here. The definition of 'derivative work'
> > > remains a sticking point, as Adrian anticipated.
> > >
> > > I have provided feedback to the FAQ writers. Hopefully, I'll get some
> > > response.
> > >
> > > Bob
> > >
> > >
> >
> >
>
>
|
|
|
Re: CPL FAQ available at IBM web site [message #37803 is a reply to message #37735] |
Mon, 15 July 2002 02:54   |
Eclipse User |
|
|
|
Originally posted by: adrian_cho.oti.com
No problem. Shame on Bill Gates. <G>
I have passed your questions directly to the CPL FAQ authors. This is also
a good test to see whether the developerWorks feedback mechanism really
works.
Thanks
Adrian
"Bob Foster" <bob@objfac.com> wrote in message
news:ago5pr$e1f$1@rogue.oti.com...
> Sorry about the spacing. I pasted from Word. Shame on me.
>
> Bob
>
> "Bob Foster" <bob@objfac.com> wrote in message
> news:ago55e$drk$1@rogue.oti.com...
> > Thanks, Adrian. It seemed a little strange to post such a question to
the
> > webmaster. Here is what I asked:
> > ----------------
> > I have two questions:
> >
> >
> >
> > 1. Para 15 of the FAQ says "The object code for the product may be
> > distributed under a single license as long as it references the CPL
> portion
> > and complies, for that portion, with the terms of the CPL".
> >
> >
> >
> > Since IBM's WSAD does just that, I looked to the WSAD license as a model
> for
> > such a reference. But it contains no mention of Eclipse, per se, and no
> > mention of the CPL. Is WSAD in violation of the CPL?
> >
> >
> >
> > 2. "Derived works" seems to be a term of art for which there is no
> generally
> > accepted definition. Here are three definitions that seem to be implied
by
> > existing open source licenses:
> >
> >
> >
> > a. Works that use the Program, in source or object form, in any way
(GPL)
> >
> > b. Works that use the Program and do essentially the same thing as the
> > Program (SPL)
> >
> > c. Works that incorporate source code from the Program (CPL?).
> >
> >
> >
> > From the FAQ answers, the authors of the CPL apparently intend a narrow
> > construction like (c). If either of the other two were used, then surely
> > WSAD would be a derived work and would have to license its source code
> with
> > the CPL. Could you please clarify the meaning of "derived works"?
> >
> >
> >
> > Thanks.
> >
> >
> >
> > Bob Foster
|
|
|
Re: CPL FAQ available at IBM web site [message #37967 is a reply to message #37702] |
Tue, 16 July 2002 14:18   |
Eclipse User |
|
|
|
Originally posted by: adrian_cho.oti.com
Bob
I believe that IBM will be changing the feedback mechanism for CPL FAQ to
opensrc@us.ibm.com to ensure better response. Thanks for testing the other
mechanism for us <G>.
On your question about WSAD, I just wanted to note two things:
Firstly, I have said in the past that IBM has to play on the field like
anyone else (WRT CPL and using Eclipse) - I did not lie. That is IBM's
intention but it is also true that at least for Eclipse 1.0 which was frozen
prior to the open source launch last November, that since it is all 100% IBM
code, IBM could theoretically license in any other manner. This could not
be the case for products based on Eclipse 2.0 though since that code quite
possibly includes third-party contributions.
Secondly, I can't speak specifically for WSAD but I should just mention that
under section 3 of the CPL, if you redistribute in object code form (under
its own license), there is no requirement to mention or include the CPL.
You do have to meet all the conditions listed in the first part of section 3
including that you have to state that source code is available for the
portions you obtained under the CPL and you then have to point people to the
code.
I don't know which of these applies to the WSAD license case - I'm just
pointing out that both are possibilities and the second point certainly
applies to you or anyone else.
Adrian
"Bob Foster" <bob@objfac.com> wrote in message
news:ago55e$drk$1@rogue.oti.com...
> Thanks, Adrian. It seemed a little strange to post such a question to the
> webmaster. Here is what I asked:
> ----------------
> I have two questions:
>
>
>
> 1. Para 15 of the FAQ says "The object code for the product may be
> distributed under a single license as long as it references the CPL
portion
> and complies, for that portion, with the terms of the CPL".
>
>
>
> Since IBM's WSAD does just that, I looked to the WSAD license as a model
for
> such a reference. But it contains no mention of Eclipse, per se, and no
> mention of the CPL. Is WSAD in violation of the CPL?
>
>
>
> 2. "Derived works" seems to be a term of art for which there is no
generally
> accepted definition. Here are three definitions that seem to be implied by
> existing open source licenses:
>
>
>
> a. Works that use the Program, in source or object form, in any way (GPL)
>
> b. Works that use the Program and do essentially the same thing as the
> Program (SPL)
>
> c. Works that incorporate source code from the Program (CPL?).
>
>
>
> From the FAQ answers, the authors of the CPL apparently intend a narrow
> construction like (c). If either of the other two were used, then surely
> WSAD would be a derived work and would have to license its source code
with
> the CPL. Could you please clarify the meaning of "derived works"?
>
>
>
> Thanks.
>
>
>
> Bob Foster
>
> bob@objfac.com
>
>
>
> "Adrian Cho" <adrian_cho@oti.com> wrote in message
> news:agneuk$7c0$1@rogue.oti.com...
> > FYI Bob, I have spoken to both the authors of the CPL FAQ and the folks
> that
> > worked with developerWorks to have it posted. They have not yet seen
your
> > feedback yet but it could still be in the developerWorks queue. We want
> to
> > make sure your feedback is handled so if you do not get a response soon,
> > please post here and I will look into it ASAP.
> >
> > Also FYI, the Eclipse Legal FAQ is being finalised and reviewed and I
hope
> > to have it posted soon. It deals with more Eclipse-specific legal
things
> > such as the Eclipse.org Software User Agreement, and so forth.
Hopefully
> it
> > will further assist you and others with navigating the legal waters.
> >
> > Adrian
> >
> > "Bob Foster" <bob@objfac.com> wrote in message
> > news:agj6dd$ufi$1@rogue.oti.com...
> > > "Peter Burka" <peter_burka@oti.com> wrote in message
> > > news:aghhno$8i4$1@rogue.oti.com...
> > > > "Bob Foster" <bob@objfac.com> wrote in message
> > > > > Having read this, what I want to know is, where can I download the
> > > source
> > > > > code for WSAD?
> > > > FAQ 19: If I write a module to add to a Program licensed under the
CPL
> > and
> > > > distribute the object code of the module along with the rest of the
> > > Program,
> > > > must I make the source code to my module available in accordance
with
> > the
> > > > terms of the CPL?
> > > >
> > > > No, as long as the module is not a derivative work of the Program.
> > > > Peter Burka
> > >
> > > Thanks, Peter. I understand what you and your co-workers are trying to
> > tell
> > > me - that there is no issue here. The definition of 'derivative work'
> > > remains a sticking point, as Adrian anticipated.
> > >
> > > I have provided feedback to the FAQ writers. Hopefully, I'll get some
> > > response.
> > >
> > > Bob
> > >
> > >
> >
> >
>
>
|
|
|
Re: CPL FAQ available at IBM web site [message #38036 is a reply to message #37967] |
Tue, 16 July 2002 15:50   |
Eclipse User |
|
|
|
Originally posted by: bob.objfac.com
As always, I appreciate your helpful response. Should I re-send my questions
(esp. #2) or do they have enough copies now? ;-} Thanks!
Bob
"Adrian Cho" <adrian_cho@oti.com> wrote in message
news:ah1m7n$ad9$1@rogue.oti.com...
> Bob
>
> I believe that IBM will be changing the feedback mechanism for CPL FAQ to
> opensrc@us.ibm.com to ensure better response. Thanks for testing the
other
> mechanism for us <G>.
>
> On your question about WSAD, I just wanted to note two things:
>
> Firstly, I have said in the past that IBM has to play on the field like
> anyone else (WRT CPL and using Eclipse) - I did not lie. That is IBM's
> intention but it is also true that at least for Eclipse 1.0 which was
frozen
> prior to the open source launch last November, that since it is all 100%
IBM
> code, IBM could theoretically license in any other manner. This could not
> be the case for products based on Eclipse 2.0 though since that code quite
> possibly includes third-party contributions.
>
> Secondly, I can't speak specifically for WSAD but I should just mention
that
> under section 3 of the CPL, if you redistribute in object code form (under
> its own license), there is no requirement to mention or include the CPL.
> You do have to meet all the conditions listed in the first part of section
3
> including that you have to state that source code is available for the
> portions you obtained under the CPL and you then have to point people to
the
> code.
>
> I don't know which of these applies to the WSAD license case - I'm just
> pointing out that both are possibilities and the second point certainly
> applies to you or anyone else.
>
> Adrian
>
> "Bob Foster" <bob@objfac.com> wrote in message
> news:ago55e$drk$1@rogue.oti.com...
> > Thanks, Adrian. It seemed a little strange to post such a question to
the
> > webmaster. Here is what I asked:
> > ----------------
> > I have two questions:
> >
> >
> >
> > 1. Para 15 of the FAQ says "The object code for the product may be
> > distributed under a single license as long as it references the CPL
> portion
> > and complies, for that portion, with the terms of the CPL".
> >
> >
> >
> > Since IBM's WSAD does just that, I looked to the WSAD license as a model
> for
> > such a reference. But it contains no mention of Eclipse, per se, and no
> > mention of the CPL. Is WSAD in violation of the CPL?
> >
> >
> >
> > 2. "Derived works" seems to be a term of art for which there is no
> generally
> > accepted definition. Here are three definitions that seem to be implied
by
> > existing open source licenses:
> >
> >
> >
> > a. Works that use the Program, in source or object form, in any way
(GPL)
> >
> > b. Works that use the Program and do essentially the same thing as the
> > Program (SPL)
> >
> > c. Works that incorporate source code from the Program (CPL?).
> >
> >
> >
> > From the FAQ answers, the authors of the CPL apparently intend a narrow
> > construction like (c). If either of the other two were used, then surely
> > WSAD would be a derived work and would have to license its source code
> with
> > the CPL. Could you please clarify the meaning of "derived works"?
> >
> >
> >
> > Thanks.
> >
> >
> >
> > Bob Foster
> >
> > bob@objfac.com
> >
> >
> >
> > "Adrian Cho" <adrian_cho@oti.com> wrote in message
> > news:agneuk$7c0$1@rogue.oti.com...
> > > FYI Bob, I have spoken to both the authors of the CPL FAQ and the
folks
> > that
> > > worked with developerWorks to have it posted. They have not yet seen
> your
> > > feedback yet but it could still be in the developerWorks queue. We
want
> > to
> > > make sure your feedback is handled so if you do not get a response
soon,
> > > please post here and I will look into it ASAP.
> > >
> > > Also FYI, the Eclipse Legal FAQ is being finalised and reviewed and I
> hope
> > > to have it posted soon. It deals with more Eclipse-specific legal
> things
> > > such as the Eclipse.org Software User Agreement, and so forth.
> Hopefully
> > it
> > > will further assist you and others with navigating the legal waters.
> > >
> > > Adrian
> > >
> > > "Bob Foster" <bob@objfac.com> wrote in message
> > > news:agj6dd$ufi$1@rogue.oti.com...
> > > > "Peter Burka" <peter_burka@oti.com> wrote in message
> > > > news:aghhno$8i4$1@rogue.oti.com...
> > > > > "Bob Foster" <bob@objfac.com> wrote in message
> > > > > > Having read this, what I want to know is, where can I download
the
> > > > source
> > > > > > code for WSAD?
> > > > > FAQ 19: If I write a module to add to a Program licensed under the
> CPL
> > > and
> > > > > distribute the object code of the module along with the rest of
the
> > > > Program,
> > > > > must I make the source code to my module available in accordance
> with
> > > the
> > > > > terms of the CPL?
> > > > >
> > > > > No, as long as the module is not a derivative work of the Program.
> > > > > Peter Burka
> > > >
> > > > Thanks, Peter. I understand what you and your co-workers are trying
to
> > > tell
> > > > me - that there is no issue here. The definition of 'derivative
work'
> > > > remains a sticking point, as Adrian anticipated.
> > > >
> > > > I have provided feedback to the FAQ writers. Hopefully, I'll get
some
> > > > response.
> > > >
> > > > Bob
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
Re: CPL FAQ available at IBM web site [message #38137 is a reply to message #38036] |
Wed, 17 July 2002 04:09  |
Eclipse User |
|
|
|
Originally posted by: adrian_cho.oti.com
Since at least for this time I have routed the questions you posted here
directly to the FAQ authors, there is no need to resend them.
Adrian
"Bob Foster" <bob@objfac.com> wrote in message
news:ah1r9c$deu$1@rogue.oti.com...
> As always, I appreciate your helpful response. Should I re-send my
questions
> (esp. #2) or do they have enough copies now? ;-} Thanks!
|
|
|
Goto Forum:
Current Time: Fri Jul 18 00:03:42 EDT 2025
Powered by FUDForum. Page generated in 0.32541 seconds
|