From f9d8b29ae4f73d0e98f2bec90e85dd59141fbf49 Mon Sep 17 00:00:00 2001 From: Viktor <vic99999@yandex.ru> Date: Thu, 18 Jan 2018 00:05:46 +0500 Subject: [PATCH] A fix for the copyright --- test/built-ins/Date/UTC/non-integer-values.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Date/UTC/non-integer-values.js b/test/built-ins/Date/UTC/non-integer-values.js index 7ab03bab0c..f1c46209cd 100644 --- a/test/built-ins/Date/UTC/non-integer-values.js +++ b/test/built-ins/Date/UTC/non-integer-values.js @@ -1,4 +1,4 @@ -// Copyright (C) 2016 the V8 project authors. All rights reserved. +// Copyright (C) 2018 Viktor Mukhachev. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-date.utc -- GitLab