From 78e12f7cfa59e779e18f9a007b454e8298728b98 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Thu, 23 Oct 2014 17:52:51 +0400 Subject: [PATCH] JS backend minor: removed license from test cases --- .../enum/cases/superCallInEnumLiteral.kt | 16 ---------------- .../cases/tryCatchWithDifferentParameterNames.kt | 16 ---------------- .../simpleReturnFunctionWithResultUnused.kt | 16 ---------------- 3 files changed, 48 deletions(-) diff --git a/js/js.translator/testData/enum/cases/superCallInEnumLiteral.kt b/js/js.translator/testData/enum/cases/superCallInEnumLiteral.kt index 76b27563319..34cc7e532b3 100644 --- a/js/js.translator/testData/enum/cases/superCallInEnumLiteral.kt +++ b/js/js.translator/testData/enum/cases/superCallInEnumLiteral.kt @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2014 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. - */ - package foo fun box() = E.E1.f() + E.E2.f() diff --git a/js/js.translator/testData/expression/try/cases/tryCatchWithDifferentParameterNames.kt b/js/js.translator/testData/expression/try/cases/tryCatchWithDifferentParameterNames.kt index 721c41802b5..991585f072b 100644 --- a/js/js.translator/testData/expression/try/cases/tryCatchWithDifferentParameterNames.kt +++ b/js/js.translator/testData/expression/try/cases/tryCatchWithDifferentParameterNames.kt @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2014 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. - */ - package foo fun bar(e: Exception): String { diff --git a/js/js.translator/testData/inline/cases/simpleReturnFunctionWithResultUnused.kt b/js/js.translator/testData/inline/cases/simpleReturnFunctionWithResultUnused.kt index 0724b541780..04dc63a957e 100644 --- a/js/js.translator/testData/inline/cases/simpleReturnFunctionWithResultUnused.kt +++ b/js/js.translator/testData/inline/cases/simpleReturnFunctionWithResultUnused.kt @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2014 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. - */ - package foo var flag = false