[K/N] Add the license file for BoundedQueue.hpp

Merge-request: KT-MR-11619
Merged-by: Alexey Glushko <aleksei.glushko@jetbrains.com>
This commit is contained in:
Aleksei.Glushko
2023-08-14 14:47:07 +00:00
committed by Space Team
parent 8b821e1feb
commit 00d6ced263
2 changed files with 16 additions and 3 deletions
@@ -3,7 +3,6 @@
* that can be found in the LICENSE file.
*/
/*
* An implementation of Dmitry Vyukov's Bounded Multi-producer/multi-consumer bounded queue.
*
@@ -22,8 +21,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted
* as representing official policies, either expressed or implied, of Dmitry Vyukov.
*
* TODO what about a binary distribution?
*/
#pragma once