You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/26 02:11:26 UTC

[GitHub] mbaijal commented on a change in pull request #9554: [Review Required] Adding Apache License header to the perl-package

mbaijal commented on a change in pull request #9554: [Review Required] Adding Apache License header to the perl-package
URL: https://github.com/apache/incubator-mxnet/pull/9554#discussion_r164020942
 
 

 ##########
 File path: tools/license_header.py
 ##########
 @@ -83,7 +83,7 @@
 _LANGS = {'.cc':'*', '.h':'*', '.cu':'*', '.cuh':'*', '.py':'#',
           '.pm':'#', '.scala':'*', '.cc':'*', '.sh':'#', '.cmake':'#',
           '.java':'*', '.sh':'#', '.cpp':'*', '.hpp':'*', '.c':'*',
-          '.bat':'rem', '.pl':'#', '.m':'%', '.R':'#', '.mk':'#', '.cfg':'#'}
+          '.bat':'rem', '.pl':'#', '.m':'%', '.R':'#', '.mk':'#', '.cfg':'#', '.t':'#'}
 
 Review comment:
   I can. But at the moment RAT only found a couple of files with this extension and hence I just manually added the licenses. 
   I am tracking all the file types that should go into the license_header.py script soon after this release. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services