Update copyright.

Change the copyright from "JetBrains s.r.o." to
"JetBrains s.r.o. and Kotlin Project contributors"
Update 1 line comment with dates from 2000 till 2017
This commit is contained in:
nikita.movshin
2019-04-18 12:19:07 +03:00
parent 86672df107
commit a6230c1e2a
55 changed files with 275 additions and 55 deletions
@@ -1,4 +1,8 @@
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
/*
* Copyright 2000-2017 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package streams.sequence.misc
fun main(args: Array<String>) {