diff --git a/backend.native/build.gradle b/backend.native/build.gradle index cb58718c051..53edacf9ba3 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -1,19 +1,7 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - buildscript { apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle" apply plugin: 'project-report' diff --git a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2Native.kt b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2Native.kt index 877a7761dbe..4b51bd402d9 100644 --- a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2Native.kt +++ b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2Native.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.cli.bc diff --git a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.kt b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.kt index 94fd8dea08f..34461c9e9f4 100644 --- a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.kt +++ b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.cli.bc diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/common/AbstractValueUsageTransformer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/common/AbstractValueUsageTransformer.kt index a2fb401cf3a..776615cb3a8 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/common/AbstractValueUsageTransformer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/common/AbstractValueUsageTransformer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.common diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/BinaryType.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/BinaryType.kt index 398fa37526e..176271467c4 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/BinaryType.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/BinaryType.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Boxing.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Boxing.kt index 82adab1a7c8..004eebff475 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Boxing.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Boxing.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CAdapterCompile.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CAdapterCompile.kt index ad67e0706fd..bd47c454ed7 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CAdapterCompile.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CAdapterCompile.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CAdapterGenerator.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CAdapterGenerator.kt index f0e7fdd91d7..0cfbe9df33a 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CAdapterGenerator.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CAdapterGenerator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CompilerOutput.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CompilerOutput.kt index 37ccbf824e4..66662307f8a 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CompilerOutput.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/CompilerOutput.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Context.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Context.kt index db7e5264036..9342b353d3c 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Context.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Context.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/EnumSpecialDescriptorsFactory.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/EnumSpecialDescriptorsFactory.kt index 65f5a888db2..768a7d446c8 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/EnumSpecialDescriptorsFactory.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/EnumSpecialDescriptorsFactory.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Exceptions.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Exceptions.kt index ac36289ca40..a77fbb7f750 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Exceptions.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Exceptions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/GraphAlgorithms.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/GraphAlgorithms.kt index b9f44975dc7..9cdbf4ced58 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/GraphAlgorithms.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/GraphAlgorithms.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Helper0.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Helper0.kt index b09ea5831a2..c9c1ad8919c 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Helper0.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Helper0.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ // diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/InlineClasses.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/InlineClasses.kt index 5494ae4c70b..e8676600c0b 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/InlineClasses.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/InlineClasses.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/InteropUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/InteropUtils.kt index 7c8f1e1aaa6..ff0c65dcfbb 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/InteropUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/InteropUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanBackendContext.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanBackendContext.kt index d1fcea922d3..f8e00d085df 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanBackendContext.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanBackendContext.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanConfig.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanConfig.kt index cbd90593d82..30cc89c70d2 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanConfig.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanConfig.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanConfigurationKeys.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanConfigurationKeys.kt index c5d4de97f3c..d5c488c7b08 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanConfigurationKeys.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanConfigurationKeys.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanDriver.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanDriver.kt index 1f07ba176e6..5b8fe15a3d1 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanDriver.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanDriver.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanFqNames.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanFqNames.kt index fd78dbff93c..a67d0970386 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanFqNames.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanFqNames.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanLower.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanLower.kt index ca544751882..d5fa775f773 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanLower.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanLower.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanPhases.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanPhases.kt index ffe730555dc..649918084b6 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanPhases.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/KonanPhases.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/LinkStage.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/LinkStage.kt index 12871a61a01..60dc6b95575 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/LinkStage.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/LinkStage.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ObjCInterop.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ObjCInterop.kt index a9589c1f0a3..6d754ffd3d3 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ObjCInterop.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ObjCInterop.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/OutputFiles.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/OutputFiles.kt index 920640f85a7..941ad7dd600 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/OutputFiles.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/OutputFiles.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Reporting.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Reporting.kt index 0a72b5555f6..dc6a4b4a9c6 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Reporting.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Reporting.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/TopDownAnalyzerFacadeForKonan.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/TopDownAnalyzerFacadeForKonan.kt index c68d55b4b09..7c3a9a9e642 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/TopDownAnalyzerFacadeForKonan.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/TopDownAnalyzerFacadeForKonan.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/ClassVtablesBuilder.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/ClassVtablesBuilder.kt index 9d86cc794d1..b46e43c9b77 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/ClassVtablesBuilder.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/ClassVtablesBuilder.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.descriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DeepPrintVisitor.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DeepPrintVisitor.kt index bade799d647..a91b6053aaf 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DeepPrintVisitor.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DeepPrintVisitor.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.descriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DeepVisitor.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DeepVisitor.kt index 810427ceeb5..02a3a5456db 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DeepVisitor.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DeepVisitor.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.descriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DescriptorUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DescriptorUtils.kt index 7ace17c7f05..e99843a3e60 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DescriptorUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/DescriptorUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.descriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/KonanSharedVariablesManager.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/KonanSharedVariablesManager.kt index 18c10769620..3df1554ee64 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/KonanSharedVariablesManager.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/KonanSharedVariablesManager.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.descriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/LegacyDescriptorUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/LegacyDescriptorUtils.kt index 85c9e1c963f..ec7d49f1110 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/LegacyDescriptorUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/LegacyDescriptorUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.descriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/utils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/utils.kt index e53ece0d857..882f80232b0 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/utils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/descriptors/utils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.descriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/injection.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/injection.kt index 6cb5e7cadd6..6a6e8eb8dee 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/injection.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/injection.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/Ir.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/Ir.kt index 509fa9592bb..e3805fed0ba 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/Ir.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/Ir.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.ir diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/KonanIr.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/KonanIr.kt index 3c5c29a831c..07ac5a3e5ad 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/KonanIr.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/KonanIr.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.ir diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/ModuleIndex.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/ModuleIndex.kt index 30bdf5d8b9b..95ffe99fa59 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/ModuleIndex.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/ir/ModuleIndex.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.ir diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/FakeIrUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/FakeIrUtils.kt index 1795d0d4a56..4ad7bbee636 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/FakeIrUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/FakeIrUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.irasdescriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/IrAsDescriptors.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/IrAsDescriptors.kt index 5d17c0b88a0..3b36fa1ce88 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/IrAsDescriptors.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/IrAsDescriptors.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.irasdescriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/IrTypeAsKotlinType.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/IrTypeAsKotlinType.kt index 7af40744cc6..9fd099d7ff9 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/IrTypeAsKotlinType.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/IrTypeAsKotlinType.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.irasdescriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/NewIrUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/NewIrUtils.kt index 0f304b0abf0..a22740cc37e 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/NewIrUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/irasdescriptors/NewIrUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.irasdescriptors diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/KonanLibraryWriter.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/KonanLibraryWriter.kt index 105e214c89f..ae3c64b1e8f 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/KonanLibraryWriter.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/KonanLibraryWriter.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.library diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/impl/KonanLibraryWriterImpl.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/impl/KonanLibraryWriterImpl.kt index b62a37833b9..d252d6414ca 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/impl/KonanLibraryWriterImpl.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/impl/KonanLibraryWriterImpl.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.library.impl diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/impl/MetadataWriterImpl.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/impl/MetadataWriterImpl.kt index 5afb60ea2a6..51a66467970 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/impl/MetadataWriterImpl.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/library/impl/MetadataWriterImpl.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.library.impl diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/BinaryInterface.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/BinaryInterface.kt index f568c94fa3b..848f6046ff3 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/BinaryInterface.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/BinaryInterface.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/CodeGenerator.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/CodeGenerator.kt index 68e226c067b..3d15bf33694 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/CodeGenerator.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/CodeGenerator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/ContextUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/ContextUtils.kt index b2e825ac432..19f50b17e6f 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/ContextUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/ContextUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DataLayout.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DataLayout.kt index 6f29c02770b..20b954470b0 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DataLayout.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DataLayout.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DebugUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DebugUtils.kt index 2d1deab280c..fa12bf8de38 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DebugUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DebugUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Dwarf.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Dwarf.kt index 2d0ce18d16f..8a9d4a00043 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Dwarf.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Dwarf.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm /** diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/EntryPoint.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/EntryPoint.kt index 1782f63a466..642cca91f8f 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/EntryPoint.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/EntryPoint.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/HashUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/HashUtils.kt index 17892e1b6e8..1f3f4aa0fca 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/HashUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/HashUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Imports.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Imports.kt index 4a900fc3b2f..bf34a7d8f2a 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Imports.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Imports.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt index de0f2f223a6..885593b631e 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/KotlinObjCClassInfoGenerator.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/KotlinObjCClassInfoGenerator.kt index 8b147202d99..33853e1ab24 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/KotlinObjCClassInfoGenerator.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/KotlinObjCClassInfoGenerator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/LlvmDeclarations.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/LlvmDeclarations.kt index 75503de58a1..5f716119b00 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/LlvmDeclarations.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/LlvmDeclarations.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/LlvmUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/LlvmUtils.kt index 2dcd187cdf2..738524d0826 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/LlvmUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/LlvmUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/RTTIGenerator.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/RTTIGenerator.kt index ea9c04243d6..6a86a9dbb2d 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/RTTIGenerator.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/RTTIGenerator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Runtime.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Runtime.kt index acc3da5a9bb..90370779811 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Runtime.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/Runtime.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticData.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticData.kt index 0e18814d515..d26c5b4a6d7 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticData.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticData.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticDataUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticDataUtils.kt index 5032cc03e6f..b81616d991e 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticDataUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticDataUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticObjects.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticObjects.kt index 8357808cd32..23e83b4d1dc 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticObjects.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/StaticObjects.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/UsedAnnotation.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/UsedAnnotation.kt index 5f1c0163ca2..6a68919816a 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/UsedAnnotation.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/UsedAnnotation.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/VariableManager.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/VariableManager.kt index 7c96b127788..aa733b16943 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/VariableManager.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/VariableManager.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objc/ObjCCodeGenerator.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objc/ObjCCodeGenerator.kt index 5dea70bb546..04706ab553b 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objc/ObjCCodeGenerator.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objc/ObjCCodeGenerator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm.objc diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objc/ObjCDataGenerator.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objc/ObjCDataGenerator.kt index af0c58fd0f8..3f048434ead 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objc/ObjCDataGenerator.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objc/ObjCDataGenerator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm.objc diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objcexport/BlockPointerSupport.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objcexport/BlockPointerSupport.kt index 83fd8708a5e..a6064fc2248 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objcexport/BlockPointerSupport.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objcexport/BlockPointerSupport.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm.objcexport diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objcexport/ObjCExportCodeGenerator.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objcexport/ObjCExportCodeGenerator.kt index 36c820976c6..001d71c7707 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objcexport/ObjCExportCodeGenerator.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/objcexport/ObjCExportCodeGenerator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.llvm.objcexport diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/Autoboxing.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/Autoboxing.kt index 6904f64e5ee..1d713a933b2 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/Autoboxing.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/Autoboxing.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/BridgesBuilding.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/BridgesBuilding.kt index c989738c04c..4d1958ebf38 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/BridgesBuilding.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/BridgesBuilding.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/BuiltinOperatorLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/BuiltinOperatorLowering.kt index 970bfbbb72c..3ad36e11304 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/BuiltinOperatorLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/BuiltinOperatorLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/CallableReferenceLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/CallableReferenceLowering.kt index d457ccffc7e..714e9029ac8 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/CallableReferenceLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/CallableReferenceLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/CompileTimeEvaluateLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/CompileTimeEvaluateLowering.kt index e6436445bb7..13f2fb1d2d9 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/CompileTimeEvaluateLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/CompileTimeEvaluateLowering.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.lower import org.jetbrains.kotlin.backend.common.FileLoweringPass diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ContractsDslRemover.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ContractsDslRemover.kt index a4e729c9b38..bec6f69c68a 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ContractsDslRemover.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ContractsDslRemover.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DataClassOperatorsLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DataClassOperatorsLowering.kt index a870831075b..7da65651fc7 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DataClassOperatorsLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DataClassOperatorsLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DeepCopyIrTreeWithDescriptors.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DeepCopyIrTreeWithDescriptors.kt index d7339bc8804..36a3669bbae 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DeepCopyIrTreeWithDescriptors.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DeepCopyIrTreeWithDescriptors.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DelegationLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DelegationLowering.kt index 6f7c5fbf753..5770a27e14e 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DelegationLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/DelegationLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/EnumClassLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/EnumClassLowering.kt index 9c09d46823e..acc5cc3dcd7 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/EnumClassLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/EnumClassLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/EnumWhenLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/EnumWhenLowering.kt index 0c9c47a640b..c75039cb012 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/EnumWhenLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/EnumWhenLowering.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.lower import org.jetbrains.kotlin.backend.common.FileLoweringPass diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ExpectDeclarationsRemoving.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ExpectDeclarationsRemoving.kt index 9a4fa747919..3495b21f093 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ExpectDeclarationsRemoving.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ExpectDeclarationsRemoving.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.lower import org.jetbrains.kotlin.backend.common.FileLoweringPass diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/FinallyBlocksLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/FinallyBlocksLowering.kt index e5417cce1ea..9c07419dc4d 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/FinallyBlocksLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/FinallyBlocksLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ForLoopsLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ForLoopsLowering.kt index 804e487abbd..c1525074acb 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ForLoopsLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ForLoopsLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/FunctionInlining.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/FunctionInlining.kt index dafa6121ab0..95c88799274 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/FunctionInlining.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/FunctionInlining.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ @file:Suppress("FoldInitializerAndIfToElvis") diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InitializersLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InitializersLowering.kt index 9b5e3ac8099..16c122779cb 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InitializersLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InitializersLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InnerClassLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InnerClassLowering.kt index b18b4cfea1c..4ecec6b6ae8 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InnerClassLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InnerClassLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InteropLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InteropLowering.kt index f7f3c21753f..3a418643874 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InteropLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/InteropLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/KonanDefaultParameterInjector.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/KonanDefaultParameterInjector.kt index 0ed9e55a02f..3e1907305f1 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/KonanDefaultParameterInjector.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/KonanDefaultParameterInjector.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/LateinitLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/LateinitLowering.kt index 7c8a47467ab..6847e4c8070 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/LateinitLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/LateinitLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/PostInlineLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/PostInlineLowering.kt index 584c5fe7bc6..2531e77bdca 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/PostInlineLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/PostInlineLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/PreInlineLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/PreInlineLowering.kt index 058d2b88e9c..2328b9222b8 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/PreInlineLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/PreInlineLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ReturnsInsertionLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ReturnsInsertionLowering.kt index 691295712f4..37a73a78492 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ReturnsInsertionLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/ReturnsInsertionLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/SharedVariablesLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/SharedVariablesLowering.kt index 71377ee9a05..9b868a84709 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/SharedVariablesLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/SharedVariablesLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2016 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/SuspendFunctionsLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/SuspendFunctionsLowering.kt index b138fd35763..5c33a2cb2f3 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/SuspendFunctionsLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/SuspendFunctionsLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/TestProcessor.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/TestProcessor.kt index aef139b4ffa..4b137e6f5b4 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/TestProcessor.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/TestProcessor.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/TypeOperatorLowering.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/TypeOperatorLowering.kt index 2013b7144e7..db3970a42a5 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/TypeOperatorLowering.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/lower/TypeOperatorLowering.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.lower diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/CustomTypeMapper.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/CustomTypeMapper.kt index df1748029a4..ccdba06fdd0 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/CustomTypeMapper.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/CustomTypeMapper.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.objcexport import org.jetbrains.kotlin.builtins.getReceiverTypeFromFunctionType diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/MethodBridge.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/MethodBridge.kt index eb5a3c237a6..9d71eb8f7c2 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/MethodBridge.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/MethodBridge.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.objcexport import org.jetbrains.kotlin.backend.common.descriptors.allParameters diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExport.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExport.kt index f9c55a203ec..fd5e94406ce 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExport.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExport.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.objcexport diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportHeaderGenerator.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportHeaderGenerator.kt index 89a0537effd..963437d96a5 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportHeaderGenerator.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportHeaderGenerator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.objcexport diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportHeaderGeneratorImpl.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportHeaderGeneratorImpl.kt index 2a1994d0f54..68b1786e2b3 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportHeaderGeneratorImpl.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportHeaderGeneratorImpl.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.objcexport import org.jetbrains.kotlin.backend.konan.Context diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportMapper.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportMapper.kt index 588b5354a34..4bc2174b8d4 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportMapper.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportMapper.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.objcexport diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportNamer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportNamer.kt index dec84addeb3..6a595efc936 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportNamer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/ObjCExportNamer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.objcexport diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/StubBuilder.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/StubBuilder.kt index 71e25846255..b2c89c2821e 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/StubBuilder.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/StubBuilder.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.objcexport internal class StubBuilder { diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/StubRenderer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/StubRenderer.kt index fd76885d2bd..12bfe35c940 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/StubRenderer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/StubRenderer.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.objcexport import org.jetbrains.kotlin.descriptors.ClassDescriptor diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/objcTypes.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/objcTypes.kt index 3134081e4d6..f46d91ed495 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/objcTypes.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/objcTypes.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.objcexport diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/stubs.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/stubs.kt index a7c19e8b07e..654a14a4722 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/stubs.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/objcexport/stubs.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.backend.konan.objcexport import org.jetbrains.kotlin.descriptors.ClassDescriptor diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/CallGraphBuilder.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/CallGraphBuilder.kt index e966faf51e0..aad1df1ecd7 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/CallGraphBuilder.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/CallGraphBuilder.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.optimizations diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGBuilder.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGBuilder.kt index f0d8bc89429..5ddb441acb8 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGBuilder.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGBuilder.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.optimizations diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGSerializer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGSerializer.kt index 7949d1d43d5..207df900f40 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGSerializer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGSerializer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.optimizations diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DataFlowIR.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DataFlowIR.kt index e55a9def19b..83eac5cdf34 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DataFlowIR.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DataFlowIR.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.optimizations diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/Devirtualization.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/Devirtualization.kt index b0217d53007..6430d9dd5f0 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/Devirtualization.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/Devirtualization.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.optimizations diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/EscapeAnalysis.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/EscapeAnalysis.kt index 2a61f459c02..370e3137eb7 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/EscapeAnalysis.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/EscapeAnalysis.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.optimizations diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/BackingFieldVisitor.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/BackingFieldVisitor.kt index fbff792e143..e833813e149 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/BackingFieldVisitor.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/BackingFieldVisitor.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/CapturedTypes.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/CapturedTypes.kt index b55668875d3..6a91e8d5185 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/CapturedTypes.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/CapturedTypes.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/DescriptorTable.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/DescriptorTable.kt index 443b1b4dac5..9b845239fad 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/DescriptorTable.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/DescriptorTable.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/DeserializerDriver.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/DeserializerDriver.kt index e0f6d560d1a..f2ca7bba1e5 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/DeserializerDriver.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/DeserializerDriver.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.ir diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/IrDescriptorDeserializer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/IrDescriptorDeserializer.kt index 9001d4b84bf..66ea12afde3 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/IrDescriptorDeserializer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/IrDescriptorDeserializer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/IrDescriptorSerializer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/IrDescriptorSerializer.kt index 1950b46a948..2a493a80586 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/IrDescriptorSerializer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/IrDescriptorSerializer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanDescriptorSerializer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanDescriptorSerializer.kt index 96fa9ee7da4..47a2f87e7ce 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanDescriptorSerializer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanDescriptorSerializer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanSerializationUtil.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanSerializationUtil.kt index f86a5d55e93..17803507adb 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanSerializationUtil.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanSerializationUtil.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanSerializerExtension.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanSerializerExtension.kt index 131f898e794..464fe5cb8b0 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanSerializerExtension.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanSerializerExtension.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanStringTable.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanStringTable.kt index 8bed61e7f29..87da9e50b6a 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanStringTable.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/KonanStringTable.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/LocalDeclarationDeserializer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/LocalDeclarationDeserializer.kt index 6c44cd68b5d..56c624c3a07 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/LocalDeclarationDeserializer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/LocalDeclarationDeserializer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/LocalDeclarationSerializer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/LocalDeclarationSerializer.kt index ac09aa19d58..1710484ee42 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/LocalDeclarationSerializer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/LocalDeclarationSerializer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/ProtobufUtil.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/ProtobufUtil.kt index d0244a203bb..27dee75487f 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/ProtobufUtil.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/ProtobufUtil.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/SerializeIr.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/SerializeIr.kt index 4bd1de94950..6ab74d5b8fa 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/SerializeIr.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/SerializeIr.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/StringTableUtil.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/StringTableUtil.kt index 5e0a89ab49c..1c741d3ede0 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/StringTableUtil.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/serialization/StringTableUtil.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.backend.konan.serialization diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/ir/util/IrUnboundSymbolReplacer.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/ir/util/IrUnboundSymbolReplacer.kt index 0e9cf3a0d4a..558019bf70a 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/ir/util/IrUnboundSymbolReplacer.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/ir/util/IrUnboundSymbolReplacer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.ir.util diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/ir/util/IrUtils2.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/ir/util/IrUtils2.kt index 9ab603a91b4..cbb0fce7479 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/ir/util/IrUtils2.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/ir/util/IrUtils2.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.ir.util diff --git a/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/DistProperties.kt b/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/DistProperties.kt index adb36046366..1b427f36160 100644 --- a/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/DistProperties.kt +++ b/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/DistProperties.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.compiletest import org.jetbrains.kotlin.konan.target.Family diff --git a/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/Driver.kt b/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/Driver.kt index 2cd234990bd..3419b8b6026 100644 --- a/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/Driver.kt +++ b/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/Driver.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.compiletest import org.jetbrains.kotlin.cli.bc.K2Native diff --git a/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/Matchers.kt b/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/Matchers.kt index 65dcaa03673..757635d2ee2 100644 --- a/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/Matchers.kt +++ b/backend.native/debugger-tests/src/main/kotlin/org/jetbrains/kotlin/compiletest/Matchers.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package org.jetbrains.kotlin.compiletest import org.intellij.lang.annotations.Language diff --git a/backend.native/debugger-tests/src/test/kotlin/org/jetbrains/kotlin/compiletest/LldbTests.kt b/backend.native/debugger-tests/src/test/kotlin/org/jetbrains/kotlin/compiletest/LldbTests.kt index 2ad90d6b950..46e7278ffc3 100644 --- a/backend.native/debugger-tests/src/test/kotlin/org/jetbrains/kotlin/compiletest/LldbTests.kt +++ b/backend.native/debugger-tests/src/test/kotlin/org/jetbrains/kotlin/compiletest/LldbTests.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import org.jetbrains.kotlin.compiletest.lldbTest import org.junit.Test diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index 13111a00733..be8649f558f 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ import groovy.json.JsonOutput diff --git a/backend.native/tests/codegen/basics/array_to_any.kt b/backend.native/tests/codegen/basics/array_to_any.kt index 2d1df1c99bc..6e1b6bd28f5 100644 --- a/backend.native/tests/codegen/basics/array_to_any.kt +++ b/backend.native/tests/codegen/basics/array_to_any.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.array_to_any import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/canonical_name.kt b/backend.native/tests/codegen/basics/canonical_name.kt index 3f8d94b250f..cd2497c7855 100644 --- a/backend.native/tests/codegen/basics/canonical_name.kt +++ b/backend.native/tests/codegen/basics/canonical_name.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.canonical_name import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/cast_null.kt b/backend.native/tests/codegen/basics/cast_null.kt index f84bfc94c33..ea47db9ccc0 100644 --- a/backend.native/tests/codegen/basics/cast_null.kt +++ b/backend.native/tests/codegen/basics/cast_null.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.cast_null import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/cast_simple.kt b/backend.native/tests/codegen/basics/cast_simple.kt index 554a9414106..80555ab3f9b 100644 --- a/backend.native/tests/codegen/basics/cast_simple.kt +++ b/backend.native/tests/codegen/basics/cast_simple.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.cast_simple import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/check_type.kt b/backend.native/tests/codegen/basics/check_type.kt index 00d6fab7aa0..b92232ef337 100644 --- a/backend.native/tests/codegen/basics/check_type.kt +++ b/backend.native/tests/codegen/basics/check_type.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.check_type import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/companion.kt b/backend.native/tests/codegen/basics/companion.kt index af16718bc07..b753406bf18 100644 --- a/backend.native/tests/codegen/basics/companion.kt +++ b/backend.native/tests/codegen/basics/companion.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + class A { companion object { fun foo() = "comp" diff --git a/backend.native/tests/codegen/basics/concatenation.kt b/backend.native/tests/codegen/basics/concatenation.kt index 0420b8b34a6..e772e4dd4c4 100644 --- a/backend.native/tests/codegen/basics/concatenation.kt +++ b/backend.native/tests/codegen/basics/concatenation.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.concatenation import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/expression_as_statement.kt b/backend.native/tests/codegen/basics/expression_as_statement.kt index f30c46acc19..b59662329cd 100644 --- a/backend.native/tests/codegen/basics/expression_as_statement.kt +++ b/backend.native/tests/codegen/basics/expression_as_statement.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.expression_as_statement import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/local_variable.kt b/backend.native/tests/codegen/basics/local_variable.kt index 0fc39decb70..6ad41164f0f 100644 --- a/backend.native/tests/codegen/basics/local_variable.kt +++ b/backend.native/tests/codegen/basics/local_variable.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.local_variable import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/null_check.kt b/backend.native/tests/codegen/basics/null_check.kt index b04b8191cb0..777789d397a 100644 --- a/backend.native/tests/codegen/basics/null_check.kt +++ b/backend.native/tests/codegen/basics/null_check.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.null_check import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/safe_cast.kt b/backend.native/tests/codegen/basics/safe_cast.kt index 39fb369c5e3..0448e1b3542 100644 --- a/backend.native/tests/codegen/basics/safe_cast.kt +++ b/backend.native/tests/codegen/basics/safe_cast.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.safe_cast import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/spread_operator_0.kt b/backend.native/tests/codegen/basics/spread_operator_0.kt index a8bb6501b10..426d750fa75 100644 --- a/backend.native/tests/codegen/basics/spread_operator_0.kt +++ b/backend.native/tests/codegen/basics/spread_operator_0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.spread_operator_0 import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/superFunCall.kt b/backend.native/tests/codegen/basics/superFunCall.kt index d8a4703983c..b7e7a0b7b8e 100644 --- a/backend.native/tests/codegen/basics/superFunCall.kt +++ b/backend.native/tests/codegen/basics/superFunCall.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.superFunCall import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/superGetterCall.kt b/backend.native/tests/codegen/basics/superGetterCall.kt index b82b056f88f..d4820a8b438 100644 --- a/backend.native/tests/codegen/basics/superGetterCall.kt +++ b/backend.native/tests/codegen/basics/superGetterCall.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.superGetterCall import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/superSetterCall.kt b/backend.native/tests/codegen/basics/superSetterCall.kt index 7a55a76bcaa..f21de91121d 100644 --- a/backend.native/tests/codegen/basics/superSetterCall.kt +++ b/backend.native/tests/codegen/basics/superSetterCall.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.superSetterCall import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/typealias1.kt b/backend.native/tests/codegen/basics/typealias1.kt index cd9eca07df4..6cd60ec3014 100644 --- a/backend.native/tests/codegen/basics/typealias1.kt +++ b/backend.native/tests/codegen/basics/typealias1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.typealias1 import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/unchecked_cast1.kt b/backend.native/tests/codegen/basics/unchecked_cast1.kt index 39d4bf7ec9f..ac50d1c73df 100644 --- a/backend.native/tests/codegen/basics/unchecked_cast1.kt +++ b/backend.native/tests/codegen/basics/unchecked_cast1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.unchecked_cast1 import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/unchecked_cast2.kt b/backend.native/tests/codegen/basics/unchecked_cast2.kt index 3e2159884b6..0b938520f31 100644 --- a/backend.native/tests/codegen/basics/unchecked_cast2.kt +++ b/backend.native/tests/codegen/basics/unchecked_cast2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.unchecked_cast2 import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/unchecked_cast3.kt b/backend.native/tests/codegen/basics/unchecked_cast3.kt index 392d0403524..bd4557a7739 100644 --- a/backend.native/tests/codegen/basics/unchecked_cast3.kt +++ b/backend.native/tests/codegen/basics/unchecked_cast3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.unchecked_cast3 import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/unit1.kt b/backend.native/tests/codegen/basics/unit1.kt index e41f71c4aae..6841a536c6e 100644 --- a/backend.native/tests/codegen/basics/unit1.kt +++ b/backend.native/tests/codegen/basics/unit1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.unit1 import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/unit2.kt b/backend.native/tests/codegen/basics/unit2.kt index 463171c57e5..83d178e7723 100644 --- a/backend.native/tests/codegen/basics/unit2.kt +++ b/backend.native/tests/codegen/basics/unit2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.unit2 import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/unit3.kt b/backend.native/tests/codegen/basics/unit3.kt index 368e8528967..34776bbe37d 100644 --- a/backend.native/tests/codegen/basics/unit3.kt +++ b/backend.native/tests/codegen/basics/unit3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.unit3 import kotlin.test.* diff --git a/backend.native/tests/codegen/basics/unit4.kt b/backend.native/tests/codegen/basics/unit4.kt index ee1fe05e6ff..2ffa8ab7117 100644 --- a/backend.native/tests/codegen/basics/unit4.kt +++ b/backend.native/tests/codegen/basics/unit4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.basics.unit4 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/box_cache0.kt b/backend.native/tests/codegen/boxing/box_cache0.kt index b77b4173ff6..67330fbbafe 100644 --- a/backend.native/tests/codegen/boxing/box_cache0.kt +++ b/backend.native/tests/codegen/boxing/box_cache0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.box_cache0 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing0.kt b/backend.native/tests/codegen/boxing/boxing0.kt index f62a8b7ecb6..c5d14cbfeb6 100644 --- a/backend.native/tests/codegen/boxing/boxing0.kt +++ b/backend.native/tests/codegen/boxing/boxing0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing0 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing1.kt b/backend.native/tests/codegen/boxing/boxing1.kt index 4275c2a7df1..0f02a747bfe 100644 --- a/backend.native/tests/codegen/boxing/boxing1.kt +++ b/backend.native/tests/codegen/boxing/boxing1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing1 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing10.kt b/backend.native/tests/codegen/boxing/boxing10.kt index e0ee1318c54..b33acbe3ad1 100644 --- a/backend.native/tests/codegen/boxing/boxing10.kt +++ b/backend.native/tests/codegen/boxing/boxing10.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing10 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing11.kt b/backend.native/tests/codegen/boxing/boxing11.kt index 42999c989f3..282952ecc98 100644 --- a/backend.native/tests/codegen/boxing/boxing11.kt +++ b/backend.native/tests/codegen/boxing/boxing11.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing11 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing12.kt b/backend.native/tests/codegen/boxing/boxing12.kt index 951df9f2889..0e1da69f866 100644 --- a/backend.native/tests/codegen/boxing/boxing12.kt +++ b/backend.native/tests/codegen/boxing/boxing12.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing12 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing13.kt b/backend.native/tests/codegen/boxing/boxing13.kt index 5f0c8305a87..2e09d4c39ae 100644 --- a/backend.native/tests/codegen/boxing/boxing13.kt +++ b/backend.native/tests/codegen/boxing/boxing13.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing13 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing14.kt b/backend.native/tests/codegen/boxing/boxing14.kt index dbb862a33ff..d27c00d625b 100644 --- a/backend.native/tests/codegen/boxing/boxing14.kt +++ b/backend.native/tests/codegen/boxing/boxing14.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing14 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing15.kt b/backend.native/tests/codegen/boxing/boxing15.kt index 31ef800e69e..5ad45971230 100644 --- a/backend.native/tests/codegen/boxing/boxing15.kt +++ b/backend.native/tests/codegen/boxing/boxing15.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing15 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing2.kt b/backend.native/tests/codegen/boxing/boxing2.kt index c86cde51005..ab629b63a5f 100644 --- a/backend.native/tests/codegen/boxing/boxing2.kt +++ b/backend.native/tests/codegen/boxing/boxing2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing2 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing3.kt b/backend.native/tests/codegen/boxing/boxing3.kt index f062e5e56b8..5b4a8cc6545 100644 --- a/backend.native/tests/codegen/boxing/boxing3.kt +++ b/backend.native/tests/codegen/boxing/boxing3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing3 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing4.kt b/backend.native/tests/codegen/boxing/boxing4.kt index f45becbe938..dc353896d54 100644 --- a/backend.native/tests/codegen/boxing/boxing4.kt +++ b/backend.native/tests/codegen/boxing/boxing4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing4 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing5.kt b/backend.native/tests/codegen/boxing/boxing5.kt index bc69d1f74c8..abca34851f4 100644 --- a/backend.native/tests/codegen/boxing/boxing5.kt +++ b/backend.native/tests/codegen/boxing/boxing5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing5 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing6.kt b/backend.native/tests/codegen/boxing/boxing6.kt index 0b13df597d3..dc5fe1d6e62 100644 --- a/backend.native/tests/codegen/boxing/boxing6.kt +++ b/backend.native/tests/codegen/boxing/boxing6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing6 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing7.kt b/backend.native/tests/codegen/boxing/boxing7.kt index 0e9df8b53fe..6544e4ee9b6 100644 --- a/backend.native/tests/codegen/boxing/boxing7.kt +++ b/backend.native/tests/codegen/boxing/boxing7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing7 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing8.kt b/backend.native/tests/codegen/boxing/boxing8.kt index ad2d4b26f0a..feff969e87c 100644 --- a/backend.native/tests/codegen/boxing/boxing8.kt +++ b/backend.native/tests/codegen/boxing/boxing8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing8 import kotlin.test.* diff --git a/backend.native/tests/codegen/boxing/boxing9.kt b/backend.native/tests/codegen/boxing/boxing9.kt index 164a9e6ea5e..82c850a77f2 100644 --- a/backend.native/tests/codegen/boxing/boxing9.kt +++ b/backend.native/tests/codegen/boxing/boxing9.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.boxing.boxing9 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/advanced_when2.kt b/backend.native/tests/codegen/branching/advanced_when2.kt index 962bdda80eb..1bc3e268502 100644 --- a/backend.native/tests/codegen/branching/advanced_when2.kt +++ b/backend.native/tests/codegen/branching/advanced_when2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.advanced_when2 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/advanced_when5.kt b/backend.native/tests/codegen/branching/advanced_when5.kt index b6384cae8fe..aaf6b20ac05 100644 --- a/backend.native/tests/codegen/branching/advanced_when5.kt +++ b/backend.native/tests/codegen/branching/advanced_when5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.advanced_when5 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/if_else.kt b/backend.native/tests/codegen/branching/if_else.kt index 2e8d42f350d..2aa2577e286 100644 --- a/backend.native/tests/codegen/branching/if_else.kt +++ b/backend.native/tests/codegen/branching/if_else.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.if_else import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when2.kt b/backend.native/tests/codegen/branching/when2.kt index a41c4155a2e..87c885c7280 100644 --- a/backend.native/tests/codegen/branching/when2.kt +++ b/backend.native/tests/codegen/branching/when2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when2 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when4.kt b/backend.native/tests/codegen/branching/when4.kt index fb2f8adafb8..32b44a1471e 100644 --- a/backend.native/tests/codegen/branching/when4.kt +++ b/backend.native/tests/codegen/branching/when4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when4 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when5.kt b/backend.native/tests/codegen/branching/when5.kt index 42fe935b7b5..8401132e4ef 100644 --- a/backend.native/tests/codegen/branching/when5.kt +++ b/backend.native/tests/codegen/branching/when5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when5 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when6.kt b/backend.native/tests/codegen/branching/when6.kt index ed1f85eeffc..352e59fdd9d 100644 --- a/backend.native/tests/codegen/branching/when6.kt +++ b/backend.native/tests/codegen/branching/when6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when6 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when7.kt b/backend.native/tests/codegen/branching/when7.kt index 76c228cfbfb..65de6be8274 100644 --- a/backend.native/tests/codegen/branching/when7.kt +++ b/backend.native/tests/codegen/branching/when7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when7 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when8.kt b/backend.native/tests/codegen/branching/when8.kt index 422ac4c7711..be9b52a0250 100644 --- a/backend.native/tests/codegen/branching/when8.kt +++ b/backend.native/tests/codegen/branching/when8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when8 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when9.kt b/backend.native/tests/codegen/branching/when9.kt index 872f9ff743c..84702808e43 100644 --- a/backend.native/tests/codegen/branching/when9.kt +++ b/backend.native/tests/codegen/branching/when9.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when9 import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when_through.kt b/backend.native/tests/codegen/branching/when_through.kt index 1025d7a8764..16a6fbc92fd 100644 --- a/backend.native/tests/codegen/branching/when_through.kt +++ b/backend.native/tests/codegen/branching/when_through.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when_through import kotlin.test.* diff --git a/backend.native/tests/codegen/branching/when_with_try1.kt b/backend.native/tests/codegen/branching/when_with_try1.kt index 28266ecdf85..e10c2416143 100644 --- a/backend.native/tests/codegen/branching/when_with_try1.kt +++ b/backend.native/tests/codegen/branching/when_with_try1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.branching.when_with_try1 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/linkTest2_lib.kt b/backend.native/tests/codegen/bridges/linkTest2_lib.kt index 863fc7337d2..2dd54bf5e42 100644 --- a/backend.native/tests/codegen/bridges/linkTest2_lib.kt +++ b/backend.native/tests/codegen/bridges/linkTest2_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + sealed class Tag { abstract fun value(): Any } diff --git a/backend.native/tests/codegen/bridges/linkTest2_main.kt b/backend.native/tests/codegen/bridges/linkTest2_main.kt index 1f95fbf0a9e..86e5845fc8b 100644 --- a/backend.native/tests/codegen/bridges/linkTest2_main.kt +++ b/backend.native/tests/codegen/bridges/linkTest2_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { val test: TagBoolean = TagBoolean.True println(test.value()) diff --git a/backend.native/tests/codegen/bridges/linkTest_lib.kt b/backend.native/tests/codegen/bridges/linkTest_lib.kt index 3df1d13e0e4..52eeb61a0d2 100644 --- a/backend.native/tests/codegen/bridges/linkTest_lib.kt +++ b/backend.native/tests/codegen/bridges/linkTest_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package a interface A { diff --git a/backend.native/tests/codegen/bridges/linkTest_main.kt b/backend.native/tests/codegen/bridges/linkTest_main.kt index 38c4dabf20a..f2ff083fc16 100644 --- a/backend.native/tests/codegen/bridges/linkTest_main.kt +++ b/backend.native/tests/codegen/bridges/linkTest_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import a.* class B: C() diff --git a/backend.native/tests/codegen/bridges/returnTypeSignature.kt b/backend.native/tests/codegen/bridges/returnTypeSignature.kt index 30d4b3ae0d7..d9e0e8d5aff 100644 --- a/backend.native/tests/codegen/bridges/returnTypeSignature.kt +++ b/backend.native/tests/codegen/bridges/returnTypeSignature.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.signature import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/special.kt b/backend.native/tests/codegen/bridges/special.kt index d734a525e97..0a685a4f8f3 100644 --- a/backend.native/tests/codegen/bridges/special.kt +++ b/backend.native/tests/codegen/bridges/special.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.special import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test0.kt b/backend.native/tests/codegen/bridges/test0.kt index b0a9d88edb6..41a28b75383 100644 --- a/backend.native/tests/codegen/bridges/test0.kt +++ b/backend.native/tests/codegen/bridges/test0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test0 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test1.kt b/backend.native/tests/codegen/bridges/test1.kt index 066c7439f8e..9c677232844 100644 --- a/backend.native/tests/codegen/bridges/test1.kt +++ b/backend.native/tests/codegen/bridges/test1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test1 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test10.kt b/backend.native/tests/codegen/bridges/test10.kt index 48471d04856..8a6c0b62f79 100644 --- a/backend.native/tests/codegen/bridges/test10.kt +++ b/backend.native/tests/codegen/bridges/test10.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test10 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test11.kt b/backend.native/tests/codegen/bridges/test11.kt index 79ed6e01c4b..eed0d47b2c9 100644 --- a/backend.native/tests/codegen/bridges/test11.kt +++ b/backend.native/tests/codegen/bridges/test11.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test11 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test12.kt b/backend.native/tests/codegen/bridges/test12.kt index 9004ad208a6..61b203bf347 100644 --- a/backend.native/tests/codegen/bridges/test12.kt +++ b/backend.native/tests/codegen/bridges/test12.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test12 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test13.kt b/backend.native/tests/codegen/bridges/test13.kt index ae2e8b02c54..f564ae68c34 100644 --- a/backend.native/tests/codegen/bridges/test13.kt +++ b/backend.native/tests/codegen/bridges/test13.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test13 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test14.kt b/backend.native/tests/codegen/bridges/test14.kt index a99f773f88c..738deb16f12 100644 --- a/backend.native/tests/codegen/bridges/test14.kt +++ b/backend.native/tests/codegen/bridges/test14.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test14 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test15.kt b/backend.native/tests/codegen/bridges/test15.kt index eb7d8cac4c6..7e53ac2598b 100644 --- a/backend.native/tests/codegen/bridges/test15.kt +++ b/backend.native/tests/codegen/bridges/test15.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test15 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test16.kt b/backend.native/tests/codegen/bridges/test16.kt index b8a392174ea..b691a585c82 100644 --- a/backend.native/tests/codegen/bridges/test16.kt +++ b/backend.native/tests/codegen/bridges/test16.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test16 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test17.kt b/backend.native/tests/codegen/bridges/test17.kt index ea3ab720202..21af6f99e2d 100644 --- a/backend.native/tests/codegen/bridges/test17.kt +++ b/backend.native/tests/codegen/bridges/test17.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test17 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test18.kt b/backend.native/tests/codegen/bridges/test18.kt index d63895eaefe..c6d47b73475 100644 --- a/backend.native/tests/codegen/bridges/test18.kt +++ b/backend.native/tests/codegen/bridges/test18.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test18 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test2.kt b/backend.native/tests/codegen/bridges/test2.kt index 3eed0c4f9fb..df13d9d14b0 100644 --- a/backend.native/tests/codegen/bridges/test2.kt +++ b/backend.native/tests/codegen/bridges/test2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test2 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test3.kt b/backend.native/tests/codegen/bridges/test3.kt index e9985dd9b1a..60e88a22909 100644 --- a/backend.native/tests/codegen/bridges/test3.kt +++ b/backend.native/tests/codegen/bridges/test3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test3 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test4.kt b/backend.native/tests/codegen/bridges/test4.kt index 20e27f91267..68092d868f0 100644 --- a/backend.native/tests/codegen/bridges/test4.kt +++ b/backend.native/tests/codegen/bridges/test4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test4 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test5.kt b/backend.native/tests/codegen/bridges/test5.kt index 25ee9ee343e..d96af81e848 100644 --- a/backend.native/tests/codegen/bridges/test5.kt +++ b/backend.native/tests/codegen/bridges/test5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test5 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test6.kt b/backend.native/tests/codegen/bridges/test6.kt index 5fbdb87942d..d2ac309edc9 100644 --- a/backend.native/tests/codegen/bridges/test6.kt +++ b/backend.native/tests/codegen/bridges/test6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test6 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test7.kt b/backend.native/tests/codegen/bridges/test7.kt index c8084947576..943756ebc31 100644 --- a/backend.native/tests/codegen/bridges/test7.kt +++ b/backend.native/tests/codegen/bridges/test7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test7 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test8.kt b/backend.native/tests/codegen/bridges/test8.kt index 0e2a7d92e76..a401382a272 100644 --- a/backend.native/tests/codegen/bridges/test8.kt +++ b/backend.native/tests/codegen/bridges/test8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test8 import kotlin.test.* diff --git a/backend.native/tests/codegen/bridges/test9.kt b/backend.native/tests/codegen/bridges/test9.kt index 1a88ec19706..176ceae69b7 100644 --- a/backend.native/tests/codegen/bridges/test9.kt +++ b/backend.native/tests/codegen/bridges/test9.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.bridges.test9 import kotlin.test.* diff --git a/backend.native/tests/codegen/classDelegation/generic.kt b/backend.native/tests/codegen/classDelegation/generic.kt index 2d026ef8183..022696b8824 100644 --- a/backend.native/tests/codegen/classDelegation/generic.kt +++ b/backend.native/tests/codegen/classDelegation/generic.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.classDelegation.generic import kotlin.test.* diff --git a/backend.native/tests/codegen/classDelegation/linkTest_lib.kt b/backend.native/tests/codegen/classDelegation/linkTest_lib.kt index 6f1ad79dc65..a9d001fab69 100644 --- a/backend.native/tests/codegen/classDelegation/linkTest_lib.kt +++ b/backend.native/tests/codegen/classDelegation/linkTest_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package zzz interface I { diff --git a/backend.native/tests/codegen/classDelegation/linkTest_main.kt b/backend.native/tests/codegen/classDelegation/linkTest_main.kt index b9e0f31cac0..0005ae4752b 100644 --- a/backend.native/tests/codegen/classDelegation/linkTest_main.kt +++ b/backend.native/tests/codegen/classDelegation/linkTest_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import zzz.* class C : B() { diff --git a/backend.native/tests/codegen/classDelegation/method.kt b/backend.native/tests/codegen/classDelegation/method.kt index 235eb8f6ff8..1b013f831de 100644 --- a/backend.native/tests/codegen/classDelegation/method.kt +++ b/backend.native/tests/codegen/classDelegation/method.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.classDelegation.method import kotlin.test.* diff --git a/backend.native/tests/codegen/classDelegation/property.kt b/backend.native/tests/codegen/classDelegation/property.kt index 3eb0d01b10e..a55a5458a17 100644 --- a/backend.native/tests/codegen/classDelegation/property.kt +++ b/backend.native/tests/codegen/classDelegation/property.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.classDelegation.property import kotlin.test.* diff --git a/backend.native/tests/codegen/classDelegation/withBridge.kt b/backend.native/tests/codegen/classDelegation/withBridge.kt index ba163900fd8..60112822c3c 100644 --- a/backend.native/tests/codegen/classDelegation/withBridge.kt +++ b/backend.native/tests/codegen/classDelegation/withBridge.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.classDelegation.withBridge import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/break.kt b/backend.native/tests/codegen/controlflow/break.kt index 62b02d5098a..46a230b4662 100644 --- a/backend.native/tests/codegen/controlflow/break.kt +++ b/backend.native/tests/codegen/controlflow/break.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.`break` import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/break1.kt b/backend.native/tests/codegen/controlflow/break1.kt index 6ad116d4038..b9aac1dbd05 100644 --- a/backend.native/tests/codegen/controlflow/break1.kt +++ b/backend.native/tests/codegen/controlflow/break1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.break1 import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops.kt b/backend.native/tests/codegen/controlflow/for_loops.kt index abd162f6bb8..124441eb91d 100644 --- a/backend.native/tests/codegen/controlflow/for_loops.kt +++ b/backend.native/tests/codegen/controlflow/for_loops.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops_call_order.kt b/backend.native/tests/codegen/controlflow/for_loops_call_order.kt index aeee44d1796..47b1802fdac 100644 --- a/backend.native/tests/codegen/controlflow/for_loops_call_order.kt +++ b/backend.native/tests/codegen/controlflow/for_loops_call_order.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops_call_order import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops_coroutines.kt b/backend.native/tests/codegen/controlflow/for_loops_coroutines.kt index c1231216274..8b7bc4515a8 100644 --- a/backend.native/tests/codegen/controlflow/for_loops_coroutines.kt +++ b/backend.native/tests/codegen/controlflow/for_loops_coroutines.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops_coroutines import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops_empty_range.kt b/backend.native/tests/codegen/controlflow/for_loops_empty_range.kt index c15a1030773..457c0a2eaf0 100644 --- a/backend.native/tests/codegen/controlflow/for_loops_empty_range.kt +++ b/backend.native/tests/codegen/controlflow/for_loops_empty_range.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops_empty_range import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops_errors.kt b/backend.native/tests/codegen/controlflow/for_loops_errors.kt index 8c4f308b858..e39fc2a2ef5 100644 --- a/backend.native/tests/codegen/controlflow/for_loops_errors.kt +++ b/backend.native/tests/codegen/controlflow/for_loops_errors.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops_errors import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops_let_with_nullable.kt b/backend.native/tests/codegen/controlflow/for_loops_let_with_nullable.kt index 3cbaf9eb3ff..26045afcd48 100644 --- a/backend.native/tests/codegen/controlflow/for_loops_let_with_nullable.kt +++ b/backend.native/tests/codegen/controlflow/for_loops_let_with_nullable.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops_let_with_nullable import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops_nested.kt b/backend.native/tests/codegen/controlflow/for_loops_nested.kt index cdfd0528495..1c7deacfd00 100644 --- a/backend.native/tests/codegen/controlflow/for_loops_nested.kt +++ b/backend.native/tests/codegen/controlflow/for_loops_nested.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops_nested import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops_overflow.kt b/backend.native/tests/codegen/controlflow/for_loops_overflow.kt index baba8238fa9..a6c89058e12 100644 --- a/backend.native/tests/codegen/controlflow/for_loops_overflow.kt +++ b/backend.native/tests/codegen/controlflow/for_loops_overflow.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops_overflow import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/for_loops_types.kt b/backend.native/tests/codegen/controlflow/for_loops_types.kt index e1b54f1515a..0e7fbafe362 100644 --- a/backend.native/tests/codegen/controlflow/for_loops_types.kt +++ b/backend.native/tests/codegen/controlflow/for_loops_types.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.for_loops_types import kotlin.test.* diff --git a/backend.native/tests/codegen/controlflow/unreachable1.kt b/backend.native/tests/codegen/controlflow/unreachable1.kt index 1f70ac38a65..05fcfa06a13 100644 --- a/backend.native/tests/codegen/controlflow/unreachable1.kt +++ b/backend.native/tests/codegen/controlflow/unreachable1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.controlflow.unreachable1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/anonymousObject.kt b/backend.native/tests/codegen/coroutines/anonymousObject.kt index 0406b2be2d3..7f9cc23e480 100644 --- a/backend.native/tests/codegen/coroutines/anonymousObject.kt +++ b/backend.native/tests/codegen/coroutines/anonymousObject.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.anonymousObject import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_finally1.kt b/backend.native/tests/codegen/coroutines/controlFlow_finally1.kt index ddf474d6cc4..960628a7d71 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_finally1.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_finally1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_finally1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_finally2.kt b/backend.native/tests/codegen/coroutines/controlFlow_finally2.kt index 122a5429fd2..2c2bacd8317 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_finally2.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_finally2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_finally2 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_finally3.kt b/backend.native/tests/codegen/coroutines/controlFlow_finally3.kt index 523aa899eb9..3469dabd0c6 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_finally3.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_finally3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_finally3 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_finally4.kt b/backend.native/tests/codegen/coroutines/controlFlow_finally4.kt index e1f929454b1..a81ef996e7a 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_finally4.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_finally4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_finally4 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_finally5.kt b/backend.native/tests/codegen/coroutines/controlFlow_finally5.kt index c66e5528b62..d2e88b51456 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_finally5.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_finally5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_finally5 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_finally6.kt b/backend.native/tests/codegen/coroutines/controlFlow_finally6.kt index 2e9b7820eee..6515364ab61 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_finally6.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_finally6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_finally6 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_finally7.kt b/backend.native/tests/codegen/coroutines/controlFlow_finally7.kt index e7096af0d06..753e7424f07 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_finally7.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_finally7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_finally7 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_if1.kt b/backend.native/tests/codegen/coroutines/controlFlow_if1.kt index 0908d793407..a7e438aac58 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_if1.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_if1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_if1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_if2.kt b/backend.native/tests/codegen/coroutines/controlFlow_if2.kt index d8e908b6bff..eaa2b32ef17 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_if2.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_if2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_if2 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_inline1.kt b/backend.native/tests/codegen/coroutines/controlFlow_inline1.kt index 6a97d912367..6a006bf00b6 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_inline1.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_inline1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_inline1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_inline2.kt b/backend.native/tests/codegen/coroutines/controlFlow_inline2.kt index 03b100feb46..59fc133e192 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_inline2.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_inline2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_inline2 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_inline3.kt b/backend.native/tests/codegen/coroutines/controlFlow_inline3.kt index fb3a43c3a4b..048e8ae71ea 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_inline3.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_inline3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_inline3 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch1.kt b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch1.kt index 0d1679e11a3..cdab2a76e45 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch1.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_tryCatch1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch2.kt b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch2.kt index b1f31de7eed..7c758c03d52 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch2.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_tryCatch2 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch3.kt b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch3.kt index 70d35fdbc24..90e480b61e4 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch3.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_tryCatch3 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch4.kt b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch4.kt index 42a0f1a61aa..c4a3be18653 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch4.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_tryCatch4 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch5.kt b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch5.kt index 70f85a53232..63ee9d489d6 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_tryCatch5.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_tryCatch5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_tryCatch5 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_while1.kt b/backend.native/tests/codegen/coroutines/controlFlow_while1.kt index 71a9c4649cc..5f58d224d4c 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_while1.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_while1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_while1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/controlFlow_while2.kt b/backend.native/tests/codegen/coroutines/controlFlow_while2.kt index b0bc496cba7..6638896d421 100644 --- a/backend.native/tests/codegen/coroutines/controlFlow_while2.kt +++ b/backend.native/tests/codegen/coroutines/controlFlow_while2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.controlFlow_while2 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/coroutineContext1.kt b/backend.native/tests/codegen/coroutines/coroutineContext1.kt index d3969737f2a..7c1d690f318 100644 --- a/backend.native/tests/codegen/coroutines/coroutineContext1.kt +++ b/backend.native/tests/codegen/coroutines/coroutineContext1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.coroutineContext1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/coroutineContext2.kt b/backend.native/tests/codegen/coroutines/coroutineContext2.kt index c4021212e10..b105354f4cf 100644 --- a/backend.native/tests/codegen/coroutines/coroutineContext2.kt +++ b/backend.native/tests/codegen/coroutines/coroutineContext2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.coroutineContext2 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/correctOrder1.kt b/backend.native/tests/codegen/coroutines/correctOrder1.kt index 6614b1ccf37..5fc4a2e0d45 100644 --- a/backend.native/tests/codegen/coroutines/correctOrder1.kt +++ b/backend.native/tests/codegen/coroutines/correctOrder1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.correctOrder1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/degenerate1.kt b/backend.native/tests/codegen/coroutines/degenerate1.kt index f1fb7055d47..6459f814c10 100644 --- a/backend.native/tests/codegen/coroutines/degenerate1.kt +++ b/backend.native/tests/codegen/coroutines/degenerate1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.degenerate1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/degenerate2.kt b/backend.native/tests/codegen/coroutines/degenerate2.kt index 5414014a493..f9d01e09853 100644 --- a/backend.native/tests/codegen/coroutines/degenerate2.kt +++ b/backend.native/tests/codegen/coroutines/degenerate2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.degenerate2 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/returnsUnit1.kt b/backend.native/tests/codegen/coroutines/returnsUnit1.kt index b4e4c73fb1a..016e39693f2 100644 --- a/backend.native/tests/codegen/coroutines/returnsUnit1.kt +++ b/backend.native/tests/codegen/coroutines/returnsUnit1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.returnsUnit1 import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/simple.kt b/backend.native/tests/codegen/coroutines/simple.kt index 3636b28b8e6..65b917b162d 100644 --- a/backend.native/tests/codegen/coroutines/simple.kt +++ b/backend.native/tests/codegen/coroutines/simple.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.simple import kotlin.test.* diff --git a/backend.native/tests/codegen/coroutines/withReceiver.kt b/backend.native/tests/codegen/coroutines/withReceiver.kt index 7b5c85cb6a7..1eed11694b1 100644 --- a/backend.native/tests/codegen/coroutines/withReceiver.kt +++ b/backend.native/tests/codegen/coroutines/withReceiver.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.coroutines.withReceiver import kotlin.test.* diff --git a/backend.native/tests/codegen/cycles/cycle.kt b/backend.native/tests/codegen/cycles/cycle.kt index b526061c034..1c4d68e3bd7 100644 --- a/backend.native/tests/codegen/cycles/cycle.kt +++ b/backend.native/tests/codegen/cycles/cycle.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.cycles.cycle import kotlin.test.* diff --git a/backend.native/tests/codegen/cycles/cycle_do.kt b/backend.native/tests/codegen/cycles/cycle_do.kt index 29630b535e8..59094cb94a0 100644 --- a/backend.native/tests/codegen/cycles/cycle_do.kt +++ b/backend.native/tests/codegen/cycles/cycle_do.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.cycles.cycle_do import kotlin.test.* diff --git a/backend.native/tests/codegen/cycles/cycle_for.kt b/backend.native/tests/codegen/cycles/cycle_for.kt index 3b57370660e..493ae570b38 100644 --- a/backend.native/tests/codegen/cycles/cycle_for.kt +++ b/backend.native/tests/codegen/cycles/cycle_for.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.cycles.cycle_for import kotlin.test.* diff --git a/backend.native/tests/codegen/dataflow/scope1.kt b/backend.native/tests/codegen/dataflow/scope1.kt index 23257faafba..9191d2354e7 100644 --- a/backend.native/tests/codegen/dataflow/scope1.kt +++ b/backend.native/tests/codegen/dataflow/scope1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.dataflow.scope1 import kotlin.test.* diff --git a/backend.native/tests/codegen/dataflow/uninitialized_val.kt b/backend.native/tests/codegen/dataflow/uninitialized_val.kt index d8edfceba8e..579111abc59 100644 --- a/backend.native/tests/codegen/dataflow/uninitialized_val.kt +++ b/backend.native/tests/codegen/dataflow/uninitialized_val.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.dataflow.uninitialized_val import kotlin.test.* diff --git a/backend.native/tests/codegen/delegatedProperty/correctFieldsOrder_lib.kt b/backend.native/tests/codegen/delegatedProperty/correctFieldsOrder_lib.kt index 40303cd5957..8ddf4cb6c47 100644 --- a/backend.native/tests/codegen/delegatedProperty/correctFieldsOrder_lib.kt +++ b/backend.native/tests/codegen/delegatedProperty/correctFieldsOrder_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package zzz open class B { diff --git a/backend.native/tests/codegen/delegatedProperty/correctFieldsOrder_main.kt b/backend.native/tests/codegen/delegatedProperty/correctFieldsOrder_main.kt index dc7bcdf22cd..c9c4fec3aec 100644 --- a/backend.native/tests/codegen/delegatedProperty/correctFieldsOrder_main.kt +++ b/backend.native/tests/codegen/delegatedProperty/correctFieldsOrder_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import zzz.* class C : B() { diff --git a/backend.native/tests/codegen/delegatedProperty/delegatedOverride_lib.kt b/backend.native/tests/codegen/delegatedProperty/delegatedOverride_lib.kt index 0aceea0ffdd..910bafcbd61 100644 --- a/backend.native/tests/codegen/delegatedProperty/delegatedOverride_lib.kt +++ b/backend.native/tests/codegen/delegatedProperty/delegatedOverride_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package a import kotlin.reflect.KProperty diff --git a/backend.native/tests/codegen/delegatedProperty/delegatedOverride_main.kt b/backend.native/tests/codegen/delegatedProperty/delegatedOverride_main.kt index ba4fadc4e25..a138d22f57d 100644 --- a/backend.native/tests/codegen/delegatedProperty/delegatedOverride_main.kt +++ b/backend.native/tests/codegen/delegatedProperty/delegatedOverride_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import a.* open class C: B() { diff --git a/backend.native/tests/codegen/delegatedProperty/lazy.kt b/backend.native/tests/codegen/delegatedProperty/lazy.kt index 2157013a37e..d48e70fb587 100644 --- a/backend.native/tests/codegen/delegatedProperty/lazy.kt +++ b/backend.native/tests/codegen/delegatedProperty/lazy.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.delegatedProperty.lazy import kotlin.test.* diff --git a/backend.native/tests/codegen/delegatedProperty/local.kt b/backend.native/tests/codegen/delegatedProperty/local.kt index f1da2b2d77f..fca85a5a3d3 100644 --- a/backend.native/tests/codegen/delegatedProperty/local.kt +++ b/backend.native/tests/codegen/delegatedProperty/local.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.delegatedProperty.local import kotlin.test.* diff --git a/backend.native/tests/codegen/delegatedProperty/map.kt b/backend.native/tests/codegen/delegatedProperty/map.kt index 76f76ff51bb..598ce40aa06 100644 --- a/backend.native/tests/codegen/delegatedProperty/map.kt +++ b/backend.native/tests/codegen/delegatedProperty/map.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.delegatedProperty.map import kotlin.test.* diff --git a/backend.native/tests/codegen/delegatedProperty/observable.kt b/backend.native/tests/codegen/delegatedProperty/observable.kt index 6291b8b3543..583a16b4d00 100644 --- a/backend.native/tests/codegen/delegatedProperty/observable.kt +++ b/backend.native/tests/codegen/delegatedProperty/observable.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.delegatedProperty.observable import kotlin.test.* diff --git a/backend.native/tests/codegen/delegatedProperty/packageLevel.kt b/backend.native/tests/codegen/delegatedProperty/packageLevel.kt index da77b4afbac..1092b490cb9 100644 --- a/backend.native/tests/codegen/delegatedProperty/packageLevel.kt +++ b/backend.native/tests/codegen/delegatedProperty/packageLevel.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.delegatedProperty.packageLevel import kotlin.test.* diff --git a/backend.native/tests/codegen/delegatedProperty/simpleVal.kt b/backend.native/tests/codegen/delegatedProperty/simpleVal.kt index 3a4d9dcf878..73f36b93d6f 100644 --- a/backend.native/tests/codegen/delegatedProperty/simpleVal.kt +++ b/backend.native/tests/codegen/delegatedProperty/simpleVal.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.delegatedProperty.simpleVal import kotlin.test.* diff --git a/backend.native/tests/codegen/delegatedProperty/simpleVar.kt b/backend.native/tests/codegen/delegatedProperty/simpleVar.kt index df62c185ec0..ed4e19a5b0f 100644 --- a/backend.native/tests/codegen/delegatedProperty/simpleVar.kt +++ b/backend.native/tests/codegen/delegatedProperty/simpleVar.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.delegatedProperty.simpleVar import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/companionObject.kt b/backend.native/tests/codegen/enum/companionObject.kt index 19c130d4b07..c4581f24c58 100644 --- a/backend.native/tests/codegen/enum/companionObject.kt +++ b/backend.native/tests/codegen/enum/companionObject.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.companionObject import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/interfaceCallNoEntryClass.kt b/backend.native/tests/codegen/enum/interfaceCallNoEntryClass.kt index 048aa023da9..cb8fe06685c 100644 --- a/backend.native/tests/codegen/enum/interfaceCallNoEntryClass.kt +++ b/backend.native/tests/codegen/enum/interfaceCallNoEntryClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.interfaceCallNoEntryClass import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/interfaceCallWithEntryClass.kt b/backend.native/tests/codegen/enum/interfaceCallWithEntryClass.kt index a04f5d63085..bab52500843 100644 --- a/backend.native/tests/codegen/enum/interfaceCallWithEntryClass.kt +++ b/backend.native/tests/codegen/enum/interfaceCallWithEntryClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.interfaceCallWithEntryClass import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/isFrozen.kt b/backend.native/tests/codegen/enum/isFrozen.kt index 630423924d7..b6e19af5897 100644 --- a/backend.native/tests/codegen/enum/isFrozen.kt +++ b/backend.native/tests/codegen/enum/isFrozen.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.isFrozen import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/lambdaInDefault.kt b/backend.native/tests/codegen/enum/lambdaInDefault.kt index 0761eed80ea..1d497d74144 100644 --- a/backend.native/tests/codegen/enum/lambdaInDefault.kt +++ b/backend.native/tests/codegen/enum/lambdaInDefault.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.lambdaInDefault import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/linkTest_lib.kt b/backend.native/tests/codegen/enum/linkTest_lib.kt index 3653236c9cd..d80af8e23ae 100644 --- a/backend.native/tests/codegen/enum/linkTest_lib.kt +++ b/backend.native/tests/codegen/enum/linkTest_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package a enum class A(val x: Int) { diff --git a/backend.native/tests/codegen/enum/linkTest_main.kt b/backend.native/tests/codegen/enum/linkTest_main.kt index cb4be8e436a..7484bbcb7d4 100644 --- a/backend.native/tests/codegen/enum/linkTest_main.kt +++ b/backend.native/tests/codegen/enum/linkTest_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import a.* fun main(args: Array) { diff --git a/backend.native/tests/codegen/enum/loop.kt b/backend.native/tests/codegen/enum/loop.kt index 2e6006dfdfb..326c81353c5 100644 --- a/backend.native/tests/codegen/enum/loop.kt +++ b/backend.native/tests/codegen/enum/loop.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.loop import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/nested.kt b/backend.native/tests/codegen/enum/nested.kt index 9a0d3205632..eb938a04096 100644 --- a/backend.native/tests/codegen/enum/nested.kt +++ b/backend.native/tests/codegen/enum/nested.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.nested import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/reorderedArguments.kt b/backend.native/tests/codegen/enum/reorderedArguments.kt index 94fc86f8d69..21a8a8d5e04 100644 --- a/backend.native/tests/codegen/enum/reorderedArguments.kt +++ b/backend.native/tests/codegen/enum/reorderedArguments.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.reorderedArguments import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/switchLowering.kt b/backend.native/tests/codegen/enum/switchLowering.kt index 8edc304c6d0..046cf6f8500 100644 --- a/backend.native/tests/codegen/enum/switchLowering.kt +++ b/backend.native/tests/codegen/enum/switchLowering.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.switchLowering import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/test0.kt b/backend.native/tests/codegen/enum/test0.kt index bf68ebd04a0..6cccc68431f 100644 --- a/backend.native/tests/codegen/enum/test0.kt +++ b/backend.native/tests/codegen/enum/test0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.test0 import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/test1.kt b/backend.native/tests/codegen/enum/test1.kt index 75b1f701994..3fda72ea328 100644 --- a/backend.native/tests/codegen/enum/test1.kt +++ b/backend.native/tests/codegen/enum/test1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.test1 import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/vCallNoEntryClass.kt b/backend.native/tests/codegen/enum/vCallNoEntryClass.kt index fb03c066e8c..ea2007085f5 100644 --- a/backend.native/tests/codegen/enum/vCallNoEntryClass.kt +++ b/backend.native/tests/codegen/enum/vCallNoEntryClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.vCallNoEntryClass import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/vCallWithEntryClass.kt b/backend.native/tests/codegen/enum/vCallWithEntryClass.kt index e1abe023565..5bc8a08c1da 100644 --- a/backend.native/tests/codegen/enum/vCallWithEntryClass.kt +++ b/backend.native/tests/codegen/enum/vCallWithEntryClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.vCallWithEntryClass import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/valueOf.kt b/backend.native/tests/codegen/enum/valueOf.kt index 2da8befd9fa..002e4f6a645 100644 --- a/backend.native/tests/codegen/enum/valueOf.kt +++ b/backend.native/tests/codegen/enum/valueOf.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.valueOf import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/values.kt b/backend.native/tests/codegen/enum/values.kt index f9494bc6a16..0e27ebc2ab5 100644 --- a/backend.native/tests/codegen/enum/values.kt +++ b/backend.native/tests/codegen/enum/values.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.values import kotlin.test.* diff --git a/backend.native/tests/codegen/enum/varargParam.kt b/backend.native/tests/codegen/enum/varargParam.kt index 1387c0e1ab3..99a637868f5 100644 --- a/backend.native/tests/codegen/enum/varargParam.kt +++ b/backend.native/tests/codegen/enum/varargParam.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.enum.varargParam import kotlin.test.* diff --git a/backend.native/tests/codegen/function/arithmetic.kt b/backend.native/tests/codegen/function/arithmetic.kt index e70887e771e..7c6b2fb5825 100644 --- a/backend.native/tests/codegen/function/arithmetic.kt +++ b/backend.native/tests/codegen/function/arithmetic.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.arithmetic import kotlin.test.* diff --git a/backend.native/tests/codegen/function/boolean.kt b/backend.native/tests/codegen/function/boolean.kt index c005f6f415a..0cf3bf62500 100644 --- a/backend.native/tests/codegen/function/boolean.kt +++ b/backend.native/tests/codegen/function/boolean.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.boolean import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults.kt b/backend.native/tests/codegen/function/defaults.kt index d74dfe315fb..4dcc1b96a6b 100644 --- a/backend.native/tests/codegen/function/defaults.kt +++ b/backend.native/tests/codegen/function/defaults.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults1.kt b/backend.native/tests/codegen/function/defaults1.kt index da07d32a9ab..d37e43de7a3 100644 --- a/backend.native/tests/codegen/function/defaults1.kt +++ b/backend.native/tests/codegen/function/defaults1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults1 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults10.kt b/backend.native/tests/codegen/function/defaults10.kt index bfcf5294f40..5e51f847493 100644 --- a/backend.native/tests/codegen/function/defaults10.kt +++ b/backend.native/tests/codegen/function/defaults10.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults10 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults2.kt b/backend.native/tests/codegen/function/defaults2.kt index ed8741d2544..36ece284eef 100644 --- a/backend.native/tests/codegen/function/defaults2.kt +++ b/backend.native/tests/codegen/function/defaults2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults2 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults3.kt b/backend.native/tests/codegen/function/defaults3.kt index 4baf5c8e715..4b82f762f3f 100644 --- a/backend.native/tests/codegen/function/defaults3.kt +++ b/backend.native/tests/codegen/function/defaults3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults3 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults4.kt b/backend.native/tests/codegen/function/defaults4.kt index 48815415551..6b1a02c5909 100644 --- a/backend.native/tests/codegen/function/defaults4.kt +++ b/backend.native/tests/codegen/function/defaults4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults4 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults5.kt b/backend.native/tests/codegen/function/defaults5.kt index 19759018cbe..3c079c00d08 100644 --- a/backend.native/tests/codegen/function/defaults5.kt +++ b/backend.native/tests/codegen/function/defaults5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults5 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults6.kt b/backend.native/tests/codegen/function/defaults6.kt index f3820acc8f2..8edbb145bda 100644 --- a/backend.native/tests/codegen/function/defaults6.kt +++ b/backend.native/tests/codegen/function/defaults6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults6 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults7.kt b/backend.native/tests/codegen/function/defaults7.kt index ebd2c3b262f..d8dd0c6c4d4 100644 --- a/backend.native/tests/codegen/function/defaults7.kt +++ b/backend.native/tests/codegen/function/defaults7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults7 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults8.kt b/backend.native/tests/codegen/function/defaults8.kt index 35338f5a769..7067196511f 100644 --- a/backend.native/tests/codegen/function/defaults8.kt +++ b/backend.native/tests/codegen/function/defaults8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults8 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaults9.kt b/backend.native/tests/codegen/function/defaults9.kt index 985f318cb05..4253e740a27 100644 --- a/backend.native/tests/codegen/function/defaults9.kt +++ b/backend.native/tests/codegen/function/defaults9.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaults9 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaultsFromFakeOverride.kt b/backend.native/tests/codegen/function/defaultsFromFakeOverride.kt index f0549361242..f79e3bb25cc 100644 --- a/backend.native/tests/codegen/function/defaultsFromFakeOverride.kt +++ b/backend.native/tests/codegen/function/defaultsFromFakeOverride.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaultsFromFakeOverride import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaultsWithInlineClasses.kt b/backend.native/tests/codegen/function/defaultsWithInlineClasses.kt index 07f10c50e2b..6a21b2a1915 100644 --- a/backend.native/tests/codegen/function/defaultsWithInlineClasses.kt +++ b/backend.native/tests/codegen/function/defaultsWithInlineClasses.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaultsWithInlineClasses import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaultsWithVarArg1.kt b/backend.native/tests/codegen/function/defaultsWithVarArg1.kt index 020f0f46c53..6cbefc1e0a3 100644 --- a/backend.native/tests/codegen/function/defaultsWithVarArg1.kt +++ b/backend.native/tests/codegen/function/defaultsWithVarArg1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaultsWithVarArg1 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/defaultsWithVarArg2.kt b/backend.native/tests/codegen/function/defaultsWithVarArg2.kt index 4b51b1f8c4e..6962fda8b86 100644 --- a/backend.native/tests/codegen/function/defaultsWithVarArg2.kt +++ b/backend.native/tests/codegen/function/defaultsWithVarArg2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.defaultsWithVarArg2 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/eqeq.kt b/backend.native/tests/codegen/function/eqeq.kt index 8968db1bdf4..65bcb6f7008 100644 --- a/backend.native/tests/codegen/function/eqeq.kt +++ b/backend.native/tests/codegen/function/eqeq.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.eqeq import kotlin.test.* diff --git a/backend.native/tests/codegen/function/extension.kt b/backend.native/tests/codegen/function/extension.kt index f970f6b90e2..33ff3db55b8 100644 --- a/backend.native/tests/codegen/function/extension.kt +++ b/backend.native/tests/codegen/function/extension.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + class B(val a: Int) fun B.foo() = this.a \ No newline at end of file diff --git a/backend.native/tests/codegen/function/intrinsic.kt b/backend.native/tests/codegen/function/intrinsic.kt index cdef2a012c2..2f507b8fd6b 100644 --- a/backend.native/tests/codegen/function/intrinsic.kt +++ b/backend.native/tests/codegen/function/intrinsic.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.intrinsic import kotlin.test.* diff --git a/backend.native/tests/codegen/function/localFunction.kt b/backend.native/tests/codegen/function/localFunction.kt index 6d01e5142fc..406a05e2346 100644 --- a/backend.native/tests/codegen/function/localFunction.kt +++ b/backend.native/tests/codegen/function/localFunction.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.localFunction import kotlin.test.* diff --git a/backend.native/tests/codegen/function/localFunction2.kt b/backend.native/tests/codegen/function/localFunction2.kt index 162ee897178..0f7ca113cc2 100644 --- a/backend.native/tests/codegen/function/localFunction2.kt +++ b/backend.native/tests/codegen/function/localFunction2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.localFunction2 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/localFunction3.kt b/backend.native/tests/codegen/function/localFunction3.kt index 5027e760dd1..80cc882c9d9 100644 --- a/backend.native/tests/codegen/function/localFunction3.kt +++ b/backend.native/tests/codegen/function/localFunction3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.localFunction3 import kotlin.test.* diff --git a/backend.native/tests/codegen/function/minus_eq.kt b/backend.native/tests/codegen/function/minus_eq.kt index 00c15ed09a7..986e3d9e525 100644 --- a/backend.native/tests/codegen/function/minus_eq.kt +++ b/backend.native/tests/codegen/function/minus_eq.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.minus_eq import kotlin.test.* diff --git a/backend.native/tests/codegen/function/named.kt b/backend.native/tests/codegen/function/named.kt index 3e8b1fd3e69..fe0b9aaf3cc 100644 --- a/backend.native/tests/codegen/function/named.kt +++ b/backend.native/tests/codegen/function/named.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.named import kotlin.test.* diff --git a/backend.native/tests/codegen/function/plus_eq.kt b/backend.native/tests/codegen/function/plus_eq.kt index 617588d017b..b17daa93ffa 100644 --- a/backend.native/tests/codegen/function/plus_eq.kt +++ b/backend.native/tests/codegen/function/plus_eq.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.plus_eq import kotlin.test.* diff --git a/backend.native/tests/codegen/function/sum.kt b/backend.native/tests/codegen/function/sum.kt index 6ee3db52552..2c1fade5980 100644 --- a/backend.native/tests/codegen/function/sum.kt +++ b/backend.native/tests/codegen/function/sum.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.sum import kotlin.test.* diff --git a/backend.native/tests/codegen/function/sum_3const.kt b/backend.native/tests/codegen/function/sum_3const.kt index 8086b6bc2e7..10a746a23b4 100644 --- a/backend.native/tests/codegen/function/sum_3const.kt +++ b/backend.native/tests/codegen/function/sum_3const.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.sum_3const import kotlin.test.* diff --git a/backend.native/tests/codegen/function/sum_foo_bar.kt b/backend.native/tests/codegen/function/sum_foo_bar.kt index 0945389cc40..7fe24b3f84a 100644 --- a/backend.native/tests/codegen/function/sum_foo_bar.kt +++ b/backend.native/tests/codegen/function/sum_foo_bar.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.sum_foo_bar import kotlin.test.* diff --git a/backend.native/tests/codegen/function/sum_func.kt b/backend.native/tests/codegen/function/sum_func.kt index 8dbeaf11523..9b1cf07d08d 100644 --- a/backend.native/tests/codegen/function/sum_func.kt +++ b/backend.native/tests/codegen/function/sum_func.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.sum_func import kotlin.test.* diff --git a/backend.native/tests/codegen/function/sum_imm.kt b/backend.native/tests/codegen/function/sum_imm.kt index d06fb0fa18c..0386c2a6e21 100644 --- a/backend.native/tests/codegen/function/sum_imm.kt +++ b/backend.native/tests/codegen/function/sum_imm.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.sum_imm import kotlin.test.* diff --git a/backend.native/tests/codegen/function/sum_mixed.kt b/backend.native/tests/codegen/function/sum_mixed.kt index 80d1c71aeff..9a259e37351 100644 --- a/backend.native/tests/codegen/function/sum_mixed.kt +++ b/backend.native/tests/codegen/function/sum_mixed.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.sum_mixed import kotlin.test.* diff --git a/backend.native/tests/codegen/function/sum_silly.kt b/backend.native/tests/codegen/function/sum_silly.kt index 6c225f6772c..f979af5d5c4 100644 --- a/backend.native/tests/codegen/function/sum_silly.kt +++ b/backend.native/tests/codegen/function/sum_silly.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.function.sum_silly import kotlin.test.* diff --git a/backend.native/tests/codegen/initializers/correctOrder1.kt b/backend.native/tests/codegen/initializers/correctOrder1.kt index 6e75711a5e0..68121d41048 100644 --- a/backend.native/tests/codegen/initializers/correctOrder1.kt +++ b/backend.native/tests/codegen/initializers/correctOrder1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.initializers.correctOrder1 import kotlin.test.* diff --git a/backend.native/tests/codegen/initializers/correctOrder2.kt b/backend.native/tests/codegen/initializers/correctOrder2.kt index 988b689ae0f..4cdfe3c99a2 100644 --- a/backend.native/tests/codegen/initializers/correctOrder2.kt +++ b/backend.native/tests/codegen/initializers/correctOrder2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.initializers.correctOrder2 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/changingCapturedLocal.kt b/backend.native/tests/codegen/inline/changingCapturedLocal.kt index 5ec614f9304..81f70318bb4 100644 --- a/backend.native/tests/codegen/inline/changingCapturedLocal.kt +++ b/backend.native/tests/codegen/inline/changingCapturedLocal.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.changingCapturedLocal import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/classDeclarationInsideInline.kt b/backend.native/tests/codegen/inline/classDeclarationInsideInline.kt index aec11473a2e..f4a8593709f 100644 --- a/backend.native/tests/codegen/inline/classDeclarationInsideInline.kt +++ b/backend.native/tests/codegen/inline/classDeclarationInsideInline.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.classDeclarationInsideInline import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/defaultArgs.kt b/backend.native/tests/codegen/inline/defaultArgs.kt index 534b654a541..9dd0fd07f4f 100644 --- a/backend.native/tests/codegen/inline/defaultArgs.kt +++ b/backend.native/tests/codegen/inline/defaultArgs.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.defaultArgs import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/defaultArgs_linkTest_lib.kt b/backend.native/tests/codegen/inline/defaultArgs_linkTest_lib.kt index 04a3e5e7349..c8053f8c38a 100644 --- a/backend.native/tests/codegen/inline/defaultArgs_linkTest_lib.kt +++ b/backend.native/tests/codegen/inline/defaultArgs_linkTest_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package a inline fun foo(x: Int, y: Int = 117) = x + y \ No newline at end of file diff --git a/backend.native/tests/codegen/inline/defaultArgs_linkTest_main.kt b/backend.native/tests/codegen/inline/defaultArgs_linkTest_main.kt index 19a3db05739..f8ed29ab609 100644 --- a/backend.native/tests/codegen/inline/defaultArgs_linkTest_main.kt +++ b/backend.native/tests/codegen/inline/defaultArgs_linkTest_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import a.* fun main(args: Array) { diff --git a/backend.native/tests/codegen/inline/getClass.kt b/backend.native/tests/codegen/inline/getClass.kt index fd4a080c26d..e2fad509b1a 100644 --- a/backend.native/tests/codegen/inline/getClass.kt +++ b/backend.native/tests/codegen/inline/getClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.getClass import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline0.kt b/backend.native/tests/codegen/inline/inline0.kt index cc615a19d16..d90b7766d7b 100644 --- a/backend.native/tests/codegen/inline/inline0.kt +++ b/backend.native/tests/codegen/inline/inline0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline0 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline1.kt b/backend.native/tests/codegen/inline/inline1.kt index fe5b41c8448..86ac21dea9f 100644 --- a/backend.native/tests/codegen/inline/inline1.kt +++ b/backend.native/tests/codegen/inline/inline1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline1 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline10.kt b/backend.native/tests/codegen/inline/inline10.kt index 33b5a0fa248..de24425676e 100644 --- a/backend.native/tests/codegen/inline/inline10.kt +++ b/backend.native/tests/codegen/inline/inline10.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline10 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline11.kt b/backend.native/tests/codegen/inline/inline11.kt index 9667a5c2e11..76c87f91bb0 100644 --- a/backend.native/tests/codegen/inline/inline11.kt +++ b/backend.native/tests/codegen/inline/inline11.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline11 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline12.kt b/backend.native/tests/codegen/inline/inline12.kt index 680fdd50eb7..2ad95d86140 100644 --- a/backend.native/tests/codegen/inline/inline12.kt +++ b/backend.native/tests/codegen/inline/inline12.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline12 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline13.kt b/backend.native/tests/codegen/inline/inline13.kt index b1c94d33043..9c8b5842299 100644 --- a/backend.native/tests/codegen/inline/inline13.kt +++ b/backend.native/tests/codegen/inline/inline13.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline13 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline14.kt b/backend.native/tests/codegen/inline/inline14.kt index 5b26da79d09..0c53e64df7e 100644 --- a/backend.native/tests/codegen/inline/inline14.kt +++ b/backend.native/tests/codegen/inline/inline14.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline14 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline15.kt b/backend.native/tests/codegen/inline/inline15.kt index 7290ad131af..8c0ccfc781c 100644 --- a/backend.native/tests/codegen/inline/inline15.kt +++ b/backend.native/tests/codegen/inline/inline15.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline15 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline16.kt b/backend.native/tests/codegen/inline/inline16.kt index 635d98a0d97..a012bdedd09 100644 --- a/backend.native/tests/codegen/inline/inline16.kt +++ b/backend.native/tests/codegen/inline/inline16.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline16 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline17.kt b/backend.native/tests/codegen/inline/inline17.kt index 1529c543fa2..2b495048141 100644 --- a/backend.native/tests/codegen/inline/inline17.kt +++ b/backend.native/tests/codegen/inline/inline17.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline17 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline18.kt b/backend.native/tests/codegen/inline/inline18.kt index e0d126282f6..33370f84983 100644 --- a/backend.native/tests/codegen/inline/inline18.kt +++ b/backend.native/tests/codegen/inline/inline18.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline18 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline19.kt b/backend.native/tests/codegen/inline/inline19.kt index 63420e93213..f5bb1377a88 100644 --- a/backend.native/tests/codegen/inline/inline19.kt +++ b/backend.native/tests/codegen/inline/inline19.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline19 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline2.kt b/backend.native/tests/codegen/inline/inline2.kt index cfb29f78316..4b0c31e8099 100644 --- a/backend.native/tests/codegen/inline/inline2.kt +++ b/backend.native/tests/codegen/inline/inline2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline2 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline20.kt b/backend.native/tests/codegen/inline/inline20.kt index 32c03448ef0..68cc6e21f1d 100644 --- a/backend.native/tests/codegen/inline/inline20.kt +++ b/backend.native/tests/codegen/inline/inline20.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline20 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline21.kt b/backend.native/tests/codegen/inline/inline21.kt index 457148a346f..cf0ec4e5a9d 100644 --- a/backend.native/tests/codegen/inline/inline21.kt +++ b/backend.native/tests/codegen/inline/inline21.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline21 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline22.kt b/backend.native/tests/codegen/inline/inline22.kt index 01638a6f6f6..ff016b849be 100644 --- a/backend.native/tests/codegen/inline/inline22.kt +++ b/backend.native/tests/codegen/inline/inline22.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline22 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline23.kt b/backend.native/tests/codegen/inline/inline23.kt index 0eb892fbbb0..8ddbd638b74 100644 --- a/backend.native/tests/codegen/inline/inline23.kt +++ b/backend.native/tests/codegen/inline/inline23.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline23 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline24.kt b/backend.native/tests/codegen/inline/inline24.kt index 765a0222ed1..43117aaf984 100644 --- a/backend.native/tests/codegen/inline/inline24.kt +++ b/backend.native/tests/codegen/inline/inline24.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline24 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline25.kt b/backend.native/tests/codegen/inline/inline25.kt index 95ca3dd9c65..bb312a4d6d2 100644 --- a/backend.native/tests/codegen/inline/inline25.kt +++ b/backend.native/tests/codegen/inline/inline25.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline25 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline26.kt b/backend.native/tests/codegen/inline/inline26.kt index 14a190d4248..cdc22a1faa5 100644 --- a/backend.native/tests/codegen/inline/inline26.kt +++ b/backend.native/tests/codegen/inline/inline26.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline26 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline3.kt b/backend.native/tests/codegen/inline/inline3.kt index 4a1e9b3e434..44078dbdd99 100644 --- a/backend.native/tests/codegen/inline/inline3.kt +++ b/backend.native/tests/codegen/inline/inline3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline3 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline4.kt b/backend.native/tests/codegen/inline/inline4.kt index 2fdd55e5ed7..b04b86c9e60 100644 --- a/backend.native/tests/codegen/inline/inline4.kt +++ b/backend.native/tests/codegen/inline/inline4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline4 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline5.kt b/backend.native/tests/codegen/inline/inline5.kt index 7c2fb98ba3f..1e53d894c47 100644 --- a/backend.native/tests/codegen/inline/inline5.kt +++ b/backend.native/tests/codegen/inline/inline5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline5 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline6.kt b/backend.native/tests/codegen/inline/inline6.kt index c49d3687c11..2a518ccc075 100644 --- a/backend.native/tests/codegen/inline/inline6.kt +++ b/backend.native/tests/codegen/inline/inline6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline6 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline7.kt b/backend.native/tests/codegen/inline/inline7.kt index 8e6f625e88f..1f1423a3fa0 100644 --- a/backend.native/tests/codegen/inline/inline7.kt +++ b/backend.native/tests/codegen/inline/inline7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline7 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline8.kt b/backend.native/tests/codegen/inline/inline8.kt index 99b659bee28..c47e535e783 100644 --- a/backend.native/tests/codegen/inline/inline8.kt +++ b/backend.native/tests/codegen/inline/inline8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline8 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/inline9.kt b/backend.native/tests/codegen/inline/inline9.kt index acb083c0d84..f5fb36286ad 100644 --- a/backend.native/tests/codegen/inline/inline9.kt +++ b/backend.native/tests/codegen/inline/inline9.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.inline9 import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/lambdaAsAny.kt b/backend.native/tests/codegen/inline/lambdaAsAny.kt index 431f348ff59..7e99a5286e7 100644 --- a/backend.native/tests/codegen/inline/lambdaAsAny.kt +++ b/backend.native/tests/codegen/inline/lambdaAsAny.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.lambdaAsAny import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/lambdaInDefaultValue.kt b/backend.native/tests/codegen/inline/lambdaInDefaultValue.kt index 0ac0689cd45..e9530a314f2 100644 --- a/backend.native/tests/codegen/inline/lambdaInDefaultValue.kt +++ b/backend.native/tests/codegen/inline/lambdaInDefaultValue.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.lambdaInDefaultValue import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/localFunctionInInitializerBlock.kt b/backend.native/tests/codegen/inline/localFunctionInInitializerBlock.kt index 992863c727f..c6f531fd938 100644 --- a/backend.native/tests/codegen/inline/localFunctionInInitializerBlock.kt +++ b/backend.native/tests/codegen/inline/localFunctionInInitializerBlock.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.localFunctionInInitializerBlock import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/returnLocalClassFromBlock.kt b/backend.native/tests/codegen/inline/returnLocalClassFromBlock.kt index c4dc9da895d..f8c90fa05dd 100644 --- a/backend.native/tests/codegen/inline/returnLocalClassFromBlock.kt +++ b/backend.native/tests/codegen/inline/returnLocalClassFromBlock.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.returnLocalClassFromBlock import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/statementAsLastExprInBlock.kt b/backend.native/tests/codegen/inline/statementAsLastExprInBlock.kt index c7208ff3647..91ab477ae6f 100644 --- a/backend.native/tests/codegen/inline/statementAsLastExprInBlock.kt +++ b/backend.native/tests/codegen/inline/statementAsLastExprInBlock.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.statementAsLastExprInBlock import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/twiceInlinedObject.kt b/backend.native/tests/codegen/inline/twiceInlinedObject.kt index b0aa2d8ecfa..f84ea764905 100644 --- a/backend.native/tests/codegen/inline/twiceInlinedObject.kt +++ b/backend.native/tests/codegen/inline/twiceInlinedObject.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.twiceInlinedObject import kotlin.test.* diff --git a/backend.native/tests/codegen/inline/typeSubstitutionInFakeOverride.kt b/backend.native/tests/codegen/inline/typeSubstitutionInFakeOverride.kt index 412bca506b9..e21719860ca 100644 --- a/backend.native/tests/codegen/inline/typeSubstitutionInFakeOverride.kt +++ b/backend.native/tests/codegen/inline/typeSubstitutionInFakeOverride.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.inline.typeSubstitutionInFakeOverride import kotlin.test.* diff --git a/backend.native/tests/codegen/innerClass/doubleInner.kt b/backend.native/tests/codegen/innerClass/doubleInner.kt index af80c8c5005..8d82723a579 100644 --- a/backend.native/tests/codegen/innerClass/doubleInner.kt +++ b/backend.native/tests/codegen/innerClass/doubleInner.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.innerClass.doubleInner import kotlin.test.* diff --git a/backend.native/tests/codegen/innerClass/generic.kt b/backend.native/tests/codegen/innerClass/generic.kt index d0f5566706a..19a0adb1dde 100644 --- a/backend.native/tests/codegen/innerClass/generic.kt +++ b/backend.native/tests/codegen/innerClass/generic.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.innerClass.generic import kotlin.test.* diff --git a/backend.native/tests/codegen/innerClass/getOuterVal.kt b/backend.native/tests/codegen/innerClass/getOuterVal.kt index 0ce240f3ad5..0932a35a0a3 100644 --- a/backend.native/tests/codegen/innerClass/getOuterVal.kt +++ b/backend.native/tests/codegen/innerClass/getOuterVal.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.innerClass.getOuterVal import kotlin.test.* diff --git a/backend.native/tests/codegen/innerClass/linkTest_lib.kt b/backend.native/tests/codegen/innerClass/linkTest_lib.kt index 065018735cf..c497f75a54e 100644 --- a/backend.native/tests/codegen/innerClass/linkTest_lib.kt +++ b/backend.native/tests/codegen/innerClass/linkTest_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + open class A { open inner class Inner { val x = 42 diff --git a/backend.native/tests/codegen/innerClass/linkTest_main.kt b/backend.native/tests/codegen/innerClass/linkTest_main.kt index 5588ab7ecca..4cfb90ff336 100644 --- a/backend.native/tests/codegen/innerClass/linkTest_main.kt +++ b/backend.native/tests/codegen/innerClass/linkTest_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + open class B : A() { open inner class Inner : A.Inner() } diff --git a/backend.native/tests/codegen/innerClass/noPrimaryConstructor.kt b/backend.native/tests/codegen/innerClass/noPrimaryConstructor.kt index 0c26194750a..9e7e7ea2ec3 100644 --- a/backend.native/tests/codegen/innerClass/noPrimaryConstructor.kt +++ b/backend.native/tests/codegen/innerClass/noPrimaryConstructor.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.innerClass.noPrimaryConstructor import kotlin.test.* diff --git a/backend.native/tests/codegen/innerClass/qualifiedThis.kt b/backend.native/tests/codegen/innerClass/qualifiedThis.kt index 20179a9164d..c3faf9f9b60 100644 --- a/backend.native/tests/codegen/innerClass/qualifiedThis.kt +++ b/backend.native/tests/codegen/innerClass/qualifiedThis.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.innerClass.qualifiedThis import kotlin.test.* diff --git a/backend.native/tests/codegen/innerClass/secondaryConstructor.kt b/backend.native/tests/codegen/innerClass/secondaryConstructor.kt index 4df0d490764..59b8eae9c59 100644 --- a/backend.native/tests/codegen/innerClass/secondaryConstructor.kt +++ b/backend.native/tests/codegen/innerClass/secondaryConstructor.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.innerClass.secondaryConstructor import kotlin.test.* diff --git a/backend.native/tests/codegen/innerClass/simple.kt b/backend.native/tests/codegen/innerClass/simple.kt index a672acf6cea..9dad4c94dd2 100644 --- a/backend.native/tests/codegen/innerClass/simple.kt +++ b/backend.native/tests/codegen/innerClass/simple.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.innerClass.simple import kotlin.test.* diff --git a/backend.native/tests/codegen/innerClass/superOuter.kt b/backend.native/tests/codegen/innerClass/superOuter.kt index 036424790b9..71863a2fe40 100644 --- a/backend.native/tests/codegen/innerClass/superOuter.kt +++ b/backend.native/tests/codegen/innerClass/superOuter.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.innerClass.superOuter import kotlin.test.* diff --git a/backend.native/tests/codegen/kclass/kClassEnumArgument.kt b/backend.native/tests/codegen/kclass/kClassEnumArgument.kt index 763ea8bbb78..911102b2328 100644 --- a/backend.native/tests/codegen/kclass/kClassEnumArgument.kt +++ b/backend.native/tests/codegen/kclass/kClassEnumArgument.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.kclass.kClassEnumArgument import kotlin.test.* diff --git a/backend.native/tests/codegen/kclass/kclass0.kt b/backend.native/tests/codegen/kclass/kclass0.kt index 47b6c12513b..88875f29edc 100644 --- a/backend.native/tests/codegen/kclass/kclass0.kt +++ b/backend.native/tests/codegen/kclass/kclass0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.kclass.kclass0 import kotlin.test.* diff --git a/backend.native/tests/codegen/kclass/kclass1.kt b/backend.native/tests/codegen/kclass/kclass1.kt index de0ef99cbdd..710fba0d8f8 100644 --- a/backend.native/tests/codegen/kclass/kclass1.kt +++ b/backend.native/tests/codegen/kclass/kclass1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.kclass.kclass1 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda1.kt b/backend.native/tests/codegen/lambda/lambda1.kt index 55e628c61e4..d40793d594e 100644 --- a/backend.native/tests/codegen/lambda/lambda1.kt +++ b/backend.native/tests/codegen/lambda/lambda1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda1 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda10.kt b/backend.native/tests/codegen/lambda/lambda10.kt index c705aadd127..46afaadd863 100644 --- a/backend.native/tests/codegen/lambda/lambda10.kt +++ b/backend.native/tests/codegen/lambda/lambda10.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda10 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda11.kt b/backend.native/tests/codegen/lambda/lambda11.kt index c3ceb9d3707..cb76f709497 100644 --- a/backend.native/tests/codegen/lambda/lambda11.kt +++ b/backend.native/tests/codegen/lambda/lambda11.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda11 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda12.kt b/backend.native/tests/codegen/lambda/lambda12.kt index ce772f70237..9101aaf11ae 100644 --- a/backend.native/tests/codegen/lambda/lambda12.kt +++ b/backend.native/tests/codegen/lambda/lambda12.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda12 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda13.kt b/backend.native/tests/codegen/lambda/lambda13.kt index 095bd2938be..534c444a9c8 100644 --- a/backend.native/tests/codegen/lambda/lambda13.kt +++ b/backend.native/tests/codegen/lambda/lambda13.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda13 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda14.kt b/backend.native/tests/codegen/lambda/lambda14.kt index 34b1b9cc599..7d9a0d14b71 100644 --- a/backend.native/tests/codegen/lambda/lambda14.kt +++ b/backend.native/tests/codegen/lambda/lambda14.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + // FILE: 1.kt package codegen.lambda.lambda14 diff --git a/backend.native/tests/codegen/lambda/lambda2.kt b/backend.native/tests/codegen/lambda/lambda2.kt index 4beae9ff65b..7b94afad76e 100644 --- a/backend.native/tests/codegen/lambda/lambda2.kt +++ b/backend.native/tests/codegen/lambda/lambda2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda2 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda3.kt b/backend.native/tests/codegen/lambda/lambda3.kt index e2e226bfed5..9f7ef9bfc8a 100644 --- a/backend.native/tests/codegen/lambda/lambda3.kt +++ b/backend.native/tests/codegen/lambda/lambda3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda3 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda4.kt b/backend.native/tests/codegen/lambda/lambda4.kt index 104862d8e1a..544feb1be80 100644 --- a/backend.native/tests/codegen/lambda/lambda4.kt +++ b/backend.native/tests/codegen/lambda/lambda4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda4 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda5.kt b/backend.native/tests/codegen/lambda/lambda5.kt index 7d7061c509e..de84e981929 100644 --- a/backend.native/tests/codegen/lambda/lambda5.kt +++ b/backend.native/tests/codegen/lambda/lambda5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda5 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda6.kt b/backend.native/tests/codegen/lambda/lambda6.kt index 2cff0c10dcb..fb0f08a4090 100644 --- a/backend.native/tests/codegen/lambda/lambda6.kt +++ b/backend.native/tests/codegen/lambda/lambda6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda6 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda7.kt b/backend.native/tests/codegen/lambda/lambda7.kt index e38a308f35e..cdd0e46a697 100644 --- a/backend.native/tests/codegen/lambda/lambda7.kt +++ b/backend.native/tests/codegen/lambda/lambda7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda7 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda8.kt b/backend.native/tests/codegen/lambda/lambda8.kt index a44fcb990b7..0ff6c8eac44 100644 --- a/backend.native/tests/codegen/lambda/lambda8.kt +++ b/backend.native/tests/codegen/lambda/lambda8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda8 import kotlin.test.* diff --git a/backend.native/tests/codegen/lambda/lambda9.kt b/backend.native/tests/codegen/lambda/lambda9.kt index 5a65b7a8d48..bb281a5155b 100644 --- a/backend.native/tests/codegen/lambda/lambda9.kt +++ b/backend.native/tests/codegen/lambda/lambda9.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lambda.lambda9 import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/globalIsInitialized.kt b/backend.native/tests/codegen/lateinit/globalIsInitialized.kt index 5915817fde2..7230c3c98e8 100644 --- a/backend.native/tests/codegen/lateinit/globalIsInitialized.kt +++ b/backend.native/tests/codegen/lateinit/globalIsInitialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.globalIsInitialized import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/inBaseClass.kt b/backend.native/tests/codegen/lateinit/inBaseClass.kt index a272b060b9e..e21be883db8 100644 --- a/backend.native/tests/codegen/lateinit/inBaseClass.kt +++ b/backend.native/tests/codegen/lateinit/inBaseClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.inBaseClass import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/initialized.kt b/backend.native/tests/codegen/lateinit/initialized.kt index 3ad77cb4e0b..ada8507493d 100644 --- a/backend.native/tests/codegen/lateinit/initialized.kt +++ b/backend.native/tests/codegen/lateinit/initialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.initialized import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/innerIsInitialized.kt b/backend.native/tests/codegen/lateinit/innerIsInitialized.kt index 6b4467bc8d5..b8411ab5d1c 100644 --- a/backend.native/tests/codegen/lateinit/innerIsInitialized.kt +++ b/backend.native/tests/codegen/lateinit/innerIsInitialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.innerIsInitialized import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/isInitialized.kt b/backend.native/tests/codegen/lateinit/isInitialized.kt index bb106be0150..9c69400d235 100644 --- a/backend.native/tests/codegen/lateinit/isInitialized.kt +++ b/backend.native/tests/codegen/lateinit/isInitialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.isInitialized import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/localCapturedInitialized.kt b/backend.native/tests/codegen/lateinit/localCapturedInitialized.kt index 51331291998..19449a0644f 100644 --- a/backend.native/tests/codegen/lateinit/localCapturedInitialized.kt +++ b/backend.native/tests/codegen/lateinit/localCapturedInitialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.localCapturedInitialized import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/localCapturedNotInitialized.kt b/backend.native/tests/codegen/lateinit/localCapturedNotInitialized.kt index 80b2a6d2d5b..0d66a6c07be 100644 --- a/backend.native/tests/codegen/lateinit/localCapturedNotInitialized.kt +++ b/backend.native/tests/codegen/lateinit/localCapturedNotInitialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.localCapturedNotInitialized import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/localInitialized.kt b/backend.native/tests/codegen/lateinit/localInitialized.kt index e2aabe896b4..446ef98a2ce 100644 --- a/backend.native/tests/codegen/lateinit/localInitialized.kt +++ b/backend.native/tests/codegen/lateinit/localInitialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.localInitialized import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/localNotInitialized.kt b/backend.native/tests/codegen/lateinit/localNotInitialized.kt index a5efa2f5814..dbed93596b2 100644 --- a/backend.native/tests/codegen/lateinit/localNotInitialized.kt +++ b/backend.native/tests/codegen/lateinit/localNotInitialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.localNotInitialized import kotlin.test.* diff --git a/backend.native/tests/codegen/lateinit/notInitialized.kt b/backend.native/tests/codegen/lateinit/notInitialized.kt index 91e43077da5..b42906e55b4 100644 --- a/backend.native/tests/codegen/lateinit/notInitialized.kt +++ b/backend.native/tests/codegen/lateinit/notInitialized.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.lateinit.notInitialized import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/innerTakesCapturedFromOuter.kt b/backend.native/tests/codegen/localClass/innerTakesCapturedFromOuter.kt index fd3fc50c6cc..c06dc27a3e5 100644 --- a/backend.native/tests/codegen/localClass/innerTakesCapturedFromOuter.kt +++ b/backend.native/tests/codegen/localClass/innerTakesCapturedFromOuter.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.innerTakesCapturedFromOuter import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/innerWithCapture.kt b/backend.native/tests/codegen/localClass/innerWithCapture.kt index f15b619a7b0..82d4eaee3ae 100644 --- a/backend.native/tests/codegen/localClass/innerWithCapture.kt +++ b/backend.native/tests/codegen/localClass/innerWithCapture.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.innerWithCapture import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/localFunctionCallFromLocalClass.kt b/backend.native/tests/codegen/localClass/localFunctionCallFromLocalClass.kt index 25b2c8f2e07..d8a426c515d 100644 --- a/backend.native/tests/codegen/localClass/localFunctionCallFromLocalClass.kt +++ b/backend.native/tests/codegen/localClass/localFunctionCallFromLocalClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.localFunctionCallFromLocalClass import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/localFunctionInLocalClass.kt b/backend.native/tests/codegen/localClass/localFunctionInLocalClass.kt index d6364cd9795..df9f3051645 100644 --- a/backend.native/tests/codegen/localClass/localFunctionInLocalClass.kt +++ b/backend.native/tests/codegen/localClass/localFunctionInLocalClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.localFunctionInLocalClass import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/localHierarchy.kt b/backend.native/tests/codegen/localClass/localHierarchy.kt index 08e90d2e71c..dae25bfe043 100644 --- a/backend.native/tests/codegen/localClass/localHierarchy.kt +++ b/backend.native/tests/codegen/localClass/localHierarchy.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.localHierarchy import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/noPrimaryConstructor.kt b/backend.native/tests/codegen/localClass/noPrimaryConstructor.kt index b3062e2818a..d1ea6acb7bc 100644 --- a/backend.native/tests/codegen/localClass/noPrimaryConstructor.kt +++ b/backend.native/tests/codegen/localClass/noPrimaryConstructor.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.noPrimaryConstructor import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/objectExpressionInInitializer.kt b/backend.native/tests/codegen/localClass/objectExpressionInInitializer.kt index fd09d6811b6..8678f840645 100644 --- a/backend.native/tests/codegen/localClass/objectExpressionInInitializer.kt +++ b/backend.native/tests/codegen/localClass/objectExpressionInInitializer.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.objectExpressionInInitializer import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/objectExpressionInProperty.kt b/backend.native/tests/codegen/localClass/objectExpressionInProperty.kt index c2dfe9989eb..b9b1a0fcd5f 100644 --- a/backend.native/tests/codegen/localClass/objectExpressionInProperty.kt +++ b/backend.native/tests/codegen/localClass/objectExpressionInProperty.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.objectExpressionInProperty import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/tryCatch.kt b/backend.native/tests/codegen/localClass/tryCatch.kt index f5a541fbc2c..67f588d2de7 100644 --- a/backend.native/tests/codegen/localClass/tryCatch.kt +++ b/backend.native/tests/codegen/localClass/tryCatch.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.tryCatch import kotlin.test.* diff --git a/backend.native/tests/codegen/localClass/virtualCallFromConstructor.kt b/backend.native/tests/codegen/localClass/virtualCallFromConstructor.kt index 5422985ee4e..95c75365179 100644 --- a/backend.native/tests/codegen/localClass/virtualCallFromConstructor.kt +++ b/backend.native/tests/codegen/localClass/virtualCallFromConstructor.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.localClass.virtualCallFromConstructor import kotlin.test.* diff --git a/backend.native/tests/codegen/mpp/libmpp2.kt b/backend.native/tests/codegen/mpp/libmpp2.kt index ecaf8a42173..f8ae8e6da57 100644 --- a/backend.native/tests/codegen/mpp/libmpp2.kt +++ b/backend.native/tests/codegen/mpp/libmpp2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + expect class C { constructor(arg: Any?) } diff --git a/backend.native/tests/codegen/mpp/mpp1.kt b/backend.native/tests/codegen/mpp/mpp1.kt index 0502883acb7..312b5ba11c0 100644 --- a/backend.native/tests/codegen/mpp/mpp1.kt +++ b/backend.native/tests/codegen/mpp/mpp1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.mpp.mpp1 import kotlin.test.* diff --git a/backend.native/tests/codegen/mpp/mpp2.kt b/backend.native/tests/codegen/mpp/mpp2.kt index e47088913c3..0d370f2d46d 100644 --- a/backend.native/tests/codegen/mpp/mpp2.kt +++ b/backend.native/tests/codegen/mpp/mpp2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { println(C(42)) println(C(42) is T) diff --git a/backend.native/tests/codegen/mpp/mpp_default_args.kt b/backend.native/tests/codegen/mpp/mpp_default_args.kt index 84860991a4c..9f4d5939123 100644 --- a/backend.native/tests/codegen/mpp/mpp_default_args.kt +++ b/backend.native/tests/codegen/mpp/mpp_default_args.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.mpp.mpp_default_args import kotlin.test.* diff --git a/backend.native/tests/codegen/object/constructor.kt b/backend.native/tests/codegen/object/constructor.kt index b55d69e222a..e9ca664df35 100644 --- a/backend.native/tests/codegen/object/constructor.kt +++ b/backend.native/tests/codegen/object/constructor.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.constructor class A() diff --git a/backend.native/tests/codegen/object/constructor0.kt b/backend.native/tests/codegen/object/constructor0.kt index bde468d6a09..faf5829cf4f 100644 --- a/backend.native/tests/codegen/object/constructor0.kt +++ b/backend.native/tests/codegen/object/constructor0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.constructor0 import kotlin.test.* diff --git a/backend.native/tests/codegen/object/fields.kt b/backend.native/tests/codegen/object/fields.kt index 66296ce02c3..295cc83ba52 100644 --- a/backend.native/tests/codegen/object/fields.kt +++ b/backend.native/tests/codegen/object/fields.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.fields import kotlin.test.* diff --git a/backend.native/tests/codegen/object/fields1.kt b/backend.native/tests/codegen/object/fields1.kt index f4f8d29dbff..d86d6ca43d2 100644 --- a/backend.native/tests/codegen/object/fields1.kt +++ b/backend.native/tests/codegen/object/fields1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.fields1 import kotlin.test.* diff --git a/backend.native/tests/codegen/object/fields2.kt b/backend.native/tests/codegen/object/fields2.kt index e807879275b..38f55a00b71 100644 --- a/backend.native/tests/codegen/object/fields2.kt +++ b/backend.native/tests/codegen/object/fields2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.fields2 import kotlin.test.* diff --git a/backend.native/tests/codegen/object/globalInitializer.kt b/backend.native/tests/codegen/object/globalInitializer.kt index 9f9848a8491..1ac31a56090 100644 --- a/backend.native/tests/codegen/object/globalInitializer.kt +++ b/backend.native/tests/codegen/object/globalInitializer.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + // Does not fail with TR. public val z: Any = Z diff --git a/backend.native/tests/codegen/object/init0.kt b/backend.native/tests/codegen/object/init0.kt index 0bc8d6e9cbf..e574977f809 100644 --- a/backend.native/tests/codegen/object/init0.kt +++ b/backend.native/tests/codegen/object/init0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.init0 import kotlin.test.* diff --git a/backend.native/tests/codegen/object/initialization.kt b/backend.native/tests/codegen/object/initialization.kt index 531ab9c6d2c..a6423d122c2 100644 --- a/backend.native/tests/codegen/object/initialization.kt +++ b/backend.native/tests/codegen/object/initialization.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.initialization import kotlin.test.* diff --git a/backend.native/tests/codegen/object/initialization1.kt b/backend.native/tests/codegen/object/initialization1.kt index 2bc4c9be8d7..18121584c6b 100644 --- a/backend.native/tests/codegen/object/initialization1.kt +++ b/backend.native/tests/codegen/object/initialization1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.initialization1 import kotlin.test.* diff --git a/backend.native/tests/codegen/object/method_call.kt b/backend.native/tests/codegen/object/method_call.kt index f1875d7affb..a670edbb1b5 100644 --- a/backend.native/tests/codegen/object/method_call.kt +++ b/backend.native/tests/codegen/object/method_call.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`object`.method_call import kotlin.test.* diff --git a/backend.native/tests/codegen/objectExpression/expr1.kt b/backend.native/tests/codegen/objectExpression/expr1.kt index 1ba4dfcb49e..93a718c9a36 100644 --- a/backend.native/tests/codegen/objectExpression/expr1.kt +++ b/backend.native/tests/codegen/objectExpression/expr1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.objectExpression.expr1 import kotlin.test.* diff --git a/backend.native/tests/codegen/objectExpression/expr2.kt b/backend.native/tests/codegen/objectExpression/expr2.kt index 0629dd51efe..8efb6677aa4 100644 --- a/backend.native/tests/codegen/objectExpression/expr2.kt +++ b/backend.native/tests/codegen/objectExpression/expr2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.objectExpression.expr2 import kotlin.test.* diff --git a/backend.native/tests/codegen/objectExpression/expr3.kt b/backend.native/tests/codegen/objectExpression/expr3.kt index 88ab491d4bf..438478090c6 100644 --- a/backend.native/tests/codegen/objectExpression/expr3.kt +++ b/backend.native/tests/codegen/objectExpression/expr3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.objectExpression.expr3 import kotlin.test.* diff --git a/backend.native/tests/codegen/propertyCallableReference/dynamicReceiver.kt b/backend.native/tests/codegen/propertyCallableReference/dynamicReceiver.kt index 5b1d1ba0860..726f42ed825 100644 --- a/backend.native/tests/codegen/propertyCallableReference/dynamicReceiver.kt +++ b/backend.native/tests/codegen/propertyCallableReference/dynamicReceiver.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.propertyCallableReference.dynamicReceiver import kotlin.test.* diff --git a/backend.native/tests/codegen/propertyCallableReference/linkTest_lib.kt b/backend.native/tests/codegen/propertyCallableReference/linkTest_lib.kt index 7595b1acde4..d85930a4974 100644 --- a/backend.native/tests/codegen/propertyCallableReference/linkTest_lib.kt +++ b/backend.native/tests/codegen/propertyCallableReference/linkTest_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package a class A(val x: Int) \ No newline at end of file diff --git a/backend.native/tests/codegen/propertyCallableReference/linkTest_main.kt b/backend.native/tests/codegen/propertyCallableReference/linkTest_main.kt index 5af7b724a75..0d122653f82 100644 --- a/backend.native/tests/codegen/propertyCallableReference/linkTest_main.kt +++ b/backend.native/tests/codegen/propertyCallableReference/linkTest_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import a.A fun main(args: Array) { diff --git a/backend.native/tests/codegen/propertyCallableReference/valClass.kt b/backend.native/tests/codegen/propertyCallableReference/valClass.kt index ef9f50451cc..6f23a2e3100 100644 --- a/backend.native/tests/codegen/propertyCallableReference/valClass.kt +++ b/backend.native/tests/codegen/propertyCallableReference/valClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.propertyCallableReference.valClass import kotlin.test.* diff --git a/backend.native/tests/codegen/propertyCallableReference/valExtension.kt b/backend.native/tests/codegen/propertyCallableReference/valExtension.kt index b73a886a254..85bc5e9b919 100644 --- a/backend.native/tests/codegen/propertyCallableReference/valExtension.kt +++ b/backend.native/tests/codegen/propertyCallableReference/valExtension.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.propertyCallableReference.valExtension import kotlin.test.* diff --git a/backend.native/tests/codegen/propertyCallableReference/valModule.kt b/backend.native/tests/codegen/propertyCallableReference/valModule.kt index 1f3545557d3..edc3109846b 100644 --- a/backend.native/tests/codegen/propertyCallableReference/valModule.kt +++ b/backend.native/tests/codegen/propertyCallableReference/valModule.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.propertyCallableReference.valModule import kotlin.test.* diff --git a/backend.native/tests/codegen/propertyCallableReference/varClass.kt b/backend.native/tests/codegen/propertyCallableReference/varClass.kt index 4f351d31a5a..fc89021ee59 100644 --- a/backend.native/tests/codegen/propertyCallableReference/varClass.kt +++ b/backend.native/tests/codegen/propertyCallableReference/varClass.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.propertyCallableReference.varClass import kotlin.test.* diff --git a/backend.native/tests/codegen/propertyCallableReference/varExtension.kt b/backend.native/tests/codegen/propertyCallableReference/varExtension.kt index c1b3e3de4ee..4e2fba76601 100644 --- a/backend.native/tests/codegen/propertyCallableReference/varExtension.kt +++ b/backend.native/tests/codegen/propertyCallableReference/varExtension.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.propertyCallableReference.varExtension import kotlin.test.* diff --git a/backend.native/tests/codegen/propertyCallableReference/varModule.kt b/backend.native/tests/codegen/propertyCallableReference/varModule.kt index 61bdf020a69..c0316406ae8 100644 --- a/backend.native/tests/codegen/propertyCallableReference/varModule.kt +++ b/backend.native/tests/codegen/propertyCallableReference/varModule.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.propertyCallableReference.varModule import kotlin.test.* diff --git a/backend.native/tests/codegen/try/catch3.kt b/backend.native/tests/codegen/try/catch3.kt index 5e872f5e680..5afc7f64e1b 100644 --- a/backend.native/tests/codegen/try/catch3.kt +++ b/backend.native/tests/codegen/try/catch3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.catch3 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/catch4.kt b/backend.native/tests/codegen/try/catch4.kt index 27750884838..99ed3677405 100644 --- a/backend.native/tests/codegen/try/catch4.kt +++ b/backend.native/tests/codegen/try/catch4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.catch4 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/catch5.kt b/backend.native/tests/codegen/try/catch5.kt index a9a5acb5bd2..87ab8fd14fa 100644 --- a/backend.native/tests/codegen/try/catch5.kt +++ b/backend.native/tests/codegen/try/catch5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.catch5 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/catch6.kt b/backend.native/tests/codegen/try/catch6.kt index 1c951ae3e16..1e63115d598 100644 --- a/backend.native/tests/codegen/try/catch6.kt +++ b/backend.native/tests/codegen/try/catch6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.catch6 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/catch8.kt b/backend.native/tests/codegen/try/catch8.kt index 09ed352e4a4..48649916a3a 100644 --- a/backend.native/tests/codegen/try/catch8.kt +++ b/backend.native/tests/codegen/try/catch8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.catch8 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally1.kt b/backend.native/tests/codegen/try/finally1.kt index 73646ee32da..b513bc84294 100644 --- a/backend.native/tests/codegen/try/finally1.kt +++ b/backend.native/tests/codegen/try/finally1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally1 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally10.kt b/backend.native/tests/codegen/try/finally10.kt index e7a357591e6..4347a182901 100644 --- a/backend.native/tests/codegen/try/finally10.kt +++ b/backend.native/tests/codegen/try/finally10.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally10 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally11.kt b/backend.native/tests/codegen/try/finally11.kt index 8016b51dee1..3ffdaf91786 100644 --- a/backend.native/tests/codegen/try/finally11.kt +++ b/backend.native/tests/codegen/try/finally11.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally11 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally2.kt b/backend.native/tests/codegen/try/finally2.kt index 68bcd828561..3aae9ba9c25 100644 --- a/backend.native/tests/codegen/try/finally2.kt +++ b/backend.native/tests/codegen/try/finally2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally2 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally3.kt b/backend.native/tests/codegen/try/finally3.kt index 31db0055925..13faf1d7a0b 100644 --- a/backend.native/tests/codegen/try/finally3.kt +++ b/backend.native/tests/codegen/try/finally3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally3 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally4.kt b/backend.native/tests/codegen/try/finally4.kt index 75ed9eb82a7..484ce7e76be 100644 --- a/backend.native/tests/codegen/try/finally4.kt +++ b/backend.native/tests/codegen/try/finally4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally4 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally5.kt b/backend.native/tests/codegen/try/finally5.kt index 8e8826bca59..8198d7ac0db 100644 --- a/backend.native/tests/codegen/try/finally5.kt +++ b/backend.native/tests/codegen/try/finally5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally5 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally6.kt b/backend.native/tests/codegen/try/finally6.kt index 128eeed34ad..f746fd1ddff 100644 --- a/backend.native/tests/codegen/try/finally6.kt +++ b/backend.native/tests/codegen/try/finally6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally6 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally7.kt b/backend.native/tests/codegen/try/finally7.kt index c8dd4d6250a..190e7245a39 100644 --- a/backend.native/tests/codegen/try/finally7.kt +++ b/backend.native/tests/codegen/try/finally7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally7 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally8.kt b/backend.native/tests/codegen/try/finally8.kt index 5d35fb5efd7..c6c8c201880 100644 --- a/backend.native/tests/codegen/try/finally8.kt +++ b/backend.native/tests/codegen/try/finally8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally8 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/finally9.kt b/backend.native/tests/codegen/try/finally9.kt index 3fd8b888555..b3d35de9b72 100644 --- a/backend.native/tests/codegen/try/finally9.kt +++ b/backend.native/tests/codegen/try/finally9.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.finally9 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/returnsDifferentTypes.kt b/backend.native/tests/codegen/try/returnsDifferentTypes.kt index 90f2835e7de..11ec87b7541 100644 --- a/backend.native/tests/codegen/try/returnsDifferentTypes.kt +++ b/backend.native/tests/codegen/try/returnsDifferentTypes.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.returnsDifferentTypes import kotlin.test.* diff --git a/backend.native/tests/codegen/try/try1.kt b/backend.native/tests/codegen/try/try1.kt index 46708efd467..632d452f755 100644 --- a/backend.native/tests/codegen/try/try1.kt +++ b/backend.native/tests/codegen/try/try1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.try1 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/try2.kt b/backend.native/tests/codegen/try/try2.kt index c4c815bbee6..b0c3c00d8b7 100644 --- a/backend.native/tests/codegen/try/try2.kt +++ b/backend.native/tests/codegen/try/try2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.try2 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/try3.kt b/backend.native/tests/codegen/try/try3.kt index 85513f5951d..890fbb01d56 100644 --- a/backend.native/tests/codegen/try/try3.kt +++ b/backend.native/tests/codegen/try/try3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.try3 import kotlin.test.* diff --git a/backend.native/tests/codegen/try/try4.kt b/backend.native/tests/codegen/try/try4.kt index e94bec529ed..2c8357171f4 100644 --- a/backend.native/tests/codegen/try/try4.kt +++ b/backend.native/tests/codegen/try/try4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package codegen.`try`.try4 import kotlin.test.* diff --git a/backend.native/tests/datagen/literals/empty_string.kt b/backend.native/tests/datagen/literals/empty_string.kt index 73d0b892bd9..ebb331c690a 100644 --- a/backend.native/tests/datagen/literals/empty_string.kt +++ b/backend.native/tests/datagen/literals/empty_string.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package datagen.literals.empty_string import kotlin.test.* diff --git a/backend.native/tests/datagen/literals/listof1.kt b/backend.native/tests/datagen/literals/listof1.kt index 4dd2439580f..8c01cb18a0e 100644 --- a/backend.native/tests/datagen/literals/listof1.kt +++ b/backend.native/tests/datagen/literals/listof1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package datagen.literals.listof1 import kotlin.test.* diff --git a/backend.native/tests/datagen/literals/strdedup1.kt b/backend.native/tests/datagen/literals/strdedup1.kt index a5e802fe1db..1e1cc37c5a9 100644 --- a/backend.native/tests/datagen/literals/strdedup1.kt +++ b/backend.native/tests/datagen/literals/strdedup1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package datagen.literals.strdedup1 import kotlin.test.* diff --git a/backend.native/tests/datagen/literals/strdedup2.kt b/backend.native/tests/datagen/literals/strdedup2.kt index 44045e06b0e..763062dfb50 100644 --- a/backend.native/tests/datagen/literals/strdedup2.kt +++ b/backend.native/tests/datagen/literals/strdedup2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package datagen.literals.strdedup2 import kotlin.test.* diff --git a/backend.native/tests/datagen/rtti/abstract_super.kt b/backend.native/tests/datagen/rtti/abstract_super.kt index c3c187e7be3..3af0a753458 100644 --- a/backend.native/tests/datagen/rtti/abstract_super.kt +++ b/backend.native/tests/datagen/rtti/abstract_super.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package datagen.rtti.abstract_super import kotlin.test.* diff --git a/backend.native/tests/datagen/rtti/vtable1.kt b/backend.native/tests/datagen/rtti/vtable1.kt index 5d02af7cc56..fa1090c8c8b 100644 --- a/backend.native/tests/datagen/rtti/vtable1.kt +++ b/backend.native/tests/datagen/rtti/vtable1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package datagen.rtti.vtable1 import kotlin.test.* diff --git a/backend.native/tests/datagen/rtti/vtable_any.kt b/backend.native/tests/datagen/rtti/vtable_any.kt index bf8c137ca11..7a464adb20e 100644 --- a/backend.native/tests/datagen/rtti/vtable_any.kt +++ b/backend.native/tests/datagen/rtti/vtable_any.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package datagen.rtti.vtable_any import kotlin.test.* diff --git a/backend.native/tests/external/codegen/box/properties/lateinit/accessor.kt b/backend.native/tests/external/codegen/box/properties/lateinit/accessor.kt index e69de29bb2d..0b3e12be136 100644 --- a/backend.native/tests/external/codegen/box/properties/lateinit/accessor.kt +++ b/backend.native/tests/external/codegen/box/properties/lateinit/accessor.kt @@ -0,0 +1,5 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + diff --git a/backend.native/tests/framework/stdlib/stdlib.kt b/backend.native/tests/framework/stdlib/stdlib.kt index 1bce6618b17..b5a9dbe1d87 100644 --- a/backend.native/tests/framework/stdlib/stdlib.kt +++ b/backend.native/tests/framework/stdlib/stdlib.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ @file:Suppress("UNUSED") diff --git a/backend.native/tests/framework/values/values.kt b/backend.native/tests/framework/values/values.kt index 7807a271511..e6f5b068256 100644 --- a/backend.native/tests/framework/values/values.kt +++ b/backend.native/tests/framework/values/values.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ // All classes and methods should be used in tests diff --git a/backend.native/tests/helpers.kt b/backend.native/tests/helpers.kt index 12668d607f9..8e03b1964d9 100644 --- a/backend.native/tests/helpers.kt +++ b/backend.native/tests/helpers.kt @@ -1 +1,6 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package helpers \ No newline at end of file diff --git a/backend.native/tests/interop/basics/0.kt b/backend.native/tests/interop/basics/0.kt index 36444d3aacb..ffcda1a9244 100644 --- a/backend.native/tests/interop/basics/0.kt +++ b/backend.native/tests/interop/basics/0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import sysstat.* import kotlinx.cinterop.* diff --git a/backend.native/tests/interop/basics/1.kt b/backend.native/tests/interop/basics/1.kt index 65ae18a17b6..5abf6cdce93 100644 --- a/backend.native/tests/interop/basics/1.kt +++ b/backend.native/tests/interop/basics/1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import cstdlib.* import kotlinx.cinterop.* diff --git a/backend.native/tests/interop/basics/2.kt b/backend.native/tests/interop/basics/2.kt index cd42c7cf0c8..da76c28a84b 100644 --- a/backend.native/tests/interop/basics/2.kt +++ b/backend.native/tests/interop/basics/2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import cstdio.* fun main(args: Array) { diff --git a/backend.native/tests/interop/basics/3.kt b/backend.native/tests/interop/basics/3.kt index 0204d37521a..7d6f4557f13 100644 --- a/backend.native/tests/interop/basics/3.kt +++ b/backend.native/tests/interop/basics/3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* fun main(args: Array) { diff --git a/backend.native/tests/interop/basics/4.kt b/backend.native/tests/interop/basics/4.kt index 120bcf2facf..f76c55105f1 100644 --- a/backend.native/tests/interop/basics/4.kt +++ b/backend.native/tests/interop/basics/4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import cstdio.* import kotlinx.cinterop.* diff --git a/backend.native/tests/interop/basics/5.kt b/backend.native/tests/interop/basics/5.kt index ca30136f517..a4b15a66c44 100644 --- a/backend.native/tests/interop/basics/5.kt +++ b/backend.native/tests/interop/basics/5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import platform.posix.printf val golden = immutableBlobOf(0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x21, 0x00).asCPointer(0) diff --git a/backend.native/tests/interop/basics/bf.kt b/backend.native/tests/interop/basics/bf.kt index f2325406ef7..a91bca7dccc 100644 --- a/backend.native/tests/interop/basics/bf.kt +++ b/backend.native/tests/interop/basics/bf.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import bitfields.* import kotlinx.cinterop.* diff --git a/backend.native/tests/interop/basics/echo_server.kt b/backend.native/tests/interop/basics/echo_server.kt index f8130ceb342..d19db93a6ed 100644 --- a/backend.native/tests/interop/basics/echo_server.kt +++ b/backend.native/tests/interop/basics/echo_server.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* import sockets.* diff --git a/backend.native/tests/interop/basics/funptr.kt b/backend.native/tests/interop/basics/funptr.kt index 0f187632116..1045675563d 100644 --- a/backend.native/tests/interop/basics/funptr.kt +++ b/backend.native/tests/interop/basics/funptr.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* import cfunptr.* import kotlin.test.* diff --git a/backend.native/tests/interop/basics/globals.kt b/backend.native/tests/interop/basics/globals.kt index 5329a43d82b..e542f9dba57 100644 --- a/backend.native/tests/interop/basics/globals.kt +++ b/backend.native/tests/interop/basics/globals.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* import cglobals.* diff --git a/backend.native/tests/interop/basics/macros.kt b/backend.native/tests/interop/basics/macros.kt index 6b0b63abffb..0b3af3275e3 100644 --- a/backend.native/tests/interop/basics/macros.kt +++ b/backend.native/tests/interop/basics/macros.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlin.test.* import cmacros.* diff --git a/backend.native/tests/interop/basics/opengl_teapot.kt b/backend.native/tests/interop/basics/opengl_teapot.kt index b1f75af466e..3213f37af8e 100644 --- a/backend.native/tests/interop/basics/opengl_teapot.kt +++ b/backend.native/tests/interop/basics/opengl_teapot.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* import platform.GLUT.* import platform.OpenGL.* diff --git a/backend.native/tests/interop/libiconv.kt b/backend.native/tests/interop/libiconv.kt index 8e4ef7bce64..0cf3c4d2db2 100644 --- a/backend.native/tests/interop/libiconv.kt +++ b/backend.native/tests/interop/libiconv.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* import platform.iconv.* import platform.posix.size_tVar diff --git a/backend.native/tests/interop/objc/smoke.kt b/backend.native/tests/interop/objc/smoke.kt index a1f596dc064..88f36c5098a 100644 --- a/backend.native/tests/interop/objc/smoke.kt +++ b/backend.native/tests/interop/objc/smoke.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* import objcSmoke.* import kotlin.native.ref.* diff --git a/backend.native/tests/interop/platform_zlib.kt b/backend.native/tests/interop/platform_zlib.kt index 9c1ab294a2a..87d337d9771 100644 --- a/backend.native/tests/interop/platform_zlib.kt +++ b/backend.native/tests/interop/platform_zlib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* import platform.zlib.* diff --git a/backend.native/tests/jsinterop/math.kt b/backend.native/tests/jsinterop/math.kt index b32103860ac..e337c1b4749 100644 --- a/backend.native/tests/jsinterop/math.kt +++ b/backend.native/tests/jsinterop/math.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.interop.wasm.math.* import kotlinx.wasm.jsinterop.* diff --git a/backend.native/tests/link/default/default.kt b/backend.native/tests/link/default/default.kt index cb7f1ba5ca0..96482ed7b0d 100644 --- a/backend.native/tests/link/default/default.kt +++ b/backend.native/tests/link/default/default.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.convert import platform.posix.* diff --git a/backend.native/tests/link/lib/foo.kt b/backend.native/tests/link/lib/foo.kt index 5cc216de0ff..5ceaa7740fa 100644 --- a/backend.native/tests/link/lib/foo.kt +++ b/backend.native/tests/link/lib/foo.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package qwerty fun foo(a: Int): Int { diff --git a/backend.native/tests/link/lib/foo2.kt b/backend.native/tests/link/lib/foo2.kt index 500844ccda2..af5db52e965 100644 --- a/backend.native/tests/link/lib/foo2.kt +++ b/backend.native/tests/link/lib/foo2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package qwerty fun foo2(a: Int): Int { diff --git a/backend.native/tests/link/omit/hello.kt b/backend.native/tests/link/omit/hello.kt index 174582e286c..41886e3b9cf 100644 --- a/backend.native/tests/link/omit/hello.kt +++ b/backend.native/tests/link/omit/hello.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { println("Hello") } diff --git a/backend.native/tests/link/omit/lib.kt b/backend.native/tests/link/omit/lib.kt index 1e893f2d330..4286010b189 100644 --- a/backend.native/tests/link/omit/lib.kt +++ b/backend.native/tests/link/omit/lib.kt @@ -1,2 +1,7 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package foo fun foo() {} diff --git a/backend.native/tests/link/purge1/lib.kt b/backend.native/tests/link/purge1/lib.kt index b0c3a572c7d..52618cd1422 100644 --- a/backend.native/tests/link/purge1/lib.kt +++ b/backend.native/tests/link/purge1/lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.convert import platform.posix.* diff --git a/backend.native/tests/link/purge1/prog.kt b/backend.native/tests/link/purge1/prog.kt index 2029e4ebc87..8a0446a79af 100644 --- a/backend.native/tests/link/purge1/prog.kt +++ b/backend.native/tests/link/purge1/prog.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { foo() diff --git a/backend.native/tests/link/src/bar.kt b/backend.native/tests/link/src/bar.kt index e595ef9495c..a728d09ba7d 100644 --- a/backend.native/tests/link/src/bar.kt +++ b/backend.native/tests/link/src/bar.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import qwerty.* fun main(args: Array) { diff --git a/backend.native/tests/lower/immutable_blob_in_lambda.kt b/backend.native/tests/lower/immutable_blob_in_lambda.kt index 666448f6f4f..badd1e642f2 100644 --- a/backend.native/tests/lower/immutable_blob_in_lambda.kt +++ b/backend.native/tests/lower/immutable_blob_in_lambda.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package lower.immutable_blob_in_lambda import kotlin.test.* diff --git a/backend.native/tests/lower/tailrec.kt b/backend.native/tests/lower/tailrec.kt index 50db56d4b15..a9e8dfef1ac 100644 --- a/backend.native/tests/lower/tailrec.kt +++ b/backend.native/tests/lower/tailrec.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package lower.tailrec import kotlin.test.* diff --git a/backend.native/tests/lower/vararg.kt b/backend.native/tests/lower/vararg.kt index 1a49b16f504..946f177bb7f 100644 --- a/backend.native/tests/lower/vararg.kt +++ b/backend.native/tests/lower/vararg.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package lower.vararg import kotlin.test.* diff --git a/backend.native/tests/lower/vararg_of_literals.kt b/backend.native/tests/lower/vararg_of_literals.kt index a1d9f5410de..601c86c9b86 100644 --- a/backend.native/tests/lower/vararg_of_literals.kt +++ b/backend.native/tests/lower/vararg_of_literals.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package lower.vararg_of_literals import kotlin.test.* diff --git a/backend.native/tests/mangling/mangling.kt b/backend.native/tests/mangling/mangling.kt index 0da5a5bc04e..19f2bd19a4f 100644 --- a/backend.native/tests/mangling/mangling.kt +++ b/backend.native/tests/mangling/mangling.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun test_direct() { val mutListInt = mutableListOf(1, 2, 3, 4) val mutListNum = mutableListOf(9, 10, 11, 12) diff --git a/backend.native/tests/mangling/manglinglib.kt b/backend.native/tests/mangling/manglinglib.kt index 4c75ddd7b04..a431f5a0cef 100644 --- a/backend.native/tests/mangling/manglinglib.kt +++ b/backend.native/tests/mangling/manglinglib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + public fun mangle1(l: List) { println("Int direct $l") } diff --git a/backend.native/tests/produce_dynamic/simple/hello.kt b/backend.native/tests/produce_dynamic/simple/hello.kt index 3d12520c937..27347ed375b 100644 --- a/backend.native/tests/produce_dynamic/simple/hello.kt +++ b/backend.native/tests/produce_dynamic/simple/hello.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* import kotlin.native.CName diff --git a/backend.native/tests/runtime/basic/args0.kt b/backend.native/tests/runtime/basic/args0.kt index 29eb6a6baa1..88b91bc1dc5 100644 --- a/backend.native/tests/runtime/basic/args0.kt +++ b/backend.native/tests/runtime/basic/args0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args : Array) { for (s in args) { println(s) diff --git a/backend.native/tests/runtime/basic/assert_failed.kt b/backend.native/tests/runtime/basic/assert_failed.kt index 0a302fc614a..e8f91168394 100644 --- a/backend.native/tests/runtime/basic/assert_failed.kt +++ b/backend.native/tests/runtime/basic/assert_failed.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { assert(false) } \ No newline at end of file diff --git a/backend.native/tests/runtime/basic/assert_passed.kt b/backend.native/tests/runtime/basic/assert_passed.kt index 74bced5d157..d49eacc0642 100644 --- a/backend.native/tests/runtime/basic/assert_passed.kt +++ b/backend.native/tests/runtime/basic/assert_passed.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { assert(true) } \ No newline at end of file diff --git a/backend.native/tests/runtime/basic/driver0.kt b/backend.native/tests/runtime/basic/driver0.kt index 4b603a1274d..4feb92951c3 100644 --- a/backend.native/tests/runtime/basic/driver0.kt +++ b/backend.native/tests/runtime/basic/driver0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + // TODO: remove kotlin_native.io once overrides are in place. fun main(args : Array) { println("Hello, world!") diff --git a/backend.native/tests/runtime/basic/empty_substring.kt b/backend.native/tests/runtime/basic/empty_substring.kt index ab03414d8f0..02741c2ab96 100644 --- a/backend.native/tests/runtime/basic/empty_substring.kt +++ b/backend.native/tests/runtime/basic/empty_substring.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.empty_substring import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/entry0.kt b/backend.native/tests/runtime/basic/entry0.kt index 2fc662bdefc..c910222464c 100644 --- a/backend.native/tests/runtime/basic/entry0.kt +++ b/backend.native/tests/runtime/basic/entry0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.entry0 fun fail() { diff --git a/backend.native/tests/runtime/basic/entry1.kt b/backend.native/tests/runtime/basic/entry1.kt index 30878af591a..c038c881742 100644 --- a/backend.native/tests/runtime/basic/entry1.kt +++ b/backend.native/tests/runtime/basic/entry1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun fail() { println("Test failed, this is a wrong main() function.") } diff --git a/backend.native/tests/runtime/basic/entry2.kt b/backend.native/tests/runtime/basic/entry2.kt index ce15f37213d..9bc6bf7da6e 100644 --- a/backend.native/tests/runtime/basic/entry2.kt +++ b/backend.native/tests/runtime/basic/entry2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { fail() } diff --git a/backend.native/tests/runtime/basic/enum_equals.kt b/backend.native/tests/runtime/basic/enum_equals.kt index 5ec24e08719..8d179c42b29 100644 --- a/backend.native/tests/runtime/basic/enum_equals.kt +++ b/backend.native/tests/runtime/basic/enum_equals.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.enum_equals import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/exit.kt b/backend.native/tests/runtime/basic/exit.kt index 74359a40cf7..e32bae61f8e 100644 --- a/backend.native/tests/runtime/basic/exit.kt +++ b/backend.native/tests/runtime/basic/exit.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlin.system.* fun main(args: Array) { diff --git a/backend.native/tests/runtime/basic/for0.kt b/backend.native/tests/runtime/basic/for0.kt index 58565776afa..1dd37fb04d2 100644 --- a/backend.native/tests/runtime/basic/for0.kt +++ b/backend.native/tests/runtime/basic/for0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.for0 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/hash0.kt b/backend.native/tests/runtime/basic/hash0.kt index a13db9104eb..42e576f1ce2 100644 --- a/backend.native/tests/runtime/basic/hash0.kt +++ b/backend.native/tests/runtime/basic/hash0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.hash0 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/hello0.kt b/backend.native/tests/runtime/basic/hello0.kt index a1b8590f2cb..761e65ce3ec 100644 --- a/backend.native/tests/runtime/basic/hello0.kt +++ b/backend.native/tests/runtime/basic/hello0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.hello0 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/hello1.kt b/backend.native/tests/runtime/basic/hello1.kt index d39940189fe..9553b10ed2d 100644 --- a/backend.native/tests/runtime/basic/hello1.kt +++ b/backend.native/tests/runtime/basic/hello1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + // TODO: TestRuner should be able to pass input to stdin // TODO: remove kotlin_native.io once overrides are in place. fun main(args : Array) { diff --git a/backend.native/tests/runtime/basic/hello2.kt b/backend.native/tests/runtime/basic/hello2.kt index 69e121d7f34..4418fb815ef 100644 --- a/backend.native/tests/runtime/basic/hello2.kt +++ b/backend.native/tests/runtime/basic/hello2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + // TODO: TestRuner should be able to pass input to stdin // TODO: remove kotlin_native.io once overrides are in place. fun main(args : Array) { diff --git a/backend.native/tests/runtime/basic/hello3.kt b/backend.native/tests/runtime/basic/hello3.kt index a4faa900250..f52bec265b8 100644 --- a/backend.native/tests/runtime/basic/hello3.kt +++ b/backend.native/tests/runtime/basic/hello3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.hello3 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/hello4.kt b/backend.native/tests/runtime/basic/hello4.kt index abaff67eb2c..dacd5b11a70 100644 --- a/backend.native/tests/runtime/basic/hello4.kt +++ b/backend.native/tests/runtime/basic/hello4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.hello4 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/ieee754.kt b/backend.native/tests/runtime/basic/ieee754.kt index 169d74d85bf..c836dae690b 100644 --- a/backend.native/tests/runtime/basic/ieee754.kt +++ b/backend.native/tests/runtime/basic/ieee754.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.ieee754 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/initializers0.kt b/backend.native/tests/runtime/basic/initializers0.kt index 4d9883718dc..31d7d291b4c 100644 --- a/backend.native/tests/runtime/basic/initializers0.kt +++ b/backend.native/tests/runtime/basic/initializers0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.initializers0 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/initializers1.kt b/backend.native/tests/runtime/basic/initializers1.kt index df9a9a7302b..7b8c7cc2851 100644 --- a/backend.native/tests/runtime/basic/initializers1.kt +++ b/backend.native/tests/runtime/basic/initializers1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.initializers1 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/initializers2.kt b/backend.native/tests/runtime/basic/initializers2.kt index 51ccc478c14..aa24adce598 100644 --- a/backend.native/tests/runtime/basic/initializers2.kt +++ b/backend.native/tests/runtime/basic/initializers2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + class A(val msg: String) { init { println("init $msg") diff --git a/backend.native/tests/runtime/basic/initializers3.kt b/backend.native/tests/runtime/basic/initializers3.kt index 4a9804f38ef..5dfb0c67803 100644 --- a/backend.native/tests/runtime/basic/initializers3.kt +++ b/backend.native/tests/runtime/basic/initializers3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.initializers3 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/initializers4.kt b/backend.native/tests/runtime/basic/initializers4.kt index 8d9ca66821b..008b512b138 100644 --- a/backend.native/tests/runtime/basic/initializers4.kt +++ b/backend.native/tests/runtime/basic/initializers4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.initializers4 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/initializers5.kt b/backend.native/tests/runtime/basic/initializers5.kt index bc1b919a841..0c67dcb38b0 100644 --- a/backend.native/tests/runtime/basic/initializers5.kt +++ b/backend.native/tests/runtime/basic/initializers5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.initializers5 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/interface0.kt b/backend.native/tests/runtime/basic/interface0.kt index 24ba347ac23..347e562c5b6 100644 --- a/backend.native/tests/runtime/basic/interface0.kt +++ b/backend.native/tests/runtime/basic/interface0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.interface0 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/libentry2.kt b/backend.native/tests/runtime/basic/libentry2.kt index b9d0e5ae40e..4e70e2cd305 100644 --- a/backend.native/tests/runtime/basic/libentry2.kt +++ b/backend.native/tests/runtime/basic/libentry2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun fail() { println("Test failed, this is a wrong main() function.") } diff --git a/backend.native/tests/runtime/basic/main_exception.kt b/backend.native/tests/runtime/basic/main_exception.kt index 072b2a684dd..78a20406592 100644 --- a/backend.native/tests/runtime/basic/main_exception.kt +++ b/backend.native/tests/runtime/basic/main_exception.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.main_exception import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/random.kt b/backend.native/tests/runtime/basic/random.kt index 5b3ce422880..153d506b003 100644 --- a/backend.native/tests/runtime/basic/random.kt +++ b/backend.native/tests/runtime/basic/random.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.random import kotlin.collections.* diff --git a/backend.native/tests/runtime/basic/random_bound.kt b/backend.native/tests/runtime/basic/random_bound.kt index 080a511f3a0..38498a4a716 100644 --- a/backend.native/tests/runtime/basic/random_bound.kt +++ b/backend.native/tests/runtime/basic/random_bound.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.random_bound import kotlin.random.* diff --git a/backend.native/tests/runtime/basic/readline0.kt b/backend.native/tests/runtime/basic/readline0.kt index 23f10f9de64..d158665106a 100644 --- a/backend.native/tests/runtime/basic/readline0.kt +++ b/backend.native/tests/runtime/basic/readline0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { print(readLine()!!.toInt()) } \ No newline at end of file diff --git a/backend.native/tests/runtime/basic/readline1.kt b/backend.native/tests/runtime/basic/readline1.kt index f77c0aaaa00..3dc9b11df78 100644 --- a/backend.native/tests/runtime/basic/readline1.kt +++ b/backend.native/tests/runtime/basic/readline1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { print(readLine()!!) } \ No newline at end of file diff --git a/backend.native/tests/runtime/basic/standard.kt b/backend.native/tests/runtime/basic/standard.kt index cad780130a9..0a8b96f83e1 100644 --- a/backend.native/tests/runtime/basic/standard.kt +++ b/backend.native/tests/runtime/basic/standard.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.standard import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/statements0.kt b/backend.native/tests/runtime/basic/statements0.kt index 06bed1c8e38..8011155b17b 100644 --- a/backend.native/tests/runtime/basic/statements0.kt +++ b/backend.native/tests/runtime/basic/statements0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.statements0 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/throw0.kt b/backend.native/tests/runtime/basic/throw0.kt index 6076b2dfa4f..1970a638fe7 100644 --- a/backend.native/tests/runtime/basic/throw0.kt +++ b/backend.native/tests/runtime/basic/throw0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.throw0 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/tostring0.kt b/backend.native/tests/runtime/basic/tostring0.kt index 02ecbd9c12b..73c8c7404ce 100644 --- a/backend.native/tests/runtime/basic/tostring0.kt +++ b/backend.native/tests/runtime/basic/tostring0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.tostring0 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/tostring1.kt b/backend.native/tests/runtime/basic/tostring1.kt index 7112db67ddf..ccf26ceb4b8 100644 --- a/backend.native/tests/runtime/basic/tostring1.kt +++ b/backend.native/tests/runtime/basic/tostring1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.tostring1 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/tostring2.kt b/backend.native/tests/runtime/basic/tostring2.kt index ce91c69c8be..c767028700c 100644 --- a/backend.native/tests/runtime/basic/tostring2.kt +++ b/backend.native/tests/runtime/basic/tostring2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.tostring2 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/tostring3.kt b/backend.native/tests/runtime/basic/tostring3.kt index a8cc7f37116..5381283ea3e 100644 --- a/backend.native/tests/runtime/basic/tostring3.kt +++ b/backend.native/tests/runtime/basic/tostring3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.tostring3 import kotlin.test.* diff --git a/backend.native/tests/runtime/basic/worker_random.kt b/backend.native/tests/runtime/basic/worker_random.kt index 6fb15a67ca5..ab1d8721f70 100644 --- a/backend.native/tests/runtime/basic/worker_random.kt +++ b/backend.native/tests/runtime/basic/worker_random.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.basic.worker_random import kotlin.native.concurrent.* diff --git a/backend.native/tests/runtime/collections/AbstractMutableCollection.kt b/backend.native/tests/runtime/collections/AbstractMutableCollection.kt index 0547a47cb02..536be5acf14 100644 --- a/backend.native/tests/runtime/collections/AbstractMutableCollection.kt +++ b/backend.native/tests/runtime/collections/AbstractMutableCollection.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.AbstractMutableCollection import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/BitSet.kt b/backend.native/tests/runtime/collections/BitSet.kt index 16307d82211..98abcad5db8 100644 --- a/backend.native/tests/runtime/collections/BitSet.kt +++ b/backend.native/tests/runtime/collections/BitSet.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.BitSet import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/SortWith.kt b/backend.native/tests/runtime/collections/SortWith.kt index d9dda1e93cc..3b819a6e54a 100644 --- a/backend.native/tests/runtime/collections/SortWith.kt +++ b/backend.native/tests/runtime/collections/SortWith.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.SortWith import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/array0.kt b/backend.native/tests/runtime/collections/array0.kt index 878e55b2f98..57665d74fa7 100644 --- a/backend.native/tests/runtime/collections/array0.kt +++ b/backend.native/tests/runtime/collections/array0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.array0 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/array1.kt b/backend.native/tests/runtime/collections/array1.kt index 7ce65292f85..75f2e72879c 100644 --- a/backend.native/tests/runtime/collections/array1.kt +++ b/backend.native/tests/runtime/collections/array1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.array1 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/array2.kt b/backend.native/tests/runtime/collections/array2.kt index b309102db39..a36f3114cf5 100644 --- a/backend.native/tests/runtime/collections/array2.kt +++ b/backend.native/tests/runtime/collections/array2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.array2 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/array3.kt b/backend.native/tests/runtime/collections/array3.kt index 184ecf0f5d0..4ca65147ef7 100644 --- a/backend.native/tests/runtime/collections/array3.kt +++ b/backend.native/tests/runtime/collections/array3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.array3 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/array_list1.kt b/backend.native/tests/runtime/collections/array_list1.kt index 74ff8d8d2dd..73e7fdbb054 100644 --- a/backend.native/tests/runtime/collections/array_list1.kt +++ b/backend.native/tests/runtime/collections/array_list1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.array_list1 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/array_list2.kt b/backend.native/tests/runtime/collections/array_list2.kt index dd8f6e6719f..afd880ef72e 100644 --- a/backend.native/tests/runtime/collections/array_list2.kt +++ b/backend.native/tests/runtime/collections/array_list2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.array_list2 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/hash_map0.kt b/backend.native/tests/runtime/collections/hash_map0.kt index 0ae0b3c5027..2185786092c 100644 --- a/backend.native/tests/runtime/collections/hash_map0.kt +++ b/backend.native/tests/runtime/collections/hash_map0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.hash_map0 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/hash_set0.kt b/backend.native/tests/runtime/collections/hash_set0.kt index afab7a20f2a..6a3709d9d19 100644 --- a/backend.native/tests/runtime/collections/hash_set0.kt +++ b/backend.native/tests/runtime/collections/hash_set0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.hash_set0 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/listof0.kt b/backend.native/tests/runtime/collections/listof0.kt index 3f7997cc499..62d7a3ca171 100644 --- a/backend.native/tests/runtime/collections/listof0.kt +++ b/backend.native/tests/runtime/collections/listof0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.listof0 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/moderately_large_array.kt b/backend.native/tests/runtime/collections/moderately_large_array.kt index 4fc56a979dc..3a657d4fe2a 100644 --- a/backend.native/tests/runtime/collections/moderately_large_array.kt +++ b/backend.native/tests/runtime/collections/moderately_large_array.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.moderately_large_array import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/moderately_large_array1.kt b/backend.native/tests/runtime/collections/moderately_large_array1.kt index e3f35ddcdb0..d37cca92e00 100644 --- a/backend.native/tests/runtime/collections/moderately_large_array1.kt +++ b/backend.native/tests/runtime/collections/moderately_large_array1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.moderately_large_array1 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/range0.kt b/backend.native/tests/runtime/collections/range0.kt index 376ba03a2ae..a7fad0967f9 100644 --- a/backend.native/tests/runtime/collections/range0.kt +++ b/backend.native/tests/runtime/collections/range0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.range0 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/sort0.kt b/backend.native/tests/runtime/collections/sort0.kt index 2c8467f7015..38b1c281ebd 100644 --- a/backend.native/tests/runtime/collections/sort0.kt +++ b/backend.native/tests/runtime/collections/sort0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.sort0 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/sort1.kt b/backend.native/tests/runtime/collections/sort1.kt index 1a4fc2dfc90..44c8712abad 100644 --- a/backend.native/tests/runtime/collections/sort1.kt +++ b/backend.native/tests/runtime/collections/sort1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.sort1 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/typed_array0.kt b/backend.native/tests/runtime/collections/typed_array0.kt index b3ce024682c..58a416398fc 100644 --- a/backend.native/tests/runtime/collections/typed_array0.kt +++ b/backend.native/tests/runtime/collections/typed_array0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.typed_array0 import kotlin.test.* diff --git a/backend.native/tests/runtime/collections/typed_array1.kt b/backend.native/tests/runtime/collections/typed_array1.kt index 10279caec0f..3c77ffb9b49 100644 --- a/backend.native/tests/runtime/collections/typed_array1.kt +++ b/backend.native/tests/runtime/collections/typed_array1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.collections.typed_array1 import kotlin.test.* diff --git a/backend.native/tests/runtime/exceptions/catch1.kt b/backend.native/tests/runtime/exceptions/catch1.kt index ccbb7666653..e22562c4ad1 100644 --- a/backend.native/tests/runtime/exceptions/catch1.kt +++ b/backend.native/tests/runtime/exceptions/catch1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.exceptions.catch1 import kotlin.test.* diff --git a/backend.native/tests/runtime/exceptions/catch2.kt b/backend.native/tests/runtime/exceptions/catch2.kt index 77a912f83bc..5eee69f5301 100644 --- a/backend.native/tests/runtime/exceptions/catch2.kt +++ b/backend.native/tests/runtime/exceptions/catch2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.exceptions.catch2 import kotlin.test.* diff --git a/backend.native/tests/runtime/exceptions/catch7.kt b/backend.native/tests/runtime/exceptions/catch7.kt index 0ec875c58f6..91ae88cd742 100644 --- a/backend.native/tests/runtime/exceptions/catch7.kt +++ b/backend.native/tests/runtime/exceptions/catch7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.exceptions.catch7 import kotlin.test.* diff --git a/backend.native/tests/runtime/exceptions/extend0.kt b/backend.native/tests/runtime/exceptions/extend0.kt index 397177f62d8..298bc0e3781 100644 --- a/backend.native/tests/runtime/exceptions/extend0.kt +++ b/backend.native/tests/runtime/exceptions/extend0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.exceptions.extend0 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/basic0.kt b/backend.native/tests/runtime/memory/basic0.kt index 9c4d95679df..3fce09e781d 100644 --- a/backend.native/tests/runtime/memory/basic0.kt +++ b/backend.native/tests/runtime/memory/basic0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.basic0 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/cycles0.kt b/backend.native/tests/runtime/memory/cycles0.kt index 516b5a7fe5e..b2d09fdec0b 100644 --- a/backend.native/tests/runtime/memory/cycles0.kt +++ b/backend.native/tests/runtime/memory/cycles0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.cycles0 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/cycles1.kt b/backend.native/tests/runtime/memory/cycles1.kt index 19e7442433b..ce6a7dbc7f0 100644 --- a/backend.native/tests/runtime/memory/cycles1.kt +++ b/backend.native/tests/runtime/memory/cycles1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.cycles1 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/escape0.kt b/backend.native/tests/runtime/memory/escape0.kt index f2caa8a0e35..5e60deef32c 100644 --- a/backend.native/tests/runtime/memory/escape0.kt +++ b/backend.native/tests/runtime/memory/escape0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.escape0 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/escape1.kt b/backend.native/tests/runtime/memory/escape1.kt index fe4c538b668..07c516aa6a7 100644 --- a/backend.native/tests/runtime/memory/escape1.kt +++ b/backend.native/tests/runtime/memory/escape1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.escape1 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/escape2.kt b/backend.native/tests/runtime/memory/escape2.kt index 09ef6b03d02..935ff63f4ad 100644 --- a/backend.native/tests/runtime/memory/escape2.kt +++ b/backend.native/tests/runtime/memory/escape2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.escape2 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/only_gc.kt b/backend.native/tests/runtime/memory/only_gc.kt index 27e1a022574..df04646d834 100644 --- a/backend.native/tests/runtime/memory/only_gc.kt +++ b/backend.native/tests/runtime/memory/only_gc.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { kotlin.native.internal.GC.collect() } diff --git a/backend.native/tests/runtime/memory/throw_cleanup.kt b/backend.native/tests/runtime/memory/throw_cleanup.kt index 843943a2922..d96bb6ce00c 100644 --- a/backend.native/tests/runtime/memory/throw_cleanup.kt +++ b/backend.native/tests/runtime/memory/throw_cleanup.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.throw_cleanup import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/var1.kt b/backend.native/tests/runtime/memory/var1.kt index f7e3ff5f6fd..5f114612058 100644 --- a/backend.native/tests/runtime/memory/var1.kt +++ b/backend.native/tests/runtime/memory/var1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.var1 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/var2.kt b/backend.native/tests/runtime/memory/var2.kt index a8dfbb583ac..690f9a04738 100644 --- a/backend.native/tests/runtime/memory/var2.kt +++ b/backend.native/tests/runtime/memory/var2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.var2 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/var3.kt b/backend.native/tests/runtime/memory/var3.kt index 7060027f51b..08534402ce3 100644 --- a/backend.native/tests/runtime/memory/var3.kt +++ b/backend.native/tests/runtime/memory/var3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.var3 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/var4.kt b/backend.native/tests/runtime/memory/var4.kt index 296904f8052..4e2892a562e 100644 --- a/backend.native/tests/runtime/memory/var4.kt +++ b/backend.native/tests/runtime/memory/var4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.var4 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/weak0.kt b/backend.native/tests/runtime/memory/weak0.kt index 91a6a2d3673..71deab0167e 100644 --- a/backend.native/tests/runtime/memory/weak0.kt +++ b/backend.native/tests/runtime/memory/weak0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.weak0 import kotlin.test.* diff --git a/backend.native/tests/runtime/memory/weak1.kt b/backend.native/tests/runtime/memory/weak1.kt index 64b9348689b..4c2c7a742bc 100644 --- a/backend.native/tests/runtime/memory/weak1.kt +++ b/backend.native/tests/runtime/memory/weak1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.memory.weak1 import kotlin.test.* diff --git a/backend.native/tests/runtime/text/chars0.kt b/backend.native/tests/runtime/text/chars0.kt index 56e875e6c12..c2595667244 100644 --- a/backend.native/tests/runtime/text/chars0.kt +++ b/backend.native/tests/runtime/text/chars0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.text.chars0 import kotlin.test.* diff --git a/backend.native/tests/runtime/text/indexof.kt b/backend.native/tests/runtime/text/indexof.kt index c3e02aae9a2..6e44c6891cd 100644 --- a/backend.native/tests/runtime/text/indexof.kt +++ b/backend.native/tests/runtime/text/indexof.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package runtime.text.indexof diff --git a/backend.native/tests/runtime/text/parse0.kt b/backend.native/tests/runtime/text/parse0.kt index 97adc6add05..fed2f3d4c99 100644 --- a/backend.native/tests/runtime/text/parse0.kt +++ b/backend.native/tests/runtime/text/parse0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.text.parse0 import kotlin.test.* diff --git a/backend.native/tests/runtime/text/string0.kt b/backend.native/tests/runtime/text/string0.kt index 27de10d073b..b4d5eb55ec6 100644 --- a/backend.native/tests/runtime/text/string0.kt +++ b/backend.native/tests/runtime/text/string0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.text.string0 import kotlin.test.* diff --git a/backend.native/tests/runtime/text/string_builder0.kt b/backend.native/tests/runtime/text/string_builder0.kt index 4a5f60ae3a3..2931ce494fa 100644 --- a/backend.native/tests/runtime/text/string_builder0.kt +++ b/backend.native/tests/runtime/text/string_builder0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.text.string_builder0 import kotlin.test.* diff --git a/backend.native/tests/runtime/text/string_builder1.kt b/backend.native/tests/runtime/text/string_builder1.kt index e055a018964..bd783f99441 100644 --- a/backend.native/tests/runtime/text/string_builder1.kt +++ b/backend.native/tests/runtime/text/string_builder1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.text.string_builder1 import kotlin.test.* diff --git a/backend.native/tests/runtime/text/to_string0.kt b/backend.native/tests/runtime/text/to_string0.kt index b18d386c87e..573dce8ef38 100644 --- a/backend.native/tests/runtime/text/to_string0.kt +++ b/backend.native/tests/runtime/text/to_string0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.text.to_string0 import kotlin.test.* diff --git a/backend.native/tests/runtime/text/trim.kt b/backend.native/tests/runtime/text/trim.kt index be6251d3ffd..0fd5c149139 100644 --- a/backend.native/tests/runtime/text/trim.kt +++ b/backend.native/tests/runtime/text/trim.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.text.trim import kotlin.test.* diff --git a/backend.native/tests/runtime/text/utf8.kt b/backend.native/tests/runtime/text/utf8.kt index b874872ecc8..a91045fde6c 100644 --- a/backend.native/tests/runtime/text/utf8.kt +++ b/backend.native/tests/runtime/text/utf8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.text.utf8 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/atomic0.kt b/backend.native/tests/runtime/workers/atomic0.kt index a81430ff891..2b589b5ae22 100644 --- a/backend.native/tests/runtime/workers/atomic0.kt +++ b/backend.native/tests/runtime/workers/atomic0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.atomic0 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/enum_identity.kt b/backend.native/tests/runtime/workers/enum_identity.kt index 2cca9e54561..3f3b0ff99db 100644 --- a/backend.native/tests/runtime/workers/enum_identity.kt +++ b/backend.native/tests/runtime/workers/enum_identity.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.enum_identity import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/freeze0.kt b/backend.native/tests/runtime/workers/freeze0.kt index 513ed2691da..86838324473 100644 --- a/backend.native/tests/runtime/workers/freeze0.kt +++ b/backend.native/tests/runtime/workers/freeze0.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package runtime.workers.freeze0 diff --git a/backend.native/tests/runtime/workers/freeze1.kt b/backend.native/tests/runtime/workers/freeze1.kt index 8ff0eda3198..6a8b9f9a054 100644 --- a/backend.native/tests/runtime/workers/freeze1.kt +++ b/backend.native/tests/runtime/workers/freeze1.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package runtime.workers.freeze1 diff --git a/backend.native/tests/runtime/workers/freeze2.kt b/backend.native/tests/runtime/workers/freeze2.kt index 757c387ac85..efbe1735da8 100644 --- a/backend.native/tests/runtime/workers/freeze2.kt +++ b/backend.native/tests/runtime/workers/freeze2.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package runtime.workers.freeze2 diff --git a/backend.native/tests/runtime/workers/freeze3.kt b/backend.native/tests/runtime/workers/freeze3.kt index c752fe290bb..50bea669284 100644 --- a/backend.native/tests/runtime/workers/freeze3.kt +++ b/backend.native/tests/runtime/workers/freeze3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.freeze3 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/freeze4.kt b/backend.native/tests/runtime/workers/freeze4.kt index b4be64033f2..2b1fad294a0 100644 --- a/backend.native/tests/runtime/workers/freeze4.kt +++ b/backend.native/tests/runtime/workers/freeze4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.freeze4 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/freeze5.kt b/backend.native/tests/runtime/workers/freeze5.kt index 8c155b0f57c..e8ad3bca269 100644 --- a/backend.native/tests/runtime/workers/freeze5.kt +++ b/backend.native/tests/runtime/workers/freeze5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.freeze5 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/freeze_stress.kt b/backend.native/tests/runtime/workers/freeze_stress.kt index 04a1397b472..3c15d27c6f7 100644 --- a/backend.native/tests/runtime/workers/freeze_stress.kt +++ b/backend.native/tests/runtime/workers/freeze_stress.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.freeze_stress import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/lazy0.kt b/backend.native/tests/runtime/workers/lazy0.kt index 444ce8621c4..be032dc29ba 100644 --- a/backend.native/tests/runtime/workers/lazy0.kt +++ b/backend.native/tests/runtime/workers/lazy0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.lazy0 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/lazy1.kt b/backend.native/tests/runtime/workers/lazy1.kt index 1967359317b..4b1f4299039 100644 --- a/backend.native/tests/runtime/workers/lazy1.kt +++ b/backend.native/tests/runtime/workers/lazy1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.lazy1 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker0.kt b/backend.native/tests/runtime/workers/worker0.kt index 5a0c9f69260..736987ba2cf 100644 --- a/backend.native/tests/runtime/workers/worker0.kt +++ b/backend.native/tests/runtime/workers/worker0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker0 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker1.kt b/backend.native/tests/runtime/workers/worker1.kt index acd36c8eb05..a9c434d9d08 100644 --- a/backend.native/tests/runtime/workers/worker1.kt +++ b/backend.native/tests/runtime/workers/worker1.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker1 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker2.kt b/backend.native/tests/runtime/workers/worker2.kt index ade57eaa8b8..730fe73363c 100644 --- a/backend.native/tests/runtime/workers/worker2.kt +++ b/backend.native/tests/runtime/workers/worker2.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker2 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker3.kt b/backend.native/tests/runtime/workers/worker3.kt index 007c1610bc3..9e4415b07ae 100644 --- a/backend.native/tests/runtime/workers/worker3.kt +++ b/backend.native/tests/runtime/workers/worker3.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker3 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker4.kt b/backend.native/tests/runtime/workers/worker4.kt index 9a166b558d3..254b79af312 100644 --- a/backend.native/tests/runtime/workers/worker4.kt +++ b/backend.native/tests/runtime/workers/worker4.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker4 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker5.kt b/backend.native/tests/runtime/workers/worker5.kt index c23db9755e4..05f7d5f5c0e 100644 --- a/backend.native/tests/runtime/workers/worker5.kt +++ b/backend.native/tests/runtime/workers/worker5.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker5 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker6.kt b/backend.native/tests/runtime/workers/worker6.kt index 61a0c425d71..41548b9ada6 100644 --- a/backend.native/tests/runtime/workers/worker6.kt +++ b/backend.native/tests/runtime/workers/worker6.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker6 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker7.kt b/backend.native/tests/runtime/workers/worker7.kt index dc4bc0c1f67..4cc17c337a0 100644 --- a/backend.native/tests/runtime/workers/worker7.kt +++ b/backend.native/tests/runtime/workers/worker7.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker7 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker8.kt b/backend.native/tests/runtime/workers/worker8.kt index 064015e7152..3992ac276f4 100644 --- a/backend.native/tests/runtime/workers/worker8.kt +++ b/backend.native/tests/runtime/workers/worker8.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker8 import kotlin.test.* diff --git a/backend.native/tests/runtime/workers/worker9.kt b/backend.native/tests/runtime/workers/worker9.kt index 6743519cc05..d6e7afdc752 100644 --- a/backend.native/tests/runtime/workers/worker9.kt +++ b/backend.native/tests/runtime/workers/worker9.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package runtime.workers.worker9 import kotlin.test.* diff --git a/backend.native/tests/serialization/catch.kt b/backend.native/tests/serialization/catch.kt index 473a3c74fea..9ed7fc76f5a 100644 --- a/backend.native/tests/serialization/catch.kt +++ b/backend.native/tests/serialization/catch.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + inline fun foo() { try { diff --git a/backend.native/tests/serialization/char_const.kt b/backend.native/tests/serialization/char_const.kt index 610bc00b584..31cc0e9bfd4 100644 --- a/backend.native/tests/serialization/char_const.kt +++ b/backend.native/tests/serialization/char_const.kt @@ -1 +1,6 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + inline fun foo(x: Char = '\u042b') = x diff --git a/backend.native/tests/serialization/default_args.kt b/backend.native/tests/serialization/default_args.kt index 7d0f0558dbb..d019ebb1e1e 100644 --- a/backend.native/tests/serialization/default_args.kt +++ b/backend.native/tests/serialization/default_args.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + inline val Int.prop get() = SomeDataClass(second = this) diff --git a/backend.native/tests/serialization/deserialize_members.kt b/backend.native/tests/serialization/deserialize_members.kt index a81f6661c92..b9817955960 100644 --- a/backend.native/tests/serialization/deserialize_members.kt +++ b/backend.native/tests/serialization/deserialize_members.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import foo.bar.* fun main(args: Array) { diff --git a/backend.native/tests/serialization/deserialized_inline0.kt b/backend.native/tests/serialization/deserialized_inline0.kt index dfec217a10c..8fc31da568e 100644 --- a/backend.native/tests/serialization/deserialized_inline0.kt +++ b/backend.native/tests/serialization/deserialized_inline0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package serialization.deserialized_inline0 import kotlin.test.* diff --git a/backend.native/tests/serialization/deserialized_listof0.kt b/backend.native/tests/serialization/deserialized_listof0.kt index 1400fb6db0d..28a97a61bdf 100644 --- a/backend.native/tests/serialization/deserialized_listof0.kt +++ b/backend.native/tests/serialization/deserialized_listof0.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package serialization.deserialized_listof0 import kotlin.test.* diff --git a/backend.native/tests/serialization/do_while.kt b/backend.native/tests/serialization/do_while.kt index ee2ef54276d..eb96619bdbb 100644 --- a/backend.native/tests/serialization/do_while.kt +++ b/backend.native/tests/serialization/do_while.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + inline fun foo() { do { diff --git a/backend.native/tests/serialization/enum_ordinal/library.kt b/backend.native/tests/serialization/enum_ordinal/library.kt index f6d85a4a0b3..e4a53af9306 100644 --- a/backend.native/tests/serialization/enum_ordinal/library.kt +++ b/backend.native/tests/serialization/enum_ordinal/library.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + enum class Color { RED, GREEN, BLUE, CYAN, MAGENTA, YELLOW } diff --git a/backend.native/tests/serialization/enum_ordinal/main.kt b/backend.native/tests/serialization/enum_ordinal/main.kt index 31a6265552a..7801b043164 100644 --- a/backend.native/tests/serialization/enum_ordinal/main.kt +++ b/backend.native/tests/serialization/enum_ordinal/main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { println(Color.RED.ordinal) println(Color.GREEN.ordinal) diff --git a/backend.native/tests/serialization/prop.kt b/backend.native/tests/serialization/prop.kt index 729247928b5..20751feb97f 100644 --- a/backend.native/tests/serialization/prop.kt +++ b/backend.native/tests/serialization/prop.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { println(666.prop) } diff --git a/backend.native/tests/serialization/regression/no_type_map.kt b/backend.native/tests/serialization/regression/no_type_map.kt index 09e8526fdf4..b46b92c5466 100644 --- a/backend.native/tests/serialization/regression/no_type_map.kt +++ b/backend.native/tests/serialization/regression/no_type_map.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + import kotlinx.cinterop.* fun main(args: Array) { memScoped { diff --git a/backend.native/tests/serialization/serialize_members.kt b/backend.native/tests/serialization/serialize_members.kt index f9da87c3781..1cd454e1ae0 100644 --- a/backend.native/tests/serialization/serialize_members.kt +++ b/backend.native/tests/serialization/serialize_members.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package foo.bar class R { diff --git a/backend.native/tests/serialization/use.kt b/backend.native/tests/serialization/use.kt index 2029e4ebc87..8a0446a79af 100644 --- a/backend.native/tests/serialization/use.kt +++ b/backend.native/tests/serialization/use.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { foo() diff --git a/backend.native/tests/serialization/use_char_const.kt b/backend.native/tests/serialization/use_char_const.kt index 1d0f791fc59..82bd39a9e27 100644 --- a/backend.native/tests/serialization/use_char_const.kt +++ b/backend.native/tests/serialization/use_char_const.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun main(args: Array) { println(foo()) } diff --git a/backend.native/tests/serialization/vararg.kt b/backend.native/tests/serialization/vararg.kt index 655362bf541..46f037d89ec 100644 --- a/backend.native/tests/serialization/vararg.kt +++ b/backend.native/tests/serialization/vararg.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + fun bar(vararg x: Int) { x.forEach { println(it) diff --git a/backend.native/tests/stdlib_external/jsCollectionFactoriesActuals.kt b/backend.native/tests/stdlib_external/jsCollectionFactoriesActuals.kt index 0ded9141b73..bebf7f4792f 100644 --- a/backend.native/tests/stdlib_external/jsCollectionFactoriesActuals.kt +++ b/backend.native/tests/stdlib_external/jsCollectionFactoriesActuals.kt @@ -1,6 +1,6 @@ /* * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license - * that can be found in the license/LICENSE.txt file. + * that can be found in the LICENSE file. */ package test.collections.js diff --git a/backend.native/tests/stdlib_external/numbers/MathExceptionTest.kt b/backend.native/tests/stdlib_external/numbers/MathExceptionTest.kt index 1b326222eee..d9699ad337e 100644 --- a/backend.native/tests/stdlib_external/numbers/MathExceptionTest.kt +++ b/backend.native/tests/stdlib_external/numbers/MathExceptionTest.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package test.numbers diff --git a/backend.native/tests/stdlib_external/numbers/MathTest.kt b/backend.native/tests/stdlib_external/numbers/MathTest.kt index 28bf8d018dc..4e1ee470689 100644 --- a/backend.native/tests/stdlib_external/numbers/MathTest.kt +++ b/backend.native/tests/stdlib_external/numbers/MathTest.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package test.numbers diff --git a/backend.native/tests/stdlib_external/utils.kt b/backend.native/tests/stdlib_external/utils.kt index b6a1034b568..01fab58b362 100644 --- a/backend.native/tests/stdlib_external/utils.kt +++ b/backend.native/tests/stdlib_external/utils.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package test import kotlin.test.* diff --git a/backend.native/tests/testLibrary/kotlin/test_platform_lib.kt b/backend.native/tests/testLibrary/kotlin/test_platform_lib.kt index 424136a90d5..cac5e26b17c 100644 --- a/backend.native/tests/testLibrary/kotlin/test_platform_lib.kt +++ b/backend.native/tests/testLibrary/kotlin/test_platform_lib.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package test.konan.platform fun produceMessage() { diff --git a/backend.native/tests/testUtils.kt b/backend.native/tests/testUtils.kt index 1767c88f411..2f8be14f232 100644 --- a/backend.native/tests/testUtils.kt +++ b/backend.native/tests/testUtils.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package kotlin.test @Suppress("UNUSED_PARAMETER") diff --git a/backend.native/tests/testing/annotations.kt b/backend.native/tests/testing/annotations.kt index 6b8809b466a..3d4638eb3f5 100644 --- a/backend.native/tests/testing/annotations.kt +++ b/backend.native/tests/testing/annotations.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package kotlin.test.tests import kotlin.test.* diff --git a/backend.native/tests/testing/assertions.kt b/backend.native/tests/testing/assertions.kt index 9b9ff16560c..7009ce27a54 100644 --- a/backend.native/tests/testing/assertions.kt +++ b/backend.native/tests/testing/assertions.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package kotlin.test.tests import kotlin.test.* diff --git a/backend.native/tests/testing/custom_main.kt b/backend.native/tests/testing/custom_main.kt index b4e1e067ad9..50a52b21be6 100644 --- a/backend.native/tests/testing/custom_main.kt +++ b/backend.native/tests/testing/custom_main.kt @@ -1,3 +1,8 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. + */ + package kotlin.test.tests import kotlin.test.* diff --git a/common/build.gradle b/common/build.gradle index 626d3686163..02e7594975c 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -1,19 +1,7 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - import org.jetbrains.kotlin.CompileCppToBitcode // TODO: consider using some Gradle plugins to build and test diff --git a/dependencies/build.gradle b/dependencies/build.gradle index f690dbdd01b..d743da7a4f7 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -1,20 +1,7 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - - import groovy.transform.stc.ClosureParams import groovy.transform.stc.FromString import org.jetbrains.kotlin.konan.target.* diff --git a/klib/build.gradle b/klib/build.gradle index a686cc5064d..09c90f12f60 100644 --- a/klib/build.gradle +++ b/klib/build.gradle @@ -1,19 +1,7 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - buildscript { apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle" dependencies { diff --git a/klib/src/main/kotlin/org/jetbrains/kotlin/cli/klib/KlibPrinter.kt b/klib/src/main/kotlin/org/jetbrains/kotlin/cli/klib/KlibPrinter.kt index 85ff4f24a30..f269b64f387 100644 --- a/klib/src/main/kotlin/org/jetbrains/kotlin/cli/klib/KlibPrinter.kt +++ b/klib/src/main/kotlin/org/jetbrains/kotlin/cli/klib/KlibPrinter.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.cli.klib diff --git a/klib/src/main/kotlin/org/jetbrains/kotlin/cli/klib/main.kt b/klib/src/main/kotlin/org/jetbrains/kotlin/cli/klib/main.kt index ab6b45ddf30..042425d0bb4 100644 --- a/klib/src/main/kotlin/org/jetbrains/kotlin/cli/klib/main.kt +++ b/klib/src/main/kotlin/org/jetbrains/kotlin/cli/klib/main.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.cli.klib diff --git a/klib/src/test/kotlin/org/jetbrains/kotlin/cli/klib/test/ContentsTest.kt b/klib/src/test/kotlin/org/jetbrains/kotlin/cli/klib/test/ContentsTest.kt index 33038b0c529..434dc3f02f0 100644 --- a/klib/src/test/kotlin/org/jetbrains/kotlin/cli/klib/test/ContentsTest.kt +++ b/klib/src/test/kotlin/org/jetbrains/kotlin/cli/klib/test/ContentsTest.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package org.jetbrains.kotlin.cli.klib.test diff --git a/konan/konan.properties b/konan/konan.properties index 69dae74d3bf..503bacdd67c 100644 --- a/konan/konan.properties +++ b/konan/konan.properties @@ -1,5 +1,5 @@ # -# Copyright 2010-2017 JetBrains s.r.o. +# Copyright 2010-2018 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. diff --git a/runtime/build.gradle b/runtime/build.gradle index b5402ba1d67..e6196aabf60 100644 --- a/runtime/build.gradle +++ b/runtime/build.gradle @@ -1,19 +1,7 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - import org.jetbrains.kotlin.CompileCppToBitcode // TODO: consider using some Gradle plugins to build and test diff --git a/runtime/src/launcher/kotlin/konan/start.kt b/runtime/src/launcher/kotlin/konan/start.kt index a5b54c63c03..2bb43656695 100644 --- a/runtime/src/launcher/kotlin/konan/start.kt +++ b/runtime/src/launcher/kotlin/konan/start.kt @@ -1,19 +1,7 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - import kotlin.native.internal.ExportForCppRuntime // This function is produced by the code generator given diff --git a/runtime/src/main/kotlin/kotlin/Annotation.kt b/runtime/src/main/kotlin/kotlin/Annotation.kt index f1fa46d5c7c..3156e5ed072 100644 --- a/runtime/src/main/kotlin/kotlin/Annotation.kt +++ b/runtime/src/main/kotlin/kotlin/Annotation.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Annotations.kt b/runtime/src/main/kotlin/kotlin/Annotations.kt index 117229298a8..6a98dcfda35 100644 --- a/runtime/src/main/kotlin/kotlin/Annotations.kt +++ b/runtime/src/main/kotlin/kotlin/Annotations.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Any.kt b/runtime/src/main/kotlin/kotlin/Any.kt index 4065080f099..7e8a7499815 100644 --- a/runtime/src/main/kotlin/kotlin/Any.kt +++ b/runtime/src/main/kotlin/kotlin/Any.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Array.kt b/runtime/src/main/kotlin/kotlin/Array.kt index 67734523ed9..551f7fd205a 100644 --- a/runtime/src/main/kotlin/kotlin/Array.kt +++ b/runtime/src/main/kotlin/kotlin/Array.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Arrays.kt b/runtime/src/main/kotlin/kotlin/Arrays.kt index 557a3aa2f7f..d22feb98a82 100644 --- a/runtime/src/main/kotlin/kotlin/Arrays.kt +++ b/runtime/src/main/kotlin/kotlin/Arrays.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ // TODO: Add SortedSet class and implement toSortedSet extensions diff --git a/runtime/src/main/kotlin/kotlin/Assertions.kt b/runtime/src/main/kotlin/kotlin/Assertions.kt index 58231448fac..15771859d4a 100644 --- a/runtime/src/main/kotlin/kotlin/Assertions.kt +++ b/runtime/src/main/kotlin/kotlin/Assertions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Boolean.kt b/runtime/src/main/kotlin/kotlin/Boolean.kt index 94ceb64a1a5..6c3ff48a7a2 100644 --- a/runtime/src/main/kotlin/kotlin/Boolean.kt +++ b/runtime/src/main/kotlin/kotlin/Boolean.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Char.kt b/runtime/src/main/kotlin/kotlin/Char.kt index 0d79511cdda..ad5f06f4198 100644 --- a/runtime/src/main/kotlin/kotlin/Char.kt +++ b/runtime/src/main/kotlin/kotlin/Char.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/CharSequence.kt b/runtime/src/main/kotlin/kotlin/CharSequence.kt index b3942a6cb94..549a7b9c48f 100644 --- a/runtime/src/main/kotlin/kotlin/CharSequence.kt +++ b/runtime/src/main/kotlin/kotlin/CharSequence.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Comparable.kt b/runtime/src/main/kotlin/kotlin/Comparable.kt index 4262d3aa638..bb4d47f2e0a 100644 --- a/runtime/src/main/kotlin/kotlin/Comparable.kt +++ b/runtime/src/main/kotlin/kotlin/Comparable.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Comparator.kt b/runtime/src/main/kotlin/kotlin/Comparator.kt index ec91e117000..1b26c10a505 100644 --- a/runtime/src/main/kotlin/kotlin/Comparator.kt +++ b/runtime/src/main/kotlin/kotlin/Comparator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Enum.kt b/runtime/src/main/kotlin/kotlin/Enum.kt index 05690ddba4a..67a2eaf7fce 100644 --- a/runtime/src/main/kotlin/kotlin/Enum.kt +++ b/runtime/src/main/kotlin/kotlin/Enum.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Exceptions.kt b/runtime/src/main/kotlin/kotlin/Exceptions.kt index e01d6f747e8..de98b81ea06 100644 --- a/runtime/src/main/kotlin/kotlin/Exceptions.kt +++ b/runtime/src/main/kotlin/kotlin/Exceptions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Experimental.kt b/runtime/src/main/kotlin/kotlin/Experimental.kt index 88c4f66217b..cc5065c55e7 100644 --- a/runtime/src/main/kotlin/kotlin/Experimental.kt +++ b/runtime/src/main/kotlin/kotlin/Experimental.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /** diff --git a/runtime/src/main/kotlin/kotlin/Function.kt b/runtime/src/main/kotlin/kotlin/Function.kt index 468f874e9a4..d31153d57dc 100644 --- a/runtime/src/main/kotlin/kotlin/Function.kt +++ b/runtime/src/main/kotlin/kotlin/Function.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Functions.kt b/runtime/src/main/kotlin/kotlin/Functions.kt index 0537814bd3c..ab7c5cbb2ea 100644 --- a/runtime/src/main/kotlin/kotlin/Functions.kt +++ b/runtime/src/main/kotlin/kotlin/Functions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Lazy.kt b/runtime/src/main/kotlin/kotlin/Lazy.kt index e8ffb1795fb..ee6cac42fae 100644 --- a/runtime/src/main/kotlin/kotlin/Lazy.kt +++ b/runtime/src/main/kotlin/kotlin/Lazy.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Nothing.kt b/runtime/src/main/kotlin/kotlin/Nothing.kt index f5e6d10d80d..3c1219ffd80 100644 --- a/runtime/src/main/kotlin/kotlin/Nothing.kt +++ b/runtime/src/main/kotlin/kotlin/Nothing.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Number.kt b/runtime/src/main/kotlin/kotlin/Number.kt index 95aed6c7e46..be065f9a03a 100644 --- a/runtime/src/main/kotlin/kotlin/Number.kt +++ b/runtime/src/main/kotlin/kotlin/Number.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Numbers.kt b/runtime/src/main/kotlin/kotlin/Numbers.kt index 7b574804ebd..1f94ec6e1ec 100644 --- a/runtime/src/main/kotlin/kotlin/Numbers.kt +++ b/runtime/src/main/kotlin/kotlin/Numbers.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Primitives.kt b/runtime/src/main/kotlin/kotlin/Primitives.kt index 5fa73c5d4a1..a72906bfb43 100644 --- a/runtime/src/main/kotlin/kotlin/Primitives.kt +++ b/runtime/src/main/kotlin/kotlin/Primitives.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/String.kt b/runtime/src/main/kotlin/kotlin/String.kt index 4f89c672dea..464f871ac81 100644 --- a/runtime/src/main/kotlin/kotlin/String.kt +++ b/runtime/src/main/kotlin/kotlin/String.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/SuspendFunction.kt b/runtime/src/main/kotlin/kotlin/SuspendFunction.kt index 3750ad11e83..e3a356f4e6e 100644 --- a/runtime/src/main/kotlin/kotlin/SuspendFunction.kt +++ b/runtime/src/main/kotlin/kotlin/SuspendFunction.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/SuspendFunctions.kt b/runtime/src/main/kotlin/kotlin/SuspendFunctions.kt index 859568d36a3..1ca698faf4d 100644 --- a/runtime/src/main/kotlin/kotlin/SuspendFunctions.kt +++ b/runtime/src/main/kotlin/kotlin/SuspendFunctions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Throwable.kt b/runtime/src/main/kotlin/kotlin/Throwable.kt index ec7969fcdb0..13e41462b30 100644 --- a/runtime/src/main/kotlin/kotlin/Throwable.kt +++ b/runtime/src/main/kotlin/kotlin/Throwable.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/Unit.kt b/runtime/src/main/kotlin/kotlin/Unit.kt index 483cde74619..166ec6f4b3d 100644 --- a/runtime/src/main/kotlin/kotlin/Unit.kt +++ b/runtime/src/main/kotlin/kotlin/Unit.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/annotation/Annotations.kt b/runtime/src/main/kotlin/kotlin/annotation/Annotations.kt index 78008c28cfd..274e7e918f9 100644 --- a/runtime/src/main/kotlin/kotlin/annotation/Annotations.kt +++ b/runtime/src/main/kotlin/kotlin/annotation/Annotations.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.annotation diff --git a/runtime/src/main/kotlin/kotlin/collections/AbstractMutableCollection.kt b/runtime/src/main/kotlin/kotlin/collections/AbstractMutableCollection.kt index 31604e646f8..dd143ed26d2 100644 --- a/runtime/src/main/kotlin/kotlin/collections/AbstractMutableCollection.kt +++ b/runtime/src/main/kotlin/kotlin/collections/AbstractMutableCollection.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/AbstractMutableList.kt b/runtime/src/main/kotlin/kotlin/collections/AbstractMutableList.kt index ddff4188ae1..ec5dec4f493 100644 --- a/runtime/src/main/kotlin/kotlin/collections/AbstractMutableList.kt +++ b/runtime/src/main/kotlin/kotlin/collections/AbstractMutableList.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/ArrayList.kt b/runtime/src/main/kotlin/kotlin/collections/ArrayList.kt index b30638335a0..bdde9865883 100644 --- a/runtime/src/main/kotlin/kotlin/collections/ArrayList.kt +++ b/runtime/src/main/kotlin/kotlin/collections/ArrayList.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/ArrayUtil.kt b/runtime/src/main/kotlin/kotlin/collections/ArrayUtil.kt index 79f34ab4f28..25f6e28b9ac 100644 --- a/runtime/src/main/kotlin/kotlin/collections/ArrayUtil.kt +++ b/runtime/src/main/kotlin/kotlin/collections/ArrayUtil.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/Arrays.kt b/runtime/src/main/kotlin/kotlin/collections/Arrays.kt index 68405b0907d..867428bfef2 100644 --- a/runtime/src/main/kotlin/kotlin/collections/Arrays.kt +++ b/runtime/src/main/kotlin/kotlin/collections/Arrays.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/Collection.kt b/runtime/src/main/kotlin/kotlin/collections/Collection.kt index ff941956b1b..f96f176e5f2 100644 --- a/runtime/src/main/kotlin/kotlin/collections/Collection.kt +++ b/runtime/src/main/kotlin/kotlin/collections/Collection.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/Collections.kt b/runtime/src/main/kotlin/kotlin/collections/Collections.kt index c6130ac0e1a..3aea08c666d 100644 --- a/runtime/src/main/kotlin/kotlin/collections/Collections.kt +++ b/runtime/src/main/kotlin/kotlin/collections/Collections.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/HashMap.kt b/runtime/src/main/kotlin/kotlin/collections/HashMap.kt index cd8982d4396..74984145984 100644 --- a/runtime/src/main/kotlin/kotlin/collections/HashMap.kt +++ b/runtime/src/main/kotlin/kotlin/collections/HashMap.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/HashSet.kt b/runtime/src/main/kotlin/kotlin/collections/HashSet.kt index 7630cd04f0f..388d1af1bbe 100644 --- a/runtime/src/main/kotlin/kotlin/collections/HashSet.kt +++ b/runtime/src/main/kotlin/kotlin/collections/HashSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/IntUtil.kt b/runtime/src/main/kotlin/kotlin/collections/IntUtil.kt index 69bb221a160..d2d901fa059 100644 --- a/runtime/src/main/kotlin/kotlin/collections/IntUtil.kt +++ b/runtime/src/main/kotlin/kotlin/collections/IntUtil.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/Iterator.kt b/runtime/src/main/kotlin/kotlin/collections/Iterator.kt index ac672155bb5..274a682945c 100644 --- a/runtime/src/main/kotlin/kotlin/collections/Iterator.kt +++ b/runtime/src/main/kotlin/kotlin/collections/Iterator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/Iterators.kt b/runtime/src/main/kotlin/kotlin/collections/Iterators.kt index f80c87faf25..08f4990bc45 100644 --- a/runtime/src/main/kotlin/kotlin/collections/Iterators.kt +++ b/runtime/src/main/kotlin/kotlin/collections/Iterators.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/List.kt b/runtime/src/main/kotlin/kotlin/collections/List.kt index ffe0e0e1a41..41cd7d26214 100644 --- a/runtime/src/main/kotlin/kotlin/collections/List.kt +++ b/runtime/src/main/kotlin/kotlin/collections/List.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/Map.kt b/runtime/src/main/kotlin/kotlin/collections/Map.kt index e0f05684d9f..67480fbcf9d 100644 --- a/runtime/src/main/kotlin/kotlin/collections/Map.kt +++ b/runtime/src/main/kotlin/kotlin/collections/Map.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/Maps.kt b/runtime/src/main/kotlin/kotlin/collections/Maps.kt index 3950c4353a3..ab30fac508e 100644 --- a/runtime/src/main/kotlin/kotlin/collections/Maps.kt +++ b/runtime/src/main/kotlin/kotlin/collections/Maps.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/MutableCollections.kt b/runtime/src/main/kotlin/kotlin/collections/MutableCollections.kt index dc44fed034e..0114652bac7 100644 --- a/runtime/src/main/kotlin/kotlin/collections/MutableCollections.kt +++ b/runtime/src/main/kotlin/kotlin/collections/MutableCollections.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/RandomAccess.kt b/runtime/src/main/kotlin/kotlin/collections/RandomAccess.kt index a3ce1299f27..4459de510b8 100644 --- a/runtime/src/main/kotlin/kotlin/collections/RandomAccess.kt +++ b/runtime/src/main/kotlin/kotlin/collections/RandomAccess.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/collections/Set.kt b/runtime/src/main/kotlin/kotlin/collections/Set.kt index e6e2b279101..c494b5792d9 100644 --- a/runtime/src/main/kotlin/kotlin/collections/Set.kt +++ b/runtime/src/main/kotlin/kotlin/collections/Set.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.collections diff --git a/runtime/src/main/kotlin/kotlin/comparisons/Comparisons.kt b/runtime/src/main/kotlin/kotlin/comparisons/Comparisons.kt index 8c00b38f8c6..64bc8d2f563 100644 --- a/runtime/src/main/kotlin/kotlin/comparisons/Comparisons.kt +++ b/runtime/src/main/kotlin/kotlin/comparisons/Comparisons.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.comparisons diff --git a/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.kt b/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.kt index 9d294df3c4e..5378fdc2ef1 100644 --- a/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.kt +++ b/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.coroutines.native.internal diff --git a/runtime/src/main/kotlin/kotlin/coroutines/DebugProbes.kt b/runtime/src/main/kotlin/kotlin/coroutines/DebugProbes.kt index cb0c97dad8d..81f83c9ca68 100644 --- a/runtime/src/main/kotlin/kotlin/coroutines/DebugProbes.kt +++ b/runtime/src/main/kotlin/kotlin/coroutines/DebugProbes.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.coroutines.native.internal diff --git a/runtime/src/main/kotlin/kotlin/coroutines/SafeContinuationNative.kt b/runtime/src/main/kotlin/kotlin/coroutines/SafeContinuationNative.kt index 4896f67c614..c02e1b6af3f 100644 --- a/runtime/src/main/kotlin/kotlin/coroutines/SafeContinuationNative.kt +++ b/runtime/src/main/kotlin/kotlin/coroutines/SafeContinuationNative.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.coroutines diff --git a/runtime/src/main/kotlin/kotlin/coroutines/experimental/Intrinsics.kt b/runtime/src/main/kotlin/kotlin/coroutines/experimental/Intrinsics.kt index bf994fdd9dd..550a953a395 100644 --- a/runtime/src/main/kotlin/kotlin/coroutines/experimental/Intrinsics.kt +++ b/runtime/src/main/kotlin/kotlin/coroutines/experimental/Intrinsics.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.coroutines.experimental.intrinsics diff --git a/runtime/src/main/kotlin/kotlin/coroutines/experimental/SafeContinuation.kt b/runtime/src/main/kotlin/kotlin/coroutines/experimental/SafeContinuation.kt index 45c6969f114..d35aee1d12d 100644 --- a/runtime/src/main/kotlin/kotlin/coroutines/experimental/SafeContinuation.kt +++ b/runtime/src/main/kotlin/kotlin/coroutines/experimental/SafeContinuation.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.coroutines.experimental diff --git a/runtime/src/main/kotlin/kotlin/coroutines/intrinsics/IntrinsicsNative.kt b/runtime/src/main/kotlin/kotlin/coroutines/intrinsics/IntrinsicsNative.kt index eeb7013b90a..82aa2bfbdf3 100644 --- a/runtime/src/main/kotlin/kotlin/coroutines/intrinsics/IntrinsicsNative.kt +++ b/runtime/src/main/kotlin/kotlin/coroutines/intrinsics/IntrinsicsNative.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.coroutines.intrinsics diff --git a/runtime/src/main/kotlin/kotlin/internal/Annotations.kt b/runtime/src/main/kotlin/kotlin/internal/Annotations.kt index 6e2ca47558f..2b777433cc8 100644 --- a/runtime/src/main/kotlin/kotlin/internal/Annotations.kt +++ b/runtime/src/main/kotlin/kotlin/internal/Annotations.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.internal diff --git a/runtime/src/main/kotlin/kotlin/internal/ProgressionUtil.kt b/runtime/src/main/kotlin/kotlin/internal/ProgressionUtil.kt index df5e6b1e8fc..04b54c62168 100644 --- a/runtime/src/main/kotlin/kotlin/internal/ProgressionUtil.kt +++ b/runtime/src/main/kotlin/kotlin/internal/ProgressionUtil.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.internal diff --git a/runtime/src/main/kotlin/kotlin/io/Console.kt b/runtime/src/main/kotlin/kotlin/io/Console.kt index 36195fbabde..f46a91a53fb 100644 --- a/runtime/src/main/kotlin/kotlin/io/Console.kt +++ b/runtime/src/main/kotlin/kotlin/io/Console.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.io diff --git a/runtime/src/main/kotlin/kotlin/io/Serializable.kt b/runtime/src/main/kotlin/kotlin/io/Serializable.kt index e9f8c17bab1..6efbb7a1d61 100644 --- a/runtime/src/main/kotlin/kotlin/io/Serializable.kt +++ b/runtime/src/main/kotlin/kotlin/io/Serializable.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.io diff --git a/runtime/src/main/kotlin/kotlin/jvm/JvmAnnotations.kt b/runtime/src/main/kotlin/kotlin/jvm/JvmAnnotations.kt index 7387d71f116..187745a7dfd 100644 --- a/runtime/src/main/kotlin/kotlin/jvm/JvmAnnotations.kt +++ b/runtime/src/main/kotlin/kotlin/jvm/JvmAnnotations.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018JetBrains 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.jvm diff --git a/runtime/src/main/kotlin/kotlin/math/math.kt b/runtime/src/main/kotlin/kotlin/math/math.kt index 2c9063c2d7e..af87e3f8b85 100644 --- a/runtime/src/main/kotlin/kotlin/math/math.kt +++ b/runtime/src/main/kotlin/kotlin/math/math.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.math diff --git a/runtime/src/main/kotlin/kotlin/native/Annotations.kt b/runtime/src/main/kotlin/kotlin/native/Annotations.kt index 7f86eb31480..41ee9b43345 100644 --- a/runtime/src/main/kotlin/kotlin/native/Annotations.kt +++ b/runtime/src/main/kotlin/kotlin/native/Annotations.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native diff --git a/runtime/src/main/kotlin/kotlin/native/BitSet.kt b/runtime/src/main/kotlin/kotlin/native/BitSet.kt index b0fe4406679..6299dc34ef3 100644 --- a/runtime/src/main/kotlin/kotlin/native/BitSet.kt +++ b/runtime/src/main/kotlin/kotlin/native/BitSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native diff --git a/runtime/src/main/kotlin/kotlin/native/Blob.kt b/runtime/src/main/kotlin/kotlin/native/Blob.kt index c19461d637d..7d1e8b3b2ba 100644 --- a/runtime/src/main/kotlin/kotlin/native/Blob.kt +++ b/runtime/src/main/kotlin/kotlin/native/Blob.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native diff --git a/runtime/src/main/kotlin/kotlin/native/Compatibility.kt b/runtime/src/main/kotlin/kotlin/native/Compatibility.kt index 3bf5104618d..9e6cfd4ea82 100644 --- a/runtime/src/main/kotlin/kotlin/native/Compatibility.kt +++ b/runtime/src/main/kotlin/kotlin/native/Compatibility.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin diff --git a/runtime/src/main/kotlin/kotlin/native/Runtime.kt b/runtime/src/main/kotlin/kotlin/native/Runtime.kt index 8628c024425..81b4aad9f1a 100644 --- a/runtime/src/main/kotlin/kotlin/native/Runtime.kt +++ b/runtime/src/main/kotlin/kotlin/native/Runtime.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native diff --git a/runtime/src/main/kotlin/kotlin/native/Text.kt b/runtime/src/main/kotlin/kotlin/native/Text.kt index f9bf68801a6..b945074972f 100644 --- a/runtime/src/main/kotlin/kotlin/native/Text.kt +++ b/runtime/src/main/kotlin/kotlin/native/Text.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native diff --git a/runtime/src/main/kotlin/kotlin/native/TypedArrays.kt b/runtime/src/main/kotlin/kotlin/native/TypedArrays.kt index ef53df0b101..c6b60e1414f 100644 --- a/runtime/src/main/kotlin/kotlin/native/TypedArrays.kt +++ b/runtime/src/main/kotlin/kotlin/native/TypedArrays.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native diff --git a/runtime/src/main/kotlin/kotlin/native/concurrent/Atomics.kt b/runtime/src/main/kotlin/kotlin/native/concurrent/Atomics.kt index 435c19fefde..1cb40df8839 100644 --- a/runtime/src/main/kotlin/kotlin/native/concurrent/Atomics.kt +++ b/runtime/src/main/kotlin/kotlin/native/concurrent/Atomics.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.concurrent diff --git a/runtime/src/main/kotlin/kotlin/native/concurrent/Freezing.kt b/runtime/src/main/kotlin/kotlin/native/concurrent/Freezing.kt index bffaa4f21a4..38a1120b797 100644 --- a/runtime/src/main/kotlin/kotlin/native/concurrent/Freezing.kt +++ b/runtime/src/main/kotlin/kotlin/native/concurrent/Freezing.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.concurrent diff --git a/runtime/src/main/kotlin/kotlin/native/concurrent/Future.kt b/runtime/src/main/kotlin/kotlin/native/concurrent/Future.kt index cf29b3c5e3b..30726382995 100644 --- a/runtime/src/main/kotlin/kotlin/native/concurrent/Future.kt +++ b/runtime/src/main/kotlin/kotlin/native/concurrent/Future.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.concurrent diff --git a/runtime/src/main/kotlin/kotlin/native/concurrent/Lazy.kt b/runtime/src/main/kotlin/kotlin/native/concurrent/Lazy.kt index 8bde37d8f23..bb688bbd4db 100644 --- a/runtime/src/main/kotlin/kotlin/native/concurrent/Lazy.kt +++ b/runtime/src/main/kotlin/kotlin/native/concurrent/Lazy.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.concurrent diff --git a/runtime/src/main/kotlin/kotlin/native/concurrent/Lock.kt b/runtime/src/main/kotlin/kotlin/native/concurrent/Lock.kt index 5cf72c9e527..3cce083b10c 100644 --- a/runtime/src/main/kotlin/kotlin/native/concurrent/Lock.kt +++ b/runtime/src/main/kotlin/kotlin/native/concurrent/Lock.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.concurrent diff --git a/runtime/src/main/kotlin/kotlin/native/concurrent/ObjectTransfer.kt b/runtime/src/main/kotlin/kotlin/native/concurrent/ObjectTransfer.kt index 65467c77ed9..bb9569bfb65 100644 --- a/runtime/src/main/kotlin/kotlin/native/concurrent/ObjectTransfer.kt +++ b/runtime/src/main/kotlin/kotlin/native/concurrent/ObjectTransfer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.concurrent diff --git a/runtime/src/main/kotlin/kotlin/native/concurrent/Worker.kt b/runtime/src/main/kotlin/kotlin/native/concurrent/Worker.kt index 4dfee584049..d10f4a91dbd 100644 --- a/runtime/src/main/kotlin/kotlin/native/concurrent/Worker.kt +++ b/runtime/src/main/kotlin/kotlin/native/concurrent/Worker.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.concurrent diff --git a/runtime/src/main/kotlin/kotlin/native/internal/Annotations.kt b/runtime/src/main/kotlin/kotlin/native/internal/Annotations.kt index fcd55301915..3b2cd453752 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/Annotations.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/Annotations.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/Boxing.kt b/runtime/src/main/kotlin/kotlin/native/internal/Boxing.kt index 2747f105832..33673aa1e2f 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/Boxing.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/Boxing.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/Coroutines.kt b/runtime/src/main/kotlin/kotlin/native/internal/Coroutines.kt index e34df6d21f1..87bc8e05983 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/Coroutines.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/Coroutines.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/DefaultConstructorMarker.kt b/runtime/src/main/kotlin/kotlin/native/internal/DefaultConstructorMarker.kt index 5cb9a43cdcb..2a4be57a97b 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/DefaultConstructorMarker.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/DefaultConstructorMarker.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/GC.kt b/runtime/src/main/kotlin/kotlin/native/internal/GC.kt index 3342b48daad..acb380ad06c 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/GC.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/GC.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/InteropBoxing.kt b/runtime/src/main/kotlin/kotlin/native/internal/InteropBoxing.kt index 1a46ab7e929..7412210cc51 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/InteropBoxing.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/InteropBoxing.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/Intrinsics.kt b/runtime/src/main/kotlin/kotlin/native/internal/Intrinsics.kt index 8c4b527c59a..5e966a569bd 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/Intrinsics.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/Intrinsics.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/KClassImpl.kt b/runtime/src/main/kotlin/kotlin/native/internal/KClassImpl.kt index 3c365f014c4..e81e60a9c98 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/KClassImpl.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/KClassImpl.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/KFunctionImpl.kt b/runtime/src/main/kotlin/kotlin/native/internal/KFunctionImpl.kt index 35fa5f730e1..b0592d9fce8 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/KFunctionImpl.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/KFunctionImpl.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/KPropertyImpl.kt b/runtime/src/main/kotlin/kotlin/native/internal/KPropertyImpl.kt index dac5bb2f661..77146c406bc 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/KPropertyImpl.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/KPropertyImpl.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/KTypeImpl.kt b/runtime/src/main/kotlin/kotlin/native/internal/KTypeImpl.kt index c8ceebb137b..642e761ac91 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/KTypeImpl.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/KTypeImpl.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/KonanCollections.kt b/runtime/src/main/kotlin/kotlin/native/internal/KonanCollections.kt index 13c60b526b9..d98bdc71a34 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/KonanCollections.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/KonanCollections.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/KonanRuntimeTypes.kt b/runtime/src/main/kotlin/kotlin/native/internal/KonanRuntimeTypes.kt index f998a325c99..89e8c6d22d8 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/KonanRuntimeTypes.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/KonanRuntimeTypes.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/NativePtr.kt b/runtime/src/main/kotlin/kotlin/native/internal/NativePtr.kt index b1227a7d283..898249de822 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/NativePtr.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/NativePtr.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/ObjCExportUtils.kt b/runtime/src/main/kotlin/kotlin/native/internal/ObjCExportUtils.kt index e63f098ef35..50d00b1633a 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/ObjCExportUtils.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/ObjCExportUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/Ref.kt b/runtime/src/main/kotlin/kotlin/native/internal/Ref.kt index 66c7e4d6894..5d112420d5d 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/Ref.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/Ref.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/RuntimeUtils.kt b/runtime/src/main/kotlin/kotlin/native/internal/RuntimeUtils.kt index 2b9f9aecaa0..49f7b57b23c 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/RuntimeUtils.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/RuntimeUtils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/Strings.kt b/runtime/src/main/kotlin/kotlin/native/internal/Strings.kt index b96b64a140c..18571e2ecd2 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/Strings.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/Strings.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/native/internal/Undefined.kt b/runtime/src/main/kotlin/kotlin/native/internal/Undefined.kt index d6b5895903f..2a3723cbddf 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/Undefined.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/Undefined.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/ValueTypes.kt b/runtime/src/main/kotlin/kotlin/native/internal/ValueTypes.kt index cb6b542d18d..0f84c1db1d8 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/ValueTypes.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/ValueTypes.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal diff --git a/runtime/src/main/kotlin/kotlin/native/internal/test/GTestLogger.kt b/runtime/src/main/kotlin/kotlin/native/internal/test/GTestLogger.kt index 74f8a014853..36f42fe7345 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/test/GTestLogger.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/test/GTestLogger.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal.test diff --git a/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt b/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt index 1b12c15f874..6613facdb04 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal.test diff --git a/runtime/src/main/kotlin/kotlin/native/internal/test/TeamCityLogger.kt b/runtime/src/main/kotlin/kotlin/native/internal/test/TeamCityLogger.kt index 28a6ba241db..05284060044 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/test/TeamCityLogger.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/test/TeamCityLogger.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal.test diff --git a/runtime/src/main/kotlin/kotlin/native/internal/test/TestListener.kt b/runtime/src/main/kotlin/kotlin/native/internal/test/TestListener.kt index 1e9981b445a..19eb544a61f 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/test/TestListener.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/test/TestListener.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal.test diff --git a/runtime/src/main/kotlin/kotlin/native/internal/test/TestLogger.kt b/runtime/src/main/kotlin/kotlin/native/internal/test/TestLogger.kt index be143cee93f..19799889534 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/test/TestLogger.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/test/TestLogger.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal.test diff --git a/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt b/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt index fdf679cd3f3..f632f88f1e4 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal.test diff --git a/runtime/src/main/kotlin/kotlin/native/internal/test/TestStatistics.kt b/runtime/src/main/kotlin/kotlin/native/internal/test/TestStatistics.kt index 77f939d56d9..b11ee1ec396 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/test/TestStatistics.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/test/TestStatistics.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal.test diff --git a/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt b/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt index f102f45900f..0c406390f42 100644 --- a/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt +++ b/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.internal.test diff --git a/runtime/src/main/kotlin/kotlin/native/ref/Weak.kt b/runtime/src/main/kotlin/kotlin/native/ref/Weak.kt index 042d5650154..972b96cf3ad 100644 --- a/runtime/src/main/kotlin/kotlin/native/ref/Weak.kt +++ b/runtime/src/main/kotlin/kotlin/native/ref/Weak.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.ref diff --git a/runtime/src/main/kotlin/kotlin/native/ref/WeakPrivate.kt b/runtime/src/main/kotlin/kotlin/native/ref/WeakPrivate.kt index 0dbdde3419e..0c3f1e1e50e 100644 --- a/runtime/src/main/kotlin/kotlin/native/ref/WeakPrivate.kt +++ b/runtime/src/main/kotlin/kotlin/native/ref/WeakPrivate.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.native.ref diff --git a/runtime/src/main/kotlin/kotlin/random/Random.kt b/runtime/src/main/kotlin/kotlin/random/Random.kt index 716b69bd2d7..b1a2f32be9d 100644 --- a/runtime/src/main/kotlin/kotlin/random/Random.kt +++ b/runtime/src/main/kotlin/kotlin/random/Random.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.random diff --git a/runtime/src/main/kotlin/kotlin/ranges/ProgressionIterators.kt b/runtime/src/main/kotlin/kotlin/ranges/ProgressionIterators.kt index b751a7bdedd..8c8441a6800 100644 --- a/runtime/src/main/kotlin/kotlin/ranges/ProgressionIterators.kt +++ b/runtime/src/main/kotlin/kotlin/ranges/ProgressionIterators.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.ranges diff --git a/runtime/src/main/kotlin/kotlin/ranges/Progressions.kt b/runtime/src/main/kotlin/kotlin/ranges/Progressions.kt index 43e231bd8af..93950762a02 100644 --- a/runtime/src/main/kotlin/kotlin/ranges/Progressions.kt +++ b/runtime/src/main/kotlin/kotlin/ranges/Progressions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.ranges diff --git a/runtime/src/main/kotlin/kotlin/ranges/Range.kt b/runtime/src/main/kotlin/kotlin/ranges/Range.kt index 5bf08f2d042..6dd43064b87 100644 --- a/runtime/src/main/kotlin/kotlin/ranges/Range.kt +++ b/runtime/src/main/kotlin/kotlin/ranges/Range.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.ranges diff --git a/runtime/src/main/kotlin/kotlin/ranges/Ranges.kt b/runtime/src/main/kotlin/kotlin/ranges/Ranges.kt index 40d8ccebe70..b13a1a81955 100644 --- a/runtime/src/main/kotlin/kotlin/ranges/Ranges.kt +++ b/runtime/src/main/kotlin/kotlin/ranges/Ranges.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.ranges diff --git a/runtime/src/main/kotlin/kotlin/reflect/KAnnotatedElement.kt b/runtime/src/main/kotlin/kotlin/reflect/KAnnotatedElement.kt index 10eb9e8666b..32ee914ca1c 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KAnnotatedElement.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KAnnotatedElement.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/reflect/KCallable.kt b/runtime/src/main/kotlin/kotlin/reflect/KCallable.kt index 096f6dd8348..4c74203d1a7 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KCallable.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KCallable.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/reflect/KClass.kt b/runtime/src/main/kotlin/kotlin/reflect/KClass.kt index 4369b2c3568..f88c3cbb81a 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KClass.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KClass.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/reflect/KClassifier.kt b/runtime/src/main/kotlin/kotlin/reflect/KClassifier.kt index 8cea9582578..b1c26599a98 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KClassifier.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KClassifier.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/reflect/KDeclarationContainer.kt b/runtime/src/main/kotlin/kotlin/reflect/KDeclarationContainer.kt index bfbbd2a150d..1289bb63887 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KDeclarationContainer.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KDeclarationContainer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/reflect/KFunction.kt b/runtime/src/main/kotlin/kotlin/reflect/KFunction.kt index c8da98d702b..56c2afcf0d1 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KFunction.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KFunction.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/reflect/KFunctions.kt b/runtime/src/main/kotlin/kotlin/reflect/KFunctions.kt index 2c6b4e8aca5..df42c7d2df5 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KFunctions.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KFunctions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/reflect/KProperty.kt b/runtime/src/main/kotlin/kotlin/reflect/KProperty.kt index 5aed3b9c668..42fbdfba0be 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KProperty.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KProperty.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/reflect/KType.kt b/runtime/src/main/kotlin/kotlin/reflect/KType.kt index cf3e2b2dae0..8c286af5dcc 100644 --- a/runtime/src/main/kotlin/kotlin/reflect/KType.kt +++ b/runtime/src/main/kotlin/kotlin/reflect/KType.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.reflect diff --git a/runtime/src/main/kotlin/kotlin/sequences/Sequences.kt b/runtime/src/main/kotlin/kotlin/sequences/Sequences.kt index 1a644aa4aa4..d552c70d57a 100644 --- a/runtime/src/main/kotlin/kotlin/sequences/Sequences.kt +++ b/runtime/src/main/kotlin/kotlin/sequences/Sequences.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.sequences diff --git a/runtime/src/main/kotlin/kotlin/system/Process.kt b/runtime/src/main/kotlin/kotlin/system/Process.kt index c2a2eaaef9d..df708ab7174 100644 --- a/runtime/src/main/kotlin/kotlin/system/Process.kt +++ b/runtime/src/main/kotlin/kotlin/system/Process.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.system diff --git a/runtime/src/main/kotlin/kotlin/system/Timing.kt b/runtime/src/main/kotlin/kotlin/system/Timing.kt index dbd16348408..c603bd6644f 100644 --- a/runtime/src/main/kotlin/kotlin/system/Timing.kt +++ b/runtime/src/main/kotlin/kotlin/system/Timing.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.system diff --git a/runtime/src/main/kotlin/kotlin/test/Annotation.kt b/runtime/src/main/kotlin/kotlin/test/Annotation.kt index 157188dcfc1..18dafbcfcb8 100644 --- a/runtime/src/main/kotlin/kotlin/test/Annotation.kt +++ b/runtime/src/main/kotlin/kotlin/test/Annotation.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.test diff --git a/runtime/src/main/kotlin/kotlin/test/Assertions.kt b/runtime/src/main/kotlin/kotlin/test/Assertions.kt index 9ce8da4b501..b5a9772f40f 100644 --- a/runtime/src/main/kotlin/kotlin/test/Assertions.kt +++ b/runtime/src/main/kotlin/kotlin/test/Assertions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2016 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /** diff --git a/runtime/src/main/kotlin/kotlin/test/DefaultAsserter.kt b/runtime/src/main/kotlin/kotlin/test/DefaultAsserter.kt index 038929a999a..efb0cb2708b 100644 --- a/runtime/src/main/kotlin/kotlin/test/DefaultAsserter.kt +++ b/runtime/src/main/kotlin/kotlin/test/DefaultAsserter.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.test diff --git a/runtime/src/main/kotlin/kotlin/test/Utils.kt b/runtime/src/main/kotlin/kotlin/test/Utils.kt index 78f65e428b8..4db248b2bc0 100644 --- a/runtime/src/main/kotlin/kotlin/test/Utils.kt +++ b/runtime/src/main/kotlin/kotlin/test/Utils.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.test diff --git a/runtime/src/main/kotlin/kotlin/text/Appendable.kt b/runtime/src/main/kotlin/kotlin/text/Appendable.kt index 85f0a3cb390..bda5d19ea6b 100644 --- a/runtime/src/main/kotlin/kotlin/text/Appendable.kt +++ b/runtime/src/main/kotlin/kotlin/text/Appendable.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/Char.kt b/runtime/src/main/kotlin/kotlin/text/Char.kt index 0da3b4516ac..3298d7d48de 100644 --- a/runtime/src/main/kotlin/kotlin/text/Char.kt +++ b/runtime/src/main/kotlin/kotlin/text/Char.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/CharCategory.kt b/runtime/src/main/kotlin/kotlin/text/CharCategory.kt index e8277a8903e..3bdd766f5df 100644 --- a/runtime/src/main/kotlin/kotlin/text/CharCategory.kt +++ b/runtime/src/main/kotlin/kotlin/text/CharCategory.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/PatternSyntaxException.kt b/runtime/src/main/kotlin/kotlin/text/PatternSyntaxException.kt index f4a93c76b74..388c1266f9b 100644 --- a/runtime/src/main/kotlin/kotlin/text/PatternSyntaxException.kt +++ b/runtime/src/main/kotlin/kotlin/text/PatternSyntaxException.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2018 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/Regex.kt b/runtime/src/main/kotlin/kotlin/text/Regex.kt index 4e2fa501c3b..91da9e64903 100644 --- a/runtime/src/main/kotlin/kotlin/text/Regex.kt +++ b/runtime/src/main/kotlin/kotlin/text/Regex.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/StringBuilder.kt b/runtime/src/main/kotlin/kotlin/text/StringBuilder.kt index f793940c5f6..74a2fe7c304 100644 --- a/runtime/src/main/kotlin/kotlin/text/StringBuilder.kt +++ b/runtime/src/main/kotlin/kotlin/text/StringBuilder.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/StringBuilderNative.kt b/runtime/src/main/kotlin/kotlin/text/StringBuilderNative.kt index d0507cfe3fb..55fcc40104f 100644 --- a/runtime/src/main/kotlin/kotlin/text/StringBuilderNative.kt +++ b/runtime/src/main/kotlin/kotlin/text/StringBuilderNative.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/StringNumberConversions.kt b/runtime/src/main/kotlin/kotlin/text/StringNumberConversions.kt index 42d9160f9d1..5386dd4e99c 100644 --- a/runtime/src/main/kotlin/kotlin/text/StringNumberConversions.kt +++ b/runtime/src/main/kotlin/kotlin/text/StringNumberConversions.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/Strings.kt b/runtime/src/main/kotlin/kotlin/text/Strings.kt index db491885bef..9c367741a19 100644 --- a/runtime/src/main/kotlin/kotlin/text/Strings.kt +++ b/runtime/src/main/kotlin/kotlin/text/Strings.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.text diff --git a/runtime/src/main/kotlin/kotlin/text/regex/AbstractCharClass.kt b/runtime/src/main/kotlin/kotlin/text/regex/AbstractCharClass.kt index 298a49f9493..f9269590619 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/AbstractCharClass.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/AbstractCharClass.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/AbstractLineTerminator.kt b/runtime/src/main/kotlin/kotlin/text/regex/AbstractLineTerminator.kt index 294b12d90cf..fc145cc4be5 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/AbstractLineTerminator.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/AbstractLineTerminator.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/CharClass.kt b/runtime/src/main/kotlin/kotlin/text/regex/CharClass.kt index fcb06cb41d5..751f528ebaf 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/CharClass.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/CharClass.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/Lexer.kt b/runtime/src/main/kotlin/kotlin/text/regex/Lexer.kt index 17f1be8e9fb..93e144898ca 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/Lexer.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/Lexer.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/MatchResultImpl.kt b/runtime/src/main/kotlin/kotlin/text/regex/MatchResultImpl.kt index 511740a5937..ef58b6ede24 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/MatchResultImpl.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/MatchResultImpl.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/Pattern.kt b/runtime/src/main/kotlin/kotlin/text/regex/Pattern.kt index 6a689024a7a..ee06d08d6fb 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/Pattern.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/Pattern.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/Quantifier.kt b/runtime/src/main/kotlin/kotlin/text/regex/Quantifier.kt index 359e3d5df80..2bd57c93996 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/Quantifier.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/Quantifier.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/AbstractSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/AbstractSet.kt index 4542137e459..68f4f50dfef 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/AbstractSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/AbstractSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/AtomicJointSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/AtomicJointSet.kt index e4cfbc4bfed..a3fcbaa19eb 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/AtomicJointSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/AtomicJointSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/BackReferenceSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/BackReferenceSet.kt index e7ae04eb775..8a94fb45aac 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/BackReferenceSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/BackReferenceSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/CharSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/CharSet.kt index b051054a785..76dce2f6e6e 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/CharSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/CharSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/CompositeRangeSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/CompositeRangeSet.kt index 2d3116c9d6f..c6b4b57a168 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/CompositeRangeSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/CompositeRangeSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/DecomposedCharSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/DecomposedCharSet.kt index c2fa9e66684..ec0e70a9221 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/DecomposedCharSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/DecomposedCharSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/DotQuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/DotQuantifierSet.kt index 7daaf142a64..8133f440cb4 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/DotQuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/DotQuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/DotSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/DotSet.kt index acf43dc4e79..ec5174194e2 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/DotSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/DotSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/EOISet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/EOISet.kt index 573c6a0a745..d37e1bba694 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/EOISet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/EOISet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/EOLSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/EOLSet.kt index e8bdc599d39..3be25f4a10e 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/EOLSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/EOLSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/EmptySet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/EmptySet.kt index d4bfb05419c..2e507eee5a3 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/EmptySet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/EmptySet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/FSets.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/FSets.kt index 227b965bcaa..701b70f65ca 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/FSets.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/FSets.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/GroupQuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/GroupQuantifierSet.kt index 52fb107ef8b..7d7b2f37a81 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/GroupQuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/GroupQuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/HangulDecomposedCharSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/HangulDecomposedCharSet.kt index 089f4fff338..39a6101ceb5 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/HangulDecomposedCharSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/HangulDecomposedCharSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/JointSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/JointSet.kt index 5bbafc08995..c1f09fd4d37 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/JointSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/JointSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/LeafQuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/LeafQuantifierSet.kt index 0b450746a0a..3e898982095 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/LeafQuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/LeafQuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/LeafSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/LeafSet.kt index f7a48343657..26837e22ead 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/LeafSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/LeafSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/LookAheadSets.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/LookAheadSets.kt index edda33edb98..4b26a0bb0b3 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/LookAheadSets.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/LookAheadSets.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/LookBehindSets.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/LookBehindSets.kt index 9d9a2d8a40c..47da005ecb5 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/LookBehindSets.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/LookBehindSets.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/NonCapturingJointSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/NonCapturingJointSet.kt index 7bcd82e5136..07f7ec45c22 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/NonCapturingJointSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/NonCapturingJointSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/PossessiveGroupQuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/PossessiveGroupQuantifierSet.kt index 519b19c1150..090c9fa82b7 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/PossessiveGroupQuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/PossessiveGroupQuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/PossessiveLeafQuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/PossessiveLeafQuantifierSet.kt index a660c978390..f8f5169bfed 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/PossessiveLeafQuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/PossessiveLeafQuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/PreviousMatchSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/PreviousMatchSet.kt index 4e8d64e082e..25688fda7ff 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/PreviousMatchSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/PreviousMatchSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/QuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/QuantifierSet.kt index 477f196a6b3..ac965b81da9 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/QuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/QuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/RangeSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/RangeSet.kt index 330fa305f76..3205c35bfc2 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/RangeSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/RangeSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/ReluctantGroupQuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/ReluctantGroupQuantifierSet.kt index 8c1874a7b98..e492d04d681 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/ReluctantGroupQuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/ReluctantGroupQuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/ReluctantLeafQuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/ReluctantLeafQuantifierSet.kt index 113f92c7bd0..33ce43b13a6 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/ReluctantLeafQuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/ReluctantLeafQuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/SOLSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/SOLSet.kt index 5b1a0a8ea3e..774dac1410d 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/SOLSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/SOLSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/SequenceSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/SequenceSet.kt index 26057d96657..d3613805fb0 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/SequenceSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/SequenceSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/SingleSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/SingleSet.kt index fbaa57573d1..cd315c196f0 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/SingleSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/SingleSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/SupplementaryCharSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/SupplementaryCharSet.kt index fa9553f2824..089baf9d571 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/SupplementaryCharSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/SupplementaryCharSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/SupplementaryRangeSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/SupplementaryRangeSet.kt index f6fe567a144..c73a7db2633 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/SupplementaryRangeSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/SupplementaryRangeSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/SurrogateCharSets.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/SurrogateCharSets.kt index 73a5fc253a3..9f975af9b78 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/SurrogateCharSets.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/SurrogateCharSets.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/SurrogateRangeSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/SurrogateRangeSet.kt index 0112fdee4be..14534cfcb17 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/SurrogateRangeSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/SurrogateRangeSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/UnifiedQuantifierSet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/UnifiedQuantifierSet.kt index a5452ce8fad..4b0833a6f12 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/UnifiedQuantifierSet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/UnifiedQuantifierSet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/text/regex/sets/WordBoundarySet.kt b/runtime/src/main/kotlin/kotlin/text/regex/sets/WordBoundarySet.kt index 65e311d1352..c6848035d58 100644 --- a/runtime/src/main/kotlin/kotlin/text/regex/sets/WordBoundarySet.kt +++ b/runtime/src/main/kotlin/kotlin/text/regex/sets/WordBoundarySet.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ /* diff --git a/runtime/src/main/kotlin/kotlin/util/Sort.kt b/runtime/src/main/kotlin/kotlin/util/Sort.kt index 5b4075f94d0..7f440ce1e9e 100644 --- a/runtime/src/main/kotlin/kotlin/util/Sort.kt +++ b/runtime/src/main/kotlin/kotlin/util/Sort.kt @@ -1,17 +1,6 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ package kotlin.util diff --git a/utilities/build.gradle b/utilities/build.gradle index 6b48679b183..327a98de986 100644 --- a/utilities/build.gradle +++ b/utilities/build.gradle @@ -1,19 +1,7 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - buildscript { apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle" } diff --git a/utilities/src/main/kotlin/org/jetbrains/kotlin/cli/utilities/InteropCompiler.kt b/utilities/src/main/kotlin/org/jetbrains/kotlin/cli/utilities/InteropCompiler.kt index 67ff5991835..fee3133001e 100644 --- a/utilities/src/main/kotlin/org/jetbrains/kotlin/cli/utilities/InteropCompiler.kt +++ b/utilities/src/main/kotlin/org/jetbrains/kotlin/cli/utilities/InteropCompiler.kt @@ -1,19 +1,7 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - package org.jetbrains.kotlin.cli.utilities import org.jetbrains.kotlin.backend.konan.library.KLIB_CURRENT_ABI_VERSION diff --git a/utilities/src/main/kotlin/org/jetbrains/kotlin/cli/utilities/main.kt b/utilities/src/main/kotlin/org/jetbrains/kotlin/cli/utilities/main.kt index 1c7c8cf34b3..593564152de 100644 --- a/utilities/src/main/kotlin/org/jetbrains/kotlin/cli/utilities/main.kt +++ b/utilities/src/main/kotlin/org/jetbrains/kotlin/cli/utilities/main.kt @@ -1,19 +1,7 @@ /* - * Copyright 2010-2017 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. + * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * that can be found in the LICENSE file. */ - package org.jetbrains.kotlin.cli.utilities import org.jetbrains.kotlin.cli.bc.main as konancMain