From c679a24c035eb6079fe23c0c0c15bdbf8ffbbe9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 27 Dec 2013 11:58:21 +0100 Subject: [PATCH] updated license and added notice, hard to know how to handle attribution, and copyright, wish kibana src files had license headers --- LICENSE.md | 3 ++- NOTICE.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 NOTICE.md diff --git a/LICENSE.md b/LICENSE.md index b2ba7010bf3..1d66924e955 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2012-2013 Elasticsearch BV +Copyright 2012-2013 Elasticsearch BV, Torkel Ödegaard Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may @@ -11,3 +11,4 @@ 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. + diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 00000000000..171332f00d4 --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,16 @@ + +This software is based on Kibana: +======================================== +Copyright 2012-2013 Elasticsearch BV + +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.