You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by Wang Xin <lo...@hotmail.com> on 2018/03/12 10:01:39 UTC

How to add Apache license head to the files of hessian-lite sub project

Hi,all
       Now I’m adding Apache license head to the Dubbo project.  I find that ,the hessian-lite sub project is totally  copied from hessian project (http://hessian.caucho.com/) , it’s package is modified and maintained here.
   The hessian project complies with Apache license 1.1. The license head in each file is as the following:
      What should I do with it?

/*
 * Copyright (c) 2001-2004 Caucho Technology, Inc.  All rights reserved.
 *
 * The Apache Software License, Version 1.1
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in
 *    the documentation and/or other materials provided with the
 *    distribution.
 *
 * 3. The end-user documentation included with the redistribution, if
 *    any, must include the following acknowlegement:
 *       "This product includes software developed by the
 *        Caucho Technology (http://www.caucho.com/)."
 *    Alternately, this acknowlegement may appear in the software itself,
 *    if and wherever such third-party acknowlegements normally appear.
 *
 * 4. The names "Burlap", "Resin", and "Caucho" must not be used to
 *    endorse or promote products derived from this software without prior
 *    written permission. For written permission, please contact
 *    info@caucho.com<ma...@caucho.com>.
 *
 * 5. Products derived from this software may not be called "Resin"
 *    nor may "Resin" appear in their names without prior written
 *    permission of Caucho Technology.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED.  IN NO EVENT SHALL CAUCHO TECHNOLOGY OR ITS CONTRIBUTORS
 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * @author Scott Ferguson
 */


Xin Wang
lovepoem@hotmail.com<ma...@hotmail.com>




Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Ian Luo <ia...@gmail.com>.
yep, I double checked to verify there’s nothing to worry on this area. 

> On 14 Mar 2018, at 2:18 PM, Wang Xin <lo...@hotmail.com> wrote:
> 
> 
> 
> Hi,Then we need to rollback what we made in hessian-lite module and keep the original license/author info as is. As Justin suggested, pls. also cross check LICENSE file.
> 
>    I haven't changed the original license/author info yet
> 
> Don’t be too concern about what goes in LICENCE and NOTICE right now we can fix that up before the first release.
>    Now the Apache license addition is almost complete  in alibaba/dubbo project
> 
> Xin Wang
> lovepoem@hotmail.com<ma...@hotmail.com>
> 
> 
> 
> 在 2018年3月14日,下午2:11,Justin Mclean <ju...@classsoftware.com>> 写道:
> 
> Hi,
> 
> Then we need to rollback what we made in hessian-lite module and keep the original license/author info as is. As Justin suggested, pls. also cross check LICENSE file.
> 
> Don’t be too concern about what goes in LICENCE and NOTICE right now we can fix that up before the first release.
> 
> Thanks,
> Justin
> 


Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Wang Xin <lo...@hotmail.com>.

Hi,Then we need to rollback what we made in hessian-lite module and keep the original license/author info as is. As Justin suggested, pls. also cross check LICENSE file.

    I haven't changed the original license/author info yet

Don’t be too concern about what goes in LICENCE and NOTICE right now we can fix that up before the first release.
    Now the Apache license addition is almost complete  in alibaba/dubbo project

Xin Wang
lovepoem@hotmail.com<ma...@hotmail.com>



在 2018年3月14日,下午2:11,Justin Mclean <ju...@classsoftware.com>> 写道:

Hi,

Then we need to rollback what we made in hessian-lite module and keep the original license/author info as is. As Justin suggested, pls. also cross check LICENSE file.

Don’t be too concern about what goes in LICENCE and NOTICE right now we can fix that up before the first release.

Thanks,
Justin


Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Then we need to rollback what we made in hessian-lite module and keep the original license/author info as is. As Justin suggested, pls. also cross check LICENSE file.

Don’t be too concern about what goes in LICENCE and NOTICE right now we can fix that up before the first release.

Thanks,
Justin

Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Ian Luo <ia...@gmail.com>.
Hi Xin,

Then we need to rollback what we made in hessian-lite module and keep the original license/author info as is. As Justin suggested, pls. also cross check LICENSE file.

Thanks,
-Ian.

> On 14 Mar 2018, at 5:47 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> 
> Hi,
> 
>> It seems to be a combination of a BSD license and Apache which is slightly confusing. IMO nothing needs to go in NOTICE but we probably need to look into it in a little more detail.
> 
> Which is what The Apache 1.1 license is (i.e. a modified BSD one) it’s been a while since I’ve looked at the text from ALv1.1. As far as a release goes IMO the LICENSE txt needs to go in (or be pointed at) in LICENSE, [1] nothing should be added to NOTICE [2] (as the text is included in LICENSE) and the headers should be left on the existing code as is.
> 
> Thanks,
> Justin
> 
> 1. http://www.apache.org/dev/licensing-howto.html#permissive-deps
> 2. https://www.apache.org/legal/resolved.html#required-third-party-notices


Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> It seems to be a combination of a BSD license and Apache which is slightly confusing. IMO nothing needs to go in NOTICE but we probably need to look into it in a little more detail.

Which is what The Apache 1.1 license is (i.e. a modified BSD one) it’s been a while since I’ve looked at the text from ALv1.1. As far as a release goes IMO the LICENSE txt needs to go in (or be pointed at) in LICENSE, [1] nothing should be added to NOTICE [2] (as the text is included in LICENSE) and the headers should be left on the existing code as is.

Thanks,
Justin

1. http://www.apache.org/dev/licensing-howto.html#permissive-deps
2. https://www.apache.org/legal/resolved.html#required-third-party-notices

Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Justin Mclean <ju...@me.com>.
Hi,

> The text from section 3 should appear in the NOTICE file.

It seems to be a combination of a BSD license and Apache which is slightly confusing. IMO nothing needs to go in NOTICE but we probably need to look into it in a little more detail.

Thanks,
Justin

Re: Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Kimm King <ki...@163.com>.
In my opion, it's better to keep author info for respect.
Just think sometimes other guys copy your codes.



KimmKing(kimmking@163.com)
 == In me the tiger sniffs the rose. ==

 
发件人: Wang Xin
发送时间: 2018-03-13 22:02
收件人: dev@dubbo.apache.org
主题: Re: How to add Apache license head to the files of hessian-lite sub project
Should the author info be removed?  @author Scott Ferguson
 
Xin Wang
lovepoem@hotmail.com<ma...@hotmail.com>
 
 
 
在 2018年3月13日,下午7:50,Mark Thomas <ma...@apache.org>> 写道:
 
On 13/03/18 06:03, Ian Luo wrote:
+1 to keep original license info since it’s Apache License 1.0.
 
Mentors, would you mind to guide us on this particular problem?
 
Leave the ALv1.1 headers (with the copyright) in place.
 
The text from section 3 should appear in the NOTICE file.
 
Mark
 
 
 
Thanks,
-Ian.
 
On 12 Mar 2018, at 7:02 PM, Kimm King <ki...@163.com>> wrote:
 
I think keeping the notice is awesome.
 
 
 
KimmKing(kimmking@163.com<ma...@163.com>)
== In me the tiger sniffs the rose. ==
 
 
发件人: Wang Xin
发送时间: 2018-03-12 18:01
收件人: dev@dubbo.apache.org<ma...@dubbo.apache.org>
主题: How to add Apache license head to the files of hessian-lite sub project
Hi,all
     Now I’m adding Apache license head to the Dubbo project.  I find that ,the hessian-lite sub project is totally  copied from hessian project (http://hessian.caucho.com/) , it’s package is modified and maintained here.
The hessian project complies with Apache license 1.1. The license head in each file is as the following:
    What should I do with it?
 
/*
* Copyright (c) 2001-2004 Caucho Technology, Inc.  All rights reserved.
*
* The Apache Software License, Version 1.1
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
*    notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
*    notice, this list of conditions and the following disclaimer in
*    the documentation and/or other materials provided with the
*    distribution.
*
* 3. The end-user documentation included with the redistribution, if
*    any, must include the following acknowlegement:
*       "This product includes software developed by the
*        Caucho Technology (http://www.caucho.com/)."
*    Alternately, this acknowlegement may appear in the software itself,
*    if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "Burlap", "Resin", and "Caucho" must not be used to
*    endorse or promote products derived from this software without prior
*    written permission. For written permission, please contact
*    info@caucho.com<ma...@caucho.com>.
*
* 5. Products derived from this software may not be called "Resin"
*    nor may "Resin" appear in their names without prior written
*    permission of Caucho Technology.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED.  IN NO EVENT SHALL CAUCHO TECHNOLOGY OR ITS CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
* OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @author Scott Ferguson
*/
 
 
Xin Wang
lovepoem@hotmail.com<ma...@hotmail.com>
 
 
 
 
 
 

Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Justin Mclean <ju...@me.com>.
Hi,

> Should the author info be removed?  @author Scott Ferguson

I’d leave any existing author tags in but not add any new ones.

Thanks,
Justin

Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Wang Xin <lo...@hotmail.com>.
Should the author info be removed?  @author Scott Ferguson

Xin Wang
lovepoem@hotmail.com<ma...@hotmail.com>



在 2018年3月13日,下午7:50,Mark Thomas <ma...@apache.org>> 写道:

On 13/03/18 06:03, Ian Luo wrote:
+1 to keep original license info since it’s Apache License 1.0.

Mentors, would you mind to guide us on this particular problem?

Leave the ALv1.1 headers (with the copyright) in place.

The text from section 3 should appear in the NOTICE file.

Mark



Thanks,
-Ian.

On 12 Mar 2018, at 7:02 PM, Kimm King <ki...@163.com>> wrote:

I think keeping the notice is awesome.



KimmKing(kimmking@163.com<ma...@163.com>)
== In me the tiger sniffs the rose. ==


发件人: Wang Xin
发送时间: 2018-03-12 18:01
收件人: dev@dubbo.apache.org<ma...@dubbo.apache.org>
主题: How to add Apache license head to the files of hessian-lite sub project
Hi,all
     Now I’m adding Apache license head to the Dubbo project.  I find that ,the hessian-lite sub project is totally  copied from hessian project (http://hessian.caucho.com/) , it’s package is modified and maintained here.
 The hessian project complies with Apache license 1.1. The license head in each file is as the following:
    What should I do with it?

/*
* Copyright (c) 2001-2004 Caucho Technology, Inc.  All rights reserved.
*
* The Apache Software License, Version 1.1
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
*    notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
*    notice, this list of conditions and the following disclaimer in
*    the documentation and/or other materials provided with the
*    distribution.
*
* 3. The end-user documentation included with the redistribution, if
*    any, must include the following acknowlegement:
*       "This product includes software developed by the
*        Caucho Technology (http://www.caucho.com/)."
*    Alternately, this acknowlegement may appear in the software itself,
*    if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "Burlap", "Resin", and "Caucho" must not be used to
*    endorse or promote products derived from this software without prior
*    written permission. For written permission, please contact
*    info@caucho.com<ma...@caucho.com>.
*
* 5. Products derived from this software may not be called "Resin"
*    nor may "Resin" appear in their names without prior written
*    permission of Caucho Technology.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED.  IN NO EVENT SHALL CAUCHO TECHNOLOGY OR ITS CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
* OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @author Scott Ferguson
*/


Xin Wang
lovepoem@hotmail.com<ma...@hotmail.com>







Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Mark Thomas <ma...@apache.org>.
On 13/03/18 06:03, Ian Luo wrote:
> +1 to keep original license info since it’s Apache License 1.0. 
> 
> Mentors, would you mind to guide us on this particular problem?

Leave the ALv1.1 headers (with the copyright) in place.

The text from section 3 should appear in the NOTICE file.

Mark


> 
> Thanks,
> -Ian.
> 
>> On 12 Mar 2018, at 7:02 PM, Kimm King <ki...@163.com> wrote:
>>
>> I think keeping the notice is awesome.
>>
>>
>>
>> KimmKing(kimmking@163.com)
>> == In me the tiger sniffs the rose. ==
>>
>>
>> 发件人: Wang Xin
>> 发送时间: 2018-03-12 18:01
>> 收件人: dev@dubbo.apache.org
>> 主题: How to add Apache license head to the files of hessian-lite sub project
>> Hi,all
>>       Now I’m adding Apache license head to the Dubbo project.  I find that ,the hessian-lite sub project is totally  copied from hessian project (http://hessian.caucho.com/) , it’s package is modified and maintained here.
>>   The hessian project complies with Apache license 1.1. The license head in each file is as the following:
>>      What should I do with it?
>>
>> /*
>> * Copyright (c) 2001-2004 Caucho Technology, Inc.  All rights reserved.
>> *
>> * The Apache Software License, Version 1.1
>> *
>> * Redistribution and use in source and binary forms, with or without
>> * modification, are permitted provided that the following conditions
>> * are met:
>> *
>> * 1. Redistributions of source code must retain the above copyright
>> *    notice, this list of conditions and the following disclaimer.
>> *
>> * 2. Redistributions in binary form must reproduce the above copyright
>> *    notice, this list of conditions and the following disclaimer in
>> *    the documentation and/or other materials provided with the
>> *    distribution.
>> *
>> * 3. The end-user documentation included with the redistribution, if
>> *    any, must include the following acknowlegement:
>> *       "This product includes software developed by the
>> *        Caucho Technology (http://www.caucho.com/)."
>> *    Alternately, this acknowlegement may appear in the software itself,
>> *    if and wherever such third-party acknowlegements normally appear.
>> *
>> * 4. The names "Burlap", "Resin", and "Caucho" must not be used to
>> *    endorse or promote products derived from this software without prior
>> *    written permission. For written permission, please contact
>> *    info@caucho.com<ma...@caucho.com>.
>> *
>> * 5. Products derived from this software may not be called "Resin"
>> *    nor may "Resin" appear in their names without prior written
>> *    permission of Caucho Technology.
>> *
>> * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
>> * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
>> * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
>> * DISCLAIMED.  IN NO EVENT SHALL CAUCHO TECHNOLOGY OR ITS CONTRIBUTORS
>> * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
>> * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
>> * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
>> * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
>> * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
>> * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
>> * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
>> *
>> * @author Scott Ferguson
>> */
>>
>>
>> Xin Wang
>> lovepoem@hotmail.com<ma...@hotmail.com>
>>
>>
>>
> 


Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Ian Luo <ia...@gmail.com>.
+1 to keep original license info since it’s Apache License 1.0. 

Mentors, would you mind to guide us on this particular problem?

Thanks,
-Ian.

> On 12 Mar 2018, at 7:02 PM, Kimm King <ki...@163.com> wrote:
> 
> I think keeping the notice is awesome.
> 
> 
> 
> KimmKing(kimmking@163.com)
> == In me the tiger sniffs the rose. ==
> 
> 
> 发件人: Wang Xin
> 发送时间: 2018-03-12 18:01
> 收件人: dev@dubbo.apache.org
> 主题: How to add Apache license head to the files of hessian-lite sub project
> Hi,all
>       Now I’m adding Apache license head to the Dubbo project.  I find that ,the hessian-lite sub project is totally  copied from hessian project (http://hessian.caucho.com/) , it’s package is modified and maintained here.
>   The hessian project complies with Apache license 1.1. The license head in each file is as the following:
>      What should I do with it?
> 
> /*
> * Copyright (c) 2001-2004 Caucho Technology, Inc.  All rights reserved.
> *
> * The Apache Software License, Version 1.1
> *
> * Redistribution and use in source and binary forms, with or without
> * modification, are permitted provided that the following conditions
> * are met:
> *
> * 1. Redistributions of source code must retain the above copyright
> *    notice, this list of conditions and the following disclaimer.
> *
> * 2. Redistributions in binary form must reproduce the above copyright
> *    notice, this list of conditions and the following disclaimer in
> *    the documentation and/or other materials provided with the
> *    distribution.
> *
> * 3. The end-user documentation included with the redistribution, if
> *    any, must include the following acknowlegement:
> *       "This product includes software developed by the
> *        Caucho Technology (http://www.caucho.com/)."
> *    Alternately, this acknowlegement may appear in the software itself,
> *    if and wherever such third-party acknowlegements normally appear.
> *
> * 4. The names "Burlap", "Resin", and "Caucho" must not be used to
> *    endorse or promote products derived from this software without prior
> *    written permission. For written permission, please contact
> *    info@caucho.com<ma...@caucho.com>.
> *
> * 5. Products derived from this software may not be called "Resin"
> *    nor may "Resin" appear in their names without prior written
> *    permission of Caucho Technology.
> *
> * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
> * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
> * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
> * DISCLAIMED.  IN NO EVENT SHALL CAUCHO TECHNOLOGY OR ITS CONTRIBUTORS
> * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
> * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
> * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
> * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
> * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
> * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
> * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> *
> * @author Scott Ferguson
> */
> 
> 
> Xin Wang
> lovepoem@hotmail.com<ma...@hotmail.com>
> 
> 
> 


Re: How to add Apache license head to the files of hessian-lite sub project

Posted by Kimm King <ki...@163.com>.
I think keeping the notice is awesome.



KimmKing(kimmking@163.com)
 == In me the tiger sniffs the rose. ==

 
发件人: Wang Xin
发送时间: 2018-03-12 18:01
收件人: dev@dubbo.apache.org
主题: How to add Apache license head to the files of hessian-lite sub project
Hi,all
       Now I’m adding Apache license head to the Dubbo project.  I find that ,the hessian-lite sub project is totally  copied from hessian project (http://hessian.caucho.com/) , it’s package is modified and maintained here.
   The hessian project complies with Apache license 1.1. The license head in each file is as the following:
      What should I do with it?
 
/*
* Copyright (c) 2001-2004 Caucho Technology, Inc.  All rights reserved.
*
* The Apache Software License, Version 1.1
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
*    notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
*    notice, this list of conditions and the following disclaimer in
*    the documentation and/or other materials provided with the
*    distribution.
*
* 3. The end-user documentation included with the redistribution, if
*    any, must include the following acknowlegement:
*       "This product includes software developed by the
*        Caucho Technology (http://www.caucho.com/)."
*    Alternately, this acknowlegement may appear in the software itself,
*    if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "Burlap", "Resin", and "Caucho" must not be used to
*    endorse or promote products derived from this software without prior
*    written permission. For written permission, please contact
*    info@caucho.com<ma...@caucho.com>.
*
* 5. Products derived from this software may not be called "Resin"
*    nor may "Resin" appear in their names without prior written
*    permission of Caucho Technology.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED.  IN NO EVENT SHALL CAUCHO TECHNOLOGY OR ITS CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
* OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @author Scott Ferguson
*/
 
 
Xin Wang
lovepoem@hotmail.com<ma...@hotmail.com>