Versions Compared

Key

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

...

 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 have created a PR - https://github.com/apache/incubator-mxnet/pull/9554  

But there are still some files here which dont have the license (*.i files and some more)

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/_static/* A header might affect website. Only one script here without a license -
docs/_static/mxnet-theme/theme.conf
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.
14CODEOWNERStext file 


Question 2: There are still

...

4 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. CODEOWNERSMoved to excludes
      2.appveyor.ymlAdded ASF header - Open PR
      3.readthedocs.ymlDoes this need an Apache License ?
      4.snap.pythonCan I add Apache License here?
      5.snapcraft.yamlCan I add Apache License here?
      6.python/mxnet/cython/base.pyiFile format --?
      7.tests/ci_build/pylintrcAdded ASF header - Open PR

...