Versions Compared

Key

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

...

D. Open Issues/Questions/Doubts/Concerns (Help Requested!)

...

Question 1: What all can be excluded from RAT checks? Currently the following are being excluded from the RAT checks. Is this ok ?

 

 Name of File/Folder Excluded from RAT CheckReason for IgnoringConcerns
1

These File Types: *.xml ; *.css ; *.txt; *.md ; \..* ; *.ipynb ; *.html ; *.js ; *.json ; *.svg; *.config; *.names; *.csv

  
2

Submodules - 3rdparty/* ; dmlc-core/* ; mshadow/* ; dmlc-core/* ; dlpack/* ; nnvm/* ; ps-lite/*

 None
3
R-package
Not a part of MXNet ReleaseNone
4

Ignore all Dockerfiles - docker/*; Dockerfile* ; docker_multiarch/*

Dockerfiles cant have license 
5
perl-package/*
 I am not entirely sure about licensing here. (Also see issue 12 in the last table below)I think I can add ASF header.  
6 contrib/* I am not entirely sure about licensing here. Is ASF header ok?
7 __init__.py files These files contain no text None
8 docs/* A header might affect website. Can someone verify its ok to add ASF without impacting the website
9 This file - src/operator/nn/pool.hIt was decided that this file should not have an Apache License and it was removed here - PR 9170None. But can be verified again.
10This file - src/operator/special_functions-inl.hIt was decided that this file should not have an Apache License and it was removed here - PR 9170None. But can be verified again.
11example/rcnn/rcnn/cython/*This is licensed under MIT but RAT doesnt pick that. ASF should not be addedShould MIT license text be added explicitly?
12This Dataset - example/gluon/tree_lstm/dataset.cPickleThis is a datasetNone. But can be verified again.
13This file - tools/coreml/pip_package/README.rstThis is a READMENone. But can be verified again.

...


Question 2: There are still 7 files with unknown licenses as per Apache RAT - SEE TABLE BELOW for this LIst

    1. This list assumes all 7 PRs listed above are approved and merged 
    2. This list assumes above excluded folders and formats are acceptable. 

      S.NoFile NameComments
      1. CODEOWNERS 
      2.appveyor.yml 
      3.readthedocs.yml 
      4.snap.python 
      5.snapcraft.yaml 
      6.python/mxnet/cython/base.pyi 
      7.tests/ci_build/pylintrc 

...

Question 3: Issue 6 in table below

This file has had some conflict - example/image-classification/predict-cpp/image-classification-predict.cc

(and one more)

...

Question 4: Issue 23 and Issue 37 in table below

This Folder needs to be reviewed - src/operator/contrib/ctc_include

...