diff --git a/android/modules/android/src/java/ti/modules/titanium/android/AndroidModule.java b/android/modules/android/src/java/ti/modules/titanium/android/AndroidModule.java index 3a402526cfa..1b99533a5da 100644 --- a/android/modules/android/src/java/ti/modules/titanium/android/AndroidModule.java +++ b/android/modules/android/src/java/ti/modules/titanium/android/AndroidModule.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-Present by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationChannelProxy.java b/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationChannelProxy.java index 06a6b76db81..712f387244b 100644 --- a/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationChannelProxy.java +++ b/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationChannelProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationManagerModule.java b/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationManagerModule.java index 8f7a7f14f5c..19be4dcba42 100644 --- a/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationManagerModule.java +++ b/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationManagerModule.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/calendar/src/java/ti/modules/titanium/calendar/RecurrenceRuleProxy.java b/android/modules/calendar/src/java/ti/modules/titanium/calendar/RecurrenceRuleProxy.java index 86ef76043ba..c6c76122d13 100644 --- a/android/modules/calendar/src/java/ti/modules/titanium/calendar/RecurrenceRuleProxy.java +++ b/android/modules/calendar/src/java/ti/modules/titanium/calendar/RecurrenceRuleProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/calendar/src/java/ti/modules/titanium/calendar/TiRecurrenceFrequencyType.java b/android/modules/calendar/src/java/ti/modules/titanium/calendar/TiRecurrenceFrequencyType.java index f5ac9c29639..6b5abf6a568 100644 --- a/android/modules/calendar/src/java/ti/modules/titanium/calendar/TiRecurrenceFrequencyType.java +++ b/android/modules/calendar/src/java/ti/modules/titanium/calendar/TiRecurrenceFrequencyType.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/database/src/java/ti/modules/titanium/database/TiDatabaseProxy.java b/android/modules/database/src/java/ti/modules/titanium/database/TiDatabaseProxy.java index 8541e436da6..b4108573914 100644 --- a/android/modules/database/src/java/ti/modules/titanium/database/TiDatabaseProxy.java +++ b/android/modules/database/src/java/ti/modules/titanium/database/TiDatabaseProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2019 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/filesystem/src/java/ti/modules/titanium/filesystem/FilesystemModule.java b/android/modules/filesystem/src/java/ti/modules/titanium/filesystem/FilesystemModule.java index 1d7ffb648ae..b0cded95415 100644 --- a/android/modules/filesystem/src/java/ti/modules/titanium/filesystem/FilesystemModule.java +++ b/android/modules/filesystem/src/java/ti/modules/titanium/filesystem/FilesystemModule.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/geolocation/src/java/ti/modules/titanium/geolocation/TiLocation.java b/android/modules/geolocation/src/java/ti/modules/titanium/geolocation/TiLocation.java index dc9d4abbc55..d0dd507aff9 100644 --- a/android/modules/geolocation/src/java/ti/modules/titanium/geolocation/TiLocation.java +++ b/android/modules/geolocation/src/java/ti/modules/titanium/geolocation/TiLocation.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/geolocation/src/java/ti/modules/titanium/geolocation/android/FusedLocationProvider.java b/android/modules/geolocation/src/java/ti/modules/titanium/geolocation/android/FusedLocationProvider.java index d09354f618b..31b486b4a23 100644 --- a/android/modules/geolocation/src/java/ti/modules/titanium/geolocation/android/FusedLocationProvider.java +++ b/android/modules/geolocation/src/java/ti/modules/titanium/geolocation/android/FusedLocationProvider.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/gesture/src/java/ti/modules/titanium/gesture/TiDeviceOrientationMonitor.java b/android/modules/gesture/src/java/ti/modules/titanium/gesture/TiDeviceOrientationMonitor.java index 6ff11d346b3..979784d20e1 100644 --- a/android/modules/gesture/src/java/ti/modules/titanium/gesture/TiDeviceOrientationMonitor.java +++ b/android/modules/gesture/src/java/ti/modules/titanium/gesture/TiDeviceOrientationMonitor.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/locale/src/java/ti/modules/titanium/locale/CollatorProxy.java b/android/modules/locale/src/java/ti/modules/titanium/locale/CollatorProxy.java index ab2308a68ca..ae9d7a0cd9b 100644 --- a/android/modules/locale/src/java/ti/modules/titanium/locale/CollatorProxy.java +++ b/android/modules/locale/src/java/ti/modules/titanium/locale/CollatorProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/locale/src/java/ti/modules/titanium/locale/DateTimeFormatProxy.java b/android/modules/locale/src/java/ti/modules/titanium/locale/DateTimeFormatProxy.java index e44cda4a36b..6f894c2ab24 100644 --- a/android/modules/locale/src/java/ti/modules/titanium/locale/DateTimeFormatProxy.java +++ b/android/modules/locale/src/java/ti/modules/titanium/locale/DateTimeFormatProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/locale/src/java/ti/modules/titanium/locale/LocaleModule.java b/android/modules/locale/src/java/ti/modules/titanium/locale/LocaleModule.java index f43bd6cff14..c50445f46c4 100644 --- a/android/modules/locale/src/java/ti/modules/titanium/locale/LocaleModule.java +++ b/android/modules/locale/src/java/ti/modules/titanium/locale/LocaleModule.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2010-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/locale/src/java/ti/modules/titanium/locale/NumberFormatProxy.java b/android/modules/locale/src/java/ti/modules/titanium/locale/NumberFormatProxy.java index b27bfb22f98..94eeb171f08 100644 --- a/android/modules/locale/src/java/ti/modules/titanium/locale/NumberFormatProxy.java +++ b/android/modules/locale/src/java/ti/modules/titanium/locale/NumberFormatProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/locale/src/java/ti/modules/titanium/locale/NumberingSystem.java b/android/modules/locale/src/java/ti/modules/titanium/locale/NumberingSystem.java index 5f7faeab4b3..fa076da0796 100644 --- a/android/modules/locale/src/java/ti/modules/titanium/locale/NumberingSystem.java +++ b/android/modules/locale/src/java/ti/modules/titanium/locale/NumberingSystem.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/media/src/java/ti/modules/titanium/media/MediaModule.java b/android/modules/media/src/java/ti/modules/titanium/media/MediaModule.java index a9c2455b5c7..f2f19895f37 100644 --- a/android/modules/media/src/java/ti/modules/titanium/media/MediaModule.java +++ b/android/modules/media/src/java/ti/modules/titanium/media/MediaModule.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/media/src/java/ti/modules/titanium/media/TiAudioRecorder.java b/android/modules/media/src/java/ti/modules/titanium/media/TiAudioRecorder.java index 89f6d7d4b83..133c739c943 100644 --- a/android/modules/media/src/java/ti/modules/titanium/media/TiAudioRecorder.java +++ b/android/modules/media/src/java/ti/modules/titanium/media/TiAudioRecorder.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/media/src/java/ti/modules/titanium/media/TiCameraActivity.java b/android/modules/media/src/java/ti/modules/titanium/media/TiCameraActivity.java index 7d656459ea7..ec7709b3465 100644 --- a/android/modules/media/src/java/ti/modules/titanium/media/TiCameraActivity.java +++ b/android/modules/media/src/java/ti/modules/titanium/media/TiCameraActivity.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2012-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/network/src/java/ti/modules/titanium/network/TiHTTPClient.java b/android/modules/network/src/java/ti/modules/titanium/network/TiHTTPClient.java index 81d5dd60f66..8df4720bb9e 100644 --- a/android/modules/network/src/java/ti/modules/titanium/network/TiHTTPClient.java +++ b/android/modules/network/src/java/ti/modules/titanium/network/TiHTTPClient.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/ButtonBarProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/ButtonBarProxy.java index 439eb198cf5..35c3e35507e 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/ButtonBarProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/ButtonBarProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/ImageViewProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/ImageViewProxy.java index 2e0277adeb8..e38d6982833 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/ImageViewProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/ImageViewProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/MaskedImageProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/MaskedImageProxy.java index e443e377df0..1697d7120d8 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/MaskedImageProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/MaskedImageProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/NavigationWindowProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/NavigationWindowProxy.java index 9393f960af6..6450de8b77b 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/NavigationWindowProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/NavigationWindowProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2018-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/OptionBarProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/OptionBarProxy.java index 77cd430f0a5..ac999d9958a 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/OptionBarProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/OptionBarProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/PickerColumnProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/PickerColumnProxy.java index 7782521e8d0..d8b30d8dee5 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/PickerColumnProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/PickerColumnProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/PickerProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/PickerProxy.java index 43370b93344..82b71863aa6 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/PickerProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/PickerProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/PickerRowProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/PickerRowProxy.java index e152a2d1ba0..ca7b7a04f39 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/PickerRowProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/PickerRowProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/RefreshControlProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/RefreshControlProxy.java index 121bba01d19..7c0cb842320 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/RefreshControlProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/RefreshControlProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/ScrollableViewProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/ScrollableViewProxy.java index 6ee551b54e8..a11fab32103 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/ScrollableViewProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/ScrollableViewProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/SearchBarProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/SearchBarProxy.java index 01bbe7f9557..a308c18c462 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/SearchBarProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/SearchBarProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/ShortcutItemProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/ShortcutItemProxy.java index c07a21e2144..9f30a4b3d09 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/ShortcutItemProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/ShortcutItemProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/ShortcutModule.java b/android/modules/ui/src/java/ti/modules/titanium/ui/ShortcutModule.java index 1cfae1ffcf9..110cc07ad8d 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/ShortcutModule.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/ShortcutModule.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/TabGroupProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/TabGroupProxy.java index 8929b96f4c5..5b68ec6638b 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/TabGroupProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/TabGroupProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/TabbedBarProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/TabbedBarProxy.java index 4a5137afe9f..0fae780ecb5 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/TabbedBarProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/TabbedBarProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewProxy.java index 4f3dc94cb8b..f352a5ac6a8 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewRowProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewRowProxy.java index 485c44404f9..7a46f9150a6 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewRowProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewRowProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewSectionProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewSectionProxy.java index bf600cd4cda..513accfa7fe 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewSectionProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewSectionProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/android/TiPreferencesFragment.java b/android/modules/ui/src/java/ti/modules/titanium/ui/android/TiPreferencesFragment.java index dcd32a74940..8d6842acc73 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/android/TiPreferencesFragment.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/android/TiPreferencesFragment.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2011-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiImageView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiImageView.java index 56b79de7793..ef83f324bc0 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiImageView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiImageView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiSwipeRefreshLayout.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiSwipeRefreshLayout.java index 6a78d285a40..f8651e1e8be 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiSwipeRefreshLayout.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiSwipeRefreshLayout.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2017 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIActivityIndicator.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIActivityIndicator.java index e987bb0aa0c..d00d4f5ee10 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIActivityIndicator.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIActivityIndicator.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIButtonBar.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIButtonBar.java index 96a8c6bdb82..be72910eb79 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIButtonBar.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIButtonBar.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIEditText.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIEditText.java index 0fea6d78034..f06e8b30cf8 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIEditText.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIEditText.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIImageView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIImageView.java index d9c01f82f30..d4bb5ec2dc9 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIImageView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIImageView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIListView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIListView.java index e92238ac0d7..7bfd9b81c24 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIListView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIListView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIMaskedImage.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIMaskedImage.java index 1d6190f3549..52bc6c7ed2b 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIMaskedImage.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIMaskedImage.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIOptionBar.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIOptionBar.java index e9ede7da558..4a9ad24215f 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIOptionBar.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIOptionBar.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIProgressBar.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIProgressBar.java index abbfd4b799d..db9530e7bf1 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIProgressBar.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIProgressBar.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIRelativeLayout.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIRelativeLayout.java index 76c73e75892..8aff81ce460 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIRelativeLayout.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIRelativeLayout.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIScrollableView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIScrollableView.java index 36ec5a1d19c..9ca2d3a4510 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIScrollableView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIScrollableView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUISwitch.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUISwitch.java index ddf854dee15..7b0b469aef4 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUISwitch.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUISwitch.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUITabbedBar.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUITabbedBar.java index 47165e1353c..f6af2502935 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUITabbedBar.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUITabbedBar.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUITableView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUITableView.java index 3705238c92c..edfb9d4969d 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUITableView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUITableView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIText.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIText.java index a7eb147f27a..5a60d6f8f11 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIText.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIText.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ItemTouchHandler.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ItemTouchHandler.java index 8bb62473a1f..0f7b1a3032c 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ItemTouchHandler.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ItemTouchHandler.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListItemProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListItemProxy.java index 9dd33f9bf01..a29720872e4 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListItemProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListItemProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListSectionProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListSectionProxy.java index acd1b7a12b9..9d6bd9b7eac 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListSectionProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListSectionProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewAdapter.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewAdapter.java index c3cd4e13b4e..8b8cd69195e 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewAdapter.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewAdapter.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewHolder.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewHolder.java index cf0f90f3fbb..1025b867897 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewHolder.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewHolder.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewProxy.java index a2545f34c0a..93f8c7537bc 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/ListViewProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/RecyclerViewProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/RecyclerViewProxy.java index f9f2ce9510b..fb0e88cda5e 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/RecyclerViewProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/RecyclerViewProxy.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiListView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiListView.java index 969cb69695e..9bd6e4399f4 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiListView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiListView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiNestedRecyclerView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiNestedRecyclerView.java index 0c3612b344a..ca3a18e6e53 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiNestedRecyclerView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiNestedRecyclerView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiRecyclerViewAdapter.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiRecyclerViewAdapter.java index 76cd639a303..7fe53e5c763 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiRecyclerViewAdapter.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiRecyclerViewAdapter.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiRecyclerViewHolder.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiRecyclerViewHolder.java index 4a5db8c38b4..acbf8ac6657 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiRecyclerViewHolder.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/listview/TiRecyclerViewHolder.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIDatePicker.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIDatePicker.java index fd4dbe47a9e..4d1462acad1 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIDatePicker.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIDatePicker.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainDropDownPicker.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainDropDownPicker.java index 975bda97182..93430873f21 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainDropDownPicker.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainDropDownPicker.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainPicker.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainPicker.java index f675b206fa5..fb87e1369ed 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainPicker.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainPicker.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainSpinnerPicker.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainSpinnerPicker.java index 26e2ec0cf4a..8c6323090e2 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainSpinnerPicker.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUIPlainSpinnerPicker.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUITimePicker.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUITimePicker.java index 226944d2a24..82c071c95f6 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUITimePicker.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/picker/TiUITimePicker.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/searchbar/TiUISearchBar.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/searchbar/TiUISearchBar.java index 69a2c420c9e..a2996ff802a 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/searchbar/TiUISearchBar.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/searchbar/TiUISearchBar.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tabgroup/TiUIBottomNavigationTabGroup.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tabgroup/TiUIBottomNavigationTabGroup.java index e79bd7abac8..5fd005eac29 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tabgroup/TiUIBottomNavigationTabGroup.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tabgroup/TiUIBottomNavigationTabGroup.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2018-Present by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tabgroup/TiUITabLayoutTabGroup.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tabgroup/TiUITabLayoutTabGroup.java index c11632e3acb..6d5196a2264 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tabgroup/TiUITabLayoutTabGroup.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tabgroup/TiUITabLayoutTabGroup.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2018-Present by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TableViewAdapter.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TableViewAdapter.java index a1da7f86081..d56b02e58f1 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TableViewAdapter.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TableViewAdapter.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TableViewHolder.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TableViewHolder.java index 8200e18fec4..dd3f55b1363 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TableViewHolder.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TableViewHolder.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TiTableView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TiTableView.java index c506252c0ad..8044e4e8350 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TiTableView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TiTableView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiUIWebView.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiUIWebView.java index 806c99df6b2..2e9d96d21af 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiUIWebView.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiUIWebView.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiWebChromeClient.java b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiWebChromeClient.java index b6b76fe8c24..69b0e383afc 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiWebChromeClient.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiWebChromeClient.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/titanium/src/java/ti/modules/titanium/TitaniumModule.java b/android/titanium/src/java/ti/modules/titanium/TitaniumModule.java index d2c50559e22..3f9fcfa0fb7 100644 --- a/android/titanium/src/java/ti/modules/titanium/TitaniumModule.java +++ b/android/titanium/src/java/ti/modules/titanium/TitaniumModule.java @@ -1,6 +1,6 @@ /** * TiDev Titanium Mobile - * Copyright (c) 2009-Present by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */