From d9506a7aaad0d479d5292bc7d688d8182499964a Mon Sep 17 00:00:00 2001 From: Edwin Hoogerbeets Date: Wed, 31 Jan 2024 21:06:07 -0800 Subject: [PATCH] Update copyright notices in comments and README --- README.md | 2 +- src/Address.js | 2 +- src/AddressFmt.js | 2 +- src/CType.js | 2 +- src/CalendarFactory.js | 2 +- src/CharmapFactory.js | 2 +- src/DateFactory.js | 2 +- src/GlyphString.js | 2 +- src/INumber.js | 2 +- src/IString.js | 2 +- src/LocaleInfo.js | 2 +- src/isAlnum.js | 2 +- src/isAlpha.js | 2 +- src/isAscii.js | 2 +- src/isBlank.js | 2 +- src/isCntrl.js | 2 +- src/isDigit.js | 2 +- src/isGraph.js | 2 +- src/isIdeo.js | 2 +- src/isLower.js | 2 +- src/isPrint.js | 2 +- src/isScript.js | 2 +- src/isSpace.js | 2 +- src/isUpper.js | 2 +- src/isXdigit.js | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 91d6606..8b8fb31 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ CalendarFactoryAsync({locale: 'ja-JP'}).then(function(cal) { ## License -Copyright © 2019-2023, JEDLSoft +Copyright © 2019-2024, 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/src/Address.js b/src/Address.js index b6f77a8..a79f4d1 100644 --- a/src/Address.js +++ b/src/Address.js @@ -2,7 +2,7 @@ * Address.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/AddressFmt.js b/src/AddressFmt.js index aa517bd..8ff1b09 100644 --- a/src/AddressFmt.js +++ b/src/AddressFmt.js @@ -2,7 +2,7 @@ * AddressFmt.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/CType.js b/src/CType.js index e3dded3..fee7509 100644 --- a/src/CType.js +++ b/src/CType.js @@ -2,7 +2,7 @@ * CType.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/CalendarFactory.js b/src/CalendarFactory.js index 5a55c1e..636e32c 100644 --- a/src/CalendarFactory.js +++ b/src/CalendarFactory.js @@ -2,7 +2,7 @@ * CalendarFactory.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/CharmapFactory.js b/src/CharmapFactory.js index 72df6ca..84e74f4 100644 --- a/src/CharmapFactory.js +++ b/src/CharmapFactory.js @@ -2,7 +2,7 @@ * CharmapFactory.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/DateFactory.js b/src/DateFactory.js index 375fb91..0a0d710 100644 --- a/src/DateFactory.js +++ b/src/DateFactory.js @@ -2,7 +2,7 @@ * DateFactory.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/GlyphString.js b/src/GlyphString.js index f89b631..c4b3891 100644 --- a/src/GlyphString.js +++ b/src/GlyphString.js @@ -2,7 +2,7 @@ * GlyphString.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/INumber.js b/src/INumber.js index 6a1c701..6d52c8f 100644 --- a/src/INumber.js +++ b/src/INumber.js @@ -2,7 +2,7 @@ * INumber.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/IString.js b/src/IString.js index a96965f..f6665db 100644 --- a/src/IString.js +++ b/src/IString.js @@ -2,7 +2,7 @@ * IString.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/LocaleInfo.js b/src/LocaleInfo.js index a7179f6..386b087 100644 --- a/src/LocaleInfo.js +++ b/src/LocaleInfo.js @@ -2,7 +2,7 @@ * LocaleInfo.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isAlnum.js b/src/isAlnum.js index 69c663b..0aa5419 100644 --- a/src/isAlnum.js +++ b/src/isAlnum.js @@ -2,7 +2,7 @@ * isAlnum.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isAlpha.js b/src/isAlpha.js index 22d390e..909fc1f 100644 --- a/src/isAlpha.js +++ b/src/isAlpha.js @@ -2,7 +2,7 @@ * isAlpha.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isAscii.js b/src/isAscii.js index 86805dd..afa9bfa 100644 --- a/src/isAscii.js +++ b/src/isAscii.js @@ -2,7 +2,7 @@ * isAscii.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isBlank.js b/src/isBlank.js index 33b276e..54ad9eb 100644 --- a/src/isBlank.js +++ b/src/isBlank.js @@ -2,7 +2,7 @@ * isBlank.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isCntrl.js b/src/isCntrl.js index ad70938..9b34524 100644 --- a/src/isCntrl.js +++ b/src/isCntrl.js @@ -2,7 +2,7 @@ * isCntrl.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isDigit.js b/src/isDigit.js index 2ef9c26..5567394 100644 --- a/src/isDigit.js +++ b/src/isDigit.js @@ -2,7 +2,7 @@ * isDigit.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isGraph.js b/src/isGraph.js index 3152adb..67459f0 100644 --- a/src/isGraph.js +++ b/src/isGraph.js @@ -2,7 +2,7 @@ * isGraph.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isIdeo.js b/src/isIdeo.js index c4351ea..d93ca60 100644 --- a/src/isIdeo.js +++ b/src/isIdeo.js @@ -2,7 +2,7 @@ * isIdeo.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isLower.js b/src/isLower.js index ebdcb78..b383d8c 100644 --- a/src/isLower.js +++ b/src/isLower.js @@ -2,7 +2,7 @@ * isLower.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isPrint.js b/src/isPrint.js index 11f238c..5973357 100644 --- a/src/isPrint.js +++ b/src/isPrint.js @@ -2,7 +2,7 @@ * isPrint.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isScript.js b/src/isScript.js index 4980e35..9544f28 100644 --- a/src/isScript.js +++ b/src/isScript.js @@ -2,7 +2,7 @@ * isScript.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isSpace.js b/src/isSpace.js index ee07ce5..001185c 100644 --- a/src/isSpace.js +++ b/src/isSpace.js @@ -2,7 +2,7 @@ * isSpace.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isUpper.js b/src/isUpper.js index 1da6f10..0594c23 100644 --- a/src/isUpper.js +++ b/src/isUpper.js @@ -2,7 +2,7 @@ * isUpper.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 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/src/isXdigit.js b/src/isXdigit.js index f9df959..8ce2e44 100644 --- a/src/isXdigit.js +++ b/src/isXdigit.js @@ -2,7 +2,7 @@ * isXdigit.js - ES6 wrappers around an ilib class * * @license - * Copyright © 2018, 2022 JEDLSoft + * Copyright © 2018, 2022, 2024 JEDLSoft * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.