From 7b93ea4c27a6992c501ff3fb9d2aa4fa167efe47 Mon Sep 17 00:00:00 2001 From: Goun Lee Date: Tue, 3 Mar 2020 15:09:42 +0900 Subject: [PATCH] Fix copyright typos and date --- js/test/calendar/testthaisolardate.js | 2 +- js/test/date/testDayOfWeek.js | 2 +- js/test/date/testMeridiems.js | 2 +- js/test/date/testMonthTranslation.js | 2 +- js/test/date/testdatefmt_cop_EG.js | 2 +- js/test/date/testdatefmt_gu_IN.js | 2 +- js/test/date/testdatefmt_kn_IN.js | 4 +- js/test/date/testdatefmt_pl_PL.js | 2 +- js/test/date/testdatefmt_ro_RO.js | 3 - js/test/date/testdatefmt_si_LK.js | 2 +- js/test/date/testdatefmt_sq_AL.js | 2 +- js/test/date/testdatefmt_sw_KE.js | 2 +- js/test/date/testdatefmt_ta_IN.js | 2 +- js/test/date/testdatefmt_te_IN.js | 1 + js/test/date/testdatetimefmt.js | 2 +- js/test/durfmt/testdurfmt_si_LK.js | 413 +++++++++++------------ js/test/durfmt/testdurfmt_sw_KE.js | 320 +++++++++--------- js/test/name/testname_el.js | 2 +- js/test/name/testname_et.js | 2 +- js/test/name/testname_fi.js | 2 +- js/test/name/testname_ga.js | 2 +- js/test/name/testname_id.js | 2 +- js/test/name/testname_ja.js | 2 +- js/test/strings-ext/testlistfmt_am_ET.js | 2 +- js/test/strings-ext/testlistfmt_ar.js | 2 +- js/test/strings-ext/testlistfmt_bs.js | 2 +- js/test/strings-ext/testlistfmt_de.js | 2 +- js/test/strings-ext/testlistfmt_el.js | 2 +- js/test/strings-ext/testlistfmt_en.js | 2 +- js/test/strings-ext/testlistfmt_es.js | 2 +- js/test/strings-ext/testlistfmt_fa.js | 2 +- js/test/strings-ext/testlistfmt_fr.js | 2 +- js/test/strings-ext/testlistfmt_gu_IN.js | 2 +- js/test/strings-ext/testlistfmt_he_IL.js | 2 +- js/test/strings-ext/testlistfmt_hi_IN.js | 2 +- js/test/strings-ext/testlistfmt_hr.js | 2 +- js/test/strings-ext/testlistfmt_it.js | 2 +- js/test/strings-ext/testlistfmt_ja_JP.js | 2 +- js/test/strings-ext/testlistfmt_kn_IN.js | 2 +- js/test/strings-ext/testlistfmt_ml_IN.js | 2 +- js/test/strings-ext/testlistfmt_mr_IN.js | 2 +- js/test/strings-ext/testlistfmt_ms.js | 2 +- js/test/strings-ext/testlistfmt_nb_NO.js | 2 +- js/test/strings-ext/testlistfmt_nl.js | 2 +- js/test/strings-ext/testlistfmt_pa.js | 2 +- js/test/strings-ext/testlistfmt_pt.js | 2 +- js/test/strings-ext/testlistfmt_ru.js | 2 +- js/test/strings-ext/testlistfmt_si_LK.js | 2 +- js/test/strings-ext/testlistfmt_sq.js | 2 +- js/test/strings-ext/testlistfmt_sr.js | 2 +- js/test/strings-ext/testlistfmt_sv.js | 2 +- js/test/strings-ext/testlistfmt_ta_IN.js | 2 +- js/test/strings-ext/testlistfmt_te_IN.js | 2 +- js/test/strings-ext/testlistfmt_th_TH.js | 2 +- js/test/strings-ext/testlistfmt_tr.js | 2 +- js/test/strings-ext/testlistfmt_uk_UA.js | 2 +- js/test/strings-ext/testlistfmt_ur.js | 2 +- js/test/strings-ext/testlistfmt_zh.js | 2 +- 58 files changed, 414 insertions(+), 433 deletions(-) diff --git a/js/test/calendar/testthaisolardate.js b/js/test/calendar/testthaisolardate.js index 1b1dab2684..cfc837fccb 100644 --- a/js/test/calendar/testthaisolardate.js +++ b/js/test/calendar/testthaisolardate.js @@ -1,7 +1,7 @@ /* * testthaisolardate.js - test the Thai solar date object * - * Copyright © 2556, JEDLSoft + * Copyright © 2018, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/date/testDayOfWeek.js b/js/test/date/testDayOfWeek.js index 96797ca1d7..cfe76802ce 100644 --- a/js/test/date/testDayOfWeek.js +++ b/js/test/date/testDayOfWeek.js @@ -1,5 +1,5 @@ /* - * testWeekDate.js + * testWeekDate.js - test the weekdata information * * Copyright © 2019, JEDLSoft * diff --git a/js/test/date/testMeridiems.js b/js/test/date/testMeridiems.js index 11eae4e0bd..95a778bcdb 100644 --- a/js/test/date/testMeridiems.js +++ b/js/test/date/testMeridiems.js @@ -1,5 +1,5 @@ /* - * testMeridiems.js + * testMeridiems.js - test the meridiems data * * Copyright © 2019, JEDLSoft * diff --git a/js/test/date/testMonthTranslation.js b/js/test/date/testMonthTranslation.js index f8a0c0a6b0..6421886698 100644 --- a/js/test/date/testMonthTranslation.js +++ b/js/test/date/testMonthTranslation.js @@ -1,5 +1,5 @@ /* - * testMonthTranslation.js + * testMonthTranslation.js - test the month's translation * * Copyright © 2019, JEDLSoft * diff --git a/js/test/date/testdatefmt_cop_EG.js b/js/test/date/testdatefmt_cop_EG.js index 158c49abc5..0273c18283 100644 --- a/js/test/date/testdatefmt_cop_EG.js +++ b/js/test/date/testdatefmt_cop_EG.js @@ -11,7 +11,7 @@ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either exprtestDateFmtFormatRelativeWithinMinuteAfter_cop_EGess or implied. + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * See the License for the specific language governing permissions and * limitations under the License. diff --git a/js/test/date/testdatefmt_gu_IN.js b/js/test/date/testdatefmt_gu_IN.js index 8b4ff575f2..4fac7c1f37 100644 --- a/js/test/date/testdatefmt_gu_IN.js +++ b/js/test/date/testdatefmt_gu_IN.js @@ -4,7 +4,7 @@ * Copyright © 2013-2015,2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use tgus file except in compliance with the License. + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 diff --git a/js/test/date/testdatefmt_kn_IN.js b/js/test/date/testdatefmt_kn_IN.js index 4617f3da5f..fbec9e72e4 100644 --- a/js/test/date/testdatefmt_kn_IN.js +++ b/js/test/date/testdatefmt_kn_IN.js @@ -4,7 +4,7 @@ * Copyright © 2013-2015,2017-2018, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use tkns file except in compliance with the License. + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 @@ -13,7 +13,7 @@ * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * - * See the License for the specific lanknage governing permissions and + * See the License for the specific language governing permissions and * limitations under the License. */ diff --git a/js/test/date/testdatefmt_pl_PL.js b/js/test/date/testdatefmt_pl_PL.js index 4db1503541..ca68b5e6f8 100644 --- a/js/test/date/testdatefmt_pl_PL.js +++ b/js/test/date/testdatefmt_pl_PL.js @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http:..www.apache.org.licenses.LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/js/test/date/testdatefmt_ro_RO.js b/js/test/date/testdatefmt_ro_RO.js index 7f08ebd88f..b695517543 100644 --- a/js/test/date/testdatefmt_ro_RO.js +++ b/js/test/date/testdatefmt_ro_RO.js @@ -17,9 +17,6 @@ * limitations under the License. */ - - - if (typeof(JulianDate) === "undefined") { var JulianDate = require("../../lib/JulianDate.js"); } diff --git a/js/test/date/testdatefmt_si_LK.js b/js/test/date/testdatefmt_si_LK.js index 729c2dd2e3..efc4f016da 100644 --- a/js/test/date/testdatefmt_si_LK.js +++ b/js/test/date/testdatefmt_si_LK.js @@ -1,7 +1,7 @@ /* * testdatefmt_si_LK.js - test the date formatter object in Sri Lanka * - * Copyright © 2017,2017-2018, JEDLSoft + * Copyright © 2017-2018, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/date/testdatefmt_sq_AL.js b/js/test/date/testdatefmt_sq_AL.js index e65c1132f8..ed23942415 100644 --- a/js/test/date/testdatefmt_sq_AL.js +++ b/js/test/date/testdatefmt_sq_AL.js @@ -10,7 +10,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software - * dCESTributed under the License is dCESTributed on an "AS IS" BASIS, + * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * See the License for the specific language governing permissions and diff --git a/js/test/date/testdatefmt_sw_KE.js b/js/test/date/testdatefmt_sw_KE.js index 260ed28ff0..9b3e1b6cb2 100644 --- a/js/test/date/testdatefmt_sw_KE.js +++ b/js/test/date/testdatefmt_sw_KE.js @@ -1,7 +1,7 @@ /* * testdatefmt_sw_KE.js - test the date formatter object in Kenya * - * Copyright © 2017,2017-2018, JEDLSoft + * Copyright © 2017-2018, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/date/testdatefmt_ta_IN.js b/js/test/date/testdatefmt_ta_IN.js index ef65c42e06..c120190b2d 100644 --- a/js/test/date/testdatefmt_ta_IN.js +++ b/js/test/date/testdatefmt_ta_IN.js @@ -4,7 +4,7 @@ * Copyright © 2013-2015,2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use ttas file except in compliance with the License. + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 diff --git a/js/test/date/testdatefmt_te_IN.js b/js/test/date/testdatefmt_te_IN.js index cf972e1460..15522a0913 100644 --- a/js/test/date/testdatefmt_te_IN.js +++ b/js/test/date/testdatefmt_te_IN.js @@ -16,6 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + if (typeof(JulianDate) === "undefined") { var JulianDate = require("../../lib/JulianDate.js"); } diff --git a/js/test/date/testdatetimefmt.js b/js/test/date/testdatetimefmt.js index 9e3cbfcf9f..e9369379ad 100644 --- a/js/test/date/testdatetimefmt.js +++ b/js/test/date/testdatetimefmt.js @@ -1,5 +1,5 @@ /* - * datetimefmt.js + * datetimefmt.js - test the date formatter template * * Copyright © 2019, JEDLSoft * diff --git a/js/test/durfmt/testdurfmt_si_LK.js b/js/test/durfmt/testdurfmt_si_LK.js index c7c3814292..59a7e9a89f 100644 --- a/js/test/durfmt/testdurfmt_si_LK.js +++ b/js/test/durfmt/testdurfmt_si_LK.js @@ -1,211 +1,202 @@ -/* - * testdurfmt_si-LK.js - test the duration formatter object - * - * Copyright © 2017,2017, JEDLSoft - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -if (typeof(DurationFmt) === "undefined") { - var DurationFmt = require("../../lib/DurationFmt.js"); -} -if (typeof(ilib) === "undefined") { - var ilib = require("../../lib/ilib.js"); -} - -module.exports.testdurfmt_si_LK = { - setUp: function(callback) { - ilib.clearCache(); - callback(); - }, - - testDurFmtLKFormatShortDefaultStyle: function(test) { - test.expect(2); - var fmt = new DurationFmt({ - locale: "si-LK", - length: "short" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), 'ව 1, මා 1, ස 1, දි 1, පැය 1, මි 1, ත 1'); - test.done(); - }, - - testDurFmtLKFormatShortText: function(test) { - test.expect(2); - var fmt = new DurationFmt({ - locale: "si-LK", - length: "short", - style: "text" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), 'ව 1, මා 1, ස 1, දි 1, පැය 1, මි 1, ත 1'); - test.done(); - }, - - testDurFmtLKFormatShortClock: function(test) { - test.expect(2); - var fmt = new DurationFmt({ - locale: "si-LK", - length: "short", - style: "clock" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "ව 1, මා 1, ස 1, දි 1, 01.01.01"); - test.done(); - }, - - testDurFmtLKFormatMedium: function(test) { - test.expect(2); - var fmt = new DurationFmt({ - locale: "si-LK", - length: "medium" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), 'ව 1, මා 1, ස 1, දි 1, පැය 1, මි 1, ත 1'); - test.done(); - }, - - testDurFmtLKFormatLong: function(test) { - test.expect(2); - var fmt = new DurationFmt({ - locale: "si-LK", - length: "long" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "වසර 1, මාස 1, සති 1, දින 1, පැය 1, මිනි 1, තත් 1"); - test.done(); - }, - - testDurFmtLKFormatFull: function(test) { - test.expect(2); - var fmt = new DurationFmt({ - locale: "si-LK", - length: "full" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "වසර 1, මාස 1, සති 1, දින 1, පැය 1, මිනිත්තු 1, සහ තත්පර 1"); - test.done(); - }, - - - testDurFmtLKAsyncWithLocale: function(test) { - test.expect(2); - new DurationFmt({ - locale: "si-LK", - length: "full", - sync: false, - onLoad: function (fmt) { - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 2, - month: 2, - week: 2, - day: 2, - hour: 2, - minute: 2, - second: 2 - }); - test.equal(duration.toString(), "වසර 2, මාස 2, සති 2, දින 2, පැය 2, මිනිත්තු 2, සහ තත්පර 2"); - test.done(); - } - }); - }, - - testDurFmtLKFormatShortClockAsync: function(test) { - test.expect(2); - new DurationFmt({ - locale: "si-LK", - length: "short", - style: "clock", - sync: false, - onLoad: function (fmt) { - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "ව 1, මා 1, ස 1, දි 1, 01.01.01"); - test.done(); - } - }); - } - -}; +/* + * testdurfmt_si-LK.js - test the duration formatter object + * + * Copyright © 2017, JEDLSoft + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +if (typeof(DurationFmt) === "undefined") { + var DurationFmt = require("../../lib/DurationFmt.js"); +} +if (typeof(ilib) === "undefined") { + var ilib = require("../../lib/ilib.js"); +} + +module.exports.testdurfmt_si_LK = { + setUp: function(callback) { + ilib.clearCache(); + callback(); + }, + + testDurFmtLKFormatShortDefaultStyle: function(test) { + test.expect(2); + var fmt = new DurationFmt({ + locale: "si-LK", + length: "short" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), 'ව 1, මා 1, ස 1, දි 1, පැය 1, මි 1, ත 1'); + test.done(); + }, + testDurFmtLKFormatShortText: function(test) { + test.expect(2); + var fmt = new DurationFmt({ + locale: "si-LK", + length: "short", + style: "text" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), 'ව 1, මා 1, ස 1, දි 1, පැය 1, මි 1, ත 1'); + test.done(); + }, + testDurFmtLKFormatShortClock: function(test) { + test.expect(2); + var fmt = new DurationFmt({ + locale: "si-LK", + length: "short", + style: "clock" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "ව 1, මා 1, ස 1, දි 1, 01.01.01"); + test.done(); + }, + testDurFmtLKFormatMedium: function(test) { + test.expect(2); + var fmt = new DurationFmt({ + locale: "si-LK", + length: "medium" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), 'ව 1, මා 1, ස 1, දි 1, පැය 1, මි 1, ත 1'); + test.done(); + }, + testDurFmtLKFormatLong: function(test) { + test.expect(2); + var fmt = new DurationFmt({ + locale: "si-LK", + length: "long" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "වසර 1, මාස 1, සති 1, දින 1, පැය 1, මිනි 1, තත් 1"); + test.done(); + }, + testDurFmtLKFormatFull: function(test) { + test.expect(2); + var fmt = new DurationFmt({ + locale: "si-LK", + length: "full" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "වසර 1, මාස 1, සති 1, දින 1, පැය 1, මිනිත්තු 1, සහ තත්පර 1"); + test.done(); + }, + testDurFmtLKAsyncWithLocale: function(test) { + test.expect(2); + new DurationFmt({ + locale: "si-LK", + length: "full", + sync: false, + onLoad: function (fmt) { + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 2, + month: 2, + week: 2, + day: 2, + hour: 2, + minute: 2, + second: 2 + }); + test.equal(duration.toString(), "වසර 2, මාස 2, සති 2, දින 2, පැය 2, මිනිත්තු 2, සහ තත්පර 2"); + test.done(); + } + }); + }, + testDurFmtLKFormatShortClockAsync: function(test) { + test.expect(2); + new DurationFmt({ + locale: "si-LK", + length: "short", + style: "clock", + sync: false, + onLoad: function (fmt) { + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "ව 1, මා 1, ස 1, දි 1, 01.01.01"); + test.done(); + } + }); + } +}; \ No newline at end of file diff --git a/js/test/durfmt/testdurfmt_sw_KE.js b/js/test/durfmt/testdurfmt_sw_KE.js index 5724a09549..16cc97285e 100644 --- a/js/test/durfmt/testdurfmt_sw_KE.js +++ b/js/test/durfmt/testdurfmt_sw_KE.js @@ -1,22 +1,22 @@ -/* - * testdurfmt_sw-KE.js - test the duration formatter object - * - * Copyright © 2017,2017, JEDLSoft - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * - * See the License for the specific language governing permissions and - * limitations under the License. - */ - +/* + * testdurfmt_sw-KE.js - test the duration formatter object + * + * Copyright © 2017, JEDLSoft + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * + * See the License for the specific language governing permissions and + * limitations under the License. + */ + if (typeof(DurationFmt) === "undefined") { var DurationFmt = require("../../lib/DurationFmt.js"); } @@ -32,180 +32,172 @@ module.exports.testdurfmt_sw_KE = { testDurFmtKEFormatShortDefaultStyle: function(test) { test.expect(2); - var fmt = new DurationFmt({ - locale: "sw-Latn-KE", - length: "short" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1, sekunde 1"); + var fmt = new DurationFmt({ + locale: "sw-Latn-KE", + length: "short" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1, sekunde 1"); test.done(); }, - testDurFmtKEFormatShortText: function(test) { test.expect(2); - var fmt = new DurationFmt({ - locale: "sw-Latn-KE", - length: "short", - style: "text" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1, sekunde 1"); + var fmt = new DurationFmt({ + locale: "sw-Latn-KE", + length: "short", + style: "text" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1, sekunde 1"); test.done(); }, - testDurFmtKEFormatShortClock: function(test) { test.expect(2); - var fmt = new DurationFmt({ - locale: "sw-Latn-KE", - length: "short", - style: "clock" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, 01:01:01"); + var fmt = new DurationFmt({ + locale: "sw-Latn-KE", + length: "short", + style: "clock" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, 01:01:01"); test.done(); }, - testDurFmtKEFormatMedium: function(test) { test.expect(2); - var fmt = new DurationFmt({ - locale: "sw-Latn-KE", - length: "medium" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1, sekunde 1"); + var fmt = new DurationFmt({ + locale: "sw-Latn-KE", + length: "medium" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1, sekunde 1"); test.done(); }, - testDurFmtKEFormatLong: function(test) { test.expect(2); - var fmt = new DurationFmt({ - locale: "sw-Latn-KE", - length: "long" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1, sekunde 1"); + var fmt = new DurationFmt({ + locale: "sw-Latn-KE", + length: "long" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1, sekunde 1"); test.done(); }, - testDurFmtKEFormatFull: function(test) { test.expect(2); - var fmt = new DurationFmt({ - locale: "sw-Latn-KE", - length: "full" - }); - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1 na sekunde 1"); + var fmt = new DurationFmt({ + locale: "sw-Latn-KE", + length: "full" + }); + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, saa 1, dakika 1 na sekunde 1"); test.done(); }, - - testDurFmtKEAsyncWithLocale: function(test) { test.expect(2); - new DurationFmt({ - locale: "sw-Latn-KE", - length: "full", - sync: false, - onLoad: function (fmt) { - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 2, - month: 2, - week: 2, - day: 2, - hour: 2, - minute: 2, - second: 2 - }); - test.equal(duration.toString(), "miaka 2, miezi 2, wiki 2, siku 2, saa 2, dakika 2 na sekunde 2"); + new DurationFmt({ + locale: "sw-Latn-KE", + length: "full", + sync: false, + onLoad: function (fmt) { + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 2, + month: 2, + week: 2, + day: 2, + hour: 2, + minute: 2, + second: 2 + }); + test.equal(duration.toString(), "miaka 2, miezi 2, wiki 2, siku 2, saa 2, dakika 2 na sekunde 2"); test.done(); - } - }); + } + }); }, - testDurFmtKEFormatShortClockAsync: function(test) { test.expect(2); - new DurationFmt({ - locale: "sw-Latn-KE", - length: "short", - style: "clock", - sync: false, - onLoad: function (fmt) { - test.ok(fmt !== null); - - var duration = fmt.format({ - year: 1, - month: 1, - week: 1, - day: 1, - hour: 1, - minute: 1, - second: 1 - }); - test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, 01:01:01"); + new DurationFmt({ + locale: "sw-Latn-KE", + length: "short", + style: "clock", + sync: false, + onLoad: function (fmt) { + test.ok(fmt !== null); + + var duration = fmt.format({ + year: 1, + month: 1, + week: 1, + day: 1, + hour: 1, + minute: 1, + second: 1 + }); + test.equal(duration.toString(), "mwaka 1, mwezi 1, wiki 1, siku 1, 01:01:01"); test.done(); - } - }); + } + }); } }; diff --git a/js/test/name/testname_el.js b/js/test/name/testname_el.js index 773208957b..8e419d4f49 100644 --- a/js/test/name/testname_el.js +++ b/js/test/name/testname_el.js @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICJASE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/js/test/name/testname_et.js b/js/test/name/testname_et.js index ac8c5ff7a9..b1f9c44089 100644 --- a/js/test/name/testname_et.js +++ b/js/test/name/testname_et.js @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICJASE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/js/test/name/testname_fi.js b/js/test/name/testname_fi.js index ca0373a5c6..c9fec37616 100644 --- a/js/test/name/testname_fi.js +++ b/js/test/name/testname_fi.js @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICJASE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/js/test/name/testname_ga.js b/js/test/name/testname_ga.js index 48df594665..c680d5ce76 100644 --- a/js/test/name/testname_ga.js +++ b/js/test/name/testname_ga.js @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICJASE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/js/test/name/testname_id.js b/js/test/name/testname_id.js index 76ec26ae6e..f8da604506 100644 --- a/js/test/name/testname_id.js +++ b/js/test/name/testname_id.js @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICJASE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/js/test/name/testname_ja.js b/js/test/name/testname_ja.js index 4d1743f7b5..bbc89ba802 100644 --- a/js/test/name/testname_ja.js +++ b/js/test/name/testname_ja.js @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICJASE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/js/test/strings-ext/testlistfmt_am_ET.js b/js/test/strings-ext/testlistfmt_am_ET.js index 6773108b63..af526507e5 100644 --- a/js/test/strings-ext/testlistfmt_am_ET.js +++ b/js/test/strings-ext/testlistfmt_am_ET.js @@ -1,7 +1,7 @@ /* * testlistfmt_am_ET.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_ar.js b/js/test/strings-ext/testlistfmt_ar.js index 7889073fa8..98b629dd5e 100644 --- a/js/test/strings-ext/testlistfmt_ar.js +++ b/js/test/strings-ext/testlistfmt_ar.js @@ -1,7 +1,7 @@ /* * testlistfmt_ar.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_bs.js b/js/test/strings-ext/testlistfmt_bs.js index 36f0fea885..26352fcc3b 100644 --- a/js/test/strings-ext/testlistfmt_bs.js +++ b/js/test/strings-ext/testlistfmt_bs.js @@ -1,7 +1,7 @@ /* * testlistfmt_bs.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_de.js b/js/test/strings-ext/testlistfmt_de.js index 36065a6804..9b088910d8 100644 --- a/js/test/strings-ext/testlistfmt_de.js +++ b/js/test/strings-ext/testlistfmt_de.js @@ -1,7 +1,7 @@ /* * testlistfmt_de.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_el.js b/js/test/strings-ext/testlistfmt_el.js index 6767b9abb9..d3bdf72719 100644 --- a/js/test/strings-ext/testlistfmt_el.js +++ b/js/test/strings-ext/testlistfmt_el.js @@ -1,7 +1,7 @@ /* * testlistfmt_el.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_en.js b/js/test/strings-ext/testlistfmt_en.js index 94e511f023..1ec2db588e 100644 --- a/js/test/strings-ext/testlistfmt_en.js +++ b/js/test/strings-ext/testlistfmt_en.js @@ -1,7 +1,7 @@ /* * testlistfmt_en.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_es.js b/js/test/strings-ext/testlistfmt_es.js index 36a0f22e0e..59deb216f5 100644 --- a/js/test/strings-ext/testlistfmt_es.js +++ b/js/test/strings-ext/testlistfmt_es.js @@ -1,7 +1,7 @@ /* * testlistfmt_es.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_fa.js b/js/test/strings-ext/testlistfmt_fa.js index b14d0786bc..b7e940839e 100644 --- a/js/test/strings-ext/testlistfmt_fa.js +++ b/js/test/strings-ext/testlistfmt_fa.js @@ -1,7 +1,7 @@ /* * testlistfmt_fa.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_fr.js b/js/test/strings-ext/testlistfmt_fr.js index 26513a4760..0fbed8acac 100644 --- a/js/test/strings-ext/testlistfmt_fr.js +++ b/js/test/strings-ext/testlistfmt_fr.js @@ -1,7 +1,7 @@ /* * testlistfmt_fr.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_gu_IN.js b/js/test/strings-ext/testlistfmt_gu_IN.js index ddc7b281d1..83885b1cd2 100644 --- a/js/test/strings-ext/testlistfmt_gu_IN.js +++ b/js/test/strings-ext/testlistfmt_gu_IN.js @@ -1,7 +1,7 @@ /* * testlistfmt_gu_IN.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_he_IL.js b/js/test/strings-ext/testlistfmt_he_IL.js index 1c8392163d..2c739b48e0 100644 --- a/js/test/strings-ext/testlistfmt_he_IL.js +++ b/js/test/strings-ext/testlistfmt_he_IL.js @@ -1,7 +1,7 @@ /* * testlistfmt_he_IL.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_hi_IN.js b/js/test/strings-ext/testlistfmt_hi_IN.js index 653d1610c7..835952f3b6 100644 --- a/js/test/strings-ext/testlistfmt_hi_IN.js +++ b/js/test/strings-ext/testlistfmt_hi_IN.js @@ -1,7 +1,7 @@ /* * testlistfmt_hi_IN.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_hr.js b/js/test/strings-ext/testlistfmt_hr.js index 24a35ca7f6..5a8930a40b 100644 --- a/js/test/strings-ext/testlistfmt_hr.js +++ b/js/test/strings-ext/testlistfmt_hr.js @@ -1,7 +1,7 @@ /* * testlistfmt_hr.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_it.js b/js/test/strings-ext/testlistfmt_it.js index 53b4c4543f..ab8ad78e6e 100644 --- a/js/test/strings-ext/testlistfmt_it.js +++ b/js/test/strings-ext/testlistfmt_it.js @@ -1,7 +1,7 @@ /* * testlistfmt_el.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_ja_JP.js b/js/test/strings-ext/testlistfmt_ja_JP.js index 2ebc6e841f..c0e51f101f 100644 --- a/js/test/strings-ext/testlistfmt_ja_JP.js +++ b/js/test/strings-ext/testlistfmt_ja_JP.js @@ -1,7 +1,7 @@ /* * testlistfmt_ja_JP.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_kn_IN.js b/js/test/strings-ext/testlistfmt_kn_IN.js index fdc141c8d8..78ddc6a6d4 100644 --- a/js/test/strings-ext/testlistfmt_kn_IN.js +++ b/js/test/strings-ext/testlistfmt_kn_IN.js @@ -1,7 +1,7 @@ /* * testlistfmt_kn_IN.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_ml_IN.js b/js/test/strings-ext/testlistfmt_ml_IN.js index ec0b3000ed..73b18f5e2f 100644 --- a/js/test/strings-ext/testlistfmt_ml_IN.js +++ b/js/test/strings-ext/testlistfmt_ml_IN.js @@ -1,7 +1,7 @@ /* * testlistfmt_ml_IN.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_mr_IN.js b/js/test/strings-ext/testlistfmt_mr_IN.js index a9a00ae6c4..60d3a2a1e1 100644 --- a/js/test/strings-ext/testlistfmt_mr_IN.js +++ b/js/test/strings-ext/testlistfmt_mr_IN.js @@ -1,7 +1,7 @@ /* * testlistfmt_mr_IN.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_ms.js b/js/test/strings-ext/testlistfmt_ms.js index 866ba96fb9..f6b780afda 100644 --- a/js/test/strings-ext/testlistfmt_ms.js +++ b/js/test/strings-ext/testlistfmt_ms.js @@ -1,7 +1,7 @@ /* * testlistfmt_ms.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_nb_NO.js b/js/test/strings-ext/testlistfmt_nb_NO.js index 518108b2a3..341f08abd8 100644 --- a/js/test/strings-ext/testlistfmt_nb_NO.js +++ b/js/test/strings-ext/testlistfmt_nb_NO.js @@ -1,7 +1,7 @@ /* * testlistfmt_nb_NO.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_nl.js b/js/test/strings-ext/testlistfmt_nl.js index a4737a8416..db8a0d4c2d 100644 --- a/js/test/strings-ext/testlistfmt_nl.js +++ b/js/test/strings-ext/testlistfmt_nl.js @@ -1,7 +1,7 @@ /* * testlistfmt_nl.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_pa.js b/js/test/strings-ext/testlistfmt_pa.js index 823caf4844..8cbd62c4bb 100644 --- a/js/test/strings-ext/testlistfmt_pa.js +++ b/js/test/strings-ext/testlistfmt_pa.js @@ -1,7 +1,7 @@ /* * testlistfmt_pa.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_pt.js b/js/test/strings-ext/testlistfmt_pt.js index fca1bedc50..9443d147ed 100644 --- a/js/test/strings-ext/testlistfmt_pt.js +++ b/js/test/strings-ext/testlistfmt_pt.js @@ -1,7 +1,7 @@ /* * testlistfmt_pt.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_ru.js b/js/test/strings-ext/testlistfmt_ru.js index 2885792086..c85e9749a8 100644 --- a/js/test/strings-ext/testlistfmt_ru.js +++ b/js/test/strings-ext/testlistfmt_ru.js @@ -1,7 +1,7 @@ /* * testlistfmt_ru.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_si_LK.js b/js/test/strings-ext/testlistfmt_si_LK.js index 017530d8a4..72e324c579 100644 --- a/js/test/strings-ext/testlistfmt_si_LK.js +++ b/js/test/strings-ext/testlistfmt_si_LK.js @@ -1,7 +1,7 @@ /* * testlistfmt_si_LK.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_sq.js b/js/test/strings-ext/testlistfmt_sq.js index 8560899c00..6de00aa051 100644 --- a/js/test/strings-ext/testlistfmt_sq.js +++ b/js/test/strings-ext/testlistfmt_sq.js @@ -1,7 +1,7 @@ /* * testlistfmt_sq.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_sr.js b/js/test/strings-ext/testlistfmt_sr.js index d0ee27342d..82c1d6ba0c 100644 --- a/js/test/strings-ext/testlistfmt_sr.js +++ b/js/test/strings-ext/testlistfmt_sr.js @@ -1,7 +1,7 @@ /* * testlistfmt_sr.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_sv.js b/js/test/strings-ext/testlistfmt_sv.js index dffddc9eb1..5fa85bb8c1 100644 --- a/js/test/strings-ext/testlistfmt_sv.js +++ b/js/test/strings-ext/testlistfmt_sv.js @@ -1,7 +1,7 @@ /* * testlistfmt_sv.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_ta_IN.js b/js/test/strings-ext/testlistfmt_ta_IN.js index bb2e9452e8..70d8312f56 100644 --- a/js/test/strings-ext/testlistfmt_ta_IN.js +++ b/js/test/strings-ext/testlistfmt_ta_IN.js @@ -1,7 +1,7 @@ /* * testlistfmt_ta_IN.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_te_IN.js b/js/test/strings-ext/testlistfmt_te_IN.js index ef4601c6d0..59818232c9 100644 --- a/js/test/strings-ext/testlistfmt_te_IN.js +++ b/js/test/strings-ext/testlistfmt_te_IN.js @@ -1,7 +1,7 @@ /* * testlistfmt_te_IN.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_th_TH.js b/js/test/strings-ext/testlistfmt_th_TH.js index facae3cdd7..13e005f179 100644 --- a/js/test/strings-ext/testlistfmt_th_TH.js +++ b/js/test/strings-ext/testlistfmt_th_TH.js @@ -1,7 +1,7 @@ /* * testlistfmt_th_TH.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_tr.js b/js/test/strings-ext/testlistfmt_tr.js index 53ea380ef7..acbe51a441 100644 --- a/js/test/strings-ext/testlistfmt_tr.js +++ b/js/test/strings-ext/testlistfmt_tr.js @@ -1,7 +1,7 @@ /* * testlistfmt_tr.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_uk_UA.js b/js/test/strings-ext/testlistfmt_uk_UA.js index 8479046663..9649cb9b1b 100644 --- a/js/test/strings-ext/testlistfmt_uk_UA.js +++ b/js/test/strings-ext/testlistfmt_uk_UA.js @@ -1,7 +1,7 @@ /* * testlistfmt_uk_UA.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_ur.js b/js/test/strings-ext/testlistfmt_ur.js index 041f1d0cda..53f4a75f89 100644 --- a/js/test/strings-ext/testlistfmt_ur.js +++ b/js/test/strings-ext/testlistfmt_ur.js @@ -1,7 +1,7 @@ /* * testlistfmt_ur.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/js/test/strings-ext/testlistfmt_zh.js b/js/test/strings-ext/testlistfmt_zh.js index c3e7e1fe13..6b69bbd818 100644 --- a/js/test/strings-ext/testlistfmt_zh.js +++ b/js/test/strings-ext/testlistfmt_zh.js @@ -1,7 +1,7 @@ /* * testlistfmt_zh.js - test the list formatter object * - * Copyright © 2017,2017, JEDLSoft + * Copyright © 2017, JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.