On 06/07/2012, at 7:15 PM, Olivier Lamy wrote:
> I understand the company copyright issue.
> But if I read that
http://www.apache.org/licenses/LICENSE-2.0#apply> There is a Copyright [yyyy] [name of copyright owner]
> ??
That describes how another projects using the Apache License should apply the headers. For code contributed to the ASF, this is the policy:
http://www.apache.org/legal/src-headers.htmlIn particular:
--
If the source file is submitted with a copyright notice included in it, the copyright owner (or owner's agent) must either:
• remove such notices, or
• move them to the NOTICE file associated with each applicable project release, or
• provide written permission for the ASF to make such removal or relocation of the notices.
--
Having permission to remove the header below avoids us having to maintain the duplicate.
- Brett
>
> 2012/7/6 Olivier Lamy <
olamy@...>:
>> Ouch yes sorry I didn't check that !!
>> My bad.
>> I will.
>>
>> 2012/7/6 Brett Porter <
brett@...>:
>>>
>>> On 06/07/2012, at 6:43 AM,
olamy@... wrote:
>>>
>>>> +/*
>>>> + * Copyright 2012 Zenika
>>>> + *
>>>> + * Licensed under the Apache License, Version 2.0 (the "License");
>>>> + * you may not use this file except in compliance with the License.
>>>> + * You may obtain a copy of the License at
>>>> + *
>>>> + *
http://www.apache.org/licenses/LICENSE-2.0>>>> + *
>>>> + * Unless required by applicable law or agreed to in writing, software
>>>> + * distributed under the License is distributed on an "AS IS" BASIS,
>>>> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>>>> + * See the License for the specific language governing permissions and
>>>> + * limitations under the License.
>>>> + */
>>>
>>> Can we request the submitter replace these license headers?
>>>
>>> - Brett