Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Copyright notice in compiler output
Copyright notice in compiler output [message #27031] Wed, 14 December 2005 18:55 Go to next message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
When I export an product with compile errors, I find the following in
the produced logs:<br>
<blockquote># Eclipse Java Compiler 0.619, pre-3.2.0 milestone-3, <b>Copyright
IBM Corp 2000, 2005. All rights reserved.<br>
</b></blockquote>
Am I missing something or is this in error? Or does IBM have some
secret evil plans with hidden core parts of Eclipse ;)<br>
</body>
</html>
Re: Copyright notice in compiler output [message #27111 is a reply to message #27031] Mon, 19 December 2005 19:47 Go to previous messageGo to next message
Adrian Cho is currently offline Adrian ChoFriend
Messages: 18
Registered: July 2009
Junior Member
No there's no secret evil plans here.

I think you are confusing copyright with license. The compiler like all
other parts of Eclipse is copyrighted by someone because someone wrote that
code and retains the rights to it. However the code is licensed to you
under the terms of an open source license - in most cases the EPL. The
license is what allows you to use the code but that has nothing to do with
who owns the code. The notice in the log is simply just to let you know
that it was produced by the compiler. The copyright notice is there for
completion.

Adrian

> "Joerg von Frantzius" <joerg.von.frantzius@artnology.nospam.com> wrote in
message news:dnppr2$ocd$1@news.eclipse.org...
> When I export an product with compile errors, I find the following in the
produced logs:
>
> # Eclipse Java Compiler 0.619, pre-3.2.0 milestone-3, Copyright IBM Corp
2000, 2005. All rights reserved.
>
> Am I missing something or is this in error? Or does IBM have some secret
evil plans with hidden core parts of Eclipse ;)
Re: Copyright notice in compiler output [message #27331 is a reply to message #27031] Wed, 21 December 2005 07:18 Go to previous message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
On Wed, 14 Dec 2005 13:55:30 -0500, Joerg von Frantzius <joerg.von.frant=
zius@artnology.nospam.com> wrote:

> When I export an product with compile errors, I find the following in =
the
> produced logs:
>
> # Eclipse Java Compiler 0.619, pre-3.2.0 milestone-3, Copyright IBM Co=
rp 2000,
> 2005. All rights reserved.
> Am I missing something or is this in error? Or does IBM have some secr=
et evil
> plans with hidden core parts of Eclipse ;)
>

If you like minutia, you might enjoy some of the history in
bug 107535.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D107535

There's always been the ability to print out this info with compiler opt=
ions, but it was
requested to do it automatically (if log produced) to help ensure it
was obvious exactly which version of the compiler was being used.
The copyright statement just came along for free :)
[and it wasn't really a change in status or policy, just the default pri=
nt behavior changed].
Previous Topic:EclipseCon Very Early Registration Deadline
Next Topic:Live-ness
Goto Forum:
  


Current Time: Sat Apr 27 01:38:46 GMT 2024

Powered by FUDForum. Page generated in 0.02757 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top