diff options
author | NickFengIBM <38112111+NickFengIBM@users.noreply.github.com> | 2018-05-17 15:55:55 -0400 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2018-05-17 12:55:55 -0700 |
commit | 036947f63087a48558e46bccfb6c99122a494266 (patch) | |
tree | 7f8a764b09cd7c965641b0c18ced496cf1181521 /ruby/Rakefile | |
parent | fb33d88ed17e794d080d0a2e4d04b275907eba77 (diff) |
re-write int128 long division to avoid license impact from stackoverflow references (#4633)
* rewrite int128 long divison to avoid stackoverflow hit
Protobuf was showing Stackoverflow hits in the code base, primarily code written to calculate long division. This code was copied from a stackoverflow post, which means it would be licensed under CC BY-SA 3.0. Due to this license, IBM Legal did not want to include this OSS in our products and advised us to re-write this particular piece of code to avoid the license restriction. We have re-written the code for our own distribution, and are willing to merge it into the main code base for others who want to avoid the stackoverflow license issues to benefit as well.
Diffstat (limited to 'ruby/Rakefile')
0 files changed, 0 insertions, 0 deletions