Skip to content

Commit

Permalink
[MERGE into v1.0.0 ONLY] Fix license for 1.0.0 (apache#8876)
Browse files Browse the repository at this point in the history
* Remove ASF Licenses from some files

* typo

* typo 2

* whitelisting files for header check
  • Loading branch information
mbaijal authored and cjolivier01 committed Nov 30, 2017
1 parent 142133c commit 3a3f6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/license_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
'nnvm',
'ps-lite',
'src/operator/mkl/',
'src/operator/contrib/ctc_include/',
'cmake/Modules/FindJeMalloc.cmake',
'src/operator/special_functions-inl.h',
'src/operator/nn/pool.h',
'src/operator/contrib/psroi_pooling-inl.h',
'src/operator/contrib/nn/deformable_im2col.h',
'example/speech-demo/io_func/convert2kaldi.py',
'example/speech-demo/decode_mxnet.sh',
'example/image-classification/predict-cpp/image-classification-predict.cc']
'example/image-classification/predict-cpp/image-classification-predict.cc',
'src/operator/contrib/ctc_include/']

# language extensions and the according commment mark
_LANGS = {'.cc':'*', '.h':'*', '.cu':'*', '.cuh':'*', '.py':'#',
Expand Down

0 comments on commit 3a3f6a3

Please sign in to comment.