Update copyright.

Change the copyright from "JetBrains s.r.o." to
"JetBrains s.r.o. and Kotlin Project contributors"
Update TestGenerator.kt
This commit is contained in:
nikita.movshin
2019-04-18 12:11:55 +03:00
parent abb7d3ab46
commit 86672df107
@@ -52,8 +52,8 @@ class TestGenerator(
val year = GregorianCalendar()[Calendar.YEAR] val year = GregorianCalendar()[Calendar.YEAR]
p.println( p.println(
"""/* """/*
| * Copyright 2010-$year JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license | * Copyright 2010-$year JetBrains s.r.o. and Kotlin Programming Language contributors.
| * that can be found in the license/LICENSE.txt file. | * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
| */ | */
|""".trimMargin() |""".trimMargin()
) )