Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[LICENSE] Port #20709 #20736

Merged
merged 4 commits into from
Nov 18, 2021
Merged

[LICENSE] Port #20709 #20736

merged 4 commits into from
Nov 18, 2021

Commits on Nov 11, 2021

  1. [v1.x] License updates (apache#20709)

    * 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
    josephevans authored and barry-jin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5fda38a View commit details
    Browse the repository at this point in the history
  2. fix build

    barry-jin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9985829 View commit details
    Browse the repository at this point in the history
  3. fix license header

    barry-jin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6210a56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfca0ab View commit details
    Browse the repository at this point in the history