bloomberg / bde

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Apache License 2.0
1.68k stars 318 forks source link

Mentions of BLP license #215

Closed jlaire closed 8 years ago

jlaire commented 8 years ago

These files contain the closed source epilogue in the middle (multiple times, grep for "All Rights Reserved"):

groups/bal/balber/balber_berdecoder.t.cpp
groups/bal/balber/balber_berencoder.t.cpp
groups/bal/balber/balber_beruniversaltagnumber.t.cpp
groups/bal/balxml/balxml_decoder.t.cpp

I think they should be removed to avoid confusion. The files contain the open source epilogue in the end.

sbreitstein commented 8 years ago

Internal ticket DRQS 84377086 has been created to track this issue.

hyrosen commented 8 years ago

Internal pull request https://bbgithub.dev.bloomberg.com/bde/bde/pull/504 written to fix this issue.

mversche commented 8 years ago

The fix for this is on master