From c7761fae144bb4ecc5b6199b5ff9008af1916e8c Mon Sep 17 00:00:00 2001 From: Maxim Shafirov Date: Thu, 12 Jan 2012 14:05:01 +0400 Subject: [PATCH] KT-965 --- build.xml | 3 +++ license/LICENSE.txt | 15 +++++++++++++++ license/NOTICE.txt | 8 ++++++++ 3 files changed, 26 insertions(+) create mode 100644 license/LICENSE.txt create mode 100644 license/NOTICE.txt diff --git a/build.xml b/build.xml index c6aa63a9a03..4084ccf2e94 100644 --- a/build.xml +++ b/build.xml @@ -73,7 +73,10 @@ + + + diff --git a/license/LICENSE.txt b/license/LICENSE.txt new file mode 100644 index 00000000000..2fd60759901 --- /dev/null +++ b/license/LICENSE.txt @@ -0,0 +1,15 @@ +/* + * Copyright 2010-2012 JetBrains s.r.o. + * + * 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. + */ diff --git a/license/NOTICE.txt b/license/NOTICE.txt new file mode 100644 index 00000000000..fdc60488aba --- /dev/null +++ b/license/NOTICE.txt @@ -0,0 +1,8 @@ + ========================================================================= + == NOTICE file corresponding to the section 4 d of == + == the Apache License, Version 2.0, == + == in this case for the Kotlin Compiler distribution. == + ========================================================================= + + Kotlin Compiler + Copyright 2010-2012 JetBrains s.r.o and respective authors and developers