From b4a0ecf04ea90bc13b7863d1e8522d1711b6c3a8 Mon Sep 17 00:00:00 2001 From: pTalanov Date: Tue, 5 Jun 2012 19:20:50 +0400 Subject: [PATCH] Fix copyrights to their previous state (not sure they're needed at all) --- js/js.translator/testFiles/kotlin_lib.js | 16 ++++++++++++++++ js/js.translator/testFiles/kotlin_lib_ecma3.js | 16 ---------------- js/js.translator/testFiles/kotlin_lib_ecma5.js | 1 - 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/js/js.translator/testFiles/kotlin_lib.js b/js/js.translator/testFiles/kotlin_lib.js index 89f0540e861..0f29bec6638 100644 --- a/js/js.translator/testFiles/kotlin_lib.js +++ b/js/js.translator/testFiles/kotlin_lib.js @@ -1,3 +1,19 @@ +/** + * Copyright 2010 Tim Down. + * + * 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. + */ + (function () { "use strict"; diff --git a/js/js.translator/testFiles/kotlin_lib_ecma3.js b/js/js.translator/testFiles/kotlin_lib_ecma3.js index 78f5df321b0..f20ce1955b2 100644 --- a/js/js.translator/testFiles/kotlin_lib_ecma3.js +++ b/js/js.translator/testFiles/kotlin_lib_ecma3.js @@ -1,19 +1,3 @@ -/** - * Copyright 2010 Tim Down. - * - * 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. - */ - /* Prototype JavaScript framework, version 1.6.1 * (c) 2005-2009 Sam Stephenson * diff --git a/js/js.translator/testFiles/kotlin_lib_ecma5.js b/js/js.translator/testFiles/kotlin_lib_ecma5.js index 65272d9fac9..7eb31c14ebc 100644 --- a/js/js.translator/testFiles/kotlin_lib_ecma5.js +++ b/js/js.translator/testFiles/kotlin_lib_ecma5.js @@ -1,6 +1,5 @@ // Be aware — Google Chrome has serious issue — you can rewrite READ-ONLY property (if it is defined in prototype). Firefox and Safari work correct. // Always test property access issues in Firefox, but not in Chrome. - var Kotlin = {}; (function () {