From 8c1ef02bf3e6fcd962be0438f38daac3c1066f43 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 1 Apr 2016 19:04:58 +0300 Subject: [PATCH] Added AUTHORS and LICENSE [#METR-20000]. --- AUTHORS | 22 ++++++++++++++++++++++ LICENSE | 13 +++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 AUTHORS create mode 100644 LICENSE diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..93b368fa98 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,22 @@ +The following authors have created the source code of "ClickHouse" +published and distributed by YANDEX LLC as the owner: + +Alexey Milovidov +Alexey Arno +Andrey Mironov +Michael Kolupaev +Pavel Kartavyy +Evgeniy Gatov +Sergey Fedorov +Vyacheslav Alipov +Vladimir Chebotarev +Dmitry Galuza +Sergey Magidovich +Anton Tikhonov +Alexey Vasiliev +Andrey Urusov +Vsevolod Orlov +Roman Peshkurov +Michael Razuvaev +Ilya Korolev +Maxim Nikulin diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..54aca35509 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2016 YANDEX LLC + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License.