Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-community] Use of javax.* in new EE4J projects

Yes, that is also how another case of repackaging of a JSR looks like.

Look at sources in java.time (previously javax.time, before it got merged into the JDK codebase)
a little hidden under the default Oracle header is

> Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
and a BSD 3-clause license.

So even if say something was repackaged some day from javax.* the history and license/copyright headers the sources now have will have to be preserved.

Werner


On Wed, Nov 8, 2017 at 6:00 PM, <ee4j-community-request@xxxxxxxxxxx> wrote:
Send ee4j-community mailing list submissions to
        ee4j-community@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/ee4j-community
or, via email, send a message with subject or body 'help' to
        ee4j-community-request@eclipse.org

You can reach the person managing the list at
        ee4j-community-owner@eclipse.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ee4j-community digest..."


Today's Topics:

   1. Re: Use of javax.* in new EE4J projects (Mike Milinkovich)


----------------------------------------------------------------------

Message: 1
Date: Tue, 7 Nov 2017 14:02:45 -0500
From: Mike Milinkovich <mike.milinkovich@eclipse-foundation.org>
To: ee4j-community@xxxxxxxxxxx
Subject: Re: [ee4j-community] Use of javax.* in new EE4J projects
Message-ID:
        <57bd8570-5622-d643-19dd-a748fccd65ac@eclipse-foundation.org>
Content-Type: text/plain; charset=utf-8; format=flowed

On 2017-11-04 10:08 PM, Bill Shannon wrote:
> You can't remove the Oracle copyright.
>
> Giorgio Desideri wrote on 11/04/2017 01:49 AM:
>> Hi,
>>
>> I think if we want satisfy the desire to include the JCache inside
>> EE4J, the questions to raise are:
>> - how many big / how much is the effort to rename packages, "remove
>> Oracle copyright", and apply inside EE4J ?


Another way to put this, is there is no reason to "remove Oracle
copyright". All Eclipse Foundation projects are made available under
open source licenses, but the copyright remains owned by the authors or
their employers.

People sometimes mistakenly think that open sourcing a piece of code
requires removing the owners' copyright. That is simply incorrect. So if
JCache wanted to move to EE4J there is no reason to remove any existing
copyright notices.

--
Mike Milinkovich
mike.milinkovich@eclipse-foundation.org
(m) +1.613.220.3223



------------------------------

_______________________________________________
ee4j-community mailing list
ee4j-community@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-community


End of ee4j-community Digest, Vol 3, Issue 21
*********************************************


Back to the top