diff options
author | Viktor <vic99999@yandex.ru> | 2018-01-18 00:05:46 +0500 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2018-01-25 13:59:50 -0500 |
commit | f9d8b29ae4f73d0e98f2bec90e85dd59141fbf49 (patch) | |
tree | f4caed7e504a28998efdc1f4f60004641b959773 /test | |
parent | cbe12a53e143fa7ca9d5f793a29f3556cf33f28d (diff) | |
download | qtdeclarative-testsuites-f9d8b29ae4f73d0e98f2bec90e85dd59141fbf49.tar.gz |
A fix for the copyright
Diffstat (limited to 'test')
-rw-r--r-- | test/built-ins/Date/UTC/non-integer-values.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Date/UTC/non-integer-values.js b/test/built-ins/Date/UTC/non-integer-values.js index 7ab03bab0..f1c46209c 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 |