You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/04/20 07:58:27 UTC

[GitHub] [incubator-eventmesh] xwm1992 opened a new issue #295: Lack of licenses in each source file under the eventmesh-runtime module

xwm1992 opened a new issue #295:
URL: https://github.com/apache/incubator-eventmesh/issues/295


   If we want to publish under the apache, we need to add licenses to each source file. You can do this refer to https://creadur.apache.org/rat/apache-rat/index.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 closed issue #295: Lack of licenses in each source file under the eventmesh-runtime module

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #295:
URL: https://github.com/apache/incubator-eventmesh/issues/295


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] kezhenxu94 edited a comment on issue #295: Lack of licenses in each source file under the eventmesh-runtime module

Posted by GitBox <gi...@apache.org>.
kezhenxu94 edited a comment on issue #295:
URL: https://github.com/apache/incubator-eventmesh/issues/295#issuecomment-823834185


   Hi @xwm1992 and @liangyuanpeng , I hope you'll find [this tool](https://github.com/apache/skywalking-eyes#docker-image) helpful to add license headers into the source files. License eye is a licensing tool to help audit and fix license headers, especially for ASF projects
   
   ```shell
   docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 edited a comment on issue #295: Lack of licenses in each source file under the eventmesh-runtime module

Posted by GitBox <gi...@apache.org>.
xwm1992 edited a comment on issue #295:
URL: https://github.com/apache/incubator-eventmesh/issues/295#issuecomment-823868281


   > Hi @xwm1992 and @liangyuanpeng , I hope you'll find this tool helpful to add license headers into the source files. License eye is a licensing tool to help audit and fix license headers, especially for ASF projects
   
   
   glad for your help, thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] liangyuanpeng commented on issue #295: Lack of licenses in each source file under the eventmesh-runtime module

Posted by GitBox <gi...@apache.org>.
liangyuanpeng commented on issue #295:
URL: https://github.com/apache/incubator-eventmesh/issues/295#issuecomment-823351134


   Let me work for it .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] kezhenxu94 commented on issue #295: Lack of licenses in each source file under the eventmesh-runtime module

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #295:
URL: https://github.com/apache/incubator-eventmesh/issues/295#issuecomment-823834185


   Hi @xwm1992 and @liangyuanpeng , I hope you'll find [this tool](https://github.com/apache/skywalking-eyes#docker-image) helpful to add license headers into the source files. License eye is a licensing tool to help audit and fix license headers, especially for ASF projects
   
   docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] liangyuanpeng commented on issue #295: Lack of licenses in each source file under the eventmesh-runtime module

Posted by GitBox <gi...@apache.org>.
liangyuanpeng commented on issue #295:
URL: https://github.com/apache/incubator-eventmesh/issues/295#issuecomment-824108567


   @kezhenxu94  Cool, It's working.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 commented on issue #295: Lack of licenses in each source file under the eventmesh-runtime module

Posted by GitBox <gi...@apache.org>.
xwm1992 commented on issue #295:
URL: https://github.com/apache/incubator-eventmesh/issues/295#issuecomment-823868281


   > Hi @xwm1992 and @liangyuanpeng , I hope you'll find this tool helpful to add license headers into the source files. License eye is a licensing tool to help audit and fix license headers, especially for ASF projects
   
   docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
   
   glad for your help, thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org