You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by Goson zhang <go...@apache.org> on 2020/01/17 03:16:35 UTC

[Help]Justin, how to adjust the contents of the LICENSE file?

Justin, I didn’t know how to do it when adjusting the contents of the
LICENSE file and adding the NOTICE file. I refer to the
https://github.com/apache/incubator-iotdb project you provided, and
https://github.com/ Apache / incubator-livy project, I found that the
contents of the 2 projects are different:

1. In IotDB, it includes LICENSE and LICENSE-binary, NOTICE and
NOTICE-binary, but in livy, it only includes LICENSE and NOTICE, there is
no xxx-binary, why is there such a difference, what should be followed in
the TubeMQ project Way to provide?

2. What should be filled in the LICENSE and NOTICE files? In addition to
the Apache v2 license statement in LICENSE, in IotDB, LICENSE has added a
statement on the use of external component source code file, and NOTICE has
added a statement on the external component packages referenced in pom.xml,
 but in livy, in LICENSE there are only declarations for external component
packages in pom.xml.

How to write LICENSE and NOTICE files?

Thanks!

Re: [Help]Justin, how to adjust the contents of the LICENSE file?

Posted by Goson zhang <go...@apache.org>.
Thank you for your help, I will study again.

Thanks!

Justin Mclean <ju...@classsoftware.com> 于2020年1月17日周五 上午11:29写道:

> Hi,
>
> > Justin, I didn’t know how to do it when adjusting the contents of the
> > LICENSE file and adding the NOTICE file.
>
> This is the best guide [1]. I have also given talks on it at ApacheCon you
> should be able to find and created a worked example [2] that may help.
>
> All releases need a LICENSE and a NOTICE file. Apache officially releases
> source code only. If you decide to provided a convenance binary for users
> it also needs a LICENSE and NOTICE file but the contents of those files may
> vary from the source release. What matters is what 3rd party software is in
> the release artefact not what the dependancies are.
>
> Thanks,
> Justin
>
> 1. http://www.apache.org/dev/licensing-howto.html
> 2. https://github.com/justinmclean/ApacheWombat
>
>

Re: [Help]Justin, how to adjust the contents of the LICENSE file?

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

> Justin, I didn’t know how to do it when adjusting the contents of the
> LICENSE file and adding the NOTICE file.

This is the best guide [1]. I have also given talks on it at ApacheCon you should be able to find and created a worked example [2] that may help.

All releases need a LICENSE and a NOTICE file. Apache officially releases source code only. If you decide to provided a convenance binary for users it also needs a LICENSE and NOTICE file but the contents of those files may vary from the source release. What matters is what 3rd party software is in the release artefact not what the dependancies are.

Thanks,
Justin

1. http://www.apache.org/dev/licensing-howto.html
2. https://github.com/justinmclean/ApacheWombat