Fix copyright's start year in generated tests

This commit is contained in:
Zalim Bashorov
2018-03-14 06:31:59 +03:00
parent 814be1810c
commit 9970dd051f
288 changed files with 288 additions and 288 deletions
@@ -52,7 +52,7 @@ class TestGenerator(
val year = GregorianCalendar()[Calendar.YEAR]
p.println(
"""/*
| * Copyright 2000-$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. Use of this source code is governed by the Apache 2.0 license
| * that can be found in the license/LICENSE.txt file.
| */
|""".trimMargin()