-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
* Remove Apache-2.0 license header from ONNX files that were originally BSD 3-clause licensed and properly list then under BSD 3-clause section in LICENSE. * Remove 3rdparty/mkldnn/src/common/primitive_hashing.hpp from LICENSE under Boost License section, since it is clearly Apache 2.0 licensed. * Clarify Caffe license to BSD 2-clause with Caffe extensions. * Clarify Caffe license to BSD 2-clause with Caffe extensions. * Remove duplicate file, should only be in BSD 3-clause section. * Update LICENSE with latest from 3rdparty/mkldnn/THIRD-PARTY-PROGRAMS * Sort files under MIT license. Remove references to generic licenses. * Remove incorrectly added Apache header on MIT-licensed files. * Sort lines in ASF-2.0 licensed list. * Add license text in licenses/ to fulfill binary distribution requirements. * Remove copyright by contributors line from ASF-licensed file. * Fix rat-excludes and licensecheck exclude list. * Error out and fail if license_header.py tool detects multiple licenses in a file. * Move LayerNormCPUKernel function to own file, since it is licensed under MIT. Update LICENSE to reflect this. * Remove LayerNormCPUKernel from layer_norm.cc, it is now in layer_norm_cpu.h. * Add header guard, fix first line to pass lint. * Update skywalking-eyes config based on current LICENSE, add layer_norm_cpu.h to whitelist. * Rename license file for layer_norm_cpu.h
Hey @barry-jin , Thanks for submitting the PR
CI supported jobs: [miscellaneous, windows-cpu, edge, website, unix-gpu, unix-cpu, windows-gpu, clang, centos-gpu, sanity, centos-cpu] Note: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for porting this!
@mxnet-bot run ci [centos-gpu, unix-cpu, unix-gpu] |
Jenkins CI successfully triggered : [unix-cpu, centos-gpu, unix-gpu] |
@mxnet-bot run ci [centos-gpu, unix-cpu, unix-gpu] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
Description
Port license updates from #20709
Checklist
Essentials
Changes
Comments