## Problem statement In the past few months, several PRs related to license and legal changes have been merged to master branch. Not all of these changes were back-ported to v1.x branch. There is an effort required to keep v1.x branch updated with these changes and in sync with the master branch.
## Proposed solutions Towards this effort, I scanned through some license related files (LICENSE, NOTICE, rat-excludes, license/* and tools/license_header.py) and made sure that they are up-to-date with changes in master branch. In doing so, I identified the following PRs in master branch made in past 3 months: - https://github.com/apache/incubator-mxnet/pull/19711 - https://github.com/apache/incubator-mxnet/pull/19743 - https://github.com/apache/incubator-mxnet/pull/19478 - https://github.com/apache/incubator-mxnet/pull/19909 - https://github.com/apache/incubator-mxnet/pull/19813 with corresponding PRs in v1.x branch (created ones that were missing): - https://github.com/apache/incubator-mxnet/pull/19799 - https://github.com/apache/incubator-mxnet/pull/19704 - https://github.com/apache/incubator-mxnet/pull/19916 - https://github.com/apache/incubator-mxnet/pull/19910 - https://github.com/apache/incubator-mxnet/pull/19893 With these PRs, all the above mentioned files are updated in v1.x branch and are in sync with master branch. Creating this RFC to get inputs from community on what other license related files to look into and if there is any other license related PRs that is missed here. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-mxnet/issues/19920
