From 4ed1592cb61794d596f5bc0c69b61aec43b6ab2c Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Tue, 16 Jul 2019 01:00:06 +0300 Subject: [PATCH] Added license for test --- dbms/src/Common/tests/mi_malloc_test.cpp | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dbms/src/Common/tests/mi_malloc_test.cpp b/dbms/src/Common/tests/mi_malloc_test.cpp index 6a565b71ae..d9ee75fba6 100644 --- a/dbms/src/Common/tests/mi_malloc_test.cpp +++ b/dbms/src/Common/tests/mi_malloc_test.cpp @@ -1,3 +1,29 @@ +/** In addition to ClickHouse (Apache 2) license, this file can be also used under MIT license: + +MIT License + +Copyright (c) 2019 Yandex LLC, Alexey Milovidov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +*/ + #include #include #include -- GitLab