From 6cf3433cf8f44c471a7e4f47e5ba36d32ebb7b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Balbonti=CC=81n?= Date: Sun, 3 Jan 2021 20:34:41 -0300 Subject: [PATCH] Update copyright in formatRange/date-same-returns-single-date.js and formatRangeToParts/date-same-returns-single-date.js --- .../prototype/formatRange/date-same-returns-single-date.js | 2 +- .../formatRangeToParts/date-same-returns-single-date.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/intl402/DateTimeFormat/prototype/formatRange/date-same-returns-single-date.js b/test/intl402/DateTimeFormat/prototype/formatRange/date-same-returns-single-date.js index 694b4b781c5..cb0acb9d853 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRange/date-same-returns-single-date.js +++ b/test/intl402/DateTimeFormat/prototype/formatRange/date-same-returns-single-date.js @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All rights reserved. +// Copyright 2021 Google Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-same-returns-single-date.js b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-same-returns-single-date.js index b6e36572265..935a01ecf84 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-same-returns-single-date.js +++ b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-same-returns-single-date.js @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All rights reserved. +// Copyright 2021 Google Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*---