Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. What all can be excluded from RAT checks? Currently the following are being excluded from the RAT checks. Is this ok ?
    • these file types - *.xml ; *.css ; *.txt; *.md ; \..* ; *.ipynb ; *.html ; *.js ; *.json ; *.svg; *.config; *.names 
    • Submodules - 3rdparty/* ; dmlc-core/* ; mshadow/* ; dmlc-core/* ; dlpack/* ; nnvm/* ; ps-lite/*
    • R-package since it is not released - R-package/* 
    • src/operator/mkl/* 
    • Ignore all Dockerfiles - docker/*; Dockerfile* ; docker_multiarch/*
    • perl-package/* 
    • contrib/*
    • __init__.py files  
    • docs/*  
    • src/operator/nn/pool.h - It was decided that this file should not have an Apache License and it was removed here - PR 9170
    • example/rcnn/rcnn/cython - This is licensed under MIT but RAT doesnt pick that
    • example/gluon/tree_lstm/dataset.cPickle - dataset

  2. There are still ~30 files with unknown licenses as per Apache RAT (`txt` attached)
    1. This list assumes all 4 PRs merged 
    2. This list assumes above excluded folders and formats are acceptable

  3. All the points highlighted in Dark Red in the table below - 

...