From 27cbe93e5ab596f0864bdc390f2297f2cb492aaf Mon Sep 17 00:00:00 2001 From: Sebastian Klaus Date: Wed, 11 May 2022 15:12:08 +0200 Subject: [PATCH] Fix legal information and copyrights (#13436) * fix: changed copyrights and legal stuff * fix: changed copyrights and legal stuff * fix: changed copyrights and legal stuff * fix: changed copyrights and legal stuff * fix: changed copyrights and legal stuff * feat: added tidev * fix: replace copyright in iOS libs * fix: package github url * fix: package.json cleaned up and copyrights * fix: android readme --- LICENSE | 28 +- README.md | 10 +- android/app/build.gradle | 4 +- android/build.gradle | 4 +- android/cli/commands/_build.js | 2 +- android/cli/commands/_buildModule.js | 2 +- android/cli/commands/_cleanModule.js | 2 +- android/cli/hooks/package.js | 2 +- android/cli/hooks/run.js | 2 +- android/cli/lib/android-manifest.js | 2 +- android/cli/lib/detect.js | 2 +- android/cli/lib/gradle-wrapper.js | 2 +- android/cli/tests/test-android-manifest.js | 4 +- android/gradle.properties | 4 +- android/kroll-apt/README.md | 4 +- android/kroll-apt/build.gradle | 4 +- .../appcelerator/kroll/annotations/Kroll.java | 4 +- .../annotations/generator/JSONUtils.java | 4 +- .../generator/KrollAnnotationUtils.java | 4 +- .../generator/KrollBindingGenerator.java | 4 +- .../generator/KrollJSONGenerator.java | 4 +- .../annotations/generator/KrollVisitor.java | 4 +- .../generator/ProxyBindingV8.cpp.fm | 4 +- .../annotations/generator/ProxyBindingV8.h.fm | 4 +- android/package.json | 15 +- .../java/org/appcelerator/kroll/JSError.java | 6 +- .../appcelerator/kroll/KrollApplication.java | 4 +- .../appcelerator/kroll/KrollEvaluator.java | 4 +- .../kroll/KrollEventCallback.java | 4 +- .../appcelerator/kroll/KrollException.java | 4 +- .../kroll/KrollExceptionHandler.java | 4 +- .../kroll/KrollExternalModule.java | 4 +- .../org/appcelerator/kroll/KrollFunction.java | 4 +- .../appcelerator/kroll/KrollInvocation.java | 4 +- .../org/appcelerator/kroll/KrollLogging.java | 4 +- .../org/appcelerator/kroll/KrollObject.java | 4 +- .../appcelerator/kroll/KrollProxySupport.java | 4 +- .../org/appcelerator/kroll/KrollRuntime.java | 4 +- .../kroll/common/AsyncResult.java | 4 +- .../kroll/common/CurrentActivityListener.java | 4 +- .../org/appcelerator/kroll/common/Log.java | 4 +- .../appcelerator/kroll/common/TiConfig.java | 4 +- .../kroll/common/TiDeployData.java | 4 +- .../kroll/common/TiMessenger.java | 4 +- .../kroll/util/KrollAssetCache.java | 4 +- .../kroll/util/KrollAssetHelper.java | 4 +- .../kroll/util/KrollStreamHelper.java | 4 +- .../kroll/runtime/v8/GCWatcher.java | 4 +- .../kroll/runtime/v8/JSDebugger.java | 4 +- .../kroll/runtime/v8/ReferenceTable.java | 4 +- .../kroll/runtime/v8/V8Function.java | 4 +- .../kroll/runtime/v8/V8Object.java | 4 +- .../kroll/runtime/v8/V8Runtime.java | 4 +- android/runtime/v8/src/native/AndroidUtil.cpp | 4 +- android/runtime/v8/src/native/AndroidUtil.h | 4 +- android/runtime/v8/src/native/CMakeLists.txt | 4 +- .../runtime/v8/src/native/EventEmitter.cpp | 4 +- android/runtime/v8/src/native/EventEmitter.h | 4 +- .../runtime/v8/src/native/InspectorClient.cpp | 4 +- .../runtime/v8/src/native/InspectorClient.h | 4 +- .../v8/src/native/InspectorFrontend.cpp | 4 +- .../runtime/v8/src/native/InspectorFrontend.h | 4 +- android/runtime/v8/src/native/JNIUtil.cpp | 4 +- android/runtime/v8/src/native/JNIUtil.h | 4 +- android/runtime/v8/src/native/JSDebugger.cpp | 4 +- android/runtime/v8/src/native/JSDebugger.h | 4 +- android/runtime/v8/src/native/JSException.cpp | 4 +- android/runtime/v8/src/native/JSException.h | 4 +- android/runtime/v8/src/native/JavaObject.cpp | 4 +- android/runtime/v8/src/native/JavaObject.h | 4 +- .../runtime/v8/src/native/KrollBindings.cpp | 4 +- android/runtime/v8/src/native/KrollBindings.h | 4 +- android/runtime/v8/src/native/NativeObject.h | 4 +- android/runtime/v8/src/native/Proxy.cpp | 4 +- android/runtime/v8/src/native/Proxy.h | 4 +- .../runtime/v8/src/native/ProxyFactory.cpp | 4 +- android/runtime/v8/src/native/ProxyFactory.h | 4 +- .../runtime/v8/src/native/ReferenceTable.cpp | 4 +- .../runtime/v8/src/native/ReferenceTable.h | 4 +- .../runtime/v8/src/native/TypeConverter.cpp | 4 +- android/runtime/v8/src/native/TypeConverter.h | 4 +- android/runtime/v8/src/native/V8Function.cpp | 4 +- android/runtime/v8/src/native/V8Object.cpp | 4 +- android/runtime/v8/src/native/V8Promise.cpp | 4 +- android/runtime/v8/src/native/V8Runtime.cpp | 4 +- android/runtime/v8/src/native/V8Runtime.h | 4 +- android/runtime/v8/src/native/V8Util.cpp | 4 +- android/runtime/v8/src/native/V8Util.h | 4 +- .../v8/src/ndk-modules/libv8/CMakeLists.txt | 4 +- .../generated/CommonJsSourceProvider.java | 4 +- .../module/generated/KrollGeneratedBindings.h | 6 +- .../module/generated/TiModuleBootstrap.cpp | 4 +- .../module/generated/TiModuleBootstrap.java | 4 +- .../templates/module/generated/bootstrap.js | 4 +- .../module/generated/generate-cpp-files.js | 4 +- .../ExampleProxy.java.ejs | 4 +- .../{{ModuleNameCamel}}Module.java.ejs | 4 +- .../{{ModuleIdAsFolder}}/ExampleProxy.kt.ejs | 4 +- .../{{ModuleNameCamel}}Module.kt.ejs | 4 +- android/titanium/bootstrap.js.ejs | 4 +- android/titanium/build.gradle | 4 +- android/titanium/libv8-services.js | 4 +- android/titanium/prebuild.js | 4 +- .../org/appcelerator/kroll/KrollDict.java | 4 +- .../org/appcelerator/kroll/KrollModule.java | 4 +- .../appcelerator/kroll/KrollModuleInfo.java | 4 +- .../kroll/KrollNativeConverter.java | 4 +- .../kroll/KrollPropertyChange.java | 4 +- .../org/appcelerator/kroll/KrollProxy.java | 4 +- .../kroll/KrollProxyListener.java | 4 +- .../org/appcelerator/titanium/ITiAppInfo.java | 4 +- .../org/appcelerator/titanium/TiActivity.java | 4 +- .../titanium/TiActivitySupportHelpers.java | 4 +- .../titanium/TiActivityWindow.java | 4 +- .../titanium/TiActivityWindows.java | 4 +- .../appcelerator/titanium/TiApplication.java | 4 +- .../titanium/TiApplicationLifecycle.java | 4 +- .../appcelerator/titanium/TiBaseActivity.java | 4 +- .../appcelerator/titanium/TiBaseService.java | 4 +- .../org/appcelerator/titanium/TiBlob.java | 4 +- .../java/org/appcelerator/titanium/TiC.java | 4 +- .../appcelerator/titanium/TiDimension.java | 4 +- .../titanium/TiExceptionHandler.java | 4 +- .../appcelerator/titanium/TiFileProxy.java | 4 +- .../titanium/TiLaunchActivity.java | 4 +- .../appcelerator/titanium/TiLifecycle.java | 4 +- .../org/appcelerator/titanium/TiPoint.java | 4 +- .../appcelerator/titanium/TiProperties.java | 4 +- .../appcelerator/titanium/TiRootActivity.java | 4 +- .../appcelerator/titanium/TiStylesheet.java | 4 +- .../titanium/TiTranslucentActivity.java | 6 +- .../appcelerator/titanium/io/TiBaseFile.java | 4 +- .../titanium/io/TiContentFile.java | 4 +- .../org/appcelerator/titanium/io/TiFile.java | 4 +- .../titanium/io/TiFileFactory.java | 4 +- .../titanium/io/TiFileProvider.java | 4 +- .../titanium/io/TiInputStreamWrapper.java | 4 +- .../appcelerator/titanium/io/TiMockFile.java | 4 +- .../titanium/io/TiResourceFile.java | 4 +- .../appcelerator/titanium/io/TiStream.java | 4 +- .../titanium/proxy/ActionBarProxy.java | 4 +- .../titanium/proxy/ActivityProxy.java | 4 +- .../titanium/proxy/ColorProxy.java | 4 +- .../titanium/proxy/DecorViewProxy.java | 4 +- .../titanium/proxy/IntentProxy.java | 4 +- .../titanium/proxy/MenuItemProxy.java | 4 +- .../titanium/proxy/MenuProxy.java | 4 +- .../appcelerator/titanium/proxy/RProxy.java | 4 +- .../titanium/proxy/ServiceProxy.java | 4 +- .../titanium/proxy/TiViewProxy.java | 4 +- .../titanium/proxy/TiWindowProxy.java | 4 +- .../util/TiActivityResultHandler.java | 4 +- .../titanium/util/TiActivitySupport.java | 4 +- .../util/TiActivitySupportHelper.java | 4 +- .../titanium/util/TiAnimationBuilder.java | 4 +- .../titanium/util/TiAnimationCurve.java | 4 +- .../titanium/util/TiAnimationFactory.java | 4 +- .../titanium/util/TiAnimationPair.java | 4 +- .../titanium/util/TiBlobLruCache.java | 4 +- .../titanium/util/TiColorHelper.java | 4 +- .../appcelerator/titanium/util/TiConvert.java | 4 +- .../titanium/util/TiDeviceOrientation.java | 4 +- .../titanium/util/TiDigestUtils.java | 4 +- .../titanium/util/TiDownloadListener.java | 4 +- .../titanium/util/TiDownloadManager.java | 4 +- .../titanium/util/TiEventHelper.java | 4 +- .../titanium/util/TiExifOrientation.java | 4 +- .../titanium/util/TiFileHelper.java | 4 +- .../titanium/util/TiFileHelper2.java | 4 +- .../titanium/util/TiImageCache.java | 4 +- .../titanium/util/TiImageHelper.java | 4 +- .../titanium/util/TiImageInfo.java | 4 +- .../titanium/util/TiIntentWrapper.java | 4 +- .../titanium/util/TiLoadImageManager.java | 4 +- .../titanium/util/TiLocaleManager.java | 4 +- .../titanium/util/TiLocationHelper.java | 4 +- .../titanium/util/TiMenuSupport.java | 4 +- .../titanium/util/TiMimeTypeHelper.java | 4 +- .../titanium/util/TiNinePatchHelper.java | 4 +- .../titanium/util/TiPlatformHelper.java | 4 +- .../titanium/util/TiPropertyResolver.java | 4 +- .../appcelerator/titanium/util/TiRHelper.java | 4 +- .../titanium/util/TiResponseCache.java | 4 +- .../titanium/util/TiSensorHelper.java | 4 +- .../titanium/util/TiStreamHelper.java | 4 +- .../titanium/util/TiUIHelper.java | 4 +- .../org/appcelerator/titanium/util/TiUrl.java | 4 +- .../titanium/util/TiWeakList.java | 4 +- .../appcelerator/titanium/util/TiWeakMap.java | 4 +- .../titanium/view/ITiWindowHandler.java | 4 +- .../titanium/view/Ti2DMatrix.java | 4 +- .../view/TiActionBarStyleHandler.java | 4 +- .../view/TiActivitySafeAreaMonitor.java | 4 +- .../titanium/view/TiAnimation.java | 4 +- .../view/TiBackgroundColorWrapper.java | 4 +- .../titanium/view/TiBackgroundDrawable.java | 4 +- .../titanium/view/TiBorderWrapperView.java | 4 +- .../titanium/view/TiCompositeLayout.java | 4 +- .../titanium/view/TiDrawableReference.java | 4 +- .../titanium/view/TiGradientDrawable.java | 4 +- .../titanium/view/TiInsetsProvider.java | 4 +- .../titanium/view/TiToolbarStyleHandler.java | 4 +- .../titanium/view/TiUIDecorView.java | 6 +- .../appcelerator/titanium/view/TiUIView.java | 4 +- android/untar.gradle | 4 +- cli/commands/build.js | 2 +- cli/commands/clean.js | 2 +- cli/commands/create.js | 2 +- cli/commands/project.js | 2 +- cli/hooks/hyperloop-fix.js | 2 +- cli/lib/creator.js | 2 +- cli/lib/creators/app.js | 2 +- cli/lib/creators/applewatch.js | 2 +- cli/lib/creators/module.js | 2 +- cli/lib/info.js | 2 +- iphone/Classes/AccelerometerModule.h | 2 +- iphone/Classes/AccelerometerModule.m | 2 +- iphone/Classes/AnalyticsModule.h | 4 +- iphone/Classes/AnalyticsModule.m | 2 +- iphone/Classes/AppModule.h | 2 +- iphone/Classes/AppModule.m | 2 +- iphone/Classes/ApplicationDefaults.h | 2 +- iphone/Classes/ApplicationDefaults.m | 2 +- iphone/Classes/ApplicationRouting.h | 2 +- iphone/Classes/ApplicationRouting.m | 4 +- iphone/Classes/CalendarModule.h | 2 +- iphone/Classes/CalendarModule.m | 2 +- iphone/Classes/CodecModule.h | 2 +- iphone/Classes/CodecModule.m | 2 +- iphone/Classes/ContactsModule.h | 2 +- iphone/Classes/ContactsModule.m | 2 +- iphone/Classes/DatabaseModule.h | 2 +- iphone/Classes/DatabaseModule.m | 2 +- iphone/Classes/FilesystemModule.h | 2 +- iphone/Classes/FilesystemModule.m | 2 +- iphone/Classes/GeolocationModule.h | 2 +- iphone/Classes/GeolocationModule.m | 2 +- iphone/Classes/GestureModule.h | 2 +- iphone/Classes/GestureModule.m | 2 +- iphone/Classes/KrollWrapper.h | 2 +- iphone/Classes/KrollWrapper.m | 2 +- iphone/Classes/LauncherButton.h | 2 +- iphone/Classes/LauncherButton.m | 2 +- iphone/Classes/LauncherItem.h | 2 +- iphone/Classes/LauncherItem.m | 2 +- iphone/Classes/LauncherView.h | 2 +- iphone/Classes/LauncherView.m | 2 +- iphone/Classes/Layout/TiLayoutDimension.h | 2 +- iphone/Classes/Layout/TiLayoutDimension.m | 2 +- iphone/Classes/Layout/TiLayoutView.h | 2 +- iphone/Classes/Layout/TiLayoutView.m | 2 +- iphone/Classes/LocaleModule.h | 2 +- iphone/Classes/LocaleModule.m | 2 +- iphone/Classes/MediaModule.h | 2 +- iphone/Classes/MediaModule.m | 2 +- iphone/Classes/NetworkModule.h | 2 +- iphone/Classes/NetworkModule.m | 2 +- iphone/Classes/PlatformModule.h | 2 +- iphone/Classes/PlatformModule.m | 2 +- iphone/Classes/StreamModule.h | 2 +- iphone/Classes/StreamModule.m | 2 +- iphone/Classes/TIDOMCharacterDataProxy.h | 2 +- iphone/Classes/TIDOMCharacterDataProxy.m | 2 +- iphone/Classes/TIDOMDOMImplementationProxy.h | 2 +- iphone/Classes/TIDOMDOMImplementationProxy.m | 2 +- iphone/Classes/TIDOMDocumentTypeProxy.h | 2 +- iphone/Classes/TIDOMDocumentTypeProxy.m | 2 +- iphone/Classes/TIUIiOSAlertDialogStyleProxy.h | 2 +- iphone/Classes/TIUIiOSAlertDialogStyleProxy.m | 2 +- iphone/Classes/ThirdpartyNS.h | 2 +- iphone/Classes/TiAction.h | 2 +- iphone/Classes/TiAction.m | 2 +- iphone/Classes/TiAnchorAttachBehavior.h | 2 +- iphone/Classes/TiAnchorAttachBehavior.m | 4 +- iphone/Classes/TiAnimatorProxy.h | 2 +- iphone/Classes/TiAnimatorProxy.m | 4 +- iphone/Classes/TiApp+Addons.h | 2 +- iphone/Classes/TiApp+Addons.m | 2 +- iphone/Classes/TiAppPropertiesProxy.h | 2 +- iphone/Classes/TiAppPropertiesProxy.m | 2 +- .../Classes/TiAppiOSBackgroundServiceProxy.h | 2 +- .../Classes/TiAppiOSBackgroundServiceProxy.m | 2 +- .../Classes/TiAppiOSLocalNotificationProxy.h | 2 +- .../Classes/TiAppiOSLocalNotificationProxy.m | 2 +- iphone/Classes/TiAppiOSProxy.h | 2 +- iphone/Classes/TiAppiOSProxy.m | 2 +- iphone/Classes/TiAppiOSSearchQueryProxy.h | 2 +- iphone/Classes/TiAppiOSSearchQueryProxy.m | 2 +- iphone/Classes/TiAppiOSSearchableIndexProxy.h | 2 +- iphone/Classes/TiAppiOSSearchableIndexProxy.m | 2 +- .../TiAppiOSSearchableItemAttributeSetProxy.h | 2 +- .../TiAppiOSSearchableItemAttributeSetProxy.m | 2 +- iphone/Classes/TiAppiOSSearchableItemProxy.h | 2 +- iphone/Classes/TiAppiOSSearchableItemProxy.m | 2 +- iphone/Classes/TiAppiOSUserActivityProxy.h | 2 +- iphone/Classes/TiAppiOSUserActivityProxy.m | 2 +- iphone/Classes/TiAppiOSUserDefaultsProxy.h | 2 +- iphone/Classes/TiAppiOSUserDefaultsProxy.m | 2 +- .../TiAppiOSUserNotificationActionProxy.h | 2 +- .../TiAppiOSUserNotificationActionProxy.m | 2 +- .../TiAppiOSUserNotificationCategoryProxy.h | 2 +- .../TiAppiOSUserNotificationCategoryProxy.m | 2 +- .../TiAppiOSUserNotificationCenterProxy.h | 2 +- .../TiAppiOSUserNotificationCenterProxy.m | 2 +- iphone/Classes/TiButtonUtil.h | 2 +- iphone/Classes/TiButtonUtil.m | 2 +- iphone/Classes/TiCalendarAlert.h | 2 +- iphone/Classes/TiCalendarAlert.m | 2 +- iphone/Classes/TiCalendarAttendee.h | 2 +- iphone/Classes/TiCalendarAttendee.m | 2 +- iphone/Classes/TiCalendarCalendar.h | 2 +- iphone/Classes/TiCalendarCalendar.m | 2 +- iphone/Classes/TiCalendarEvent.h | 2 +- iphone/Classes/TiCalendarEvent.m | 2 +- iphone/Classes/TiCalendarRecurrenceRule.h | 2 +- iphone/Classes/TiCalendarRecurrenceRule.m | 2 +- iphone/Classes/TiCollisionBehavior.h | 2 +- iphone/Classes/TiCollisionBehavior.m | 2 +- iphone/Classes/TiContactsGroup.h | 2 +- iphone/Classes/TiContactsGroup.m | 2 +- iphone/Classes/TiContactsPerson.h | 2 +- iphone/Classes/TiContactsPerson.m | 2 +- iphone/Classes/TiController.h | 2 +- iphone/Classes/TiDOMAttrProxy.h | 2 +- iphone/Classes/TiDOMAttrProxy.m | 2 +- iphone/Classes/TiDOMCDATANodeProxy.h | 2 +- iphone/Classes/TiDOMCDATANodeProxy.m | 4 +- iphone/Classes/TiDOMCommentProxy.h | 2 +- iphone/Classes/TiDOMCommentProxy.m | 4 +- iphone/Classes/TiDOMDocFragProxy.h | 2 +- iphone/Classes/TiDOMDocFragProxy.m | 4 +- iphone/Classes/TiDOMDocumentProxy.h | 2 +- iphone/Classes/TiDOMDocumentProxy.m | 2 +- iphone/Classes/TiDOMElementProxy.h | 2 +- iphone/Classes/TiDOMElementProxy.m | 2 +- iphone/Classes/TiDOMEntityProxy.h | 2 +- iphone/Classes/TiDOMEntityProxy.m | 4 +- iphone/Classes/TiDOMEntityRefProxy.h | 2 +- iphone/Classes/TiDOMEntityRefProxy.m | 4 +- iphone/Classes/TiDOMNamedNodeMapProxy.h | 2 +- iphone/Classes/TiDOMNamedNodeMapProxy.m | 2 +- iphone/Classes/TiDOMNodeListProxy.h | 2 +- iphone/Classes/TiDOMNodeListProxy.m | 2 +- iphone/Classes/TiDOMNodeProxy.h | 2 +- iphone/Classes/TiDOMNodeProxy.m | 2 +- iphone/Classes/TiDOMNotationProxy.h | 2 +- iphone/Classes/TiDOMNotationProxy.m | 4 +- iphone/Classes/TiDOMPIProxy.h | 2 +- iphone/Classes/TiDOMPIProxy.m | 2 +- iphone/Classes/TiDOMTextNodeProxy.h | 2 +- iphone/Classes/TiDOMTextNodeProxy.m | 2 +- iphone/Classes/TiDOMValidator.h | 2 +- iphone/Classes/TiDOMValidator.m | 2 +- iphone/Classes/TiDataStream.h | 2 +- iphone/Classes/TiDataStream.m | 2 +- iphone/Classes/TiDatabaseProxy.h | 2 +- iphone/Classes/TiDatabaseProxy.m | 2 +- iphone/Classes/TiDatabaseResultSetProxy.h | 2 +- iphone/Classes/TiDatabaseResultSetProxy.m | 2 +- iphone/Classes/TiDynamicItemBehavior.h | 2 +- iphone/Classes/TiDynamicItemBehavior.m | 2 +- iphone/Classes/TiFilesystemBlobProxy.h | 2 +- iphone/Classes/TiFilesystemBlobProxy.m | 2 +- iphone/Classes/TiGravityBehavior.h | 2 +- iphone/Classes/TiGravityBehavior.m | 4 +- iphone/Classes/TiMediaAudioPlayerProxy.h | 2 +- iphone/Classes/TiMediaAudioPlayerProxy.m | 2 +- iphone/Classes/TiMediaAudioRecorderProxy.h | 2 +- iphone/Classes/TiMediaAudioSession.h | 2 +- iphone/Classes/TiMediaAudioSession.m | 2 +- iphone/Classes/TiMediaItem.h | 2 +- iphone/Classes/TiMediaItem.m | 2 +- iphone/Classes/TiMediaMusicPlayer.h | 2 +- iphone/Classes/TiMediaMusicPlayer.m | 2 +- iphone/Classes/TiMediaSoundProxy.h | 2 +- iphone/Classes/TiMediaSoundProxy.m | 2 +- iphone/Classes/TiMediaSystemAlertProxy.h | 2 +- iphone/Classes/TiMediaSystemAlertProxy.m | 2 +- iphone/Classes/TiMediaTypes.h | 2 +- iphone/Classes/TiMediaVideoPlayer.h | 2 +- iphone/Classes/TiMediaVideoPlayer.m | 2 +- iphone/Classes/TiMediaVideoPlayerProxy.h | 2 +- iphone/Classes/TiMediaVideoPlayerProxy.m | 2 +- iphone/Classes/TiNetworkBonjourBrowserProxy.h | 2 +- iphone/Classes/TiNetworkBonjourBrowserProxy.m | 2 +- iphone/Classes/TiNetworkBonjourServiceProxy.h | 2 +- iphone/Classes/TiNetworkBonjourServiceProxy.m | 2 +- iphone/Classes/TiNetworkCookieProxy.h | 2 +- iphone/Classes/TiNetworkCookieProxy.m | 2 +- iphone/Classes/TiNetworkHTTPClientProxy.h | 2 +- iphone/Classes/TiNetworkHTTPClientProxy.m | 2 +- iphone/Classes/TiNetworkSocketProxy.h | 2 +- iphone/Classes/TiNetworkSocketProxy.m | 2 +- iphone/Classes/TiNetworkSocketTCPProxy.h | 2 +- iphone/Classes/TiNetworkSocketTCPProxy.m | 2 +- iphone/Classes/TiPlatformDisplayCaps.h | 2 +- iphone/Classes/TiPlatformDisplayCaps.m | 2 +- iphone/Classes/TiPreviewingDelegate.h | 2 +- iphone/Classes/TiPreviewingDelegate.m | 2 +- iphone/Classes/TiPushBehavior.h | 2 +- iphone/Classes/TiPushBehavior.m | 4 +- iphone/Classes/TiSelectedCellbackgroundView.h | 2 +- iphone/Classes/TiSelectedCellbackgroundView.m | 2 +- iphone/Classes/TiSnapBehavior.h | 2 +- iphone/Classes/TiSnapBehavior.m | 4 +- iphone/Classes/TiToolbarButton.h | 2 +- iphone/Classes/TiUIActivityIndicator.h | 2 +- iphone/Classes/TiUIActivityIndicator.m | 2 +- iphone/Classes/TiUIActivityIndicatorProxy.h | 2 +- iphone/Classes/TiUIActivityIndicatorProxy.m | 4 +- .../Classes/TiUIActivityIndicatorStyleProxy.h | 2 +- .../Classes/TiUIActivityIndicatorStyleProxy.m | 2 +- iphone/Classes/TiUIAlertDialogProxy.h | 2 +- iphone/Classes/TiUIAlertDialogProxy.m | 2 +- iphone/Classes/TiUIApplication.h | 2 +- iphone/Classes/TiUIApplication.m | 2 +- .../Classes/TiUIApplicationShortcutsProxy.h | 2 +- .../Classes/TiUIApplicationShortcutsProxy.m | 2 +- iphone/Classes/TiUIAttributedStringProxy.h | 2 +- iphone/Classes/TiUIAttributedStringProxy.m | 2 +- iphone/Classes/TiUIButton.h | 2 +- iphone/Classes/TiUIButton.m | 2 +- iphone/Classes/TiUIButtonBar.h | 2 +- iphone/Classes/TiUIButtonBar.m | 2 +- iphone/Classes/TiUIButtonBarProxy.h | 2 +- iphone/Classes/TiUIButtonBarProxy.m | 2 +- iphone/Classes/TiUIButtonProxy.h | 2 +- iphone/Classes/TiUIButtonProxy.m | 2 +- iphone/Classes/TiUICanvasView.h | 2 +- iphone/Classes/TiUICanvasView.m | 2 +- iphone/Classes/TiUICanvasViewProxy.h | 2 +- iphone/Classes/TiUICanvasViewProxy.m | 4 +- iphone/Classes/TiUIDashboardItem.h | 2 +- iphone/Classes/TiUIDashboardItem.m | 2 +- iphone/Classes/TiUIDashboardItemProxy.h | 2 +- iphone/Classes/TiUIDashboardItemProxy.m | 2 +- iphone/Classes/TiUIDashboardView.h | 2 +- iphone/Classes/TiUIDashboardView.m | 2 +- iphone/Classes/TiUIDashboardViewProxy.h | 2 +- iphone/Classes/TiUIDashboardViewProxy.m | 2 +- iphone/Classes/TiUIEmailDialogProxy.h | 2 +- iphone/Classes/TiUIEmailDialogProxy.m | 2 +- iphone/Classes/TiUIImageView.h | 2 +- iphone/Classes/TiUIImageView.m | 2 +- iphone/Classes/TiUIImageViewProxy.h | 2 +- iphone/Classes/TiUIImageViewProxy.m | 2 +- iphone/Classes/TiUILabel.h | 2 +- iphone/Classes/TiUILabel.m | 2 +- iphone/Classes/TiUILabelProxy.h | 2 +- iphone/Classes/TiUILabelProxy.m | 2 +- iphone/Classes/TiUIListItem.h | 2 +- iphone/Classes/TiUIListItem.m | 2 +- iphone/Classes/TiUIListItemProxy.h | 2 +- iphone/Classes/TiUIListItemProxy.m | 2 +- iphone/Classes/TiUIListSectionProxy.h | 2 +- iphone/Classes/TiUIListSectionProxy.m | 2 +- iphone/Classes/TiUIListView.h | 2 +- iphone/Classes/TiUIListView.m | 2 +- iphone/Classes/TiUIListViewProxy.h | 2 +- iphone/Classes/TiUIListViewProxy.m | 2 +- iphone/Classes/TiUIMaskedImage.h | 2 +- iphone/Classes/TiUIMaskedImage.m | 2 +- iphone/Classes/TiUIMaskedImageProxy.h | 2 +- iphone/Classes/TiUIMaskedImageProxy.m | 2 +- iphone/Classes/TiUINavBarButton.h | 2 +- iphone/Classes/TiUINavBarButton.m | 2 +- iphone/Classes/TiUINavigationWindowInternal.h | 2 +- iphone/Classes/TiUINavigationWindowInternal.m | 2 +- iphone/Classes/TiUINavigationWindowProxy.h | 2 +- iphone/Classes/TiUINavigationWindowProxy.m | 2 +- iphone/Classes/TiUIOptionDialogProxy.h | 2 +- iphone/Classes/TiUIOptionDialogProxy.m | 2 +- iphone/Classes/TiUIPicker.h | 2 +- iphone/Classes/TiUIPicker.m | 2 +- iphone/Classes/TiUIPickerColumnProxy.h | 2 +- iphone/Classes/TiUIPickerColumnProxy.m | 2 +- iphone/Classes/TiUIPickerProxy.h | 2 +- iphone/Classes/TiUIPickerProxy.m | 2 +- iphone/Classes/TiUIPickerRowProxy.h | 2 +- iphone/Classes/TiUIPickerRowProxy.m | 4 +- iphone/Classes/TiUIProgressBar.h | 2 +- iphone/Classes/TiUIProgressBar.m | 2 +- iphone/Classes/TiUIProgressBarProxy.h | 2 +- iphone/Classes/TiUIProgressBarProxy.m | 2 +- iphone/Classes/TiUIRefreshControlProxy.h | 2 +- iphone/Classes/TiUIRefreshControlProxy.m | 2 +- iphone/Classes/TiUIScrollView.h | 2 +- iphone/Classes/TiUIScrollView.m | 2 +- iphone/Classes/TiUIScrollViewProxy.h | 2 +- iphone/Classes/TiUIScrollViewProxy.m | 2 +- iphone/Classes/TiUIScrollableView.h | 2 +- iphone/Classes/TiUIScrollableView.m | 2 +- iphone/Classes/TiUIScrollableViewProxy.h | 2 +- iphone/Classes/TiUIScrollableViewProxy.m | 2 +- iphone/Classes/TiUISearchBar.h | 2 +- iphone/Classes/TiUISearchBar.m | 2 +- iphone/Classes/TiUISearchBarProxy.h | 2 +- iphone/Classes/TiUISearchBarProxy.m | 2 +- iphone/Classes/TiUISlider.h | 2 +- iphone/Classes/TiUISlider.m | 2 +- iphone/Classes/TiUISliderProxy.h | 2 +- iphone/Classes/TiUISliderProxy.m | 2 +- iphone/Classes/TiUISwitch.h | 2 +- iphone/Classes/TiUISwitch.m | 2 +- iphone/Classes/TiUISwitchProxy.h | 2 +- iphone/Classes/TiUISwitchProxy.m | 2 +- iphone/Classes/TiUITabGroup.h | 2 +- iphone/Classes/TiUITabGroup.m | 2 +- iphone/Classes/TiUITabGroupProxy.h | 2 +- iphone/Classes/TiUITabGroupProxy.m | 2 +- iphone/Classes/TiUITabProxy.h | 2 +- iphone/Classes/TiUITabProxy.m | 2 +- iphone/Classes/TiUITableView.h | 2 +- iphone/Classes/TiUITableView.m | 2 +- iphone/Classes/TiUITableViewAction.h | 2 +- iphone/Classes/TiUITableViewAction.m | 2 +- iphone/Classes/TiUITableViewProxy.h | 2 +- iphone/Classes/TiUITableViewProxy.m | 2 +- iphone/Classes/TiUITableViewRowProxy.h | 2 +- iphone/Classes/TiUITableViewRowProxy.m | 2 +- iphone/Classes/TiUITableViewSectionProxy.h | 2 +- iphone/Classes/TiUITableViewSectionProxy.m | 2 +- iphone/Classes/TiUITextArea.h | 2 +- iphone/Classes/TiUITextArea.m | 2 +- iphone/Classes/TiUITextAreaProxy.h | 2 +- iphone/Classes/TiUITextAreaProxy.m | 4 +- iphone/Classes/TiUITextField.h | 2 +- iphone/Classes/TiUITextField.m | 2 +- iphone/Classes/TiUITextFieldProxy.h | 2 +- iphone/Classes/TiUITextFieldProxy.m | 4 +- iphone/Classes/TiUITextWidget.h | 2 +- iphone/Classes/TiUITextWidget.m | 2 +- iphone/Classes/TiUITextWidgetProxy.h | 2 +- iphone/Classes/TiUITextWidgetProxy.m | 2 +- iphone/Classes/TiUIToolbar.h | 2 +- iphone/Classes/TiUIToolbar.m | 2 +- iphone/Classes/TiUIToolbarProxy.h | 2 +- iphone/Classes/TiUIToolbarProxy.m | 2 +- iphone/Classes/TiUIWebView.h | 2 +- iphone/Classes/TiUIWebView.m | 2 +- iphone/Classes/TiUIWebViewProxy.h | 2 +- iphone/Classes/TiUIWebViewProxy.m | 2 +- iphone/Classes/TiUIiOSAnimationStyleProxy.h | 2 +- iphone/Classes/TiUIiOSAnimationStyleProxy.m | 2 +- .../TiUIiOSApplicationShortcutsProxy.h | 2 +- .../TiUIiOSApplicationShortcutsProxy.m | 2 +- iphone/Classes/TiUIiOSBlurView.h | 2 +- iphone/Classes/TiUIiOSBlurView.m | 2 +- iphone/Classes/TiUIiOSBlurViewProxy.h | 2 +- iphone/Classes/TiUIiOSBlurViewProxy.m | 2 +- iphone/Classes/TiUIiOSCoverFlowView.h | 2 +- iphone/Classes/TiUIiOSCoverFlowView.m | 2 +- iphone/Classes/TiUIiOSCoverFlowViewProxy.h | 2 +- iphone/Classes/TiUIiOSCoverFlowViewProxy.m | 2 +- iphone/Classes/TiUIiOSDocumentViewerProxy.h | 2 +- iphone/Classes/TiUIiOSDocumentViewerProxy.m | 2 +- .../Classes/TiUIiOSFeedbackGeneratorProxy.h | 2 +- .../Classes/TiUIiOSFeedbackGeneratorProxy.m | 2 +- iphone/Classes/TiUIiOSLivePhoto.h | 2 +- iphone/Classes/TiUIiOSLivePhoto.m | 2 +- iphone/Classes/TiUIiOSLivePhotoView.h | 2 +- iphone/Classes/TiUIiOSLivePhotoView.m | 2 +- iphone/Classes/TiUIiOSLivePhotoViewProxy.h | 2 +- iphone/Classes/TiUIiOSLivePhotoViewProxy.m | 2 +- iphone/Classes/TiUIiOSMenuPopup.h | 2 +- iphone/Classes/TiUIiOSMenuPopup.m | 2 +- iphone/Classes/TiUIiOSMenuPopupProxy.h | 2 +- iphone/Classes/TiUIiOSMenuPopupProxy.m | 2 +- .../Classes/TiUIiOSPreviewActionGroupProxy.h | 2 +- .../Classes/TiUIiOSPreviewActionGroupProxy.m | 4 +- iphone/Classes/TiUIiOSPreviewActionProxy.h | 2 +- iphone/Classes/TiUIiOSPreviewActionProxy.m | 2 +- iphone/Classes/TiUIiOSPreviewContextProxy.h | 2 +- iphone/Classes/TiUIiOSPreviewContextProxy.m | 2 +- iphone/Classes/TiUIiOSProgressBarStyleProxy.h | 2 +- iphone/Classes/TiUIiOSProgressBarStyleProxy.m | 2 +- iphone/Classes/TiUIiOSProxy.h | 2 +- iphone/Classes/TiUIiOSProxy.m | 2 +- .../Classes/TiUIiOSRowAnimationStyleProxy.h | 2 +- .../Classes/TiUIiOSRowAnimationStyleProxy.m | 2 +- .../TiUIiOSScrollIndicatorStyleProxy.h | 2 +- .../TiUIiOSScrollIndicatorStyleProxy.m | 2 +- iphone/Classes/TiUIiOSSplitWindow.h | 2 +- iphone/Classes/TiUIiOSSplitWindow.m | 2 +- iphone/Classes/TiUIiOSSplitWindowProxy.h | 2 +- iphone/Classes/TiUIiOSSplitWindowProxy.m | 2 +- iphone/Classes/TiUIiOSStatusBarProxy.h | 2 +- iphone/Classes/TiUIiOSStatusBarProxy.m | 2 +- iphone/Classes/TiUIiOSStepper.h | 2 +- iphone/Classes/TiUIiOSStepper.m | 2 +- iphone/Classes/TiUIiOSStepperProxy.h | 2 +- iphone/Classes/TiUIiOSStepperProxy.m | 4 +- iphone/Classes/TiUIiOSSystemButtonProxy.h | 2 +- iphone/Classes/TiUIiOSSystemButtonProxy.m | 2 +- .../Classes/TiUIiOSSystemButtonStyleProxy.h | 2 +- .../Classes/TiUIiOSSystemButtonStyleProxy.m | 2 +- iphone/Classes/TiUIiOSSystemIconProxy.h | 2 +- iphone/Classes/TiUIiOSSystemIconProxy.m | 2 +- .../TiUIiOSTableViewCellSelectionStyleProxy.h | 2 +- .../TiUIiOSTableViewCellSelectionStyleProxy.m | 2 +- .../TiUIiOSTableViewScrollPositionProxy.h | 2 +- .../TiUIiOSTableViewScrollPositionProxy.m | 2 +- iphone/Classes/TiUIiOSTableViewStyleProxy.h | 2 +- iphone/Classes/TiUIiOSTableViewStyleProxy.m | 2 +- .../TiUIiOSWebViewConfigurationProxy.h | 2 +- .../TiUIiOSWebViewConfigurationProxy.m | 2 +- .../TiUIiOSWebViewDecisionHandlerProxy.h | 2 +- .../TiUIiOSWebViewDecisionHandlerProxy.m | 2 +- .../Classes/TiUIiOSWebViewProcessPoolProxy.h | 2 +- .../Classes/TiUIiOSWebViewProcessPoolProxy.m | 2 +- iphone/Classes/TiUIiPadPopoverProxy.h | 2 +- iphone/Classes/TiUIiPadPopoverProxy.m | 2 +- iphone/Classes/TiUIiPadProxy.h | 2 +- iphone/Classes/TiUIiPadProxy.m | 2 +- iphone/Classes/TiViewAttachBehavior.h | 2 +- iphone/Classes/TiViewAttachBehavior.m | 4 +- iphone/Classes/TiWindowProxy+Addons.h | 2 +- iphone/Classes/TiWindowProxy+Addons.m | 2 +- iphone/Classes/UIModule.h | 2 +- iphone/Classes/UIModule.m | 2 +- iphone/Classes/UtilsModule.h | 2 +- iphone/Classes/UtilsModule.m | 2 +- iphone/Classes/WatchSessionModule.h | 2 +- iphone/Classes/WatchSessionModule.m | 2 +- iphone/Classes/XMLModule.h | 2 +- iphone/Classes/XMLModule.m | 4 +- .../Libraries/APSAnalytics/APSUtility.h | 2 +- .../Libraries/APSHTTPClient/APSHTTPClient.h | 2 +- .../ios-arm64/Headers/APSHTTPClient.h | 2 +- .../ios-arm64/Headers/APSHTTPHelper.h | 2 +- .../ios-arm64/Headers/APSHTTPPostForm.h | 2 +- .../ios-arm64/Headers/APSHTTPRequest.h | 2 +- .../ios-arm64/Headers/APSHTTPResponse.h | 2 +- .../Headers/APSHTTPClient.h | 2 +- .../Headers/APSHTTPHelper.h | 2 +- .../Headers/APSHTTPPostForm.h | 2 +- .../Headers/APSHTTPRequest.h | 2 +- .../Headers/APSHTTPResponse.h | 2 +- .../Headers/APSHTTPClient.h | 2 +- .../Headers/APSHTTPHelper.h | 2 +- .../Headers/APSHTTPPostForm.h | 2 +- .../Headers/APSHTTPRequest.h | 2 +- .../Headers/APSHTTPResponse.h | 2 +- .../Libraries/APSHTTPClient/APSHTTPHelper.h | 2 +- .../Libraries/APSHTTPClient/APSHTTPPostForm.h | 2 +- .../Libraries/APSHTTPClient/APSHTTPRequest.h | 2 +- .../Libraries/APSHTTPClient/APSHTTPResponse.h | 2 +- .../TitaniumKit/Sources/API/APIModule.h | 2 +- .../TitaniumKit/Sources/API/APIModule.m | 2 +- .../TitaniumKit/Sources/API/AssetsModule.h | 2 +- .../TitaniumKit/Sources/API/AssetsModule.m | 2 +- .../TitaniumKit/Sources/API/Bridge.h | 2 +- .../TitaniumKit/Sources/API/Bridge.m | 2 +- .../TitaniumKit/Sources/API/ImageLoader.h | 2 +- .../TitaniumKit/Sources/API/ImageLoader.m | 2 +- .../TitaniumKit/Sources/API/KrollBridge.h | 2 +- .../TitaniumKit/Sources/API/KrollBridge.m | 2 +- .../TitaniumKit/Sources/API/KrollModule.h | 2 +- .../TitaniumKit/Sources/API/KrollModule.m | 2 +- .../Sources/API/LayoutConstraint.h | 2 +- .../Sources/API/LayoutConstraint.m | 2 +- .../TitaniumKit/Sources/API/ListenerEntry.h | 2 +- .../TitaniumKit/Sources/API/ListenerEntry.m | 2 +- .../TitaniumKit/Sources/API/Mimetypes.h | 2 +- .../TitaniumKit/Sources/API/Mimetypes.m | 2 +- .../Sources/API/NSData+Additions.h | 2 +- .../Sources/API/NSData+Additions.m | 2 +- .../TitaniumKit/Sources/API/ObjcModule.h | 2 +- .../TitaniumKit/Sources/API/ObjcModule.m | 2 +- .../TitaniumKit/Sources/API/ObjcProxy.h | 2 +- .../TitaniumKit/Sources/API/ObjcProxy.m | 2 +- .../TitaniumKit/Sources/API/OperationQueue.h | 2 +- .../TitaniumKit/Sources/API/OperationQueue.m | 2 +- .../TitaniumKit/Sources/API/ScriptModule.h | 2 +- .../TitaniumKit/Sources/API/ScriptModule.m | 2 +- .../TitaniumKit/Sources/API/Ti2DMatrix.h | 2 +- .../TitaniumKit/Sources/API/Ti2DMatrix.m | 2 +- .../TitaniumKit/Sources/API/Ti3DMatrix.h | 2 +- .../TitaniumKit/Sources/API/Ti3DMatrix.m | 2 +- .../TitaniumKit/Sources/API/TiAnimation.h | 2 +- .../TitaniumKit/Sources/API/TiAnimation.m | 2 +- .../TitaniumKit/Sources/API/TiApp.h | 2 +- .../TitaniumKit/Sources/API/TiApp.m | 2 +- .../TitaniumKit/Sources/API/TiBase.h | 2 +- .../TitaniumKit/Sources/API/TiBase.m | 2 +- .../TitaniumKit/Sources/API/TiBindingEvent.h | 2 +- .../TitaniumKit/Sources/API/TiBindingEvent.m | 2 +- .../Sources/API/TiBindingRunLoop.h | 2 +- .../Sources/API/TiBindingRunLoop.m | 2 +- .../Sources/API/TiBindingTiValue.h | 2 +- .../Sources/API/TiBindingTiValue.m | 2 +- .../TitaniumKit/Sources/API/TiBlob.h | 2 +- .../TitaniumKit/Sources/API/TiBlob.m | 2 +- .../TitaniumKit/Sources/API/TiBuffer.h | 2 +- .../TitaniumKit/Sources/API/TiBuffer.m | 2 +- .../TitaniumKit/Sources/API/TiColor.h | 2 +- .../TitaniumKit/Sources/API/TiColor.m | 2 +- .../TitaniumKit/Sources/API/TiComplexValue.h | 2 +- .../TitaniumKit/Sources/API/TiComplexValue.m | 2 +- .../Sources/API/TiControllerProtocols.h | 2 +- .../TitaniumKit/Sources/API/TiDimension.h | 4 +- .../TitaniumKit/Sources/API/TiDimension.m | 2 +- .../Sources/API/TiErrorController.h | 2 +- .../Sources/API/TiErrorController.m | 2 +- .../TitaniumKit/Sources/API/TiEvaluator.h | 2 +- .../Sources/API/TiExceptionHandler.h | 2 +- .../TitaniumKit/Sources/API/TiFile.h | 2 +- .../TitaniumKit/Sources/API/TiFile.m | 2 +- .../TitaniumKit/Sources/API/TiGradient.h | 2 +- .../TitaniumKit/Sources/API/TiGradient.m | 2 +- .../TitaniumKit/Sources/API/TiHost.h | 2 +- .../TitaniumKit/Sources/API/TiHost.m | 2 +- .../TitaniumKit/Sources/API/TiLayoutQueue.h | 4 +- .../TitaniumKit/Sources/API/TiLayoutQueue.m | 4 +- .../TitaniumKit/Sources/API/TiLocale.h | 2 +- .../TitaniumKit/Sources/API/TiLocale.m | 2 +- .../TitaniumKit/Sources/API/TiLogServer.h | 2 +- .../TitaniumKit/Sources/API/TiLogServer.m | 2 +- .../TitaniumKit/Sources/API/TiModule.h | 2 +- .../TitaniumKit/Sources/API/TiModule.m | 2 +- .../TitaniumKit/Sources/API/TiPoint.h | 2 +- .../TitaniumKit/Sources/API/TiPoint.m | 2 +- .../TitaniumKit/Sources/API/TiProxy.h | 2 +- .../TitaniumKit/Sources/API/TiProxy.m | 2 +- .../TitaniumKit/Sources/API/TiPublicAPI.h | 2 +- .../TitaniumKit/Sources/API/TiPublicAPI.m | 2 +- .../TitaniumKit/Sources/API/TiRect.h | 2 +- .../TitaniumKit/Sources/API/TiRect.m | 2 +- .../Sources/API/TiRootViewController.h | 2 +- .../Sources/API/TiRootViewController.m | 2 +- .../TitaniumKit/Sources/API/TiStylesheet.h | 2 +- .../TitaniumKit/Sources/API/TiStylesheet.m | 2 +- .../TitaniumKit/Sources/API/TiTab.h | 2 +- .../TitaniumKit/Sources/API/TiTabGroup.h | 2 +- .../TitaniumKit/Sources/API/TiThreading.h | 2 +- .../TitaniumKit/Sources/API/TiThreading.m | 2 +- .../TitaniumKit/Sources/API/TiToolbar.h | 2 +- .../TitaniumKit/Sources/API/TiUIView.h | 2 +- .../TitaniumKit/Sources/API/TiUIView.m | 2 +- .../TitaniumKit/Sources/API/TiUtils.h | 2 +- .../TitaniumKit/Sources/API/TiUtils.m | 2 +- .../Sources/API/TiViewController.h | 2 +- .../Sources/API/TiViewController.m | 2 +- .../TitaniumKit/Sources/API/TiViewProxy.h | 2 +- .../TitaniumKit/Sources/API/TiViewProxy.m | 2 +- .../TitaniumKit/Sources/API/TiViewTemplate.h | 2 +- .../TitaniumKit/Sources/API/TiViewTemplate.m | 2 +- .../TitaniumKit/Sources/API/TiWindowProxy.h | 2 +- .../TitaniumKit/Sources/API/TiWindowProxy.m | 2 +- .../TitaniumKit/Sources/API/TopTiModule.h | 2 +- .../TitaniumKit/Sources/API/TopTiModule.m | 2 +- .../TitaniumKit/Sources/API/WebFont.h | 2 +- .../TitaniumKit/Sources/API/WebFont.m | 2 +- .../TitaniumKit/Sources/API/Webcolor.h | 2 +- .../TitaniumKit/Sources/API/Webcolor.m | 2 +- .../TitaniumKit/Sources/Kroll/KrollCallback.h | 2 +- .../TitaniumKit/Sources/Kroll/KrollCallback.m | 2 +- .../TitaniumKit/Sources/Kroll/KrollContext.h | 2 +- .../TitaniumKit/Sources/Kroll/KrollContext.m | 2 +- .../TitaniumKit/Sources/Kroll/KrollMethod.h | 2 +- .../TitaniumKit/Sources/Kroll/KrollMethod.m | 2 +- .../Sources/Kroll/KrollMethodDelegate.h | 2 +- .../Sources/Kroll/KrollMethodDelegate.m | 2 +- .../TitaniumKit/Sources/Kroll/KrollObject.h | 2 +- .../TitaniumKit/Sources/Kroll/KrollObject.m | 2 +- .../TitaniumKit/Sources/Kroll/KrollPromise.h | 2 +- .../Sources/Kroll/KrollPropertyDelegate.h | 2 +- .../Sources/Kroll/KrollPropertyDelegate.m | 2 +- .../Sources/Kroll/KrollTimerManager.h | 2 +- .../Sources/Kroll/KrollTimerManager.m | 2 +- .../TitaniumKit/Sources/Kroll/KrollWrapper.h | 2 +- .../TitaniumKit/Sources/Kroll/KrollWrapper.m | 2 +- .../TitaniumKit/Sources/Misc/TiDefines.h | 2 +- .../TitaniumKit/Sources/Misc/TiSharedConfig.h | 2 +- .../TitaniumKit/Sources/Misc/TiSharedConfig.m | 2 +- .../Sources/Modules/TiFilesystemFileProxy.h | 2 +- .../Sources/Modules/TiFilesystemFileProxy.m | 2 +- .../Modules/TiFilesystemFileStreamProxy.h | 2 +- .../Modules/TiFilesystemFileStreamProxy.m | 2 +- .../Sources/Modules/TiStreamProxy.h | 2 +- .../Sources/Modules/TiStreamProxy.m | 2 +- .../Sources/Modules/TiUIViewProxy.h | 2 +- .../Sources/Modules/TiUIViewProxy.m | 2 +- .../TitaniumKit/Sources/Modules/TiUIWindow.h | 2 +- .../TitaniumKit/Sources/Modules/TiUIWindow.m | 2 +- .../Sources/Modules/TiUIWindowProxy.h | 2 +- .../Sources/Modules/TiUIWindowProxy.m | 2 +- .../Modules/TiUIiOSTransitionAnimationProxy.h | 2 +- .../Modules/TiUIiOSTransitionAnimationProxy.m | 2 +- iphone/TitaniumKit/TitaniumKit/TitaniumKit.h | 2 +- .../TitaniumKit/TitaniumKit/TitaniumKitDocs.h | 2 +- iphone/iphone/main.m | 2 +- iphone/layout/Classes/TiLabel.h | 4 +- iphone/layout/Classes/TiLabel.m | 40 +- iphone/layout/Classes/TiScrollView.h | 11 +- iphone/layout/Classes/TiScrollView.m | 119 +- iphone/layout/Classes/TiScrollableView.h | 4 +- iphone/layout/Classes/TiScrollableView.m | 173 +- iphone/layout/Classes/TiSlider.h | 10 +- iphone/layout/Classes/TiSlider.m | 56 +- iphone/layout/Classes/TiTableView.h | 23 +- iphone/layout/Classes/TiTableView.m | 158 +- iphone/layout/layout/AppDelegate.h | 4 +- iphone/layout/layout/AppDelegate.m | 29 +- iphone/layout/layout/TiUtils.h | 98 +- iphone/layout/layout/TiUtils.m | 357 ++-- iphone/layout/layout/ViewController.h | 5 +- iphone/layout/layout/ViewController.m | 41 +- iphone/layout/layoutTests/layoutTests.m | 1570 ++++++++--------- iphone/package.json | 10 +- package.json | 6 +- support/iphone/main.m | 2 +- templates/app/default/template/LICENSE | 2 +- templates/app/default/template/README | 4 +- .../app/webpack-default/template/LICENSE | 4 +- templates/module/default/template/README.ejs | 2 +- .../ti.modulesdk920/android/manifest | 2 +- .../ti/modulesdk920/TiModuleSdk920Module.java | 4 +- .../ios/Classes/TiModulesdk920Module.h | 2 +- .../ios/Classes/TiModulesdk920Module.m | 2 +- .../ti.modulesdk920/ios/manifest | 2 +- .../plugins/mocha.test.support/hooks/hook.js | 2 +- 822 files changed, 2373 insertions(+), 2450 deletions(-) diff --git a/LICENSE b/LICENSE index 8d17cca9966..117f4c7ca7e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ====================================== -Appcelerator Titanium Mobile -Copyright 2008-2017 Appcelerator, Inc. +TiDev Titanium Mobile +Copyright TiDev, Inc. 04/07/2022-Present ====================================== Licensed under the Apache License, Version 2.0 (the "License"); @@ -220,27 +220,3 @@ 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. - - - -PRIVACY NOTICE -============== - -At Appcelerator, we’re committed to transparency and we respect your privacy. -This software collects information about you and your end-users of any -applications that you build. The information we collect is used to -improve the content of our Products, Websites and Applications built using -our technology (collectively and individually, the "Software"), used to -customize the content and/or layout of our Software for each individual -visitor, used to notify users about updates to our Software, used by us to -contact users for marketing purposes, disclosed when legally required to -do so, at the request of governmental authorities conducting an investigation, -to verify or enforce compliance with the policies governing our Software and -applicable laws or to protect against misuse or unauthorized use of our -Software, to a successor entity in connection with a corporate merger, -consolidation, sale of assets or other corporate change respecting the -Software. - - -Please review the full text of our privacy policy online at: - diff --git a/README.md b/README.md index a3423212e8f..43e398504c8 100644 --- a/README.md +++ b/README.md @@ -124,13 +124,13 @@ var view = new View(activity); ### Getting Started -Check out our [Hyperloop Sample App](https://github.com/appcelerator/hyperloop-examples) and [Hyperloop Programming Guide](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Hyperloop/) to get started with Hyperloop today! +Check out our [Hyperloop Sample App](https://github.com/tidev/hyperloop-examples) and [Hyperloop Programming Guide](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Hyperloop/) to get started with Hyperloop today! ## Alloy [Alloy](https://titaniumsdk.com/guide/Alloy_Framework/Alloy_Getting_Started.html) is the MVC application framework built on top of Titanium. It is optional. It rocks. Check it out if you're considering using Titanium. -It is also a separate [open source project](https://github.com/appcelerator/alloy) available under Apache Public License. +It is also a separate [open source project](https://github.com/tidev/alloy) available under Apache Public License. ### Example @@ -244,8 +244,6 @@ The tests spit out their results to the console log, and the test scripts listen The `tests` folder contains the test suite. Any files living within that directory are copied on top of the test app's structure. -## Legal Stuff +## Legal -Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is -a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using our trademarks, -privacy policy, terms of usage and other legal information at [http://www.appcelerator.com/legal](http://www.appcelerator.com/legal). +Titanium is a registered trademark of TiDev Inc. All Titanium trademark and patent rights were transferred and assigned to TiDev Inc. on 04/07/2022. Please see the LEGAL information about using our trademarks, privacy policy, terms of usage and other legal information at http://www.tidev.io/legal. diff --git a/android/app/build.gradle b/android/app/build.gradle index e934ffbc32b..3f3e3de9111 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License. * Please see the LICENSE included with this distribution for details. */ diff --git a/android/build.gradle b/android/build.gradle index 361c373ee8b..af9d7ff24ab 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License. * Please see the LICENSE included with this distribution for details. */ diff --git a/android/cli/commands/_build.js b/android/cli/commands/_build.js index 48ae7305e5d..2763a183622 100644 --- a/android/cli/commands/_build.js +++ b/android/cli/commands/_build.js @@ -4,7 +4,7 @@ * @module cli/_build * * @copyright - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/android/cli/commands/_buildModule.js b/android/cli/commands/_buildModule.js index 1d5cb3dcb87..6d9e8603d2a 100644 --- a/android/cli/commands/_buildModule.js +++ b/android/cli/commands/_buildModule.js @@ -4,7 +4,7 @@ * @module cli/_buildModule * * @copyright - * Copyright (c) 2014-2018 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/android/cli/commands/_cleanModule.js b/android/cli/commands/_cleanModule.js index 216941a9838..8bf3fa327c6 100644 --- a/android/cli/commands/_cleanModule.js +++ b/android/cli/commands/_cleanModule.js @@ -4,7 +4,7 @@ * @module cli/_cleanModule * * @copyright -* Copyright (c) 2018 by Appcelerator, Inc. All Rights Reserved. +* Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/android/cli/hooks/package.js b/android/cli/hooks/package.js index 1a410045b21..95280c36723 100644 --- a/android/cli/hooks/package.js +++ b/android/cli/hooks/package.js @@ -1,7 +1,7 @@ /* * package.js: Titanium iOS CLI package hook * - * Copyright (c) 2012-2017, Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present All Rights Reserved. * See the LICENSE file for more information. */ diff --git a/android/cli/hooks/run.js b/android/cli/hooks/run.js index 4e27f7f9930..8a19acb9ca2 100644 --- a/android/cli/hooks/run.js +++ b/android/cli/hooks/run.js @@ -1,7 +1,7 @@ /* * run.js: Titanium Android run hook * - * Copyright (c) 2012-2017, Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present All Rights Reserved. * See the LICENSE file for more information. */ diff --git a/android/cli/lib/android-manifest.js b/android/cli/lib/android-manifest.js index 3739d241c21..888e7ee7dd9 100644 --- a/android/cli/lib/android-manifest.js +++ b/android/cli/lib/android-manifest.js @@ -10,7 +10,7 @@ * @module lib/android-manifest * * @copyright - * Copyright (c) 2009-2019 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/android/cli/lib/detect.js b/android/cli/lib/detect.js index fb45bab6da7..b4ef3d25cab 100644 --- a/android/cli/lib/detect.js +++ b/android/cli/lib/detect.js @@ -4,7 +4,7 @@ * @module lib/detect * * @copyright - * Copyright (c) 2009-2017 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/android/cli/lib/gradle-wrapper.js b/android/cli/lib/gradle-wrapper.js index 17e9860904c..c6ee8156abd 100644 --- a/android/cli/lib/gradle-wrapper.js +++ b/android/cli/lib/gradle-wrapper.js @@ -4,7 +4,7 @@ * @module lib/gradle-wrapper * * @copyright - * Copyright (c) 2009-2019 by Axway, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/android/cli/tests/test-android-manifest.js b/android/cli/tests/test-android-manifest.js index 7f8b6eb4585..12110208391 100644 --- a/android/cli/tests/test-android-manifest.js +++ b/android/cli/tests/test-android-manifest.js @@ -1,6 +1,6 @@ /* - * Appcelerator Titanium Mobile - * Copyright (c) 2011-Present by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/gradle.properties b/android/gradle.properties index 085c6ba8d5b..39a063ae285 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,6 +1,6 @@ # -------------------------------------------------------------------------------- -# Appcelerator Titanium Mobile -# Copyright (c) 2009-2020 by Axway. All Rights Reserved. +# TiDev Titanium Mobile +# Copyright TiDev, Inc. 04/07/2022-Present # Licensed under the terms of the Apache Public License. # Please see the LICENSE included with this distribution for details. # -------------------------------------------------------------------------------- diff --git a/android/kroll-apt/README.md b/android/kroll-apt/README.md index 062a00d2b75..3d5895c6ef6 100644 --- a/android/kroll-apt/README.md +++ b/android/kroll-apt/README.md @@ -15,9 +15,9 @@ Implementation -------------- The majority of the code lives in two places: -1. [KrollBindingGenerator.java](http://github.com/appcelerator/titanium_mobile/blob/master/android/kroll-apt/src/org/appcelerator/kroll/annotations/generator/KrollBindingGenerator.java) +1. [KrollBindingGenerator.java](http://github.com/tidev/titanium_mobile/blob/master/android/kroll-apt/src/org/appcelerator/kroll/annotations/generator/KrollBindingGenerator.java) - This is the main class that implements AnnotationProcessor, builds/manages the JSON model, and invokes Freemarker for each proxy/module. -2. [ProxyBinding.fm](http://github.com/appcelerator/titanium_mobile/blob/master/android/kroll-apt/src/org/appcelerator/kroll/annotations/generator/ProxyBinding.fm) +2. [ProxyBinding.fm](http://github.com/tidev/titanium_mobile/blob/master/android/kroll-apt/src/org/appcelerator/kroll/annotations/generator/ProxyBinding.fm) - This is a [Freemarker](http://freemarker.sourceforge.net/docs/index.html) template that reads from the JSON model and generates a binding class that binds all of a proxy's methods and properties Running the Annotation processor diff --git a/android/kroll-apt/build.gradle b/android/kroll-apt/build.gradle index af225910f32..cf2bb024c05 100644 --- a/android/kroll-apt/build.gradle +++ b/android/kroll-apt/build.gradle @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License. * Please see the LICENSE included with this distribution for details. */ diff --git a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/Kroll.java b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/Kroll.java index 3ca301022a6..b04824c0e12 100644 --- a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/Kroll.java +++ b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/Kroll.java @@ -1,7 +1,7 @@ package org.appcelerator.kroll.annotations; /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/JSONUtils.java b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/JSONUtils.java index f326088adad..98f3f8b72a7 100644 --- a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/JSONUtils.java +++ b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/JSONUtils.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollAnnotationUtils.java b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollAnnotationUtils.java index 2e48e57e2e1..27cb61cf1ff 100644 --- a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollAnnotationUtils.java +++ b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollAnnotationUtils.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollBindingGenerator.java b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollBindingGenerator.java index 2ee0f5319d6..9b20343434b 100644 --- a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollBindingGenerator.java +++ b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollBindingGenerator.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010-Present by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollJSONGenerator.java b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollJSONGenerator.java index 680ed279999..e42b2fb23dc 100644 --- a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollJSONGenerator.java +++ b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollJSONGenerator.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollVisitor.java b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollVisitor.java index d68716a2ea1..ee0ec82dd82 100644 --- a/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollVisitor.java +++ b/android/kroll-apt/src/main/java/org/appcelerator/kroll/annotations/generator/KrollVisitor.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/kroll-apt/src/main/resources/org/appcelerator/kroll/annotations/generator/ProxyBindingV8.cpp.fm b/android/kroll-apt/src/main/resources/org/appcelerator/kroll/annotations/generator/ProxyBindingV8.cpp.fm index d950bf5e310..e0850e54fd8 100644 --- a/android/kroll-apt/src/main/resources/org/appcelerator/kroll/annotations/generator/ProxyBindingV8.cpp.fm +++ b/android/kroll-apt/src/main/resources/org/appcelerator/kroll/annotations/generator/ProxyBindingV8.cpp.fm @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/kroll-apt/src/main/resources/org/appcelerator/kroll/annotations/generator/ProxyBindingV8.h.fm b/android/kroll-apt/src/main/resources/org/appcelerator/kroll/annotations/generator/ProxyBindingV8.h.fm index 95bc922c081..644f3bb1d99 100644 --- a/android/kroll-apt/src/main/resources/org/appcelerator/kroll/annotations/generator/ProxyBindingV8.h.fm +++ b/android/kroll-apt/src/main/resources/org/appcelerator/kroll/annotations/generator/ProxyBindingV8.h.fm @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/package.json b/android/package.json index da90e1d6ede..83e3406c645 100644 --- a/android/package.json +++ b/android/package.json @@ -1,22 +1,15 @@ { "name": "titanium-mobile-android", "title": "Android", - "description": "Appcelerator Titanium Mobile Android", + "description": "TiDev Titanium Mobile Android", "keywords": [ - "appcelerator", + "tidev", "titanium", "mobile", "android" ], "version": "__VERSION__", - "author": "Appcelerator, Inc. ", - "maintainers": [ - "Chris Barber ", - "Chris Williams ", - "Gary Mathews ", - "Josh Quick ", - "Yordan Banev " - ], + "author": "TiDev, Inc. ", "architectures": ["arm64-v8a", "armeabi-v7a", "x86", "x86_64"], "v8": { "version": "8.8.278.17", @@ -38,7 +31,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/appcelerator/titanium_mobile.git" + "url": "git://github.com/tidev/titanium_mobile.git" }, "license": "Apache-2.0" } diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/JSError.java b/android/runtime/common/src/java/org/appcelerator/kroll/JSError.java index 14dff95e8c9..5f48b01ae07 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/JSError.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/JSError.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2019-Present by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ @@ -10,4 +10,4 @@ public interface JSError { HashMap getJSProperties(); -} \ No newline at end of file +} diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollApplication.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollApplication.java index ef5cba802ed..695cd69d264 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollApplication.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollApplication.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2012-2015 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollEvaluator.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollEvaluator.java index 90d762a3625..bfbadcb3794 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollEvaluator.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollEvaluator.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollEventCallback.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollEventCallback.java index ee9521733fb..cae41b42b26 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollEventCallback.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollEventCallback.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollException.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollException.java index d13cd924da3..a07c2e76e78 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollException.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollException.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2012-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollExceptionHandler.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollExceptionHandler.java index 455cf0adfda..c9342a80460 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollExceptionHandler.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollExceptionHandler.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollExternalModule.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollExternalModule.java index 31af9b3c72c..e20b8df2edf 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollExternalModule.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollExternalModule.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollFunction.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollFunction.java index 5426bdb72bf..880b5b21214 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollFunction.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollFunction.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollInvocation.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollInvocation.java index 241138964b1..2535f265540 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollInvocation.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollInvocation.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollLogging.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollLogging.java index 90ae6f63723..4b10cc9eead 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollLogging.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollLogging.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollObject.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollObject.java index 4f368e0a17a..c650e2e963e 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollObject.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollObject.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollProxySupport.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollProxySupport.java index 77975e06ca2..7ad6165ccee 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollProxySupport.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollProxySupport.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/KrollRuntime.java b/android/runtime/common/src/java/org/appcelerator/kroll/KrollRuntime.java index 368b793e034..1ab88718e09 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/KrollRuntime.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/KrollRuntime.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2020 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/common/AsyncResult.java b/android/runtime/common/src/java/org/appcelerator/kroll/common/AsyncResult.java index b7b5a7834cf..c4dd942d520 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/common/AsyncResult.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/common/AsyncResult.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/common/CurrentActivityListener.java b/android/runtime/common/src/java/org/appcelerator/kroll/common/CurrentActivityListener.java index c92e1214dc8..f41a38d8697 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/common/CurrentActivityListener.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/common/CurrentActivityListener.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/common/Log.java b/android/runtime/common/src/java/org/appcelerator/kroll/common/Log.java index 0611bcb57da..b6d8965952d 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/common/Log.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/common/Log.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/common/TiConfig.java b/android/runtime/common/src/java/org/appcelerator/kroll/common/TiConfig.java index 21891f51495..9f5a7c5aecc 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/common/TiConfig.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/common/TiConfig.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/common/TiDeployData.java b/android/runtime/common/src/java/org/appcelerator/kroll/common/TiDeployData.java index b734255fb1f..969b5b34574 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/common/TiDeployData.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/common/TiDeployData.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2014 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/common/TiMessenger.java b/android/runtime/common/src/java/org/appcelerator/kroll/common/TiMessenger.java index 5bc86297c8b..3a93cd0fa51 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/common/TiMessenger.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/common/TiMessenger.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollAssetCache.java b/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollAssetCache.java index dafdff0cef1..12c4c6a03d4 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollAssetCache.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollAssetCache.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2019 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollAssetHelper.java b/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollAssetHelper.java index db8f303cb6e..d76c5e7b216 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollAssetHelper.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollAssetHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollStreamHelper.java b/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollStreamHelper.java index 48c55e2987b..ef96fa4214b 100644 --- a/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollStreamHelper.java +++ b/android/runtime/common/src/java/org/appcelerator/kroll/util/KrollStreamHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/GCWatcher.java b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/GCWatcher.java index d23981e372c..3e29cda1e09 100644 --- a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/GCWatcher.java +++ b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/GCWatcher.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/JSDebugger.java b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/JSDebugger.java index 1f3132f4d33..f102321f7b4 100644 --- a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/JSDebugger.java +++ b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/JSDebugger.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2016-2020 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/ReferenceTable.java b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/ReferenceTable.java index 587a9ca604d..3ff9421a664 100644 --- a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/ReferenceTable.java +++ b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/ReferenceTable.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2016-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Function.java b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Function.java index e620ae4c947..9619d5f9b82 100644 --- a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Function.java +++ b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Function.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Object.java b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Object.java index 05e379b6085..28bf89265e4 100644 --- a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Object.java +++ b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Object.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Runtime.java b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Runtime.java index 50900062250..7c6552200cb 100644 --- a/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Runtime.java +++ b/android/runtime/v8/src/java/org/appcelerator/kroll/runtime/v8/V8Runtime.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2016 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/AndroidUtil.cpp b/android/runtime/v8/src/native/AndroidUtil.cpp index c2c0603ed21..f26e5f5d3a0 100644 --- a/android/runtime/v8/src/native/AndroidUtil.cpp +++ b/android/runtime/v8/src/native/AndroidUtil.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/AndroidUtil.h b/android/runtime/v8/src/native/AndroidUtil.h index befd1b34bc1..c724ddffb08 100644 --- a/android/runtime/v8/src/native/AndroidUtil.h +++ b/android/runtime/v8/src/native/AndroidUtil.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/CMakeLists.txt b/android/runtime/v8/src/native/CMakeLists.txt index 22e07ab7318..2a4cbc9cafe 100644 --- a/android/runtime/v8/src/native/CMakeLists.txt +++ b/android/runtime/v8/src/native/CMakeLists.txt @@ -1,6 +1,6 @@ ################################################################################ -# Appcelerator Titanium Mobile -# Copyright (c) 2020-Present by Axway, Inc. All Rights Reserved. +# TiDev Titanium Mobile +# Copyright TiDev, Inc. 04/07/2022-Present # Licensed under the terms of the Apache Public License # Please see the LICENSE included with this distribution for details. ################################################################################ diff --git a/android/runtime/v8/src/native/EventEmitter.cpp b/android/runtime/v8/src/native/EventEmitter.cpp index ebfbf2a4244..714b584fefe 100644 --- a/android/runtime/v8/src/native/EventEmitter.cpp +++ b/android/runtime/v8/src/native/EventEmitter.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/runtime/v8/src/native/EventEmitter.h b/android/runtime/v8/src/native/EventEmitter.h index 3645891fc2f..37030934d99 100644 --- a/android/runtime/v8/src/native/EventEmitter.h +++ b/android/runtime/v8/src/native/EventEmitter.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2015 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/runtime/v8/src/native/InspectorClient.cpp b/android/runtime/v8/src/native/InspectorClient.cpp index 7813e58fd63..56ad737d032 100644 --- a/android/runtime/v8/src/native/InspectorClient.cpp +++ b/android/runtime/v8/src/native/InspectorClient.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2017-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/InspectorClient.h b/android/runtime/v8/src/native/InspectorClient.h index 5eba9ba6d57..9b0f610f9b5 100644 --- a/android/runtime/v8/src/native/InspectorClient.h +++ b/android/runtime/v8/src/native/InspectorClient.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/InspectorFrontend.cpp b/android/runtime/v8/src/native/InspectorFrontend.cpp index 3c80ad159f9..bf9850c9e8a 100644 --- a/android/runtime/v8/src/native/InspectorFrontend.cpp +++ b/android/runtime/v8/src/native/InspectorFrontend.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/InspectorFrontend.h b/android/runtime/v8/src/native/InspectorFrontend.h index 009cc3db2f6..5880690cb19 100644 --- a/android/runtime/v8/src/native/InspectorFrontend.h +++ b/android/runtime/v8/src/native/InspectorFrontend.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/JNIUtil.cpp b/android/runtime/v8/src/native/JNIUtil.cpp index 3c9cd0fc26f..83f9a8a7c88 100644 --- a/android/runtime/v8/src/native/JNIUtil.cpp +++ b/android/runtime/v8/src/native/JNIUtil.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/JNIUtil.h b/android/runtime/v8/src/native/JNIUtil.h index 8fe5d4538ae..d6eadfcd9a7 100644 --- a/android/runtime/v8/src/native/JNIUtil.h +++ b/android/runtime/v8/src/native/JNIUtil.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/JSDebugger.cpp b/android/runtime/v8/src/native/JSDebugger.cpp index 6ade7e7cf07..47e8dbceb66 100644 --- a/android/runtime/v8/src/native/JSDebugger.cpp +++ b/android/runtime/v8/src/native/JSDebugger.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2016-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/JSDebugger.h b/android/runtime/v8/src/native/JSDebugger.h index 316ca331148..acb8137fa12 100644 --- a/android/runtime/v8/src/native/JSDebugger.h +++ b/android/runtime/v8/src/native/JSDebugger.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2016-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/JSException.cpp b/android/runtime/v8/src/native/JSException.cpp index 9bab0558a44..0207143f3e0 100644 --- a/android/runtime/v8/src/native/JSException.cpp +++ b/android/runtime/v8/src/native/JSException.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-Present by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/JSException.h b/android/runtime/v8/src/native/JSException.h index 531cd27b16b..83230200639 100644 --- a/android/runtime/v8/src/native/JSException.h +++ b/android/runtime/v8/src/native/JSException.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-Present by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/JavaObject.cpp b/android/runtime/v8/src/native/JavaObject.cpp index 35aede148ae..253fdeb7195 100644 --- a/android/runtime/v8/src/native/JavaObject.cpp +++ b/android/runtime/v8/src/native/JavaObject.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/JavaObject.h b/android/runtime/v8/src/native/JavaObject.h index 0e1bc0d27f5..9038a1bbac5 100644 --- a/android/runtime/v8/src/native/JavaObject.h +++ b/android/runtime/v8/src/native/JavaObject.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/KrollBindings.cpp b/android/runtime/v8/src/native/KrollBindings.cpp index 33a47ab293d..88bde71df9f 100644 --- a/android/runtime/v8/src/native/KrollBindings.cpp +++ b/android/runtime/v8/src/native/KrollBindings.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/KrollBindings.h b/android/runtime/v8/src/native/KrollBindings.h index 7668398572a..009f69cd421 100644 --- a/android/runtime/v8/src/native/KrollBindings.h +++ b/android/runtime/v8/src/native/KrollBindings.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2016 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/NativeObject.h b/android/runtime/v8/src/native/NativeObject.h index 610b32c2b0b..6387361f2ff 100644 --- a/android/runtime/v8/src/native/NativeObject.h +++ b/android/runtime/v8/src/native/NativeObject.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2015 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/runtime/v8/src/native/Proxy.cpp b/android/runtime/v8/src/native/Proxy.cpp index 13bbc1016f8..7adc6f44a65 100644 --- a/android/runtime/v8/src/native/Proxy.cpp +++ b/android/runtime/v8/src/native/Proxy.cpp @@ -1,6 +1,6 @@ /* - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/Proxy.h b/android/runtime/v8/src/native/Proxy.h index 22fdb837725..f71dc37f1db 100644 --- a/android/runtime/v8/src/native/Proxy.h +++ b/android/runtime/v8/src/native/Proxy.h @@ -1,6 +1,6 @@ /* - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/ProxyFactory.cpp b/android/runtime/v8/src/native/ProxyFactory.cpp index e53a5dc9dab..a2fa565d91c 100644 --- a/android/runtime/v8/src/native/ProxyFactory.cpp +++ b/android/runtime/v8/src/native/ProxyFactory.cpp @@ -1,6 +1,6 @@ /* - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/ProxyFactory.h b/android/runtime/v8/src/native/ProxyFactory.h index ee89412c52d..cfbf8106416 100644 --- a/android/runtime/v8/src/native/ProxyFactory.h +++ b/android/runtime/v8/src/native/ProxyFactory.h @@ -1,6 +1,6 @@ /* - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2016 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/ReferenceTable.cpp b/android/runtime/v8/src/native/ReferenceTable.cpp index 8c69f166990..897d90bf836 100644 --- a/android/runtime/v8/src/native/ReferenceTable.cpp +++ b/android/runtime/v8/src/native/ReferenceTable.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2012-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/ReferenceTable.h b/android/runtime/v8/src/native/ReferenceTable.h index 791cad26fac..b5b27304a7d 100644 --- a/android/runtime/v8/src/native/ReferenceTable.h +++ b/android/runtime/v8/src/native/ReferenceTable.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2016-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/TypeConverter.cpp b/android/runtime/v8/src/native/TypeConverter.cpp index 33edb59c0a0..ce8f8e9c015 100644 --- a/android/runtime/v8/src/native/TypeConverter.cpp +++ b/android/runtime/v8/src/native/TypeConverter.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/TypeConverter.h b/android/runtime/v8/src/native/TypeConverter.h index b1c1f768c4f..99abcdfad97 100644 --- a/android/runtime/v8/src/native/TypeConverter.h +++ b/android/runtime/v8/src/native/TypeConverter.h @@ -1,6 +1,6 @@ /* - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/V8Function.cpp b/android/runtime/v8/src/native/V8Function.cpp index c51b9bbab5a..22a9a315e1f 100644 --- a/android/runtime/v8/src/native/V8Function.cpp +++ b/android/runtime/v8/src/native/V8Function.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/V8Object.cpp b/android/runtime/v8/src/native/V8Object.cpp index 970fc7fed20..cb1b1ea18b8 100644 --- a/android/runtime/v8/src/native/V8Object.cpp +++ b/android/runtime/v8/src/native/V8Object.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/V8Promise.cpp b/android/runtime/v8/src/native/V8Promise.cpp index cdd69c14031..8e7ab74ba66 100644 --- a/android/runtime/v8/src/native/V8Promise.cpp +++ b/android/runtime/v8/src/native/V8Promise.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/V8Runtime.cpp b/android/runtime/v8/src/native/V8Runtime.cpp index dd87723752b..154f80855ce 100644 --- a/android/runtime/v8/src/native/V8Runtime.cpp +++ b/android/runtime/v8/src/native/V8Runtime.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/V8Runtime.h b/android/runtime/v8/src/native/V8Runtime.h index 3e284e1f667..98926a4f8fa 100644 --- a/android/runtime/v8/src/native/V8Runtime.h +++ b/android/runtime/v8/src/native/V8Runtime.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2016 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/V8Util.cpp b/android/runtime/v8/src/native/V8Util.cpp index cb67e37798a..ee8ea1883e0 100644 --- a/android/runtime/v8/src/native/V8Util.cpp +++ b/android/runtime/v8/src/native/V8Util.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/native/V8Util.h b/android/runtime/v8/src/native/V8Util.h index d21347de520..e8faec73605 100644 --- a/android/runtime/v8/src/native/V8Util.h +++ b/android/runtime/v8/src/native/V8Util.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/runtime/v8/src/ndk-modules/libv8/CMakeLists.txt b/android/runtime/v8/src/ndk-modules/libv8/CMakeLists.txt index dfe8e0e0b8f..d9979f8a329 100644 --- a/android/runtime/v8/src/ndk-modules/libv8/CMakeLists.txt +++ b/android/runtime/v8/src/ndk-modules/libv8/CMakeLists.txt @@ -1,6 +1,6 @@ ################################################################################ -# Appcelerator Titanium Mobile -# Copyright (c) 2020-Present by Axway, Inc. All Rights Reserved. +# TiDev Titanium Mobile +# Copyright TiDev, Inc. 04/07/2022-Present # Licensed under the terms of the Apache Public License # Please see the LICENSE included with this distribution for details. ################################################################################ diff --git a/android/templates/module/generated/CommonJsSourceProvider.java b/android/templates/module/generated/CommonJsSourceProvider.java index 48873928e0f..ba2a6e99218 100644 --- a/android/templates/module/generated/CommonJsSourceProvider.java +++ b/android/templates/module/generated/CommonJsSourceProvider.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2019 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/templates/module/generated/KrollGeneratedBindings.h b/android/templates/module/generated/KrollGeneratedBindings.h index c526cca3313..b0556e4e269 100644 --- a/android/templates/module/generated/KrollGeneratedBindings.h +++ b/android/templates/module/generated/KrollGeneratedBindings.h @@ -1,6 +1,6 @@ /** - * Axway Appcelerator Titanium Mobile - * Copyright (c) 2017 by Axway. All Rights Reserved. + * Axway TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * @@ -58,4 +58,4 @@ namespace titanium { return nullptr; } } -} \ No newline at end of file +} diff --git a/android/templates/module/generated/TiModuleBootstrap.cpp b/android/templates/module/generated/TiModuleBootstrap.cpp index 529ca74402b..05a5e1dc5a1 100644 --- a/android/templates/module/generated/TiModuleBootstrap.cpp +++ b/android/templates/module/generated/TiModuleBootstrap.cpp @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2016 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/templates/module/generated/TiModuleBootstrap.java b/android/templates/module/generated/TiModuleBootstrap.java index b9f1e0714bf..df0e0f01e38 100644 --- a/android/templates/module/generated/TiModuleBootstrap.java +++ b/android/templates/module/generated/TiModuleBootstrap.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/templates/module/generated/bootstrap.js b/android/templates/module/generated/bootstrap.js index 6ee4c023481..33c0c13c41c 100644 --- a/android/templates/module/generated/bootstrap.js +++ b/android/templates/module/generated/bootstrap.js @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/templates/module/generated/generate-cpp-files.js b/android/templates/module/generated/generate-cpp-files.js index c267d2d2bae..821bb3fa274 100644 --- a/android/templates/module/generated/generate-cpp-files.js +++ b/android/templates/module/generated/generate-cpp-files.js @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Axway. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License. * Please see the LICENSE included with this distribution for details. */ diff --git a/android/templates/module/java/template/android/src/{{ModuleIdAsFolder}}/ExampleProxy.java.ejs b/android/templates/module/java/template/android/src/{{ModuleIdAsFolder}}/ExampleProxy.java.ejs index 7e737b14d8d..227f79b7027 100644 --- a/android/templates/module/java/template/android/src/{{ModuleIdAsFolder}}/ExampleProxy.java.ejs +++ b/android/templates/module/java/template/android/src/{{ModuleIdAsFolder}}/ExampleProxy.java.ejs @@ -1,7 +1,7 @@ /** * This file was auto-generated by the Titanium Module SDK helper for Android - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2017 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/templates/module/java/template/android/src/{{ModuleIdAsFolder}}/{{ModuleNameCamel}}Module.java.ejs b/android/templates/module/java/template/android/src/{{ModuleIdAsFolder}}/{{ModuleNameCamel}}Module.java.ejs index d70fe593c71..9fe48dc4981 100644 --- a/android/templates/module/java/template/android/src/{{ModuleIdAsFolder}}/{{ModuleNameCamel}}Module.java.ejs +++ b/android/templates/module/java/template/android/src/{{ModuleIdAsFolder}}/{{ModuleNameCamel}}Module.java.ejs @@ -1,7 +1,7 @@ /** * This file was auto-generated by the Titanium Module SDK helper for Android - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/templates/module/kotlin/template/android/src/{{ModuleIdAsFolder}}/ExampleProxy.kt.ejs b/android/templates/module/kotlin/template/android/src/{{ModuleIdAsFolder}}/ExampleProxy.kt.ejs index b32adc0285c..623a20ac9f3 100644 --- a/android/templates/module/kotlin/template/android/src/{{ModuleIdAsFolder}}/ExampleProxy.kt.ejs +++ b/android/templates/module/kotlin/template/android/src/{{ModuleIdAsFolder}}/ExampleProxy.kt.ejs @@ -1,7 +1,7 @@ /** * This file was auto-generated by the Titanium Module SDK helper for Android - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/templates/module/kotlin/template/android/src/{{ModuleIdAsFolder}}/{{ModuleNameCamel}}Module.kt.ejs b/android/templates/module/kotlin/template/android/src/{{ModuleIdAsFolder}}/{{ModuleNameCamel}}Module.kt.ejs index b098a71f1fb..0861d703f0c 100644 --- a/android/templates/module/kotlin/template/android/src/{{ModuleIdAsFolder}}/{{ModuleNameCamel}}Module.kt.ejs +++ b/android/templates/module/kotlin/template/android/src/{{ModuleIdAsFolder}}/{{ModuleNameCamel}}Module.kt.ejs @@ -1,7 +1,7 @@ /** * This file was auto-generated by the Titanium Module SDK helper for Android - * Appcelerator Titanium Mobile - * Copyright (c) 2009-present by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/android/titanium/bootstrap.js.ejs b/android/titanium/bootstrap.js.ejs index af36ce38d32..8a04b29df1c 100644 --- a/android/titanium/bootstrap.js.ejs +++ b/android/titanium/bootstrap.js.ejs @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2020 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/titanium/build.gradle b/android/titanium/build.gradle index 08e49ead4a6..9eca9388a9f 100644 --- a/android/titanium/build.gradle +++ b/android/titanium/build.gradle @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License. * Please see the LICENSE included with this distribution for details. */ diff --git a/android/titanium/libv8-services.js b/android/titanium/libv8-services.js index c74ae8e2761..5645a67cff9 100644 --- a/android/titanium/libv8-services.js +++ b/android/titanium/libv8-services.js @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License. * Please see the LICENSE included with this distribution for details. */ diff --git a/android/titanium/prebuild.js b/android/titanium/prebuild.js index 4a1911faa64..77e3fcb11d8 100644 --- a/android/titanium/prebuild.js +++ b/android/titanium/prebuild.js @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Axway. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/kroll/KrollDict.java b/android/titanium/src/java/org/appcelerator/kroll/KrollDict.java index 45df4a602fb..daeaafb9e3a 100644 --- a/android/titanium/src/java/org/appcelerator/kroll/KrollDict.java +++ b/android/titanium/src/java/org/appcelerator/kroll/KrollDict.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/kroll/KrollModule.java b/android/titanium/src/java/org/appcelerator/kroll/KrollModule.java index c8b46dfc45e..8b4a7d22939 100644 --- a/android/titanium/src/java/org/appcelerator/kroll/KrollModule.java +++ b/android/titanium/src/java/org/appcelerator/kroll/KrollModule.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010-2016 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/kroll/KrollModuleInfo.java b/android/titanium/src/java/org/appcelerator/kroll/KrollModuleInfo.java index 325eaac15af..d639b300c4b 100644 --- a/android/titanium/src/java/org/appcelerator/kroll/KrollModuleInfo.java +++ b/android/titanium/src/java/org/appcelerator/kroll/KrollModuleInfo.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/kroll/KrollNativeConverter.java b/android/titanium/src/java/org/appcelerator/kroll/KrollNativeConverter.java index 8fc10af4d7e..0891a5367c4 100644 --- a/android/titanium/src/java/org/appcelerator/kroll/KrollNativeConverter.java +++ b/android/titanium/src/java/org/appcelerator/kroll/KrollNativeConverter.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/kroll/KrollPropertyChange.java b/android/titanium/src/java/org/appcelerator/kroll/KrollPropertyChange.java index 1f2e78588f3..f5788a94349 100644 --- a/android/titanium/src/java/org/appcelerator/kroll/KrollPropertyChange.java +++ b/android/titanium/src/java/org/appcelerator/kroll/KrollPropertyChange.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/kroll/KrollProxy.java b/android/titanium/src/java/org/appcelerator/kroll/KrollProxy.java index bfe4f823c0d..40709287283 100644 --- a/android/titanium/src/java/org/appcelerator/kroll/KrollProxy.java +++ b/android/titanium/src/java/org/appcelerator/kroll/KrollProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/kroll/KrollProxyListener.java b/android/titanium/src/java/org/appcelerator/kroll/KrollProxyListener.java index 7ca050da648..6cf53276aca 100644 --- a/android/titanium/src/java/org/appcelerator/kroll/KrollProxyListener.java +++ b/android/titanium/src/java/org/appcelerator/kroll/KrollProxyListener.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/ITiAppInfo.java b/android/titanium/src/java/org/appcelerator/titanium/ITiAppInfo.java index e443b5506b1..2a8236efa05 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/ITiAppInfo.java +++ b/android/titanium/src/java/org/appcelerator/titanium/ITiAppInfo.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiActivity.java b/android/titanium/src/java/org/appcelerator/titanium/TiActivity.java index a9ec5c517c1..c30b1b9ac59 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiActivity.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiActivity.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiActivitySupportHelpers.java b/android/titanium/src/java/org/appcelerator/titanium/TiActivitySupportHelpers.java index 557e41f45eb..5a43a28d500 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiActivitySupportHelpers.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiActivitySupportHelpers.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiActivityWindow.java b/android/titanium/src/java/org/appcelerator/titanium/TiActivityWindow.java index 1cdf051a7cb..9ab42591d34 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiActivityWindow.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiActivityWindow.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiActivityWindows.java b/android/titanium/src/java/org/appcelerator/titanium/TiActivityWindows.java index 444db358853..26859c19866 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiActivityWindows.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiActivityWindows.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiApplication.java b/android/titanium/src/java/org/appcelerator/titanium/TiApplication.java index eabe8271b55..b1d3d9223bb 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiApplication.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiApplication.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiApplicationLifecycle.java b/android/titanium/src/java/org/appcelerator/titanium/TiApplicationLifecycle.java index 92c578bda21..38efa4f561e 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiApplicationLifecycle.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiApplicationLifecycle.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiBaseActivity.java b/android/titanium/src/java/org/appcelerator/titanium/TiBaseActivity.java index e72c9881fe9..4f168e70d2f 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiBaseActivity.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiBaseActivity.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiBaseService.java b/android/titanium/src/java/org/appcelerator/titanium/TiBaseService.java index 2ce70b6dd0c..d47b35faa9f 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiBaseService.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiBaseService.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiBlob.java b/android/titanium/src/java/org/appcelerator/titanium/TiBlob.java index 673f5f61fed..9e86280fb81 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiBlob.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiBlob.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiC.java b/android/titanium/src/java/org/appcelerator/titanium/TiC.java index 5483d1b9c20..ba16735471d 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiC.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiC.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiDimension.java b/android/titanium/src/java/org/appcelerator/titanium/TiDimension.java index 353d32f2b72..e32fa93137b 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiDimension.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiDimension.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiExceptionHandler.java b/android/titanium/src/java/org/appcelerator/titanium/TiExceptionHandler.java index f12c36b1993..3defeaa7fc4 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiExceptionHandler.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiExceptionHandler.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiFileProxy.java b/android/titanium/src/java/org/appcelerator/titanium/TiFileProxy.java index d1689463a37..a34ab1ec8d6 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiFileProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiFileProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2019 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiLaunchActivity.java b/android/titanium/src/java/org/appcelerator/titanium/TiLaunchActivity.java index 11cd8144922..3bedde8b31d 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiLaunchActivity.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiLaunchActivity.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiLifecycle.java b/android/titanium/src/java/org/appcelerator/titanium/TiLifecycle.java index 001258209eb..0b94e91140b 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiLifecycle.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiLifecycle.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiPoint.java b/android/titanium/src/java/org/appcelerator/titanium/TiPoint.java index d059f77e990..943a1ec2945 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiPoint.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiPoint.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiProperties.java b/android/titanium/src/java/org/appcelerator/titanium/TiProperties.java index 7d38aa3ae91..be87b0653d2 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiProperties.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiProperties.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiRootActivity.java b/android/titanium/src/java/org/appcelerator/titanium/TiRootActivity.java index b58fad60ef5..c12b6a62b16 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiRootActivity.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiRootActivity.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiStylesheet.java b/android/titanium/src/java/org/appcelerator/titanium/TiStylesheet.java index 894b43a797e..cced378c5ed 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiStylesheet.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiStylesheet.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/TiTranslucentActivity.java b/android/titanium/src/java/org/appcelerator/titanium/TiTranslucentActivity.java index 99be232b60c..ec67d7920b9 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/TiTranslucentActivity.java +++ b/android/titanium/src/java/org/appcelerator/titanium/TiTranslucentActivity.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ @@ -8,4 +8,4 @@ public class TiTranslucentActivity extends TiActivity { -} \ No newline at end of file +} diff --git a/android/titanium/src/java/org/appcelerator/titanium/io/TiBaseFile.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiBaseFile.java index d0b1f7251ce..6780fd9ca1f 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiBaseFile.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiBaseFile.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/io/TiContentFile.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiContentFile.java index db557880ce2..0360f574d8a 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiContentFile.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiContentFile.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/io/TiFile.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiFile.java index cc6b8336e8c..58e10388990 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiFile.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiFile.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/io/TiFileFactory.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiFileFactory.java index 2365260349e..ff2f2a5f6df 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiFileFactory.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiFileFactory.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/io/TiFileProvider.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiFileProvider.java index 1b72e048eca..3377141c721 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiFileProvider.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiFileProvider.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2017-2019 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/io/TiInputStreamWrapper.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiInputStreamWrapper.java index 42d0403c16b..f635f19f87d 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiInputStreamWrapper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiInputStreamWrapper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/io/TiMockFile.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiMockFile.java index 0fa042aa483..4bbdcd69b39 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiMockFile.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiMockFile.java @@ -1,6 +1,6 @@ /* - * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/io/TiResourceFile.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiResourceFile.java index 2efea8a2800..615c8ef7e4c 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiResourceFile.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiResourceFile.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/io/TiStream.java b/android/titanium/src/java/org/appcelerator/titanium/io/TiStream.java index 5011ca49223..f6ee32aceeb 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/io/TiStream.java +++ b/android/titanium/src/java/org/appcelerator/titanium/io/TiStream.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010-2018 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/ActionBarProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/ActionBarProxy.java index 50e06c1f167..c05c09e4c64 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/ActionBarProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/ActionBarProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2012-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/ActivityProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/ActivityProxy.java index 9cb2f05d7ed..c7113b3d27d 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/ActivityProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/ActivityProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/ColorProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/ColorProxy.java index 4e64c52b39d..1ca69af0ee2 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/ColorProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/ColorProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/DecorViewProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/DecorViewProxy.java index 9192001a6a7..f22d3bd6fe5 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/DecorViewProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/DecorViewProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/IntentProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/IntentProxy.java index b002b080bc0..c56b2dce51f 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/IntentProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/IntentProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/MenuItemProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/MenuItemProxy.java index 69f368b0ad5..68f117c6a09 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/MenuItemProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/MenuItemProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/MenuProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/MenuProxy.java index c7e4f6ae0e3..b6f4f9f63db 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/MenuProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/MenuProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/RProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/RProxy.java index 82a46cae0d7..9329dada2fb 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/RProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/RProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-Present by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/ServiceProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/ServiceProxy.java index c9d64a93307..5eeee9319f1 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/ServiceProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/ServiceProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/TiViewProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/TiViewProxy.java index 0676e5a6a41..0a6bedb8c06 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/TiViewProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/TiViewProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/proxy/TiWindowProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/TiWindowProxy.java index 747a80eb682..c80b4f8c0fd 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/TiWindowProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/TiWindowProxy.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiActivityResultHandler.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiActivityResultHandler.java index 1ff2dd4317a..93c5d221eea 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiActivityResultHandler.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiActivityResultHandler.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiActivitySupport.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiActivitySupport.java index 8b31d03e73e..a2a9d758c13 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiActivitySupport.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiActivitySupport.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiActivitySupportHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiActivitySupportHelper.java index ca680b1d884..00d5dd097d8 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiActivitySupportHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiActivitySupportHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiAnimationBuilder.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationBuilder.java index 69674b930fa..76fb99f5827 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationBuilder.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationBuilder.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiAnimationCurve.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationCurve.java index 5eabd9e8ada..fb8e9b31acc 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationCurve.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationCurve.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiAnimationFactory.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationFactory.java index 4ee2d66be1c..4a89595746a 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationFactory.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationFactory.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiAnimationPair.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationPair.java index b5f463e524f..9059d44c44d 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationPair.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationPair.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiBlobLruCache.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiBlobLruCache.java index e284df0d154..0bcf8fc15e6 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiBlobLruCache.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiBlobLruCache.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiColorHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiColorHelper.java index e93e93cb951..a84794be418 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiColorHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiColorHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiConvert.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiConvert.java index 199d367c988..38cae5901eb 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiConvert.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiConvert.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiDeviceOrientation.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiDeviceOrientation.java index a8380afbd02..ac9418f6a60 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiDeviceOrientation.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiDeviceOrientation.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2017 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiDigestUtils.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiDigestUtils.java index 6afc728d34e..64c06ef7a56 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiDigestUtils.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiDigestUtils.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiDownloadListener.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiDownloadListener.java index 9d240a91bde..6e03b789698 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiDownloadListener.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiDownloadListener.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiDownloadManager.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiDownloadManager.java index 58f9d1d9b69..b93f8c1b19c 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiDownloadManager.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiDownloadManager.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiEventHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiEventHelper.java index c35ddfb97fd..eb333c7653e 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiEventHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiEventHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiExifOrientation.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiExifOrientation.java index de3ee05561b..94991f1a842 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiExifOrientation.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiExifOrientation.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiFileHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiFileHelper.java index 7a32a287874..feb7bfead2b 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiFileHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiFileHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiFileHelper2.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiFileHelper2.java index ae508121742..f86fbf18263 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiFileHelper2.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiFileHelper2.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiImageCache.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiImageCache.java index 7d0e72b43e4..a7490790d63 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiImageCache.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiImageCache.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2021 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiImageHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiImageHelper.java index c37cf9517b6..50a2e660656 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiImageHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiImageHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiImageInfo.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiImageInfo.java index 2a59b1cead8..c0b6e02e4c3 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiImageInfo.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiImageInfo.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2021 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiIntentWrapper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiIntentWrapper.java index 16407b8f9f4..dcfb34e93fc 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiIntentWrapper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiIntentWrapper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiLoadImageManager.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiLoadImageManager.java index 9a3d096017d..5d3b8f29647 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiLoadImageManager.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiLoadImageManager.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2013-2021 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiLocaleManager.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiLocaleManager.java index a0f38e8d375..34c14b2ff88 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiLocaleManager.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiLocaleManager.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-present by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiLocationHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiLocationHelper.java index fbac006b34f..cc8b43a2e1e 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiLocationHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiLocationHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiMenuSupport.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiMenuSupport.java index 67d90612523..eab1bd87121 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiMenuSupport.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiMenuSupport.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiMimeTypeHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiMimeTypeHelper.java index 5789486ba92..cf906fcd169 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiMimeTypeHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiMimeTypeHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiNinePatchHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiNinePatchHelper.java index b338e7ccbbe..fb0ef23ae6a 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiNinePatchHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiNinePatchHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiPlatformHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiPlatformHelper.java index 3499b0c5492..4e935e92dfa 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiPlatformHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiPlatformHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiPropertyResolver.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiPropertyResolver.java index 396663a6e8c..7ce1253fc07 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiPropertyResolver.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiPropertyResolver.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiRHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiRHelper.java index 70e5d69ac3e..3690b46abfe 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiRHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiRHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2011-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiResponseCache.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiResponseCache.java index 0257881d529..4bc2b252571 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiResponseCache.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiResponseCache.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiSensorHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiSensorHelper.java index f207e8f7f5f..86af769f912 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiSensorHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiSensorHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiStreamHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiStreamHelper.java index c66fb34346f..e90b8047c5e 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiStreamHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiStreamHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiUIHelper.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiUIHelper.java index 896908c083e..a5e9667fd7c 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiUIHelper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiUIHelper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiUrl.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiUrl.java index 545c9f18a97..414cec1a076 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiUrl.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiUrl.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiWeakList.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiWeakList.java index 4c6f0f8d4de..6fe8e2a4405 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiWeakList.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiWeakList.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/util/TiWeakMap.java b/android/titanium/src/java/org/appcelerator/titanium/util/TiWeakMap.java index ed10234b1b8..03eac9436ad 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/util/TiWeakMap.java +++ b/android/titanium/src/java/org/appcelerator/titanium/util/TiWeakMap.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/ITiWindowHandler.java b/android/titanium/src/java/org/appcelerator/titanium/view/ITiWindowHandler.java index f0e8ca82109..9e97dc8cda4 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/ITiWindowHandler.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/ITiWindowHandler.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/Ti2DMatrix.java b/android/titanium/src/java/org/appcelerator/titanium/view/Ti2DMatrix.java index c6f965aad7f..d9c5e07b3a2 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/Ti2DMatrix.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/Ti2DMatrix.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiActionBarStyleHandler.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiActionBarStyleHandler.java index da69d073964..b44c5f8051b 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiActionBarStyleHandler.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiActionBarStyleHandler.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiActivitySafeAreaMonitor.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiActivitySafeAreaMonitor.java index 216900f8409..61a75fadac9 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiActivitySafeAreaMonitor.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiActivitySafeAreaMonitor.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiAnimation.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiAnimation.java index 6fb2ff27210..fc77e738c3e 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiAnimation.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiAnimation.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiBackgroundColorWrapper.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiBackgroundColorWrapper.java index d299af96d58..b015ffff69d 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiBackgroundColorWrapper.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiBackgroundColorWrapper.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiBackgroundDrawable.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiBackgroundDrawable.java index b639a812510..b2ec67dc936 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiBackgroundDrawable.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiBackgroundDrawable.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiBorderWrapperView.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiBorderWrapperView.java index 0501dc9f6b6..d2b74310ef6 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiBorderWrapperView.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiBorderWrapperView.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2020 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiCompositeLayout.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiCompositeLayout.java index 097ef02a45a..3a0f48a1c25 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiCompositeLayout.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiCompositeLayout.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiDrawableReference.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiDrawableReference.java index e7f345b65f7..797f2116770 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiDrawableReference.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiDrawableReference.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiGradientDrawable.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiGradientDrawable.java index f1e8803e245..dda7526206e 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiGradientDrawable.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiGradientDrawable.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2012 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiInsetsProvider.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiInsetsProvider.java index 5374686bd93..f162c663868 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiInsetsProvider.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiInsetsProvider.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2018-Present by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiToolbarStyleHandler.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiToolbarStyleHandler.java index ee413a51fbd..89cf0ef3e36 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiToolbarStyleHandler.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiToolbarStyleHandler.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * 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/org/appcelerator/titanium/view/TiUIDecorView.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiUIDecorView.java index 8034852b388..57ee401fab3 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiUIDecorView.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiUIDecorView.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ @@ -16,4 +16,4 @@ public TiUIDecorView(DecorViewProxy decorViewProxy) setNativeView(decorViewProxy.getLayout()); } -} \ No newline at end of file +} diff --git a/android/titanium/src/java/org/appcelerator/titanium/view/TiUIView.java b/android/titanium/src/java/org/appcelerator/titanium/view/TiUIView.java index 5156beb1c02..1af4b2f486d 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/view/TiUIView.java +++ b/android/titanium/src/java/org/appcelerator/titanium/view/TiUIView.java @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ diff --git a/android/untar.gradle b/android/untar.gradle index 376ed84a20c..d6a9b0531b0 100644 --- a/android/untar.gradle +++ b/android/untar.gradle @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Axway. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License. * Please see the LICENSE included with this distribution for details. */ diff --git a/cli/commands/build.js b/cli/commands/build.js index 4c5183305c8..1458177278d 100644 --- a/cli/commands/build.js +++ b/cli/commands/build.js @@ -1,7 +1,7 @@ /* * build.js: Titanium Mobile CLI build command * - * Copyright (c) 2012-2017, Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present All Rights Reserved. * See the LICENSE file for more information. */ diff --git a/cli/commands/clean.js b/cli/commands/clean.js index 158488f7c98..0a155b7ca80 100644 --- a/cli/commands/clean.js +++ b/cli/commands/clean.js @@ -1,7 +1,7 @@ /* * clean.js: Titanium Mobile CLI clean command * - * Copyright (c) 2012-2018, Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present All Rights Reserved. * See the LICENSE file for more information. */ diff --git a/cli/commands/create.js b/cli/commands/create.js index ccd796de39c..aac14684711 100644 --- a/cli/commands/create.js +++ b/cli/commands/create.js @@ -4,7 +4,7 @@ * copying template files. * * @copyright - * Copyright (c) 2012-2020 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/cli/commands/project.js b/cli/commands/project.js index 71645128bf6..45a826f3be7 100644 --- a/cli/commands/project.js +++ b/cli/commands/project.js @@ -1,7 +1,7 @@ /* * project.js: Titanium Mobile CLI project command * - * Copyright (c) 2012-2017, Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present All Rights Reserved. * See the LICENSE file for more information. */ 'use strict'; diff --git a/cli/hooks/hyperloop-fix.js b/cli/hooks/hyperloop-fix.js index 61a33efb5c0..8e2e793f258 100644 --- a/cli/hooks/hyperloop-fix.js +++ b/cli/hooks/hyperloop-fix.js @@ -5,7 +5,7 @@ * name of the version. This CLI hook resolves this issue. * * @copyright - * Copyright (c) 2016-2017 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License. diff --git a/cli/lib/creator.js b/cli/lib/creator.js index 66c74dab502..17860265541 100644 --- a/cli/lib/creator.js +++ b/cli/lib/creator.js @@ -5,7 +5,7 @@ * access build properties. * * @copyright - * Copyright (c) 2014-2018 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/cli/lib/creators/app.js b/cli/lib/creators/app.js index 72413028f0d..9b282583a03 100644 --- a/cli/lib/creators/app.js +++ b/cli/lib/creators/app.js @@ -3,7 +3,7 @@ * Logic for creating new Titanium apps. * * @copyright - * Copyright (c) 2014-2018 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/cli/lib/creators/applewatch.js b/cli/lib/creators/applewatch.js index eeab54cd35a..b5cebd2206d 100644 --- a/cli/lib/creators/applewatch.js +++ b/cli/lib/creators/applewatch.js @@ -3,7 +3,7 @@ * Logic for creating new Apple Watch™ apps. * * @copyright - * Copyright (c) 2015-2017 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * Apple, iPhone, and iPad are registered trademarks of Apple Inc. Apple Watch * is a trademark of Apple Inc. diff --git a/cli/lib/creators/module.js b/cli/lib/creators/module.js index 736cac4fa7a..85a02355577 100644 --- a/cli/lib/creators/module.js +++ b/cli/lib/creators/module.js @@ -3,7 +3,7 @@ * Logic for creating new Titanium modules. * * @copyright - * Copyright (c) 2014-2018 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present * * @license * Licensed under the terms of the Apache Public License diff --git a/cli/lib/info.js b/cli/lib/info.js index 5977b3ccd1a..88885e4d612 100644 --- a/cli/lib/info.js +++ b/cli/lib/info.js @@ -1,7 +1,7 @@ /* * info.js: Titanium Mobile General SDK-Level "info" command module. * - * Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present All Rights Reserved. * See the LICENSE file for more information. */ diff --git a/iphone/Classes/AccelerometerModule.h b/iphone/Classes/AccelerometerModule.h index 1f7040b48cc..849b8b114a6 100644 --- a/iphone/Classes/AccelerometerModule.h +++ b/iphone/Classes/AccelerometerModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/AccelerometerModule.m b/iphone/Classes/AccelerometerModule.m index 01516f6f3f9..8bf9d4532e0 100644 --- a/iphone/Classes/AccelerometerModule.m +++ b/iphone/Classes/AccelerometerModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/AnalyticsModule.h b/iphone/Classes/AnalyticsModule.h index 74fe7dadf7b..a9285068a03 100644 --- a/iphone/Classes/AnalyticsModule.h +++ b/iphone/Classes/AnalyticsModule.h @@ -1,6 +1,6 @@ /** - * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * 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/iphone/Classes/AnalyticsModule.m b/iphone/Classes/AnalyticsModule.m index a7a65c42a15..f6cd8104a03 100644 --- a/iphone/Classes/AnalyticsModule.m +++ b/iphone/Classes/AnalyticsModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/AppModule.h b/iphone/Classes/AppModule.h index 3151e515805..ed571f10e0c 100644 --- a/iphone/Classes/AppModule.h +++ b/iphone/Classes/AppModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/AppModule.m b/iphone/Classes/AppModule.m index 6fc54de278a..90cc562bd1b 100644 --- a/iphone/Classes/AppModule.m +++ b/iphone/Classes/AppModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/ApplicationDefaults.h b/iphone/Classes/ApplicationDefaults.h index d0407097faa..b160276f026 100644 --- a/iphone/Classes/ApplicationDefaults.h +++ b/iphone/Classes/ApplicationDefaults.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/Classes/ApplicationDefaults.m b/iphone/Classes/ApplicationDefaults.m index f26b3b91da8..611d11ce8b4 100644 --- a/iphone/Classes/ApplicationDefaults.m +++ b/iphone/Classes/ApplicationDefaults.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/Classes/ApplicationRouting.h b/iphone/Classes/ApplicationRouting.h index 3850c3f8546..d2db1acb62c 100644 --- a/iphone/Classes/ApplicationRouting.h +++ b/iphone/Classes/ApplicationRouting.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/ApplicationRouting.m b/iphone/Classes/ApplicationRouting.m index 7d74e0850f7..91f24801907 100644 --- a/iphone/Classes/ApplicationRouting.m +++ b/iphone/Classes/ApplicationRouting.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, 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. * @@ -16,4 +16,4 @@ + (NSData *)resolveAppAsset:(NSString *)path; return nil; } -@end \ No newline at end of file +@end diff --git a/iphone/Classes/CalendarModule.h b/iphone/Classes/CalendarModule.h index 10881c0b140..887f565c756 100644 --- a/iphone/Classes/CalendarModule.h +++ b/iphone/Classes/CalendarModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/CalendarModule.m b/iphone/Classes/CalendarModule.m index 8f321c0edcf..037a7d98e1d 100644 --- a/iphone/Classes/CalendarModule.m +++ b/iphone/Classes/CalendarModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/CodecModule.h b/iphone/Classes/CodecModule.h index d783cf1f7f0..6bbb1dfeaa2 100644 --- a/iphone/Classes/CodecModule.h +++ b/iphone/Classes/CodecModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/CodecModule.m b/iphone/Classes/CodecModule.m index 956fc6cf5c3..dcfdd095180 100644 --- a/iphone/Classes/CodecModule.m +++ b/iphone/Classes/CodecModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/ContactsModule.h b/iphone/Classes/ContactsModule.h index 5994b07e678..5605f0c371a 100644 --- a/iphone/Classes/ContactsModule.h +++ b/iphone/Classes/ContactsModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/ContactsModule.m b/iphone/Classes/ContactsModule.m index e46b592b538..97e4bf2c01f 100644 --- a/iphone/Classes/ContactsModule.m +++ b/iphone/Classes/ContactsModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/DatabaseModule.h b/iphone/Classes/DatabaseModule.h index 94e3751acfc..4c769b46b93 100644 --- a/iphone/Classes/DatabaseModule.h +++ b/iphone/Classes/DatabaseModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/DatabaseModule.m b/iphone/Classes/DatabaseModule.m index 799aa4e0a80..2b4d0d1e386 100644 --- a/iphone/Classes/DatabaseModule.m +++ b/iphone/Classes/DatabaseModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/FilesystemModule.h b/iphone/Classes/FilesystemModule.h index aac39f9c52c..4f045bf06f8 100644 --- a/iphone/Classes/FilesystemModule.h +++ b/iphone/Classes/FilesystemModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/FilesystemModule.m b/iphone/Classes/FilesystemModule.m index d2711e73496..6830589a24d 100644 --- a/iphone/Classes/FilesystemModule.m +++ b/iphone/Classes/FilesystemModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/GeolocationModule.h b/iphone/Classes/GeolocationModule.h index fc1e182f1cd..02c80e986ee 100644 --- a/iphone/Classes/GeolocationModule.h +++ b/iphone/Classes/GeolocationModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/GeolocationModule.m b/iphone/Classes/GeolocationModule.m index 6ed5e628d01..cfa249b0a6b 100644 --- a/iphone/Classes/GeolocationModule.m +++ b/iphone/Classes/GeolocationModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/GestureModule.h b/iphone/Classes/GestureModule.h index b915b5dd472..0ad96289324 100644 --- a/iphone/Classes/GestureModule.h +++ b/iphone/Classes/GestureModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/GestureModule.m b/iphone/Classes/GestureModule.m index 19f98997244..7027a36061a 100644 --- a/iphone/Classes/GestureModule.m +++ b/iphone/Classes/GestureModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/KrollWrapper.h b/iphone/Classes/KrollWrapper.h index 3a37b43b78c..0e8cc55c727 100644 --- a/iphone/Classes/KrollWrapper.h +++ b/iphone/Classes/KrollWrapper.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/KrollWrapper.m b/iphone/Classes/KrollWrapper.m index e40018dd965..3d65e6316ed 100644 --- a/iphone/Classes/KrollWrapper.m +++ b/iphone/Classes/KrollWrapper.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/LauncherButton.h b/iphone/Classes/LauncherButton.h index 6f57f4fc39c..61a5ced2ddb 100644 --- a/iphone/Classes/LauncherButton.h +++ b/iphone/Classes/LauncherButton.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/LauncherButton.m b/iphone/Classes/LauncherButton.m index c16a9c57b19..2a09be0ada2 100644 --- a/iphone/Classes/LauncherButton.m +++ b/iphone/Classes/LauncherButton.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/LauncherItem.h b/iphone/Classes/LauncherItem.h index 9e5270a68f2..54485997380 100644 --- a/iphone/Classes/LauncherItem.h +++ b/iphone/Classes/LauncherItem.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/LauncherItem.m b/iphone/Classes/LauncherItem.m index f1926e62036..1bcc4bac230 100644 --- a/iphone/Classes/LauncherItem.m +++ b/iphone/Classes/LauncherItem.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/LauncherView.h b/iphone/Classes/LauncherView.h index d083ebfe7a3..53d19357acd 100644 --- a/iphone/Classes/LauncherView.h +++ b/iphone/Classes/LauncherView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/LauncherView.m b/iphone/Classes/LauncherView.m index 1a84db5f020..06aa2363286 100644 --- a/iphone/Classes/LauncherView.m +++ b/iphone/Classes/LauncherView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/Layout/TiLayoutDimension.h b/iphone/Classes/Layout/TiLayoutDimension.h index d8aa071a3a6..47dcb8eabc1 100644 --- a/iphone/Classes/Layout/TiLayoutDimension.h +++ b/iphone/Classes/Layout/TiLayoutDimension.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/Layout/TiLayoutDimension.m b/iphone/Classes/Layout/TiLayoutDimension.m index ad86c1e0883..91b30892b10 100644 --- a/iphone/Classes/Layout/TiLayoutDimension.m +++ b/iphone/Classes/Layout/TiLayoutDimension.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/Layout/TiLayoutView.h b/iphone/Classes/Layout/TiLayoutView.h index 7665e9e7e6f..8309a97a08d 100644 --- a/iphone/Classes/Layout/TiLayoutView.h +++ b/iphone/Classes/Layout/TiLayoutView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/Layout/TiLayoutView.m b/iphone/Classes/Layout/TiLayoutView.m index a1f75626fc4..e57ae639059 100644 --- a/iphone/Classes/Layout/TiLayoutView.m +++ b/iphone/Classes/Layout/TiLayoutView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/LocaleModule.h b/iphone/Classes/LocaleModule.h index ff49f899d15..59800694945 100644 --- a/iphone/Classes/LocaleModule.h +++ b/iphone/Classes/LocaleModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/LocaleModule.m b/iphone/Classes/LocaleModule.m index c39570a5d53..dd166ee1307 100644 --- a/iphone/Classes/LocaleModule.m +++ b/iphone/Classes/LocaleModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/MediaModule.h b/iphone/Classes/MediaModule.h index 4a1d8599b74..e0c23a2016f 100644 --- a/iphone/Classes/MediaModule.h +++ b/iphone/Classes/MediaModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/MediaModule.m b/iphone/Classes/MediaModule.m index 2fbb79e0a3b..4624fc0a6d6 100644 --- a/iphone/Classes/MediaModule.m +++ b/iphone/Classes/MediaModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/NetworkModule.h b/iphone/Classes/NetworkModule.h index d8300964be7..3165d0c15ce 100644 --- a/iphone/Classes/NetworkModule.h +++ b/iphone/Classes/NetworkModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/NetworkModule.m b/iphone/Classes/NetworkModule.m index 2b88c5603bb..985cec8d01b 100644 --- a/iphone/Classes/NetworkModule.m +++ b/iphone/Classes/NetworkModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/PlatformModule.h b/iphone/Classes/PlatformModule.h index 276e5b1a3b5..3c743e509dd 100644 --- a/iphone/Classes/PlatformModule.h +++ b/iphone/Classes/PlatformModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/PlatformModule.m b/iphone/Classes/PlatformModule.m index 2f360c5f1d7..4ca7070e1a6 100644 --- a/iphone/Classes/PlatformModule.m +++ b/iphone/Classes/PlatformModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/StreamModule.h b/iphone/Classes/StreamModule.h index 3c02ce038bd..8b8bc343825 100644 --- a/iphone/Classes/StreamModule.h +++ b/iphone/Classes/StreamModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/Classes/StreamModule.m b/iphone/Classes/StreamModule.m index ef6afff8d4d..9a5a12e1f8c 100644 --- a/iphone/Classes/StreamModule.m +++ b/iphone/Classes/StreamModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/Classes/TIDOMCharacterDataProxy.h b/iphone/Classes/TIDOMCharacterDataProxy.h index 2f6027aaa3c..b06da3c4854 100644 --- a/iphone/Classes/TIDOMCharacterDataProxy.h +++ b/iphone/Classes/TIDOMCharacterDataProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, 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/iphone/Classes/TIDOMCharacterDataProxy.m b/iphone/Classes/TIDOMCharacterDataProxy.m index d3c9742aa2e..52d626d719e 100644 --- a/iphone/Classes/TIDOMCharacterDataProxy.m +++ b/iphone/Classes/TIDOMCharacterDataProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2011-2014 by Appcelerator, 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/iphone/Classes/TIDOMDOMImplementationProxy.h b/iphone/Classes/TIDOMDOMImplementationProxy.h index c51292514e0..df88d4a1aed 100644 --- a/iphone/Classes/TIDOMDOMImplementationProxy.h +++ b/iphone/Classes/TIDOMDOMImplementationProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, 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/iphone/Classes/TIDOMDOMImplementationProxy.m b/iphone/Classes/TIDOMDOMImplementationProxy.m index 9e7ce57a77c..6f57122b6b6 100644 --- a/iphone/Classes/TIDOMDOMImplementationProxy.m +++ b/iphone/Classes/TIDOMDOMImplementationProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2011-2014 by Appcelerator, 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/iphone/Classes/TIDOMDocumentTypeProxy.h b/iphone/Classes/TIDOMDocumentTypeProxy.h index b6a8737d5e7..ac640a9df35 100644 --- a/iphone/Classes/TIDOMDocumentTypeProxy.h +++ b/iphone/Classes/TIDOMDocumentTypeProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, 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/iphone/Classes/TIDOMDocumentTypeProxy.m b/iphone/Classes/TIDOMDocumentTypeProxy.m index 996e4778027..942acec2e26 100644 --- a/iphone/Classes/TIDOMDocumentTypeProxy.m +++ b/iphone/Classes/TIDOMDocumentTypeProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2011 by Appcelerator, 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/iphone/Classes/TIUIiOSAlertDialogStyleProxy.h b/iphone/Classes/TIUIiOSAlertDialogStyleProxy.h index c9bb31a5f49..34e24dad85b 100644 --- a/iphone/Classes/TIUIiOSAlertDialogStyleProxy.h +++ b/iphone/Classes/TIUIiOSAlertDialogStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/Classes/TIUIiOSAlertDialogStyleProxy.m b/iphone/Classes/TIUIiOSAlertDialogStyleProxy.m index eb5afab32e8..9921a62f179 100644 --- a/iphone/Classes/TIUIiOSAlertDialogStyleProxy.m +++ b/iphone/Classes/TIUIiOSAlertDialogStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/Classes/ThirdpartyNS.h b/iphone/Classes/ThirdpartyNS.h index 79484bb9c46..7651ad5800f 100644 --- a/iphone/Classes/ThirdpartyNS.h +++ b/iphone/Classes/ThirdpartyNS.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiAction.h b/iphone/Classes/TiAction.h index 1e4dee4a113..30a809f31dd 100644 --- a/iphone/Classes/TiAction.h +++ b/iphone/Classes/TiAction.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiAction.m b/iphone/Classes/TiAction.m index ef9efb8a4b7..a3557177702 100644 --- a/iphone/Classes/TiAction.m +++ b/iphone/Classes/TiAction.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiAnchorAttachBehavior.h b/iphone/Classes/TiAnchorAttachBehavior.h index 1a676dfa7a3..5c5769cc095 100644 --- a/iphone/Classes/TiAnchorAttachBehavior.h +++ b/iphone/Classes/TiAnchorAttachBehavior.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiAnchorAttachBehavior.m b/iphone/Classes/TiAnchorAttachBehavior.m index 6ebb1355dd4..3b75cc3a350 100644 --- a/iphone/Classes/TiAnchorAttachBehavior.m +++ b/iphone/Classes/TiAnchorAttachBehavior.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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. */ @@ -221,4 +221,4 @@ - (NSDictionary *)offset } @end #endif -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiAnimatorProxy.h b/iphone/Classes/TiAnimatorProxy.h index 3161fff2073..d5f4f932f96 100644 --- a/iphone/Classes/TiAnimatorProxy.h +++ b/iphone/Classes/TiAnimatorProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiAnimatorProxy.m b/iphone/Classes/TiAnimatorProxy.m index fa00243d3ce..6f4c685a57e 100644 --- a/iphone/Classes/TiAnimatorProxy.m +++ b/iphone/Classes/TiAnimatorProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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. */ @@ -220,4 +220,4 @@ - (void)dynamicAnimatorDidPause:(UIDynamicAnimator *)animator @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiApp+Addons.h b/iphone/Classes/TiApp+Addons.h index 9c32387128a..749611d588a 100644 --- a/iphone/Classes/TiApp+Addons.h +++ b/iphone/Classes/TiApp+Addons.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiApp+Addons.m b/iphone/Classes/TiApp+Addons.m index 887876e80bb..328ac3ab84b 100644 --- a/iphone/Classes/TiApp+Addons.m +++ b/iphone/Classes/TiApp+Addons.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiAppPropertiesProxy.h b/iphone/Classes/TiAppPropertiesProxy.h index b686bc3bf43..9df3c78f874 100644 --- a/iphone/Classes/TiAppPropertiesProxy.h +++ b/iphone/Classes/TiAppPropertiesProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiAppPropertiesProxy.m b/iphone/Classes/TiAppPropertiesProxy.m index 6ad1fa5734b..66287a31545 100644 --- a/iphone/Classes/TiAppPropertiesProxy.m +++ b/iphone/Classes/TiAppPropertiesProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiAppiOSBackgroundServiceProxy.h b/iphone/Classes/TiAppiOSBackgroundServiceProxy.h index 4bec506b3ce..22d1013ca1d 100644 --- a/iphone/Classes/TiAppiOSBackgroundServiceProxy.h +++ b/iphone/Classes/TiAppiOSBackgroundServiceProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiAppiOSBackgroundServiceProxy.m b/iphone/Classes/TiAppiOSBackgroundServiceProxy.m index fa3ffb2ee69..2e28cfc39fc 100644 --- a/iphone/Classes/TiAppiOSBackgroundServiceProxy.m +++ b/iphone/Classes/TiAppiOSBackgroundServiceProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiAppiOSLocalNotificationProxy.h b/iphone/Classes/TiAppiOSLocalNotificationProxy.h index ea19fb19512..fc4a62f7e5c 100644 --- a/iphone/Classes/TiAppiOSLocalNotificationProxy.h +++ b/iphone/Classes/TiAppiOSLocalNotificationProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiAppiOSLocalNotificationProxy.m b/iphone/Classes/TiAppiOSLocalNotificationProxy.m index 583aa8c51bb..2df8471aeff 100644 --- a/iphone/Classes/TiAppiOSLocalNotificationProxy.m +++ b/iphone/Classes/TiAppiOSLocalNotificationProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiAppiOSProxy.h b/iphone/Classes/TiAppiOSProxy.h index dab5881135f..f7d6f29cc2a 100644 --- a/iphone/Classes/TiAppiOSProxy.h +++ b/iphone/Classes/TiAppiOSProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiAppiOSProxy.m b/iphone/Classes/TiAppiOSProxy.m index 81ae94af873..2b47df4b2d0 100644 --- a/iphone/Classes/TiAppiOSProxy.m +++ b/iphone/Classes/TiAppiOSProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiAppiOSSearchQueryProxy.h b/iphone/Classes/TiAppiOSSearchQueryProxy.h index 6e3222a2dd1..c60f5fcb528 100644 --- a/iphone/Classes/TiAppiOSSearchQueryProxy.h +++ b/iphone/Classes/TiAppiOSSearchQueryProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiAppiOSSearchQueryProxy.m b/iphone/Classes/TiAppiOSSearchQueryProxy.m index 0a1f231a512..84be6a626f3 100644 --- a/iphone/Classes/TiAppiOSSearchQueryProxy.m +++ b/iphone/Classes/TiAppiOSSearchQueryProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiAppiOSSearchableIndexProxy.h b/iphone/Classes/TiAppiOSSearchableIndexProxy.h index af8fd98beb3..b3cdc77dec3 100644 --- a/iphone/Classes/TiAppiOSSearchableIndexProxy.h +++ b/iphone/Classes/TiAppiOSSearchableIndexProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiAppiOSSearchableIndexProxy.m b/iphone/Classes/TiAppiOSSearchableIndexProxy.m index 9a3b731f8a1..afbaf31ace6 100644 --- a/iphone/Classes/TiAppiOSSearchableIndexProxy.m +++ b/iphone/Classes/TiAppiOSSearchableIndexProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.h b/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.h index 368ea2cd9f4..a30fa3333a2 100644 --- a/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.h +++ b/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.m b/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.m index e9073e9e053..a3105efa0a0 100644 --- a/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.m +++ b/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiAppiOSSearchableItemProxy.h b/iphone/Classes/TiAppiOSSearchableItemProxy.h index 5630d3c8495..8644efcef39 100644 --- a/iphone/Classes/TiAppiOSSearchableItemProxy.h +++ b/iphone/Classes/TiAppiOSSearchableItemProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiAppiOSSearchableItemProxy.m b/iphone/Classes/TiAppiOSSearchableItemProxy.m index 917975076b5..97cf65ee6ec 100644 --- a/iphone/Classes/TiAppiOSSearchableItemProxy.m +++ b/iphone/Classes/TiAppiOSSearchableItemProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiAppiOSUserActivityProxy.h b/iphone/Classes/TiAppiOSUserActivityProxy.h index 2a7e4f43419..553923811ab 100644 --- a/iphone/Classes/TiAppiOSUserActivityProxy.h +++ b/iphone/Classes/TiAppiOSUserActivityProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiAppiOSUserActivityProxy.m b/iphone/Classes/TiAppiOSUserActivityProxy.m index 06fb380a51a..a5f3f9de614 100644 --- a/iphone/Classes/TiAppiOSUserActivityProxy.m +++ b/iphone/Classes/TiAppiOSUserActivityProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiAppiOSUserDefaultsProxy.h b/iphone/Classes/TiAppiOSUserDefaultsProxy.h index 61c3eb3be15..34be5f18b26 100644 --- a/iphone/Classes/TiAppiOSUserDefaultsProxy.h +++ b/iphone/Classes/TiAppiOSUserDefaultsProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiAppiOSUserDefaultsProxy.m b/iphone/Classes/TiAppiOSUserDefaultsProxy.m index 4a2c9cda083..f975aa4390a 100644 --- a/iphone/Classes/TiAppiOSUserDefaultsProxy.m +++ b/iphone/Classes/TiAppiOSUserDefaultsProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiAppiOSUserNotificationActionProxy.h b/iphone/Classes/TiAppiOSUserNotificationActionProxy.h index 24a9c2a0860..160e0aa40e7 100644 --- a/iphone/Classes/TiAppiOSUserNotificationActionProxy.h +++ b/iphone/Classes/TiAppiOSUserNotificationActionProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiAppiOSUserNotificationActionProxy.m b/iphone/Classes/TiAppiOSUserNotificationActionProxy.m index 219ee3c2b69..62f985ce26b 100644 --- a/iphone/Classes/TiAppiOSUserNotificationActionProxy.m +++ b/iphone/Classes/TiAppiOSUserNotificationActionProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiAppiOSUserNotificationCategoryProxy.h b/iphone/Classes/TiAppiOSUserNotificationCategoryProxy.h index a4021185e35..29aad5e0839 100644 --- a/iphone/Classes/TiAppiOSUserNotificationCategoryProxy.h +++ b/iphone/Classes/TiAppiOSUserNotificationCategoryProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiAppiOSUserNotificationCategoryProxy.m b/iphone/Classes/TiAppiOSUserNotificationCategoryProxy.m index 2e49654d13b..cd6f5b49d0a 100644 --- a/iphone/Classes/TiAppiOSUserNotificationCategoryProxy.m +++ b/iphone/Classes/TiAppiOSUserNotificationCategoryProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiAppiOSUserNotificationCenterProxy.h b/iphone/Classes/TiAppiOSUserNotificationCenterProxy.h index 41c601fc2fa..080f356a39d 100644 --- a/iphone/Classes/TiAppiOSUserNotificationCenterProxy.h +++ b/iphone/Classes/TiAppiOSUserNotificationCenterProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiAppiOSUserNotificationCenterProxy.m b/iphone/Classes/TiAppiOSUserNotificationCenterProxy.m index 39c33b293d2..173ab1a7429 100644 --- a/iphone/Classes/TiAppiOSUserNotificationCenterProxy.m +++ b/iphone/Classes/TiAppiOSUserNotificationCenterProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiButtonUtil.h b/iphone/Classes/TiButtonUtil.h index 209c562cf03..243e352c783 100644 --- a/iphone/Classes/TiButtonUtil.h +++ b/iphone/Classes/TiButtonUtil.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiButtonUtil.m b/iphone/Classes/TiButtonUtil.m index 766fa12aa35..cd59fc2d1c0 100644 --- a/iphone/Classes/TiButtonUtil.m +++ b/iphone/Classes/TiButtonUtil.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiCalendarAlert.h b/iphone/Classes/TiCalendarAlert.h index 0dc0c0af563..898a2a170c3 100644 --- a/iphone/Classes/TiCalendarAlert.h +++ b/iphone/Classes/TiCalendarAlert.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarAlert.m b/iphone/Classes/TiCalendarAlert.m index 201a88d2196..477d2a12713 100644 --- a/iphone/Classes/TiCalendarAlert.m +++ b/iphone/Classes/TiCalendarAlert.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarAttendee.h b/iphone/Classes/TiCalendarAttendee.h index 75ab88cfd9a..d5a451adb05 100644 --- a/iphone/Classes/TiCalendarAttendee.h +++ b/iphone/Classes/TiCalendarAttendee.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarAttendee.m b/iphone/Classes/TiCalendarAttendee.m index 4487a975fb3..92a1780405f 100644 --- a/iphone/Classes/TiCalendarAttendee.m +++ b/iphone/Classes/TiCalendarAttendee.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarCalendar.h b/iphone/Classes/TiCalendarCalendar.h index 311df14d4b1..8ad3a072f6a 100644 --- a/iphone/Classes/TiCalendarCalendar.h +++ b/iphone/Classes/TiCalendarCalendar.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarCalendar.m b/iphone/Classes/TiCalendarCalendar.m index 0e05858b45e..cfe30fb73cf 100644 --- a/iphone/Classes/TiCalendarCalendar.m +++ b/iphone/Classes/TiCalendarCalendar.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarEvent.h b/iphone/Classes/TiCalendarEvent.h index 4c49fbf417d..96e47c6c74c 100644 --- a/iphone/Classes/TiCalendarEvent.h +++ b/iphone/Classes/TiCalendarEvent.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarEvent.m b/iphone/Classes/TiCalendarEvent.m index b117ad41c66..af875dfa07c 100644 --- a/iphone/Classes/TiCalendarEvent.m +++ b/iphone/Classes/TiCalendarEvent.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarRecurrenceRule.h b/iphone/Classes/TiCalendarRecurrenceRule.h index db7c1d36d05..d4ad1f68c03 100644 --- a/iphone/Classes/TiCalendarRecurrenceRule.h +++ b/iphone/Classes/TiCalendarRecurrenceRule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCalendarRecurrenceRule.m b/iphone/Classes/TiCalendarRecurrenceRule.m index f14765c16b5..0d138b51cbf 100644 --- a/iphone/Classes/TiCalendarRecurrenceRule.m +++ b/iphone/Classes/TiCalendarRecurrenceRule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiCollisionBehavior.h b/iphone/Classes/TiCollisionBehavior.h index 0b552f4e6e4..57028f99b16 100644 --- a/iphone/Classes/TiCollisionBehavior.h +++ b/iphone/Classes/TiCollisionBehavior.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiCollisionBehavior.m b/iphone/Classes/TiCollisionBehavior.m index f09a78ebbeb..be569f3ba3f 100644 --- a/iphone/Classes/TiCollisionBehavior.m +++ b/iphone/Classes/TiCollisionBehavior.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiContactsGroup.h b/iphone/Classes/TiContactsGroup.h index d221b734dcf..5a17045d454 100644 --- a/iphone/Classes/TiContactsGroup.h +++ b/iphone/Classes/TiContactsGroup.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiContactsGroup.m b/iphone/Classes/TiContactsGroup.m index f243e0d355d..d6be9ed6eb9 100644 --- a/iphone/Classes/TiContactsGroup.m +++ b/iphone/Classes/TiContactsGroup.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiContactsPerson.h b/iphone/Classes/TiContactsPerson.h index 91136d3b589..a3c86750efe 100644 --- a/iphone/Classes/TiContactsPerson.h +++ b/iphone/Classes/TiContactsPerson.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiContactsPerson.m b/iphone/Classes/TiContactsPerson.m index b8eccfab614..b434f9f3b18 100644 --- a/iphone/Classes/TiContactsPerson.m +++ b/iphone/Classes/TiContactsPerson.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiController.h b/iphone/Classes/TiController.h index e4067f309d5..b10c6494cf7 100644 --- a/iphone/Classes/TiController.h +++ b/iphone/Classes/TiController.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMAttrProxy.h b/iphone/Classes/TiDOMAttrProxy.h index 536d363d6ec..f820e5910bd 100644 --- a/iphone/Classes/TiDOMAttrProxy.h +++ b/iphone/Classes/TiDOMAttrProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMAttrProxy.m b/iphone/Classes/TiDOMAttrProxy.m index 97dd54f12ed..3686fb9792a 100644 --- a/iphone/Classes/TiDOMAttrProxy.m +++ b/iphone/Classes/TiDOMAttrProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMCDATANodeProxy.h b/iphone/Classes/TiDOMCDATANodeProxy.h index 072fa8d584c..1584d1c8c13 100644 --- a/iphone/Classes/TiDOMCDATANodeProxy.h +++ b/iphone/Classes/TiDOMCDATANodeProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMCDATANodeProxy.m b/iphone/Classes/TiDOMCDATANodeProxy.m index 93190a72577..9396373c64c 100644 --- a/iphone/Classes/TiDOMCDATANodeProxy.m +++ b/iphone/Classes/TiDOMCDATANodeProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -15,4 +15,4 @@ - (NSString *)apiName } @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiDOMCommentProxy.h b/iphone/Classes/TiDOMCommentProxy.h index 8916545dc6b..44dda85c983 100644 --- a/iphone/Classes/TiDOMCommentProxy.h +++ b/iphone/Classes/TiDOMCommentProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMCommentProxy.m b/iphone/Classes/TiDOMCommentProxy.m index 9f2ad2f8d66..4502d7cfd62 100644 --- a/iphone/Classes/TiDOMCommentProxy.m +++ b/iphone/Classes/TiDOMCommentProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -14,4 +14,4 @@ - (NSString *)apiName return @"Ti.XML.Comment"; } @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiDOMDocFragProxy.h b/iphone/Classes/TiDOMDocFragProxy.h index a0a0a92b170..250114b39c6 100644 --- a/iphone/Classes/TiDOMDocFragProxy.h +++ b/iphone/Classes/TiDOMDocFragProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMDocFragProxy.m b/iphone/Classes/TiDOMDocFragProxy.m index 0006d00942b..ca479739ad3 100644 --- a/iphone/Classes/TiDOMDocFragProxy.m +++ b/iphone/Classes/TiDOMDocFragProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -21,4 +21,4 @@ - (id)nodeValue return [NSNull null]; } @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiDOMDocumentProxy.h b/iphone/Classes/TiDOMDocumentProxy.h index d67b07f44e1..944a011be8d 100644 --- a/iphone/Classes/TiDOMDocumentProxy.h +++ b/iphone/Classes/TiDOMDocumentProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMDocumentProxy.m b/iphone/Classes/TiDOMDocumentProxy.m index db2e88e82e4..69a9b01ea36 100644 --- a/iphone/Classes/TiDOMDocumentProxy.m +++ b/iphone/Classes/TiDOMDocumentProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiDOMElementProxy.h b/iphone/Classes/TiDOMElementProxy.h index 82d3ad3d8be..15799adabe1 100644 --- a/iphone/Classes/TiDOMElementProxy.h +++ b/iphone/Classes/TiDOMElementProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMElementProxy.m b/iphone/Classes/TiDOMElementProxy.m index 8d27d940f68..1fb528fd533 100644 --- a/iphone/Classes/TiDOMElementProxy.m +++ b/iphone/Classes/TiDOMElementProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiDOMEntityProxy.h b/iphone/Classes/TiDOMEntityProxy.h index 8971027c39c..2ef17a582cc 100644 --- a/iphone/Classes/TiDOMEntityProxy.h +++ b/iphone/Classes/TiDOMEntityProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMEntityProxy.m b/iphone/Classes/TiDOMEntityProxy.m index 0755fe1284d..b640ddc45ea 100644 --- a/iphone/Classes/TiDOMEntityProxy.m +++ b/iphone/Classes/TiDOMEntityProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -36,4 +36,4 @@ - (id)systemId return [NSNull null]; } @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiDOMEntityRefProxy.h b/iphone/Classes/TiDOMEntityRefProxy.h index 1d90cfb9426..a2bb303bf30 100644 --- a/iphone/Classes/TiDOMEntityRefProxy.h +++ b/iphone/Classes/TiDOMEntityRefProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMEntityRefProxy.m b/iphone/Classes/TiDOMEntityRefProxy.m index e7637b56e65..ae59f52878e 100644 --- a/iphone/Classes/TiDOMEntityRefProxy.m +++ b/iphone/Classes/TiDOMEntityRefProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -20,4 +20,4 @@ - (id)nodeValue return [NSNull null]; } @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiDOMNamedNodeMapProxy.h b/iphone/Classes/TiDOMNamedNodeMapProxy.h index 590b7fc1f78..5f353d39087 100644 --- a/iphone/Classes/TiDOMNamedNodeMapProxy.h +++ b/iphone/Classes/TiDOMNamedNodeMapProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMNamedNodeMapProxy.m b/iphone/Classes/TiDOMNamedNodeMapProxy.m index 4b4eaf4709d..9b23c2178d9 100644 --- a/iphone/Classes/TiDOMNamedNodeMapProxy.m +++ b/iphone/Classes/TiDOMNamedNodeMapProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMNodeListProxy.h b/iphone/Classes/TiDOMNodeListProxy.h index 561a860cae0..9cd35b0d48c 100644 --- a/iphone/Classes/TiDOMNodeListProxy.h +++ b/iphone/Classes/TiDOMNodeListProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMNodeListProxy.m b/iphone/Classes/TiDOMNodeListProxy.m index 31b339eb6fa..31068ba638c 100644 --- a/iphone/Classes/TiDOMNodeListProxy.m +++ b/iphone/Classes/TiDOMNodeListProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMNodeProxy.h b/iphone/Classes/TiDOMNodeProxy.h index 13d2629d0cd..4f8594f8be7 100644 --- a/iphone/Classes/TiDOMNodeProxy.h +++ b/iphone/Classes/TiDOMNodeProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMNodeProxy.m b/iphone/Classes/TiDOMNodeProxy.m index 1b7a7ea45ad..9acceb7288c 100644 --- a/iphone/Classes/TiDOMNodeProxy.m +++ b/iphone/Classes/TiDOMNodeProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMNotationProxy.h b/iphone/Classes/TiDOMNotationProxy.h index 5bf54a7df6a..8c9a8dc0eb8 100644 --- a/iphone/Classes/TiDOMNotationProxy.h +++ b/iphone/Classes/TiDOMNotationProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMNotationProxy.m b/iphone/Classes/TiDOMNotationProxy.m index 51d4555b498..4ffc7d27413 100644 --- a/iphone/Classes/TiDOMNotationProxy.m +++ b/iphone/Classes/TiDOMNotationProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -32,4 +32,4 @@ - (id)systemId return [NSNull null]; } @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiDOMPIProxy.h b/iphone/Classes/TiDOMPIProxy.h index c4df5d3a591..11460e2cf06 100644 --- a/iphone/Classes/TiDOMPIProxy.h +++ b/iphone/Classes/TiDOMPIProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMPIProxy.m b/iphone/Classes/TiDOMPIProxy.m index 1b37f5a7fbb..6a0122aa80d 100644 --- a/iphone/Classes/TiDOMPIProxy.m +++ b/iphone/Classes/TiDOMPIProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMTextNodeProxy.h b/iphone/Classes/TiDOMTextNodeProxy.h index 5284dc276e4..a9d75bcce37 100644 --- a/iphone/Classes/TiDOMTextNodeProxy.h +++ b/iphone/Classes/TiDOMTextNodeProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMTextNodeProxy.m b/iphone/Classes/TiDOMTextNodeProxy.m index 3d15fd9fc99..adadf15a473 100644 --- a/iphone/Classes/TiDOMTextNodeProxy.m +++ b/iphone/Classes/TiDOMTextNodeProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMValidator.h b/iphone/Classes/TiDOMValidator.h index 331691c7d38..b8fb912f585 100644 --- a/iphone/Classes/TiDOMValidator.h +++ b/iphone/Classes/TiDOMValidator.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDOMValidator.m b/iphone/Classes/TiDOMValidator.m index 58511248952..75fbd7aaf78 100644 --- a/iphone/Classes/TiDOMValidator.m +++ b/iphone/Classes/TiDOMValidator.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiDataStream.h b/iphone/Classes/TiDataStream.h index 2b62ae51a7e..a1e2f9906c1 100644 --- a/iphone/Classes/TiDataStream.h +++ b/iphone/Classes/TiDataStream.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/Classes/TiDataStream.m b/iphone/Classes/TiDataStream.m index dfc85244838..06b53065f69 100644 --- a/iphone/Classes/TiDataStream.m +++ b/iphone/Classes/TiDataStream.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/Classes/TiDatabaseProxy.h b/iphone/Classes/TiDatabaseProxy.h index e1051fe86ed..1bf5f26e771 100644 --- a/iphone/Classes/TiDatabaseProxy.h +++ b/iphone/Classes/TiDatabaseProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiDatabaseProxy.m b/iphone/Classes/TiDatabaseProxy.m index 1b98aa3c50a..7a7f575389b 100644 --- a/iphone/Classes/TiDatabaseProxy.m +++ b/iphone/Classes/TiDatabaseProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiDatabaseResultSetProxy.h b/iphone/Classes/TiDatabaseResultSetProxy.h index 3e95ed589d6..4b9d20343ae 100644 --- a/iphone/Classes/TiDatabaseResultSetProxy.h +++ b/iphone/Classes/TiDatabaseResultSetProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiDatabaseResultSetProxy.m b/iphone/Classes/TiDatabaseResultSetProxy.m index 02515ec0def..d7b83b6ff0c 100644 --- a/iphone/Classes/TiDatabaseResultSetProxy.m +++ b/iphone/Classes/TiDatabaseResultSetProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiDynamicItemBehavior.h b/iphone/Classes/TiDynamicItemBehavior.h index 05fb1d9d970..b1e2f68e55b 100644 --- a/iphone/Classes/TiDynamicItemBehavior.h +++ b/iphone/Classes/TiDynamicItemBehavior.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiDynamicItemBehavior.m b/iphone/Classes/TiDynamicItemBehavior.m index e0e00e61899..ebd5885802a 100644 --- a/iphone/Classes/TiDynamicItemBehavior.m +++ b/iphone/Classes/TiDynamicItemBehavior.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiFilesystemBlobProxy.h b/iphone/Classes/TiFilesystemBlobProxy.h index dada451950d..d2ea6d66d55 100644 --- a/iphone/Classes/TiFilesystemBlobProxy.h +++ b/iphone/Classes/TiFilesystemBlobProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010 by Appcelerator, 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/iphone/Classes/TiFilesystemBlobProxy.m b/iphone/Classes/TiFilesystemBlobProxy.m index b33741dc551..4d3aa10c690 100644 --- a/iphone/Classes/TiFilesystemBlobProxy.m +++ b/iphone/Classes/TiFilesystemBlobProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiGravityBehavior.h b/iphone/Classes/TiGravityBehavior.h index e52686abf10..7b26371ddaa 100644 --- a/iphone/Classes/TiGravityBehavior.h +++ b/iphone/Classes/TiGravityBehavior.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiGravityBehavior.m b/iphone/Classes/TiGravityBehavior.m index 29b418d9ae6..00fb62c74b0 100644 --- a/iphone/Classes/TiGravityBehavior.m +++ b/iphone/Classes/TiGravityBehavior.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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. */ @@ -200,4 +200,4 @@ - (NSDictionary *)gravityDirection @end #endif -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiMediaAudioPlayerProxy.h b/iphone/Classes/TiMediaAudioPlayerProxy.h index 94c7d839970..35570f1ac9c 100644 --- a/iphone/Classes/TiMediaAudioPlayerProxy.h +++ b/iphone/Classes/TiMediaAudioPlayerProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaAudioPlayerProxy.m b/iphone/Classes/TiMediaAudioPlayerProxy.m index 368f7d3c2d7..7613dae33bc 100644 --- a/iphone/Classes/TiMediaAudioPlayerProxy.m +++ b/iphone/Classes/TiMediaAudioPlayerProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiMediaAudioRecorderProxy.h b/iphone/Classes/TiMediaAudioRecorderProxy.h index 02e856a10fc..7dbcab58eb9 100644 --- a/iphone/Classes/TiMediaAudioRecorderProxy.h +++ b/iphone/Classes/TiMediaAudioRecorderProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaAudioSession.h b/iphone/Classes/TiMediaAudioSession.h index 7d5d1bbe6d5..c19667f24d2 100644 --- a/iphone/Classes/TiMediaAudioSession.h +++ b/iphone/Classes/TiMediaAudioSession.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaAudioSession.m b/iphone/Classes/TiMediaAudioSession.m index 3f5e76b2f3f..57ecae4fd1f 100644 --- a/iphone/Classes/TiMediaAudioSession.m +++ b/iphone/Classes/TiMediaAudioSession.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaItem.h b/iphone/Classes/TiMediaItem.h index 66912fb0fee..d0b9bf134cc 100644 --- a/iphone/Classes/TiMediaItem.h +++ b/iphone/Classes/TiMediaItem.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiMediaItem.m b/iphone/Classes/TiMediaItem.m index d06e47a3713..a0ed7ed2851 100644 --- a/iphone/Classes/TiMediaItem.m +++ b/iphone/Classes/TiMediaItem.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiMediaMusicPlayer.h b/iphone/Classes/TiMediaMusicPlayer.h index 2d223052669..c703b5a3fca 100644 --- a/iphone/Classes/TiMediaMusicPlayer.h +++ b/iphone/Classes/TiMediaMusicPlayer.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaMusicPlayer.m b/iphone/Classes/TiMediaMusicPlayer.m index f625606d479..22818f16029 100644 --- a/iphone/Classes/TiMediaMusicPlayer.m +++ b/iphone/Classes/TiMediaMusicPlayer.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaSoundProxy.h b/iphone/Classes/TiMediaSoundProxy.h index 4b70d724cfe..81433307417 100644 --- a/iphone/Classes/TiMediaSoundProxy.h +++ b/iphone/Classes/TiMediaSoundProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaSoundProxy.m b/iphone/Classes/TiMediaSoundProxy.m index e4939706b01..bae4c09f215 100644 --- a/iphone/Classes/TiMediaSoundProxy.m +++ b/iphone/Classes/TiMediaSoundProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaSystemAlertProxy.h b/iphone/Classes/TiMediaSystemAlertProxy.h index f4249dcc593..9492436ac6b 100644 --- a/iphone/Classes/TiMediaSystemAlertProxy.h +++ b/iphone/Classes/TiMediaSystemAlertProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiMediaSystemAlertProxy.m b/iphone/Classes/TiMediaSystemAlertProxy.m index ba8903b476d..516ac8bf337 100644 --- a/iphone/Classes/TiMediaSystemAlertProxy.m +++ b/iphone/Classes/TiMediaSystemAlertProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiMediaTypes.h b/iphone/Classes/TiMediaTypes.h index 0821ec29ed8..acd5f9223d6 100644 --- a/iphone/Classes/TiMediaTypes.h +++ b/iphone/Classes/TiMediaTypes.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018 by Appcelerator, 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/iphone/Classes/TiMediaVideoPlayer.h b/iphone/Classes/TiMediaVideoPlayer.h index 68db0c0d354..9bc0c2ad747 100644 --- a/iphone/Classes/TiMediaVideoPlayer.h +++ b/iphone/Classes/TiMediaVideoPlayer.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaVideoPlayer.m b/iphone/Classes/TiMediaVideoPlayer.m index ca75b34050b..5f81244580d 100644 --- a/iphone/Classes/TiMediaVideoPlayer.m +++ b/iphone/Classes/TiMediaVideoPlayer.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaVideoPlayerProxy.h b/iphone/Classes/TiMediaVideoPlayerProxy.h index 0cd46873fed..900ec8d41c6 100644 --- a/iphone/Classes/TiMediaVideoPlayerProxy.h +++ b/iphone/Classes/TiMediaVideoPlayerProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiMediaVideoPlayerProxy.m b/iphone/Classes/TiMediaVideoPlayerProxy.m index 7fcabea2886..af4e43527f3 100644 --- a/iphone/Classes/TiMediaVideoPlayerProxy.m +++ b/iphone/Classes/TiMediaVideoPlayerProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiNetworkBonjourBrowserProxy.h b/iphone/Classes/TiNetworkBonjourBrowserProxy.h index 55d1a47ce3e..ade51d2dfb0 100644 --- a/iphone/Classes/TiNetworkBonjourBrowserProxy.h +++ b/iphone/Classes/TiNetworkBonjourBrowserProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiNetworkBonjourBrowserProxy.m b/iphone/Classes/TiNetworkBonjourBrowserProxy.m index 1f03111609a..f450fb372e2 100644 --- a/iphone/Classes/TiNetworkBonjourBrowserProxy.m +++ b/iphone/Classes/TiNetworkBonjourBrowserProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiNetworkBonjourServiceProxy.h b/iphone/Classes/TiNetworkBonjourServiceProxy.h index 0e6961301c4..93a877db4da 100644 --- a/iphone/Classes/TiNetworkBonjourServiceProxy.h +++ b/iphone/Classes/TiNetworkBonjourServiceProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Appcelerator, 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/iphone/Classes/TiNetworkBonjourServiceProxy.m b/iphone/Classes/TiNetworkBonjourServiceProxy.m index 403172096c1..336bc287e18 100644 --- a/iphone/Classes/TiNetworkBonjourServiceProxy.m +++ b/iphone/Classes/TiNetworkBonjourServiceProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Appcelerator, 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/iphone/Classes/TiNetworkCookieProxy.h b/iphone/Classes/TiNetworkCookieProxy.h index b497b0471d9..65ff56fcc6b 100644 --- a/iphone/Classes/TiNetworkCookieProxy.h +++ b/iphone/Classes/TiNetworkCookieProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiNetworkCookieProxy.m b/iphone/Classes/TiNetworkCookieProxy.m index b7260c194a2..5e1171cf5d0 100644 --- a/iphone/Classes/TiNetworkCookieProxy.m +++ b/iphone/Classes/TiNetworkCookieProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiNetworkHTTPClientProxy.h b/iphone/Classes/TiNetworkHTTPClientProxy.h index 3c9ca347dca..ef77f69f783 100644 --- a/iphone/Classes/TiNetworkHTTPClientProxy.h +++ b/iphone/Classes/TiNetworkHTTPClientProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiNetworkHTTPClientProxy.m b/iphone/Classes/TiNetworkHTTPClientProxy.m index 96fa020907b..64ae959375f 100644 --- a/iphone/Classes/TiNetworkHTTPClientProxy.m +++ b/iphone/Classes/TiNetworkHTTPClientProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiNetworkSocketProxy.h b/iphone/Classes/TiNetworkSocketProxy.h index 540b6d1dc7e..d13b4cb627c 100644 --- a/iphone/Classes/TiNetworkSocketProxy.h +++ b/iphone/Classes/TiNetworkSocketProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiNetworkSocketProxy.m b/iphone/Classes/TiNetworkSocketProxy.m index ca824e82485..aef93efb030 100644 --- a/iphone/Classes/TiNetworkSocketProxy.m +++ b/iphone/Classes/TiNetworkSocketProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiNetworkSocketTCPProxy.h b/iphone/Classes/TiNetworkSocketTCPProxy.h index 671be96e421..dd074361b38 100644 --- a/iphone/Classes/TiNetworkSocketTCPProxy.h +++ b/iphone/Classes/TiNetworkSocketTCPProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/Classes/TiNetworkSocketTCPProxy.m b/iphone/Classes/TiNetworkSocketTCPProxy.m index 986290ace2a..c32ed8edd2e 100644 --- a/iphone/Classes/TiNetworkSocketTCPProxy.m +++ b/iphone/Classes/TiNetworkSocketTCPProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/Classes/TiPlatformDisplayCaps.h b/iphone/Classes/TiPlatformDisplayCaps.h index 432a3e53c68..d9b1ef14bbf 100644 --- a/iphone/Classes/TiPlatformDisplayCaps.h +++ b/iphone/Classes/TiPlatformDisplayCaps.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiPlatformDisplayCaps.m b/iphone/Classes/TiPlatformDisplayCaps.m index 36b2f642ccc..40148ac9025 100644 --- a/iphone/Classes/TiPlatformDisplayCaps.m +++ b/iphone/Classes/TiPlatformDisplayCaps.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiPreviewingDelegate.h b/iphone/Classes/TiPreviewingDelegate.h index e3d69fe3ca3..63a9893287d 100644 --- a/iphone/Classes/TiPreviewingDelegate.h +++ b/iphone/Classes/TiPreviewingDelegate.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiPreviewingDelegate.m b/iphone/Classes/TiPreviewingDelegate.m index 2aa231709c3..3ec4bc9c42b 100644 --- a/iphone/Classes/TiPreviewingDelegate.m +++ b/iphone/Classes/TiPreviewingDelegate.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiPushBehavior.h b/iphone/Classes/TiPushBehavior.h index e26031c6f36..5f91dffaa65 100644 --- a/iphone/Classes/TiPushBehavior.h +++ b/iphone/Classes/TiPushBehavior.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiPushBehavior.m b/iphone/Classes/TiPushBehavior.m index 6069d61fbd1..c709084f125 100644 --- a/iphone/Classes/TiPushBehavior.m +++ b/iphone/Classes/TiPushBehavior.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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. */ @@ -248,4 +248,4 @@ - (NSNumber *)active @end #endif -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiSelectedCellbackgroundView.h b/iphone/Classes/TiSelectedCellbackgroundView.h index 478405397c8..f08d82da0ed 100644 --- a/iphone/Classes/TiSelectedCellbackgroundView.h +++ b/iphone/Classes/TiSelectedCellbackgroundView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiSelectedCellbackgroundView.m b/iphone/Classes/TiSelectedCellbackgroundView.m index b766751c0d4..5f859340c64 100644 --- a/iphone/Classes/TiSelectedCellbackgroundView.m +++ b/iphone/Classes/TiSelectedCellbackgroundView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiSnapBehavior.h b/iphone/Classes/TiSnapBehavior.h index 65c2f6e8855..25570b8c9b5 100644 --- a/iphone/Classes/TiSnapBehavior.h +++ b/iphone/Classes/TiSnapBehavior.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiSnapBehavior.m b/iphone/Classes/TiSnapBehavior.m index d8be806804f..e487097b47d 100644 --- a/iphone/Classes/TiSnapBehavior.m +++ b/iphone/Classes/TiSnapBehavior.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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. */ @@ -146,4 +146,4 @@ - (void)setSnapPoint:(id)args @end #endif -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiToolbarButton.h b/iphone/Classes/TiToolbarButton.h index 807fd98f9bd..7a6a0ad1637 100644 --- a/iphone/Classes/TiToolbarButton.h +++ b/iphone/Classes/TiToolbarButton.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIActivityIndicator.h b/iphone/Classes/TiUIActivityIndicator.h index b03b2482f06..ad7555df83d 100644 --- a/iphone/Classes/TiUIActivityIndicator.h +++ b/iphone/Classes/TiUIActivityIndicator.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIActivityIndicator.m b/iphone/Classes/TiUIActivityIndicator.m index 27873e8c048..ee0cf33a32d 100644 --- a/iphone/Classes/TiUIActivityIndicator.m +++ b/iphone/Classes/TiUIActivityIndicator.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIActivityIndicatorProxy.h b/iphone/Classes/TiUIActivityIndicatorProxy.h index f5de5dfe7e1..3ac01fe5893 100644 --- a/iphone/Classes/TiUIActivityIndicatorProxy.h +++ b/iphone/Classes/TiUIActivityIndicatorProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIActivityIndicatorProxy.m b/iphone/Classes/TiUIActivityIndicatorProxy.m index 035047933c8..8cc8c8d8593 100644 --- a/iphone/Classes/TiUIActivityIndicatorProxy.m +++ b/iphone/Classes/TiUIActivityIndicatorProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -56,4 +56,4 @@ - (TiDimension)defaultAutoHeightBehavior:(id)unused #endif @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiUIActivityIndicatorStyleProxy.h b/iphone/Classes/TiUIActivityIndicatorStyleProxy.h index 0065372f7a0..470b73c21f1 100644 --- a/iphone/Classes/TiUIActivityIndicatorStyleProxy.h +++ b/iphone/Classes/TiUIActivityIndicatorStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIActivityIndicatorStyleProxy.m b/iphone/Classes/TiUIActivityIndicatorStyleProxy.m index 6054b1ac574..96490f5974c 100644 --- a/iphone/Classes/TiUIActivityIndicatorStyleProxy.m +++ b/iphone/Classes/TiUIActivityIndicatorStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIAlertDialogProxy.h b/iphone/Classes/TiUIAlertDialogProxy.h index e074f8b33c4..598152828d4 100644 --- a/iphone/Classes/TiUIAlertDialogProxy.h +++ b/iphone/Classes/TiUIAlertDialogProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIAlertDialogProxy.m b/iphone/Classes/TiUIAlertDialogProxy.m index 933619a041f..254e44b13d8 100644 --- a/iphone/Classes/TiUIAlertDialogProxy.m +++ b/iphone/Classes/TiUIAlertDialogProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIApplication.h b/iphone/Classes/TiUIApplication.h index 34694688447..7826733bd0a 100644 --- a/iphone/Classes/TiUIApplication.h +++ b/iphone/Classes/TiUIApplication.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiUIApplication.m b/iphone/Classes/TiUIApplication.m index 3c8e1cf60bc..442a72a0034 100644 --- a/iphone/Classes/TiUIApplication.m +++ b/iphone/Classes/TiUIApplication.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiUIApplicationShortcutsProxy.h b/iphone/Classes/TiUIApplicationShortcutsProxy.h index 886e2d318e4..4a73e5c046d 100644 --- a/iphone/Classes/TiUIApplicationShortcutsProxy.h +++ b/iphone/Classes/TiUIApplicationShortcutsProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018 by Appcelerator, 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/iphone/Classes/TiUIApplicationShortcutsProxy.m b/iphone/Classes/TiUIApplicationShortcutsProxy.m index 80cbacefa0f..584a24eb08b 100644 --- a/iphone/Classes/TiUIApplicationShortcutsProxy.m +++ b/iphone/Classes/TiUIApplicationShortcutsProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiUIAttributedStringProxy.h b/iphone/Classes/TiUIAttributedStringProxy.h index a3f0fca2d9e..bd91d7566d7 100644 --- a/iphone/Classes/TiUIAttributedStringProxy.h +++ b/iphone/Classes/TiUIAttributedStringProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiUIAttributedStringProxy.m b/iphone/Classes/TiUIAttributedStringProxy.m index ca20c3dd732..09900b24403 100644 --- a/iphone/Classes/TiUIAttributedStringProxy.m +++ b/iphone/Classes/TiUIAttributedStringProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015-2018 by Appcelerator, 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/iphone/Classes/TiUIButton.h b/iphone/Classes/TiUIButton.h index d2d942a4825..6f8b1c9658f 100644 --- a/iphone/Classes/TiUIButton.h +++ b/iphone/Classes/TiUIButton.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIButton.m b/iphone/Classes/TiUIButton.m index c0962497aeb..a2f5069a005 100644 --- a/iphone/Classes/TiUIButton.m +++ b/iphone/Classes/TiUIButton.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIButtonBar.h b/iphone/Classes/TiUIButtonBar.h index b7b5b47188a..b913a5910cd 100644 --- a/iphone/Classes/TiUIButtonBar.h +++ b/iphone/Classes/TiUIButtonBar.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiUIButtonBar.m b/iphone/Classes/TiUIButtonBar.m index 4eff7e67e56..22cca6efedb 100644 --- a/iphone/Classes/TiUIButtonBar.m +++ b/iphone/Classes/TiUIButtonBar.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiUIButtonBarProxy.h b/iphone/Classes/TiUIButtonBarProxy.h index ad39127b9fe..0791e68f98c 100644 --- a/iphone/Classes/TiUIButtonBarProxy.h +++ b/iphone/Classes/TiUIButtonBarProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIButtonBarProxy.m b/iphone/Classes/TiUIButtonBarProxy.m index 3fa8659abe6..cdb3dca5062 100644 --- a/iphone/Classes/TiUIButtonBarProxy.m +++ b/iphone/Classes/TiUIButtonBarProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIButtonProxy.h b/iphone/Classes/TiUIButtonProxy.h index 892be08b838..da6fe8f8301 100644 --- a/iphone/Classes/TiUIButtonProxy.h +++ b/iphone/Classes/TiUIButtonProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIButtonProxy.m b/iphone/Classes/TiUIButtonProxy.m index c9ed1bfe305..f6e5677ad0d 100644 --- a/iphone/Classes/TiUIButtonProxy.m +++ b/iphone/Classes/TiUIButtonProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUICanvasView.h b/iphone/Classes/TiUICanvasView.h index de80df5b818..cdaf2392394 100644 --- a/iphone/Classes/TiUICanvasView.h +++ b/iphone/Classes/TiUICanvasView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUICanvasView.m b/iphone/Classes/TiUICanvasView.m index f75e05dce0c..6631193be66 100644 --- a/iphone/Classes/TiUICanvasView.m +++ b/iphone/Classes/TiUICanvasView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUICanvasViewProxy.h b/iphone/Classes/TiUICanvasViewProxy.h index b46a14f7ba1..02afa0e1d30 100644 --- a/iphone/Classes/TiUICanvasViewProxy.h +++ b/iphone/Classes/TiUICanvasViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUICanvasViewProxy.m b/iphone/Classes/TiUICanvasViewProxy.m index 70e73104e5a..f8207e8787f 100644 --- a/iphone/Classes/TiUICanvasViewProxy.m +++ b/iphone/Classes/TiUICanvasViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -25,4 +25,4 @@ - (void)commit:(id)args @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiUIDashboardItem.h b/iphone/Classes/TiUIDashboardItem.h index c2ad6e98015..9a52af9c6f3 100644 --- a/iphone/Classes/TiUIDashboardItem.h +++ b/iphone/Classes/TiUIDashboardItem.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIDashboardItem.m b/iphone/Classes/TiUIDashboardItem.m index 1250a1da999..6203cebb85c 100644 --- a/iphone/Classes/TiUIDashboardItem.m +++ b/iphone/Classes/TiUIDashboardItem.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIDashboardItemProxy.h b/iphone/Classes/TiUIDashboardItemProxy.h index 938e920c5a9..b6b67ab59b2 100644 --- a/iphone/Classes/TiUIDashboardItemProxy.h +++ b/iphone/Classes/TiUIDashboardItemProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIDashboardItemProxy.m b/iphone/Classes/TiUIDashboardItemProxy.m index 0c6167b503d..ecf4b22a70e 100644 --- a/iphone/Classes/TiUIDashboardItemProxy.m +++ b/iphone/Classes/TiUIDashboardItemProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIDashboardView.h b/iphone/Classes/TiUIDashboardView.h index cf7eb5695ee..6d88b0c11e2 100644 --- a/iphone/Classes/TiUIDashboardView.h +++ b/iphone/Classes/TiUIDashboardView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIDashboardView.m b/iphone/Classes/TiUIDashboardView.m index 16f56baaf69..9e444fa236e 100644 --- a/iphone/Classes/TiUIDashboardView.m +++ b/iphone/Classes/TiUIDashboardView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIDashboardViewProxy.h b/iphone/Classes/TiUIDashboardViewProxy.h index 1d1cef70853..b09c731a807 100644 --- a/iphone/Classes/TiUIDashboardViewProxy.h +++ b/iphone/Classes/TiUIDashboardViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIDashboardViewProxy.m b/iphone/Classes/TiUIDashboardViewProxy.m index b09bb008447..5128a969de6 100644 --- a/iphone/Classes/TiUIDashboardViewProxy.m +++ b/iphone/Classes/TiUIDashboardViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIEmailDialogProxy.h b/iphone/Classes/TiUIEmailDialogProxy.h index 85043d3b687..acd93d83a68 100644 --- a/iphone/Classes/TiUIEmailDialogProxy.h +++ b/iphone/Classes/TiUIEmailDialogProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIEmailDialogProxy.m b/iphone/Classes/TiUIEmailDialogProxy.m index b1f179a9396..6aee6ca3447 100644 --- a/iphone/Classes/TiUIEmailDialogProxy.m +++ b/iphone/Classes/TiUIEmailDialogProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIImageView.h b/iphone/Classes/TiUIImageView.h index fa1c8fcc7e8..db5676402df 100644 --- a/iphone/Classes/TiUIImageView.h +++ b/iphone/Classes/TiUIImageView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIImageView.m b/iphone/Classes/TiUIImageView.m index 5b1f9bc0e50..76098b1cc87 100644 --- a/iphone/Classes/TiUIImageView.m +++ b/iphone/Classes/TiUIImageView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIImageViewProxy.h b/iphone/Classes/TiUIImageViewProxy.h index b1b996dc548..cde60d114c9 100644 --- a/iphone/Classes/TiUIImageViewProxy.h +++ b/iphone/Classes/TiUIImageViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIImageViewProxy.m b/iphone/Classes/TiUIImageViewProxy.m index 8389b9a22a1..f5048c70d5b 100644 --- a/iphone/Classes/TiUIImageViewProxy.m +++ b/iphone/Classes/TiUIImageViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUILabel.h b/iphone/Classes/TiUILabel.h index 72e44f370d4..cd697607698 100644 --- a/iphone/Classes/TiUILabel.h +++ b/iphone/Classes/TiUILabel.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiUILabel.m b/iphone/Classes/TiUILabel.m index 54581931824..f574bf14ae6 100644 --- a/iphone/Classes/TiUILabel.m +++ b/iphone/Classes/TiUILabel.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUILabelProxy.h b/iphone/Classes/TiUILabelProxy.h index ab9312681ed..7784df2a789 100644 --- a/iphone/Classes/TiUILabelProxy.h +++ b/iphone/Classes/TiUILabelProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUILabelProxy.m b/iphone/Classes/TiUILabelProxy.m index 8782364f78b..f3c662e2bd1 100644 --- a/iphone/Classes/TiUILabelProxy.m +++ b/iphone/Classes/TiUILabelProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIListItem.h b/iphone/Classes/TiUIListItem.h index d13083687ea..96353e35a0a 100644 --- a/iphone/Classes/TiUIListItem.h +++ b/iphone/Classes/TiUIListItem.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIListItem.m b/iphone/Classes/TiUIListItem.m index 340d9fb0831..01e996df147 100644 --- a/iphone/Classes/TiUIListItem.m +++ b/iphone/Classes/TiUIListItem.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIListItemProxy.h b/iphone/Classes/TiUIListItemProxy.h index 3ad883534a4..7e8b24db15d 100644 --- a/iphone/Classes/TiUIListItemProxy.h +++ b/iphone/Classes/TiUIListItemProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIListItemProxy.m b/iphone/Classes/TiUIListItemProxy.m index 03a373f87b5..97c4f6c4408 100644 --- a/iphone/Classes/TiUIListItemProxy.m +++ b/iphone/Classes/TiUIListItemProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIListSectionProxy.h b/iphone/Classes/TiUIListSectionProxy.h index 5f23a9fe060..243969b87d1 100644 --- a/iphone/Classes/TiUIListSectionProxy.h +++ b/iphone/Classes/TiUIListSectionProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIListSectionProxy.m b/iphone/Classes/TiUIListSectionProxy.m index 553783abcc4..a66573ddf43 100644 --- a/iphone/Classes/TiUIListSectionProxy.m +++ b/iphone/Classes/TiUIListSectionProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIListView.h b/iphone/Classes/TiUIListView.h index 7c1094905b1..92666639a3a 100644 --- a/iphone/Classes/TiUIListView.h +++ b/iphone/Classes/TiUIListView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIListView.m b/iphone/Classes/TiUIListView.m index 3dca401f09e..8a5b70b7a3e 100644 --- a/iphone/Classes/TiUIListView.m +++ b/iphone/Classes/TiUIListView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013-2015 by Appcelerator, 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/iphone/Classes/TiUIListViewProxy.h b/iphone/Classes/TiUIListViewProxy.h index a8c9e0f6f07..b4e78ee1147 100644 --- a/iphone/Classes/TiUIListViewProxy.h +++ b/iphone/Classes/TiUIListViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIListViewProxy.m b/iphone/Classes/TiUIListViewProxy.m index 60b43cec4e4..127dfdd5323 100644 --- a/iphone/Classes/TiUIListViewProxy.m +++ b/iphone/Classes/TiUIListViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIMaskedImage.h b/iphone/Classes/TiUIMaskedImage.h index 62f180d39f5..831645933b5 100644 --- a/iphone/Classes/TiUIMaskedImage.h +++ b/iphone/Classes/TiUIMaskedImage.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIMaskedImage.m b/iphone/Classes/TiUIMaskedImage.m index 72b81a9a36a..64297b16728 100644 --- a/iphone/Classes/TiUIMaskedImage.m +++ b/iphone/Classes/TiUIMaskedImage.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIMaskedImageProxy.h b/iphone/Classes/TiUIMaskedImageProxy.h index b0dbfd1056a..f005aab5322 100644 --- a/iphone/Classes/TiUIMaskedImageProxy.h +++ b/iphone/Classes/TiUIMaskedImageProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIMaskedImageProxy.m b/iphone/Classes/TiUIMaskedImageProxy.m index 14e5ee17cbe..66db9739eb8 100644 --- a/iphone/Classes/TiUIMaskedImageProxy.m +++ b/iphone/Classes/TiUIMaskedImageProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUINavBarButton.h b/iphone/Classes/TiUINavBarButton.h index e631192e0a1..74e028339c0 100644 --- a/iphone/Classes/TiUINavBarButton.h +++ b/iphone/Classes/TiUINavBarButton.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUINavBarButton.m b/iphone/Classes/TiUINavBarButton.m index 9252cb39772..249549583dc 100644 --- a/iphone/Classes/TiUINavBarButton.m +++ b/iphone/Classes/TiUINavBarButton.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUINavigationWindowInternal.h b/iphone/Classes/TiUINavigationWindowInternal.h index d74e5544647..898ea9f6fa0 100644 --- a/iphone/Classes/TiUINavigationWindowInternal.h +++ b/iphone/Classes/TiUINavigationWindowInternal.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiUINavigationWindowInternal.m b/iphone/Classes/TiUINavigationWindowInternal.m index 6a58f9d4041..8645d901e10 100644 --- a/iphone/Classes/TiUINavigationWindowInternal.m +++ b/iphone/Classes/TiUINavigationWindowInternal.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiUINavigationWindowProxy.h b/iphone/Classes/TiUINavigationWindowProxy.h index 62711151f2b..5514e81a4ce 100644 --- a/iphone/Classes/TiUINavigationWindowProxy.h +++ b/iphone/Classes/TiUINavigationWindowProxy.h @@ -1,6 +1,6 @@ /** * Axway Titanium - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiUINavigationWindowProxy.m b/iphone/Classes/TiUINavigationWindowProxy.m index 53cba817644..d799d9327ac 100644 --- a/iphone/Classes/TiUINavigationWindowProxy.m +++ b/iphone/Classes/TiUINavigationWindowProxy.m @@ -1,6 +1,6 @@ /** * Axway Titanium - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiUIOptionDialogProxy.h b/iphone/Classes/TiUIOptionDialogProxy.h index 94d5a90b9de..a9573b8ab4b 100644 --- a/iphone/Classes/TiUIOptionDialogProxy.h +++ b/iphone/Classes/TiUIOptionDialogProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/Classes/TiUIOptionDialogProxy.m b/iphone/Classes/TiUIOptionDialogProxy.m index f26cc300fbd..3bdec42a5d3 100644 --- a/iphone/Classes/TiUIOptionDialogProxy.m +++ b/iphone/Classes/TiUIOptionDialogProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/Classes/TiUIPicker.h b/iphone/Classes/TiUIPicker.h index e186dcf2ee0..05e4d8e3ec9 100644 --- a/iphone/Classes/TiUIPicker.h +++ b/iphone/Classes/TiUIPicker.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIPicker.m b/iphone/Classes/TiUIPicker.m index 4b53e890a07..4d53baa33b4 100644 --- a/iphone/Classes/TiUIPicker.m +++ b/iphone/Classes/TiUIPicker.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIPickerColumnProxy.h b/iphone/Classes/TiUIPickerColumnProxy.h index e20f1d43e99..5128907f45a 100644 --- a/iphone/Classes/TiUIPickerColumnProxy.h +++ b/iphone/Classes/TiUIPickerColumnProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIPickerColumnProxy.m b/iphone/Classes/TiUIPickerColumnProxy.m index 5b14fec01b7..62a34aa8dc4 100644 --- a/iphone/Classes/TiUIPickerColumnProxy.m +++ b/iphone/Classes/TiUIPickerColumnProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIPickerProxy.h b/iphone/Classes/TiUIPickerProxy.h index 70ee74e52c0..cd87879e2cd 100644 --- a/iphone/Classes/TiUIPickerProxy.h +++ b/iphone/Classes/TiUIPickerProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIPickerProxy.m b/iphone/Classes/TiUIPickerProxy.m index c180980a71b..2b5c4d84380 100644 --- a/iphone/Classes/TiUIPickerProxy.m +++ b/iphone/Classes/TiUIPickerProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIPickerRowProxy.h b/iphone/Classes/TiUIPickerRowProxy.h index 148dd7bd162..d9fa9110e0a 100644 --- a/iphone/Classes/TiUIPickerRowProxy.h +++ b/iphone/Classes/TiUIPickerRowProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIPickerRowProxy.m b/iphone/Classes/TiUIPickerRowProxy.m index 4ab4f9733de..9c59b169b65 100644 --- a/iphone/Classes/TiUIPickerRowProxy.m +++ b/iphone/Classes/TiUIPickerRowProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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. */ @@ -99,4 +99,4 @@ - (UIView *)viewWithFrame:(CGRect)theFrame reusingView:(UIView *)theView @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiUIProgressBar.h b/iphone/Classes/TiUIProgressBar.h index e63d8d6d8cf..82575759e40 100644 --- a/iphone/Classes/TiUIProgressBar.h +++ b/iphone/Classes/TiUIProgressBar.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIProgressBar.m b/iphone/Classes/TiUIProgressBar.m index e2a8008a759..ea3d6dc130d 100644 --- a/iphone/Classes/TiUIProgressBar.m +++ b/iphone/Classes/TiUIProgressBar.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiUIProgressBarProxy.h b/iphone/Classes/TiUIProgressBarProxy.h index ccdc353d592..f6761a3117f 100644 --- a/iphone/Classes/TiUIProgressBarProxy.h +++ b/iphone/Classes/TiUIProgressBarProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIProgressBarProxy.m b/iphone/Classes/TiUIProgressBarProxy.m index 4e6f4ed7be0..768b78b75e9 100644 --- a/iphone/Classes/TiUIProgressBarProxy.m +++ b/iphone/Classes/TiUIProgressBarProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIRefreshControlProxy.h b/iphone/Classes/TiUIRefreshControlProxy.h index 4987043247a..00d76562eb3 100644 --- a/iphone/Classes/TiUIRefreshControlProxy.h +++ b/iphone/Classes/TiUIRefreshControlProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiUIRefreshControlProxy.m b/iphone/Classes/TiUIRefreshControlProxy.m index 686aa9907a5..1d51007c5cc 100644 --- a/iphone/Classes/TiUIRefreshControlProxy.m +++ b/iphone/Classes/TiUIRefreshControlProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013-2015 by Appcelerator, 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/iphone/Classes/TiUIScrollView.h b/iphone/Classes/TiUIScrollView.h index 36cd6905ab2..53e5928089f 100644 --- a/iphone/Classes/TiUIScrollView.h +++ b/iphone/Classes/TiUIScrollView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIScrollView.m b/iphone/Classes/TiUIScrollView.m index 5a977e1290d..290c36b6e63 100644 --- a/iphone/Classes/TiUIScrollView.m +++ b/iphone/Classes/TiUIScrollView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIScrollViewProxy.h b/iphone/Classes/TiUIScrollViewProxy.h index 4aec461d854..c0fc66025ad 100644 --- a/iphone/Classes/TiUIScrollViewProxy.h +++ b/iphone/Classes/TiUIScrollViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIScrollViewProxy.m b/iphone/Classes/TiUIScrollViewProxy.m index 61c5f87f09c..a6df1eab8b0 100644 --- a/iphone/Classes/TiUIScrollViewProxy.m +++ b/iphone/Classes/TiUIScrollViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIScrollableView.h b/iphone/Classes/TiUIScrollableView.h index 7f633406464..202c869b13a 100644 --- a/iphone/Classes/TiUIScrollableView.h +++ b/iphone/Classes/TiUIScrollableView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIScrollableView.m b/iphone/Classes/TiUIScrollableView.m index bb1b2b83547..f06f57ef126 100644 --- a/iphone/Classes/TiUIScrollableView.m +++ b/iphone/Classes/TiUIScrollableView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIScrollableViewProxy.h b/iphone/Classes/TiUIScrollableViewProxy.h index ae113821f03..1e16a990d19 100644 --- a/iphone/Classes/TiUIScrollableViewProxy.h +++ b/iphone/Classes/TiUIScrollableViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIScrollableViewProxy.m b/iphone/Classes/TiUIScrollableViewProxy.m index 5f67a56170e..e0990dd56ab 100644 --- a/iphone/Classes/TiUIScrollableViewProxy.m +++ b/iphone/Classes/TiUIScrollableViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUISearchBar.h b/iphone/Classes/TiUISearchBar.h index 7e4d1b6ee8c..e4ea821bab7 100644 --- a/iphone/Classes/TiUISearchBar.h +++ b/iphone/Classes/TiUISearchBar.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISearchBar.m b/iphone/Classes/TiUISearchBar.m index aedad37d8dc..a21a48a462a 100644 --- a/iphone/Classes/TiUISearchBar.m +++ b/iphone/Classes/TiUISearchBar.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISearchBarProxy.h b/iphone/Classes/TiUISearchBarProxy.h index 84b4ee37ef4..7064bac8755 100644 --- a/iphone/Classes/TiUISearchBarProxy.h +++ b/iphone/Classes/TiUISearchBarProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISearchBarProxy.m b/iphone/Classes/TiUISearchBarProxy.m index a254d80c60f..d8f7789efdb 100644 --- a/iphone/Classes/TiUISearchBarProxy.m +++ b/iphone/Classes/TiUISearchBarProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISlider.h b/iphone/Classes/TiUISlider.h index a6abb44f3e5..3d43fc9d656 100644 --- a/iphone/Classes/TiUISlider.h +++ b/iphone/Classes/TiUISlider.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISlider.m b/iphone/Classes/TiUISlider.m index 3f4c2899c5c..1fdbc3ca168 100644 --- a/iphone/Classes/TiUISlider.m +++ b/iphone/Classes/TiUISlider.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISliderProxy.h b/iphone/Classes/TiUISliderProxy.h index 323cd452a5d..bb79998ff59 100644 --- a/iphone/Classes/TiUISliderProxy.h +++ b/iphone/Classes/TiUISliderProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISliderProxy.m b/iphone/Classes/TiUISliderProxy.m index 2aef09b666d..850fed17fb2 100644 --- a/iphone/Classes/TiUISliderProxy.m +++ b/iphone/Classes/TiUISliderProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISwitch.h b/iphone/Classes/TiUISwitch.h index 804d332ea75..ccf03fa9c01 100644 --- a/iphone/Classes/TiUISwitch.h +++ b/iphone/Classes/TiUISwitch.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISwitch.m b/iphone/Classes/TiUISwitch.m index d64d5922b9a..2272549111d 100644 --- a/iphone/Classes/TiUISwitch.m +++ b/iphone/Classes/TiUISwitch.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISwitchProxy.h b/iphone/Classes/TiUISwitchProxy.h index 416ad3ef52d..e5703fefcc8 100644 --- a/iphone/Classes/TiUISwitchProxy.h +++ b/iphone/Classes/TiUISwitchProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUISwitchProxy.m b/iphone/Classes/TiUISwitchProxy.m index 8ab7710a6ba..30ca9793d97 100644 --- a/iphone/Classes/TiUISwitchProxy.m +++ b/iphone/Classes/TiUISwitchProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITabGroup.h b/iphone/Classes/TiUITabGroup.h index c04133472c5..aa7069d84d5 100644 --- a/iphone/Classes/TiUITabGroup.h +++ b/iphone/Classes/TiUITabGroup.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiUITabGroup.m b/iphone/Classes/TiUITabGroup.m index 13441ecc2c5..3443d523322 100644 --- a/iphone/Classes/TiUITabGroup.m +++ b/iphone/Classes/TiUITabGroup.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiUITabGroupProxy.h b/iphone/Classes/TiUITabGroupProxy.h index 160c0e8837f..46994892711 100644 --- a/iphone/Classes/TiUITabGroupProxy.h +++ b/iphone/Classes/TiUITabGroupProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITabGroupProxy.m b/iphone/Classes/TiUITabGroupProxy.m index 2d4e032ae97..3269a4f603b 100644 --- a/iphone/Classes/TiUITabGroupProxy.m +++ b/iphone/Classes/TiUITabGroupProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITabProxy.h b/iphone/Classes/TiUITabProxy.h index 6f270fe23a6..48268da59b2 100644 --- a/iphone/Classes/TiUITabProxy.h +++ b/iphone/Classes/TiUITabProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITabProxy.m b/iphone/Classes/TiUITabProxy.m index 22688a19d63..8e21cefa363 100644 --- a/iphone/Classes/TiUITabProxy.m +++ b/iphone/Classes/TiUITabProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Appcelerator, 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/iphone/Classes/TiUITableView.h b/iphone/Classes/TiUITableView.h index 8b716e0f578..74ce7337eeb 100644 --- a/iphone/Classes/TiUITableView.h +++ b/iphone/Classes/TiUITableView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiUITableView.m b/iphone/Classes/TiUITableView.m index e96b7cec4f3..23fecedde9e 100644 --- a/iphone/Classes/TiUITableView.m +++ b/iphone/Classes/TiUITableView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/Classes/TiUITableViewAction.h b/iphone/Classes/TiUITableViewAction.h index f055a58272a..843f6d967d9 100644 --- a/iphone/Classes/TiUITableViewAction.h +++ b/iphone/Classes/TiUITableViewAction.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITableViewAction.m b/iphone/Classes/TiUITableViewAction.m index d5e8ea99144..2204990e11b 100644 --- a/iphone/Classes/TiUITableViewAction.m +++ b/iphone/Classes/TiUITableViewAction.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITableViewProxy.h b/iphone/Classes/TiUITableViewProxy.h index 268425acd48..db64cd3aa04 100644 --- a/iphone/Classes/TiUITableViewProxy.h +++ b/iphone/Classes/TiUITableViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITableViewProxy.m b/iphone/Classes/TiUITableViewProxy.m index dca5fe4545a..702852a664e 100644 --- a/iphone/Classes/TiUITableViewProxy.m +++ b/iphone/Classes/TiUITableViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITableViewRowProxy.h b/iphone/Classes/TiUITableViewRowProxy.h index 809d2b2abff..19a20e8e727 100644 --- a/iphone/Classes/TiUITableViewRowProxy.h +++ b/iphone/Classes/TiUITableViewRowProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITableViewRowProxy.m b/iphone/Classes/TiUITableViewRowProxy.m index 00eec238995..da3ae5ebc34 100644 --- a/iphone/Classes/TiUITableViewRowProxy.m +++ b/iphone/Classes/TiUITableViewRowProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITableViewSectionProxy.h b/iphone/Classes/TiUITableViewSectionProxy.h index ff8142355a4..0c12a30f238 100644 --- a/iphone/Classes/TiUITableViewSectionProxy.h +++ b/iphone/Classes/TiUITableViewSectionProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITableViewSectionProxy.m b/iphone/Classes/TiUITableViewSectionProxy.m index e351e916a9d..b19a9c00ed5 100644 --- a/iphone/Classes/TiUITableViewSectionProxy.m +++ b/iphone/Classes/TiUITableViewSectionProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITextArea.h b/iphone/Classes/TiUITextArea.h index 42c79af8c79..a0c659cfe90 100644 --- a/iphone/Classes/TiUITextArea.h +++ b/iphone/Classes/TiUITextArea.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUITextArea.m b/iphone/Classes/TiUITextArea.m index 4d02ae01a48..6994ecd7615 100644 --- a/iphone/Classes/TiUITextArea.m +++ b/iphone/Classes/TiUITextArea.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUITextAreaProxy.h b/iphone/Classes/TiUITextAreaProxy.h index d7a3a79cf32..dfff8d6f2ad 100644 --- a/iphone/Classes/TiUITextAreaProxy.h +++ b/iphone/Classes/TiUITextAreaProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITextAreaProxy.m b/iphone/Classes/TiUITextAreaProxy.m index 0844e0e8baf..75aefc4d84d 100644 --- a/iphone/Classes/TiUITextAreaProxy.m +++ b/iphone/Classes/TiUITextAreaProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -39,4 +39,4 @@ - (void)_initWithProperties:(NSDictionary *)props @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiUITextField.h b/iphone/Classes/TiUITextField.h index 139eeb40715..1272006fc8f 100644 --- a/iphone/Classes/TiUITextField.h +++ b/iphone/Classes/TiUITextField.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUITextField.m b/iphone/Classes/TiUITextField.m index 23b4c8de905..3c099f56134 100644 --- a/iphone/Classes/TiUITextField.m +++ b/iphone/Classes/TiUITextField.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUITextFieldProxy.h b/iphone/Classes/TiUITextFieldProxy.h index 848d379e2d6..e1256a98e55 100644 --- a/iphone/Classes/TiUITextFieldProxy.h +++ b/iphone/Classes/TiUITextFieldProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITextFieldProxy.m b/iphone/Classes/TiUITextFieldProxy.m index fc40689c238..8201849aade 100644 --- a/iphone/Classes/TiUITextFieldProxy.m +++ b/iphone/Classes/TiUITextFieldProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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. */ @@ -54,4 +54,4 @@ - (NSMutableDictionary *)langConversionTable @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiUITextWidget.h b/iphone/Classes/TiUITextWidget.h index 210a9fe3cf5..1c48bfadd38 100644 --- a/iphone/Classes/TiUITextWidget.h +++ b/iphone/Classes/TiUITextWidget.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITextWidget.m b/iphone/Classes/TiUITextWidget.m index 26562992bd7..fb4194630ad 100644 --- a/iphone/Classes/TiUITextWidget.m +++ b/iphone/Classes/TiUITextWidget.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/TiUITextWidgetProxy.h b/iphone/Classes/TiUITextWidgetProxy.h index 03ae9660188..16bfe2ddb28 100644 --- a/iphone/Classes/TiUITextWidgetProxy.h +++ b/iphone/Classes/TiUITextWidgetProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUITextWidgetProxy.m b/iphone/Classes/TiUITextWidgetProxy.m index 97ef4342925..f28adee0fb0 100644 --- a/iphone/Classes/TiUITextWidgetProxy.m +++ b/iphone/Classes/TiUITextWidgetProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIToolbar.h b/iphone/Classes/TiUIToolbar.h index f320e8cf671..128b0514e9e 100644 --- a/iphone/Classes/TiUIToolbar.h +++ b/iphone/Classes/TiUIToolbar.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiUIToolbar.m b/iphone/Classes/TiUIToolbar.m index 12a44cf05ed..60bc94a9d76 100644 --- a/iphone/Classes/TiUIToolbar.m +++ b/iphone/Classes/TiUIToolbar.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiUIToolbarProxy.h b/iphone/Classes/TiUIToolbarProxy.h index d64d9f7abf1..84467596344 100644 --- a/iphone/Classes/TiUIToolbarProxy.h +++ b/iphone/Classes/TiUIToolbarProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2017-Present by Appcelerator, 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/iphone/Classes/TiUIToolbarProxy.m b/iphone/Classes/TiUIToolbarProxy.m index 14b60028886..686abdef510 100644 --- a/iphone/Classes/TiUIToolbarProxy.m +++ b/iphone/Classes/TiUIToolbarProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2017-Present by Appcelerator, 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/iphone/Classes/TiUIWebView.h b/iphone/Classes/TiUIWebView.h index 9db6e5230c8..086e535331e 100644 --- a/iphone/Classes/TiUIWebView.h +++ b/iphone/Classes/TiUIWebView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIWebView.m b/iphone/Classes/TiUIWebView.m index 297d54fdbaa..d1170ff9875 100644 --- a/iphone/Classes/TiUIWebView.m +++ b/iphone/Classes/TiUIWebView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIWebViewProxy.h b/iphone/Classes/TiUIWebViewProxy.h index 6a5eb114102..10b85954670 100644 --- a/iphone/Classes/TiUIWebViewProxy.h +++ b/iphone/Classes/TiUIWebViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIWebViewProxy.m b/iphone/Classes/TiUIWebViewProxy.m index 4b4d2f79868..5dfebf61dd9 100644 --- a/iphone/Classes/TiUIWebViewProxy.m +++ b/iphone/Classes/TiUIWebViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Appcelerator, 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/iphone/Classes/TiUIiOSAnimationStyleProxy.h b/iphone/Classes/TiUIiOSAnimationStyleProxy.h index 2e1ba9ed7dd..87bc49e8b87 100644 --- a/iphone/Classes/TiUIiOSAnimationStyleProxy.h +++ b/iphone/Classes/TiUIiOSAnimationStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSAnimationStyleProxy.m b/iphone/Classes/TiUIiOSAnimationStyleProxy.m index 6fea19e1808..24ed37f17b7 100644 --- a/iphone/Classes/TiUIiOSAnimationStyleProxy.m +++ b/iphone/Classes/TiUIiOSAnimationStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2017 by Appcelerator, 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/iphone/Classes/TiUIiOSApplicationShortcutsProxy.h b/iphone/Classes/TiUIiOSApplicationShortcutsProxy.h index 12968aa7325..047aeeb2966 100644 --- a/iphone/Classes/TiUIiOSApplicationShortcutsProxy.h +++ b/iphone/Classes/TiUIiOSApplicationShortcutsProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiUIiOSApplicationShortcutsProxy.m b/iphone/Classes/TiUIiOSApplicationShortcutsProxy.m index a90717799d1..309834583e9 100644 --- a/iphone/Classes/TiUIiOSApplicationShortcutsProxy.m +++ b/iphone/Classes/TiUIiOSApplicationShortcutsProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015-present by Appcelerator, 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/iphone/Classes/TiUIiOSBlurView.h b/iphone/Classes/TiUIiOSBlurView.h index 7a06d800ee3..9465b8023e8 100644 --- a/iphone/Classes/TiUIiOSBlurView.h +++ b/iphone/Classes/TiUIiOSBlurView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSBlurView.m b/iphone/Classes/TiUIiOSBlurView.m index f5347f1d7bd..c1eebe3090b 100644 --- a/iphone/Classes/TiUIiOSBlurView.m +++ b/iphone/Classes/TiUIiOSBlurView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSBlurViewProxy.h b/iphone/Classes/TiUIiOSBlurViewProxy.h index cbaccb54782..716904c32d2 100644 --- a/iphone/Classes/TiUIiOSBlurViewProxy.h +++ b/iphone/Classes/TiUIiOSBlurViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSBlurViewProxy.m b/iphone/Classes/TiUIiOSBlurViewProxy.m index 53eb163817e..7523680701a 100644 --- a/iphone/Classes/TiUIiOSBlurViewProxy.m +++ b/iphone/Classes/TiUIiOSBlurViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSCoverFlowView.h b/iphone/Classes/TiUIiOSCoverFlowView.h index 165a47c28b9..ca78616c526 100644 --- a/iphone/Classes/TiUIiOSCoverFlowView.h +++ b/iphone/Classes/TiUIiOSCoverFlowView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSCoverFlowView.m b/iphone/Classes/TiUIiOSCoverFlowView.m index 42f8b24728e..693b60a1eb3 100644 --- a/iphone/Classes/TiUIiOSCoverFlowView.m +++ b/iphone/Classes/TiUIiOSCoverFlowView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSCoverFlowViewProxy.h b/iphone/Classes/TiUIiOSCoverFlowViewProxy.h index 2a912f4df15..39a2bd96607 100644 --- a/iphone/Classes/TiUIiOSCoverFlowViewProxy.h +++ b/iphone/Classes/TiUIiOSCoverFlowViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSCoverFlowViewProxy.m b/iphone/Classes/TiUIiOSCoverFlowViewProxy.m index 5e124328644..699c9b634b5 100644 --- a/iphone/Classes/TiUIiOSCoverFlowViewProxy.m +++ b/iphone/Classes/TiUIiOSCoverFlowViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSDocumentViewerProxy.h b/iphone/Classes/TiUIiOSDocumentViewerProxy.h index 2d8f8a69b09..f8e75296450 100644 --- a/iphone/Classes/TiUIiOSDocumentViewerProxy.h +++ b/iphone/Classes/TiUIiOSDocumentViewerProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSDocumentViewerProxy.m b/iphone/Classes/TiUIiOSDocumentViewerProxy.m index eb77a190c13..14feec8d44f 100644 --- a/iphone/Classes/TiUIiOSDocumentViewerProxy.m +++ b/iphone/Classes/TiUIiOSDocumentViewerProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSFeedbackGeneratorProxy.h b/iphone/Classes/TiUIiOSFeedbackGeneratorProxy.h index cf4da18b31d..65683e89595 100644 --- a/iphone/Classes/TiUIiOSFeedbackGeneratorProxy.h +++ b/iphone/Classes/TiUIiOSFeedbackGeneratorProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSFeedbackGeneratorProxy.m b/iphone/Classes/TiUIiOSFeedbackGeneratorProxy.m index eeca9271d23..cc5f63b7f2b 100644 --- a/iphone/Classes/TiUIiOSFeedbackGeneratorProxy.m +++ b/iphone/Classes/TiUIiOSFeedbackGeneratorProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSLivePhoto.h b/iphone/Classes/TiUIiOSLivePhoto.h index dcd821ec73c..2ef40a9031d 100644 --- a/iphone/Classes/TiUIiOSLivePhoto.h +++ b/iphone/Classes/TiUIiOSLivePhoto.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSLivePhoto.m b/iphone/Classes/TiUIiOSLivePhoto.m index fd488f328d8..f72a644b2a0 100644 --- a/iphone/Classes/TiUIiOSLivePhoto.m +++ b/iphone/Classes/TiUIiOSLivePhoto.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/TiUIiOSLivePhotoView.h b/iphone/Classes/TiUIiOSLivePhotoView.h index da6be4371bf..8b871278c5b 100644 --- a/iphone/Classes/TiUIiOSLivePhotoView.h +++ b/iphone/Classes/TiUIiOSLivePhotoView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSLivePhotoView.m b/iphone/Classes/TiUIiOSLivePhotoView.m index c4b43b4bf28..31457d56184 100644 --- a/iphone/Classes/TiUIiOSLivePhotoView.m +++ b/iphone/Classes/TiUIiOSLivePhotoView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSLivePhotoViewProxy.h b/iphone/Classes/TiUIiOSLivePhotoViewProxy.h index 8d7501626ca..058040e92fd 100644 --- a/iphone/Classes/TiUIiOSLivePhotoViewProxy.h +++ b/iphone/Classes/TiUIiOSLivePhotoViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSLivePhotoViewProxy.m b/iphone/Classes/TiUIiOSLivePhotoViewProxy.m index f2363dbbb5d..9f6aaa9b3f9 100644 --- a/iphone/Classes/TiUIiOSLivePhotoViewProxy.m +++ b/iphone/Classes/TiUIiOSLivePhotoViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSMenuPopup.h b/iphone/Classes/TiUIiOSMenuPopup.h index c77f4dff201..9379ffe3bc2 100644 --- a/iphone/Classes/TiUIiOSMenuPopup.h +++ b/iphone/Classes/TiUIiOSMenuPopup.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSMenuPopup.m b/iphone/Classes/TiUIiOSMenuPopup.m index 8e38d6c7e92..ad9fda51c31 100644 --- a/iphone/Classes/TiUIiOSMenuPopup.m +++ b/iphone/Classes/TiUIiOSMenuPopup.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSMenuPopupProxy.h b/iphone/Classes/TiUIiOSMenuPopupProxy.h index a060c62a39f..465088110ca 100644 --- a/iphone/Classes/TiUIiOSMenuPopupProxy.h +++ b/iphone/Classes/TiUIiOSMenuPopupProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSMenuPopupProxy.m b/iphone/Classes/TiUIiOSMenuPopupProxy.m index f2add117952..caec5b973a6 100644 --- a/iphone/Classes/TiUIiOSMenuPopupProxy.m +++ b/iphone/Classes/TiUIiOSMenuPopupProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSPreviewActionGroupProxy.h b/iphone/Classes/TiUIiOSPreviewActionGroupProxy.h index abbb3c223f1..b0cd3e0bfda 100644 --- a/iphone/Classes/TiUIiOSPreviewActionGroupProxy.h +++ b/iphone/Classes/TiUIiOSPreviewActionGroupProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSPreviewActionGroupProxy.m b/iphone/Classes/TiUIiOSPreviewActionGroupProxy.m index ce7ec1a1b9f..dc8a768e7f8 100644 --- a/iphone/Classes/TiUIiOSPreviewActionGroupProxy.m +++ b/iphone/Classes/TiUIiOSPreviewActionGroupProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ @@ -52,4 +52,4 @@ - (UIPreviewActionGroup *)actionGroup } @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiUIiOSPreviewActionProxy.h b/iphone/Classes/TiUIiOSPreviewActionProxy.h index 3218fa6f49d..be3b97e819a 100644 --- a/iphone/Classes/TiUIiOSPreviewActionProxy.h +++ b/iphone/Classes/TiUIiOSPreviewActionProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSPreviewActionProxy.m b/iphone/Classes/TiUIiOSPreviewActionProxy.m index 44b646bb37b..c4f4f28bf0b 100644 --- a/iphone/Classes/TiUIiOSPreviewActionProxy.m +++ b/iphone/Classes/TiUIiOSPreviewActionProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSPreviewContextProxy.h b/iphone/Classes/TiUIiOSPreviewContextProxy.h index 5527d64a802..db2d0ce1b23 100644 --- a/iphone/Classes/TiUIiOSPreviewContextProxy.h +++ b/iphone/Classes/TiUIiOSPreviewContextProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSPreviewContextProxy.m b/iphone/Classes/TiUIiOSPreviewContextProxy.m index 803fd308747..befb88985eb 100644 --- a/iphone/Classes/TiUIiOSPreviewContextProxy.m +++ b/iphone/Classes/TiUIiOSPreviewContextProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSProgressBarStyleProxy.h b/iphone/Classes/TiUIiOSProgressBarStyleProxy.h index 0dbe5d63b5f..00490c92034 100644 --- a/iphone/Classes/TiUIiOSProgressBarStyleProxy.h +++ b/iphone/Classes/TiUIiOSProgressBarStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSProgressBarStyleProxy.m b/iphone/Classes/TiUIiOSProgressBarStyleProxy.m index bd56ed003f8..499df57e017 100644 --- a/iphone/Classes/TiUIiOSProgressBarStyleProxy.m +++ b/iphone/Classes/TiUIiOSProgressBarStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSProxy.h b/iphone/Classes/TiUIiOSProxy.h index 0edbd9b1387..3a5511b7521 100644 --- a/iphone/Classes/TiUIiOSProxy.h +++ b/iphone/Classes/TiUIiOSProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010-2015 by Appcelerator, 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/iphone/Classes/TiUIiOSProxy.m b/iphone/Classes/TiUIiOSProxy.m index 3a37fb8f06e..1b255dcad63 100644 --- a/iphone/Classes/TiUIiOSProxy.m +++ b/iphone/Classes/TiUIiOSProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010-2020 by Appcelerator, 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/iphone/Classes/TiUIiOSRowAnimationStyleProxy.h b/iphone/Classes/TiUIiOSRowAnimationStyleProxy.h index cd5ea428461..b91e6004312 100644 --- a/iphone/Classes/TiUIiOSRowAnimationStyleProxy.h +++ b/iphone/Classes/TiUIiOSRowAnimationStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSRowAnimationStyleProxy.m b/iphone/Classes/TiUIiOSRowAnimationStyleProxy.m index 268138e7f64..f21b1337db7 100644 --- a/iphone/Classes/TiUIiOSRowAnimationStyleProxy.m +++ b/iphone/Classes/TiUIiOSRowAnimationStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSScrollIndicatorStyleProxy.h b/iphone/Classes/TiUIiOSScrollIndicatorStyleProxy.h index 7e7eff967d4..7da074afb20 100644 --- a/iphone/Classes/TiUIiOSScrollIndicatorStyleProxy.h +++ b/iphone/Classes/TiUIiOSScrollIndicatorStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSScrollIndicatorStyleProxy.m b/iphone/Classes/TiUIiOSScrollIndicatorStyleProxy.m index 737bf4d622f..bbda38c080b 100644 --- a/iphone/Classes/TiUIiOSScrollIndicatorStyleProxy.m +++ b/iphone/Classes/TiUIiOSScrollIndicatorStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSSplitWindow.h b/iphone/Classes/TiUIiOSSplitWindow.h index 0b29349bae4..16d1205fb04 100644 --- a/iphone/Classes/TiUIiOSSplitWindow.h +++ b/iphone/Classes/TiUIiOSSplitWindow.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiUIiOSSplitWindow.m b/iphone/Classes/TiUIiOSSplitWindow.m index a9afba4cca3..7c2785a8f68 100644 --- a/iphone/Classes/TiUIiOSSplitWindow.m +++ b/iphone/Classes/TiUIiOSSplitWindow.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiUIiOSSplitWindowProxy.h b/iphone/Classes/TiUIiOSSplitWindowProxy.h index d634ae1e969..3b6bb4743c9 100644 --- a/iphone/Classes/TiUIiOSSplitWindowProxy.h +++ b/iphone/Classes/TiUIiOSSplitWindowProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiUIiOSSplitWindowProxy.m b/iphone/Classes/TiUIiOSSplitWindowProxy.m index 3c02d175ba3..a66e9c36263 100644 --- a/iphone/Classes/TiUIiOSSplitWindowProxy.m +++ b/iphone/Classes/TiUIiOSSplitWindowProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015 by Appcelerator, 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/iphone/Classes/TiUIiOSStatusBarProxy.h b/iphone/Classes/TiUIiOSStatusBarProxy.h index e0677c22550..2d2ef85be1f 100644 --- a/iphone/Classes/TiUIiOSStatusBarProxy.h +++ b/iphone/Classes/TiUIiOSStatusBarProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSStatusBarProxy.m b/iphone/Classes/TiUIiOSStatusBarProxy.m index 919fd81d702..a9a97f088b8 100644 --- a/iphone/Classes/TiUIiOSStatusBarProxy.m +++ b/iphone/Classes/TiUIiOSStatusBarProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSStepper.h b/iphone/Classes/TiUIiOSStepper.h index c2c07f93b38..d156df074fc 100644 --- a/iphone/Classes/TiUIiOSStepper.h +++ b/iphone/Classes/TiUIiOSStepper.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSStepper.m b/iphone/Classes/TiUIiOSStepper.m index 1d189ef79e5..d9176440f0f 100644 --- a/iphone/Classes/TiUIiOSStepper.m +++ b/iphone/Classes/TiUIiOSStepper.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSStepperProxy.h b/iphone/Classes/TiUIiOSStepperProxy.h index 070a44023dd..a5798e9e2d6 100644 --- a/iphone/Classes/TiUIiOSStepperProxy.h +++ b/iphone/Classes/TiUIiOSStepperProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSStepperProxy.m b/iphone/Classes/TiUIiOSStepperProxy.m index c17dbd0f8b1..647a3c9612a 100644 --- a/iphone/Classes/TiUIiOSStepperProxy.m +++ b/iphone/Classes/TiUIiOSStepperProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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. */ @@ -35,4 +35,4 @@ - (TiDimension)defaultAutoHeightBehavior:(id)unused #endif @end -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiUIiOSSystemButtonProxy.h b/iphone/Classes/TiUIiOSSystemButtonProxy.h index 1c7526b94f6..8ea21b2e390 100644 --- a/iphone/Classes/TiUIiOSSystemButtonProxy.h +++ b/iphone/Classes/TiUIiOSSystemButtonProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSSystemButtonProxy.m b/iphone/Classes/TiUIiOSSystemButtonProxy.m index 229cbbd9dab..f48b261bc9c 100644 --- a/iphone/Classes/TiUIiOSSystemButtonProxy.m +++ b/iphone/Classes/TiUIiOSSystemButtonProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSSystemButtonStyleProxy.h b/iphone/Classes/TiUIiOSSystemButtonStyleProxy.h index 3bd50245539..7b97945c799 100644 --- a/iphone/Classes/TiUIiOSSystemButtonStyleProxy.h +++ b/iphone/Classes/TiUIiOSSystemButtonStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSSystemButtonStyleProxy.m b/iphone/Classes/TiUIiOSSystemButtonStyleProxy.m index 371ec9bb96a..8a08f2fb345 100644 --- a/iphone/Classes/TiUIiOSSystemButtonStyleProxy.m +++ b/iphone/Classes/TiUIiOSSystemButtonStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSSystemIconProxy.h b/iphone/Classes/TiUIiOSSystemIconProxy.h index 4f7c0537b13..acc9866e1b2 100644 --- a/iphone/Classes/TiUIiOSSystemIconProxy.h +++ b/iphone/Classes/TiUIiOSSystemIconProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSSystemIconProxy.m b/iphone/Classes/TiUIiOSSystemIconProxy.m index f1949a7bd1d..a7cd180d4e5 100644 --- a/iphone/Classes/TiUIiOSSystemIconProxy.m +++ b/iphone/Classes/TiUIiOSSystemIconProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSTableViewCellSelectionStyleProxy.h b/iphone/Classes/TiUIiOSTableViewCellSelectionStyleProxy.h index 258efc1f9a4..35eceb5ab1c 100644 --- a/iphone/Classes/TiUIiOSTableViewCellSelectionStyleProxy.h +++ b/iphone/Classes/TiUIiOSTableViewCellSelectionStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSTableViewCellSelectionStyleProxy.m b/iphone/Classes/TiUIiOSTableViewCellSelectionStyleProxy.m index 97b3845a5e1..f2a07c2b144 100644 --- a/iphone/Classes/TiUIiOSTableViewCellSelectionStyleProxy.m +++ b/iphone/Classes/TiUIiOSTableViewCellSelectionStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSTableViewScrollPositionProxy.h b/iphone/Classes/TiUIiOSTableViewScrollPositionProxy.h index 8be0ad1680f..d981f8d4209 100644 --- a/iphone/Classes/TiUIiOSTableViewScrollPositionProxy.h +++ b/iphone/Classes/TiUIiOSTableViewScrollPositionProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSTableViewScrollPositionProxy.m b/iphone/Classes/TiUIiOSTableViewScrollPositionProxy.m index 03b8994af69..60044d245a9 100644 --- a/iphone/Classes/TiUIiOSTableViewScrollPositionProxy.m +++ b/iphone/Classes/TiUIiOSTableViewScrollPositionProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSTableViewStyleProxy.h b/iphone/Classes/TiUIiOSTableViewStyleProxy.h index eae80a770d6..9a16b6b7233 100644 --- a/iphone/Classes/TiUIiOSTableViewStyleProxy.h +++ b/iphone/Classes/TiUIiOSTableViewStyleProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSTableViewStyleProxy.m b/iphone/Classes/TiUIiOSTableViewStyleProxy.m index 2ed34901494..43d73a7e503 100644 --- a/iphone/Classes/TiUIiOSTableViewStyleProxy.m +++ b/iphone/Classes/TiUIiOSTableViewStyleProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiOSWebViewConfigurationProxy.h b/iphone/Classes/TiUIiOSWebViewConfigurationProxy.h index e25d1a757f7..e23c1d01da2 100644 --- a/iphone/Classes/TiUIiOSWebViewConfigurationProxy.h +++ b/iphone/Classes/TiUIiOSWebViewConfigurationProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2017 by Appcelerator, 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/iphone/Classes/TiUIiOSWebViewConfigurationProxy.m b/iphone/Classes/TiUIiOSWebViewConfigurationProxy.m index 8537436ffd9..5933b6b34bf 100644 --- a/iphone/Classes/TiUIiOSWebViewConfigurationProxy.m +++ b/iphone/Classes/TiUIiOSWebViewConfigurationProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2017 by Appcelerator, 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/iphone/Classes/TiUIiOSWebViewDecisionHandlerProxy.h b/iphone/Classes/TiUIiOSWebViewDecisionHandlerProxy.h index f9651248553..ea9896e3fbd 100644 --- a/iphone/Classes/TiUIiOSWebViewDecisionHandlerProxy.h +++ b/iphone/Classes/TiUIiOSWebViewDecisionHandlerProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2017 by Appcelerator, 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/iphone/Classes/TiUIiOSWebViewDecisionHandlerProxy.m b/iphone/Classes/TiUIiOSWebViewDecisionHandlerProxy.m index 357bd569b1d..fa9f712388d 100644 --- a/iphone/Classes/TiUIiOSWebViewDecisionHandlerProxy.m +++ b/iphone/Classes/TiUIiOSWebViewDecisionHandlerProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2017 by Appcelerator, 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/iphone/Classes/TiUIiOSWebViewProcessPoolProxy.h b/iphone/Classes/TiUIiOSWebViewProcessPoolProxy.h index 71db5ed4814..930a321f790 100644 --- a/iphone/Classes/TiUIiOSWebViewProcessPoolProxy.h +++ b/iphone/Classes/TiUIiOSWebViewProcessPoolProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiOSWebViewProcessPoolProxy.m b/iphone/Classes/TiUIiOSWebViewProcessPoolProxy.m index ae3ca79a363..a4a680d736f 100644 --- a/iphone/Classes/TiUIiOSWebViewProcessPoolProxy.m +++ b/iphone/Classes/TiUIiOSWebViewProcessPoolProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2016 by Appcelerator, 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/iphone/Classes/TiUIiPadPopoverProxy.h b/iphone/Classes/TiUIiPadPopoverProxy.h index 71b195937af..d5ba6fb6487 100644 --- a/iphone/Classes/TiUIiPadPopoverProxy.h +++ b/iphone/Classes/TiUIiPadPopoverProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010-2014 by Appcelerator, 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/iphone/Classes/TiUIiPadPopoverProxy.m b/iphone/Classes/TiUIiPadPopoverProxy.m index 8cd38cc5853..4cf0870ff67 100644 --- a/iphone/Classes/TiUIiPadPopoverProxy.m +++ b/iphone/Classes/TiUIiPadPopoverProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010-2019 by Appcelerator, 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/iphone/Classes/TiUIiPadProxy.h b/iphone/Classes/TiUIiPadProxy.h index 4277314804c..92c7a2d9d42 100644 --- a/iphone/Classes/TiUIiPadProxy.h +++ b/iphone/Classes/TiUIiPadProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiUIiPadProxy.m b/iphone/Classes/TiUIiPadProxy.m index 96119cdab0e..55020d15289 100644 --- a/iphone/Classes/TiUIiPadProxy.m +++ b/iphone/Classes/TiUIiPadProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/TiViewAttachBehavior.h b/iphone/Classes/TiViewAttachBehavior.h index a1173533fe2..f69073a90ff 100644 --- a/iphone/Classes/TiViewAttachBehavior.h +++ b/iphone/Classes/TiViewAttachBehavior.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/Classes/TiViewAttachBehavior.m b/iphone/Classes/TiViewAttachBehavior.m index d5f147870a5..74468d9f7fe 100644 --- a/iphone/Classes/TiViewAttachBehavior.m +++ b/iphone/Classes/TiViewAttachBehavior.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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. */ @@ -254,4 +254,4 @@ - (NSDictionary *)anchorOffset } @end #endif -#endif \ No newline at end of file +#endif diff --git a/iphone/Classes/TiWindowProxy+Addons.h b/iphone/Classes/TiWindowProxy+Addons.h index eaa8fead6db..b6dec52bcf3 100644 --- a/iphone/Classes/TiWindowProxy+Addons.h +++ b/iphone/Classes/TiWindowProxy+Addons.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/TiWindowProxy+Addons.m b/iphone/Classes/TiWindowProxy+Addons.m index 4223aef5e63..1d5d929738a 100644 --- a/iphone/Classes/TiWindowProxy+Addons.m +++ b/iphone/Classes/TiWindowProxy+Addons.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/Classes/UIModule.h b/iphone/Classes/UIModule.h index f1a9e55656f..1802a251de5 100644 --- a/iphone/Classes/UIModule.h +++ b/iphone/Classes/UIModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/Classes/UIModule.m b/iphone/Classes/UIModule.m index 5f6ed6dd2aa..3fca4472961 100644 --- a/iphone/Classes/UIModule.m +++ b/iphone/Classes/UIModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Appcelerator, 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/iphone/Classes/UtilsModule.h b/iphone/Classes/UtilsModule.h index 2d1d90cb227..3ae17d70b13 100644 --- a/iphone/Classes/UtilsModule.h +++ b/iphone/Classes/UtilsModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/UtilsModule.m b/iphone/Classes/UtilsModule.m index 542d11c42ab..b16711da6b4 100644 --- a/iphone/Classes/UtilsModule.m +++ b/iphone/Classes/UtilsModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/Classes/WatchSessionModule.h b/iphone/Classes/WatchSessionModule.h index 1527277bd97..c998770eccb 100644 --- a/iphone/Classes/WatchSessionModule.h +++ b/iphone/Classes/WatchSessionModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015-2017 by Appcelerator, 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/iphone/Classes/WatchSessionModule.m b/iphone/Classes/WatchSessionModule.m index e973d62fe87..93bcf6be0c5 100644 --- a/iphone/Classes/WatchSessionModule.m +++ b/iphone/Classes/WatchSessionModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2015-Present by Appcelerator, 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/iphone/Classes/XMLModule.h b/iphone/Classes/XMLModule.h index 5f6bbf101fb..39d84e774a7 100644 --- a/iphone/Classes/XMLModule.h +++ b/iphone/Classes/XMLModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/Classes/XMLModule.m b/iphone/Classes/XMLModule.m index 43c1d699841..84f016a8fda 100644 --- a/iphone/Classes/XMLModule.m +++ b/iphone/Classes/XMLModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -94,4 +94,4 @@ - (NSString *)cleanDuplicateNS:(NSString *)xmlString @end -#endif \ No newline at end of file +#endif diff --git a/iphone/TitaniumKit/TitaniumKit/Libraries/APSAnalytics/APSUtility.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSAnalytics/APSUtility.h index 891ab961f74..dd93d276de3 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSAnalytics/APSUtility.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSAnalytics/APSUtility.h @@ -1,6 +1,6 @@ /** * Appcelerator Platform SDK - * Copyright (c) 2014 by Appcelerator, Inc. All Rights Reserved. + * Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved. * Proprietary and Confidential - This source code is not for redistribution */ diff --git a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.h index 2589a9139f3..0ab532396ae 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPClient.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPClient.h index 2589a9139f3..0ab532396ae 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPClient.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPClient.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPHelper.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPHelper.h index 3d27e6b2085..ca3350b7f31 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPHelper.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPHelper.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPPostForm.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPPostForm.h index a8b1e84e5ed..c9c2e430328 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPPostForm.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPPostForm.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPRequest.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPRequest.h index 2697681f03a..c9974f2939b 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPRequest.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPRequest.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPResponse.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPResponse.h index ea759774c53..293f7a55a7c 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPResponse.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64/Headers/APSHTTPResponse.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPClient.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPClient.h index 2589a9139f3..0ab532396ae 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPClient.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPClient.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPHelper.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPHelper.h index 3d27e6b2085..ca3350b7f31 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPHelper.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPHelper.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPPostForm.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPPostForm.h index a8b1e84e5ed..c9c2e430328 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPPostForm.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPPostForm.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPRequest.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPRequest.h index 2697681f03a..c9974f2939b 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPRequest.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPRequest.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPResponse.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPResponse.h index ea759774c53..293f7a55a7c 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPResponse.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-maccatalyst/Headers/APSHTTPResponse.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPClient.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPClient.h index 2589a9139f3..0ab532396ae 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPClient.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPClient.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPHelper.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPHelper.h index 3d27e6b2085..ca3350b7f31 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPHelper.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPHelper.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPPostForm.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPPostForm.h index a8b1e84e5ed..c9c2e430328 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPPostForm.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPPostForm.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPRequest.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPRequest.h index 2697681f03a..c9974f2939b 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPRequest.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPRequest.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPResponse.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPResponse.h index ea759774c53..293f7a55a7c 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPResponse.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPClient.xcframework/ios-arm64_x86_64-simulator/Headers/APSHTTPResponse.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPHelper.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPHelper.h index 3d27e6b2085..ca3350b7f31 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPHelper.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPHelper.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPPostForm.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPPostForm.h index a8b1e84e5ed..c9c2e430328 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPPostForm.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPPostForm.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPRequest.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPRequest.h index 2e26352389d..300c1e20d9e 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPRequest.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPRequest.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPResponse.h b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPResponse.h index ea759774c53..293f7a55a7c 100644 --- a/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPResponse.h +++ b/iphone/TitaniumKit/TitaniumKit/Libraries/APSHTTPClient/APSHTTPResponse.h @@ -1,6 +1,6 @@ /** * Appcelerator APSHTTPClient Library - * Copyright (c) 2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.h index e5851c309d9..faea9b7b6e9 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.m index b123d948bae..c7504252dbd 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/AssetsModule.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/AssetsModule.h index 11ba984d955..8000e63e793 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/AssetsModule.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/AssetsModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/AssetsModule.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/AssetsModule.m index e80254c7985..88daad67235 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/AssetsModule.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/AssetsModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Bridge.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/Bridge.h index f268be39986..2849498ecd0 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Bridge.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Bridge.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Bridge.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/Bridge.m index 3ebe1b6d63c..4516080e049 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Bridge.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Bridge.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ImageLoader.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/ImageLoader.h index 025daa82d10..1d5fb8274b1 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ImageLoader.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ImageLoader.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ImageLoader.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/ImageLoader.m index e86fdcc8537..2ca29a5e007 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ImageLoader.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ImageLoader.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollBridge.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollBridge.h index d2265b02ad5..05dc0a8522d 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollBridge.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollBridge.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollBridge.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollBridge.m index aedb0e26d2f..dff5e81bfbb 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollBridge.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollBridge.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollModule.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollModule.h index 2b7de5028e9..3d9d4e423fd 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollModule.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollModule.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollModule.m index ed69ed6b06d..64c3287ce7f 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollModule.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/KrollModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/LayoutConstraint.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/LayoutConstraint.h index 944c7123472..49da5771602 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/LayoutConstraint.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/LayoutConstraint.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/LayoutConstraint.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/LayoutConstraint.m index f3d24c505a3..736b1ade5f4 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/LayoutConstraint.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/LayoutConstraint.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ListenerEntry.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/ListenerEntry.h index 458545855bf..5a47727af09 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ListenerEntry.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ListenerEntry.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ListenerEntry.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/ListenerEntry.m index 5ea9493fe0d..1564c12067a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ListenerEntry.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ListenerEntry.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.h index ea5673f865a..a13bf38bec9 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.m index 2172df36004..1c5bf825f7a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/NSData+Additions.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/NSData+Additions.h index d635414e8e5..24e540fe7f7 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/NSData+Additions.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/NSData+Additions.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/NSData+Additions.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/NSData+Additions.m index 969b218063b..8c9ad0e4dcc 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/NSData+Additions.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/NSData+Additions.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcModule.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcModule.h index 1b6f95b8055..8bec1681c5e 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcModule.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcModule.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcModule.m index 6aad65f429b..36b7e76a2b7 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcModule.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcProxy.h index 3e476858480..63e62c4b894 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcProxy.m index eb24fee85d4..3c80dd18ef6 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ObjcProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/OperationQueue.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/OperationQueue.h index 181afe88c4c..c972edc925a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/OperationQueue.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/OperationQueue.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/OperationQueue.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/OperationQueue.m index d6b145ef8c2..248c8d66487 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/OperationQueue.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/OperationQueue.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.h index 8d6c01039f7..fff74e373d3 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.m index f633d556b8c..97fe2c4b314 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti2DMatrix.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti2DMatrix.h index 18dea220641..e27e8321243 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti2DMatrix.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti2DMatrix.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti2DMatrix.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti2DMatrix.m index e16fda22240..39e31571150 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti2DMatrix.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti2DMatrix.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti3DMatrix.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti3DMatrix.h index 536ca96ae5b..f42707c6de1 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti3DMatrix.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti3DMatrix.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti3DMatrix.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti3DMatrix.m index b6fdfb8e63a..0a042621ec2 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti3DMatrix.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Ti3DMatrix.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.h index a666ee3316a..7f66bec502d 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.m index 65a30cb5d5b..d9e2a84eeaf 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.h index fbf3dc14d31..255a7220b46 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.m index 586922a0c51..64e2126bdd4 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.h index f477df06b2c..4c7b4979835 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.m index eb5dd7ee6f4..62d03e1f623 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingEvent.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingEvent.h index 75e87f2ffd0..7f2376cd42d 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingEvent.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingEvent.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingEvent.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingEvent.m index 1833983ad29..0fc6124a4bd 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingEvent.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingEvent.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingRunLoop.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingRunLoop.h index 03ba0883074..baae30f2d38 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingRunLoop.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingRunLoop.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingRunLoop.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingRunLoop.m index 98a78de4d75..8d53326b94b 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingRunLoop.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingRunLoop.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingTiValue.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingTiValue.h index 469d5e55773..052531feef3 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingTiValue.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingTiValue.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingTiValue.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingTiValue.m index 81995a98d70..6c40d671f4c 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingTiValue.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBindingTiValue.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBlob.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBlob.h index 2e0977c6e39..664e3625b64 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBlob.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBlob.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBlob.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBlob.m index 587ef2f8daa..e1cf8dbcebb 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBlob.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBlob.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBuffer.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBuffer.h index ed8c936d4f8..c1a778a77e6 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBuffer.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBuffer.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBuffer.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBuffer.m index f08a4380913..5afebcf4135 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBuffer.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBuffer.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiColor.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiColor.h index 23679a1f14b..eaab5119ddf 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiColor.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiColor.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiColor.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiColor.m index 61520000673..f50d464c780 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiColor.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiColor.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiComplexValue.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiComplexValue.h index d135ef774a0..006ecbfdee2 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiComplexValue.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiComplexValue.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiComplexValue.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiComplexValue.m index 26c412b7bf1..b04cde8fbf8 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiComplexValue.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiComplexValue.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiControllerProtocols.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiControllerProtocols.h index 714491dde1c..e1febc01f1c 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiControllerProtocols.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiControllerProtocols.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiDimension.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiDimension.h index e9ad5919fb9..d3d3790b71e 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiDimension.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiDimension.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010 by Appcelerator, 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. */ @@ -156,4 +156,4 @@ TI_INLINE CGRect TiDimensionLayerContentCenter(TiDimension top, TiDimension left return result; } -#endif \ No newline at end of file +#endif diff --git a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiDimension.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiDimension.m index bb3e060658c..8b74e47f1a5 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiDimension.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiDimension.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiErrorController.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiErrorController.h index ba86f498cd1..1dba08f5a62 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiErrorController.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiErrorController.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiErrorController.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiErrorController.m index 946cf962e88..d3ad3e44d52 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiErrorController.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiErrorController.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2019 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiEvaluator.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiEvaluator.h index bf010a8bcd8..dff6d7efc8b 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiEvaluator.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiEvaluator.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiExceptionHandler.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiExceptionHandler.h index 2355baf90d0..ed820893e74 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiExceptionHandler.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiExceptionHandler.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2012 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiFile.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiFile.h index bff9473160e..62024ee529f 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiFile.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiFile.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiFile.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiFile.m index f0cb9666a6f..39c193b9a1e 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiFile.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiFile.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiGradient.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiGradient.h index de6b8b66e37..149f04f67c0 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiGradient.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiGradient.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiGradient.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiGradient.m index 1a92fcf92f3..952a01b3e64 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiGradient.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiGradient.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiHost.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiHost.h index 406b26fc44a..441942f7cb5 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiHost.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiHost.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiHost.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiHost.m index 12f2c7d7e8f..d0398463077 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiHost.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiHost.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLayoutQueue.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLayoutQueue.h index 850b06d9eda..70792be76d6 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLayoutQueue.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLayoutQueue.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -32,4 +32,4 @@ + (void)resetQueue; @end -#endif \ No newline at end of file +#endif diff --git a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLayoutQueue.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLayoutQueue.m index d70416ea461..3a6ffc5d53b 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLayoutQueue.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLayoutQueue.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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. */ @@ -106,4 +106,4 @@ + (void)addViewProxy:(TiViewProxy *)newViewProxy @end -#endif \ No newline at end of file +#endif diff --git a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLocale.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLocale.h index 5031738b31f..4d6f69581ba 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLocale.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLocale.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLocale.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLocale.m index 811641f5c67..608ffb2c336 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLocale.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLocale.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLogServer.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLogServer.h index 1a9b867c705..dd2add4accf 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLogServer.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLogServer.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLogServer.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLogServer.m index edda7cc83fc..562b068f30d 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLogServer.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiLogServer.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiModule.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiModule.h index 584c0cb5a05..b2decb3eaa5 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiModule.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2020 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiModule.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiModule.m index f33449952d6..5a32abfa159 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiModule.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPoint.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPoint.h index a3b13f1c159..928ca08f228 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPoint.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPoint.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPoint.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPoint.m index b913c9b5c46..312c499b999 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPoint.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPoint.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiProxy.h index 484250e80fa..17b1cf0ea2b 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiProxy.m index f6126e03c91..d5c8ec61e1e 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPublicAPI.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPublicAPI.h index 5cea2ad2af0..6ad6257e543 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPublicAPI.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPublicAPI.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPublicAPI.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPublicAPI.m index efedf9a5679..25770e24beb 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPublicAPI.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiPublicAPI.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRect.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRect.h index 067a5209f1b..6a1873fd18c 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRect.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRect.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRect.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRect.m index 6a7c1e808f1..7637678555d 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRect.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRect.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRootViewController.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRootViewController.h index a0e05d6c9d3..893ab282bf6 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRootViewController.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRootViewController.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRootViewController.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRootViewController.m index 4e309e89e4f..d5a12cebe59 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRootViewController.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiRootViewController.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiStylesheet.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiStylesheet.h index 8ad81888a93..df4b33037ee 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiStylesheet.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiStylesheet.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiStylesheet.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiStylesheet.m index 5849384173d..ca672ef7725 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiStylesheet.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiStylesheet.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiTab.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiTab.h index d7f519921d9..6d8b50b6a85 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiTab.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiTab.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiTabGroup.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiTabGroup.h index 849619b8d9a..a39c192fcaf 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiTabGroup.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiTabGroup.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiThreading.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiThreading.h index 9e68b8163f9..e3a475d81b6 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiThreading.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiThreading.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2017 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiThreading.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiThreading.m index 8082cf7d256..8e9a891ac91 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiThreading.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiThreading.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiToolbar.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiToolbar.h index 6f3b8bf4767..b11e07c2792 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiToolbar.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiToolbar.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.h index 75b222f9f93..c8cb1ec0bc7 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.m index ea0f5784246..7fe9aa44c24 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUtils.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUtils.h index 5f8c7d29bc6..95f6c7db47a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUtils.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUtils.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUtils.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUtils.m index 767ec1bb60c..3664073035e 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUtils.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiUtils.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewController.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewController.h index a74e1e0346c..e3acc6ded70 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewController.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewController.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewController.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewController.m index 98cb904dc8e..ded1b3763aa 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewController.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewController.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2013 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewProxy.h index 9c1b5ee2926..4cf31dd15ab 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewProxy.m index 6d1931027f8..fc9f5b8b93b 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewTemplate.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewTemplate.h index 3b154b7787c..a3220cb94e2 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewTemplate.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewTemplate.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewTemplate.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewTemplate.m index ab8b6ada659..fd7281a92c1 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewTemplate.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiViewTemplate.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiWindowProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiWindowProxy.h index 47b1d53ce5c..e7e180aef04 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiWindowProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiWindowProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TiWindowProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiWindowProxy.m index 040ec80eeaa..320cdb078be 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TiWindowProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TiWindowProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2021 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.h index a222fd76cf4..533e945a974 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.m index cc3f4c8f183..3b4e5fa0f5d 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/WebFont.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/WebFont.h index 0003262c61f..eabe7187391 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/WebFont.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/WebFont.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/WebFont.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/WebFont.m index 9a1d7547128..a07aaa70d7d 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/WebFont.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/WebFont.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Webcolor.h b/iphone/TitaniumKit/TitaniumKit/Sources/API/Webcolor.h index f13f4445bfc..ac36a135c7a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Webcolor.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Webcolor.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/API/Webcolor.m b/iphone/TitaniumKit/TitaniumKit/Sources/API/Webcolor.m index 627b98a57bf..044c9da52a7 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/API/Webcolor.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/API/Webcolor.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollCallback.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollCallback.h index e5b9a97001f..e7c6b910e18 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollCallback.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollCallback.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollCallback.m b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollCallback.m index 87f4c8b9fd2..641b133ed14 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollCallback.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollCallback.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollContext.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollContext.h index 8f3ec2a9dd7..e99a5636fa9 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollContext.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollContext.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollContext.m b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollContext.m index b1406ec0a32..abad9094483 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollContext.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollContext.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethod.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethod.h index 386f2dbe30a..04297013f92 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethod.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethod.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethod.m b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethod.m index 6bc84c35c15..a7572715b1a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethod.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethod.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethodDelegate.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethodDelegate.h index 614c7f27c33..75a0d1c027e 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethodDelegate.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethodDelegate.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethodDelegate.m b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethodDelegate.m index e414eebee25..512e9bcccd1 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethodDelegate.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollMethodDelegate.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollObject.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollObject.h index f83a5a2d0a0..053c38acd55 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollObject.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollObject.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollObject.m b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollObject.m index 0e0f57ae36e..0931c6f1dd1 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollObject.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollObject.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPromise.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPromise.h index 9a012764335..b9b649ed457 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPromise.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPromise.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPropertyDelegate.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPropertyDelegate.h index 3ca8a41fdf1..80454d38b50 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPropertyDelegate.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPropertyDelegate.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPropertyDelegate.m b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPropertyDelegate.m index 37ea7ed0390..ac53f3f277a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPropertyDelegate.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollPropertyDelegate.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollTimerManager.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollTimerManager.h index ffd3d46772a..86f063be924 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollTimerManager.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollTimerManager.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollTimerManager.m b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollTimerManager.m index 5fc8ff24f85..ea4e1f931ad 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollTimerManager.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollTimerManager.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-Present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollWrapper.h b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollWrapper.h index 6c51885bceb..6b8a4902957 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollWrapper.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollWrapper.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollWrapper.m b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollWrapper.m index 04a17a6b3f1..2f0aca89ee0 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollWrapper.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Kroll/KrollWrapper.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiDefines.h b/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiDefines.h index 6d3cddadabd..ec160e3cf1f 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiDefines.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiDefines.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiSharedConfig.h b/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiSharedConfig.h index c2ab5122732..fe66e48381e 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiSharedConfig.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiSharedConfig.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiSharedConfig.m b/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiSharedConfig.m index 9254059c3f7..1275d1eb05a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiSharedConfig.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Misc/TiSharedConfig.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileProxy.h index 1482b2fbaf1..227962e12bd 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileProxy.m index d632155c7d3..b7c495083a9 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2018 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileStreamProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileStreamProxy.h index a02570e3133..4892c6f1701 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileStreamProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileStreamProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileStreamProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileStreamProxy.m index e253e683533..ed313930ebe 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileStreamProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiFilesystemFileStreamProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2010-2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiStreamProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiStreamProxy.h index 95c2aa7f5e7..d406ea18df5 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiStreamProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiStreamProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiStreamProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiStreamProxy.m index a2baf44c5f4..8474accc3ea 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiStreamProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiStreamProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2011 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIViewProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIViewProxy.h index 9f5b70ddb0e..d4b6f78b17f 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIViewProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIViewProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIViewProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIViewProxy.m index 816f7799561..9d72171288f 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIViewProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIViewProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindow.h b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindow.h index b11149c94d3..2b0a80e5ef5 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindow.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindow.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindow.m b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindow.m index 3990b3d8dce..0bf49399c3a 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindow.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindow.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindowProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindowProxy.h index 3bbd2581f6a..aec548efee7 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindowProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindowProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindowProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindowProxy.m index 20deb8b6a45..3c61f155260 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindowProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIWindowProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2014 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIiOSTransitionAnimationProxy.h b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIiOSTransitionAnimationProxy.h index a282d938f7b..6249c6f5dbf 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIiOSTransitionAnimationProxy.h +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIiOSTransitionAnimationProxy.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIiOSTransitionAnimationProxy.m b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIiOSTransitionAnimationProxy.m index 5a981ebd1be..31d50d9d054 100644 --- a/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIiOSTransitionAnimationProxy.m +++ b/iphone/TitaniumKit/TitaniumKit/Sources/Modules/TiUIiOSTransitionAnimationProxy.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2013 by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/TitaniumKit.h b/iphone/TitaniumKit/TitaniumKit/TitaniumKit.h index 6e1ed6edfb8..7de56c59393 100644 --- a/iphone/TitaniumKit/TitaniumKit/TitaniumKit.h +++ b/iphone/TitaniumKit/TitaniumKit/TitaniumKit.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/TitaniumKit/TitaniumKit/TitaniumKitDocs.h b/iphone/TitaniumKit/TitaniumKit/TitaniumKitDocs.h index 58cef514bc5..8dcfde6680c 100644 --- a/iphone/TitaniumKit/TitaniumKit/TitaniumKitDocs.h +++ b/iphone/TitaniumKit/TitaniumKit/TitaniumKitDocs.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2018-present by Appcelerator, 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/iphone/iphone/main.m b/iphone/iphone/main.m index e7894fed8d7..c9a74ae06f7 100644 --- a/iphone/iphone/main.m +++ b/iphone/iphone/main.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2010 by Appcelerator, 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/iphone/layout/Classes/TiLabel.h b/iphone/layout/Classes/TiLabel.h index 726d8479092..ea06e01cea7 100644 --- a/iphone/layout/Classes/TiLabel.h +++ b/iphone/layout/Classes/TiLabel.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ @@ -9,5 +9,5 @@ @interface TiLabel : TiLayoutView -@property (nonatomic, retain) NSString* text; +@property (nonatomic, retain) NSString *text; @end diff --git a/iphone/layout/Classes/TiLabel.m b/iphone/layout/Classes/TiLabel.m index 580e26ec2c1..ee4b18b0828 100644 --- a/iphone/layout/Classes/TiLabel.m +++ b/iphone/layout/Classes/TiLabel.m @@ -1,15 +1,14 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #import "TiLabel.h" -@interface TiLabel() -{ - UILabel* label; +@interface TiLabel () { + UILabel *label; } @end @@ -17,29 +16,28 @@ @implementation TiLabel - (instancetype)init { - self = [super init]; - if (self) { - label = [[UILabel alloc] initWithFrame:[self bounds]]; - [label setAutoresizingMask:UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth]; - [label setNumberOfLines:0]; - [self addSubview:label]; - [self setDefaultHeight:TiDimensionAutoSize]; - [self setDefaultWidth:TiDimensionAutoSize]; - } - return self; + self = [super init]; + if (self) { + label = [[UILabel alloc] initWithFrame:[self bounds]]; + [label setAutoresizingMask:UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth]; + [label setNumberOfLines:0]; + [self addSubview:label]; + [self setDefaultHeight:TiDimensionAutoSize]; + [self setDefaultWidth:TiDimensionAutoSize]; + } + return self; } - --(void)setText:(NSString*) text +- (void)setText:(NSString *)text { - _text = text; - [label setText:text]; + _text = text; + [label setText:text]; } --(void)frameSizeChanged:(CGRect)frame bounds:(CGRect)bounds +- (void)frameSizeChanged:(CGRect)frame bounds:(CGRect)bounds { - [TiUtils setView:label positionRect:bounds]; - [super frameSizeChanged:frame bounds:bounds]; + [TiUtils setView:label positionRect:bounds]; + [super frameSizeChanged:frame bounds:bounds]; } @end diff --git a/iphone/layout/Classes/TiScrollView.h b/iphone/layout/Classes/TiScrollView.h index 9ebe3c42c0b..376c867a1cc 100644 --- a/iphone/layout/Classes/TiScrollView.h +++ b/iphone/layout/Classes/TiScrollView.h @@ -1,18 +1,17 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #import "TiLayoutView.h" - @interface TiScrollView : TiLayoutView -@property(nonatomic, copy) void (^onContentLayout)(TiLayoutView* sender, CGRect rect); +@property (nonatomic, copy) void (^onContentLayout)(TiLayoutView *sender, CGRect rect); --(void)setContentWidth_:(id)val; --(void)setContentHeight_:(id)val; --(TiLayoutView*)contentView; +- (void)setContentWidth_:(id)val; +- (void)setContentHeight_:(id)val; +- (TiLayoutView *)contentView; @end diff --git a/iphone/layout/Classes/TiScrollView.m b/iphone/layout/Classes/TiScrollView.m index 92401606472..3b5df902c1e 100644 --- a/iphone/layout/Classes/TiScrollView.m +++ b/iphone/layout/Classes/TiScrollView.m @@ -1,17 +1,16 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #import "TiScrollView.h" -@interface TiScrollView() -{ - UIScrollView* scrollView; - TiLayoutView* contentView; - BOOL _constraintAdded; +@interface TiScrollView () { + UIScrollView *scrollView; + TiLayoutView *contentView; + BOOL _constraintAdded; } @end @@ -19,99 +18,97 @@ @implementation TiScrollView - (instancetype)init { - self = [super init]; - if (self) - { - - scrollView = [[UIScrollView alloc] init]; - contentView = [[TiLayoutView alloc] init]; - [contentView setTranslatesAutoresizingMaskIntoConstraints:NO]; - [scrollView setTranslatesAutoresizingMaskIntoConstraints:NO]; - - - [contentView setBackgroundColor:[UIColor greenColor]]; - [contentView setViewName:@"TiScrollView.ContentView"]; - - [contentView setDefaultHeight:TiDimensionAutoSize]; - [contentView setDefaultWidth:TiDimensionAutoSize]; - - [scrollView addSubview:contentView]; - - [self setDefaultHeight:TiDimensionAutoFill]; - [self setDefaultWidth:TiDimensionAutoFill]; - - [super addSubview:scrollView]; - - [self setHorizontalWrap:NO]; - } - return self; + self = [super init]; + if (self) { + + scrollView = [[UIScrollView alloc] init]; + contentView = [[TiLayoutView alloc] init]; + [contentView setTranslatesAutoresizingMaskIntoConstraints:NO]; + [scrollView setTranslatesAutoresizingMaskIntoConstraints:NO]; + + [contentView setBackgroundColor:[UIColor greenColor]]; + [contentView setViewName:@"TiScrollView.ContentView"]; + + [contentView setDefaultHeight:TiDimensionAutoSize]; + [contentView setDefaultWidth:TiDimensionAutoSize]; + + [scrollView addSubview:contentView]; + + [self setDefaultHeight:TiDimensionAutoFill]; + [self setDefaultWidth:TiDimensionAutoFill]; + + [super addSubview:scrollView]; + + [self setHorizontalWrap:NO]; + } + return self; } --(void)setViewName:(NSString *)viewName +- (void)setViewName:(NSString *)viewName { - [contentView setViewName:TI_STRING(@"TiScrollView.ContentView.%@",viewName)]; - [super setViewName:viewName]; + [contentView setViewName:TI_STRING(@"TiScrollView.ContentView.%@", viewName)]; + [super setViewName:viewName]; } --(void)setHorizontalWrap:(BOOL)horizontalWrap +- (void)setHorizontalWrap:(BOOL)horizontalWrap { - [contentView setHorizontalWrap:horizontalWrap]; - [super setHorizontalWrap:horizontalWrap]; + [contentView setHorizontalWrap:horizontalWrap]; + [super setHorizontalWrap:horizontalWrap]; } --(BOOL)horizontalWrap +- (BOOL)horizontalWrap { - return [contentView horizontalWrap]; + return [contentView horizontalWrap]; } --(void)addSubview:(nonnull UIView *)view +- (void)addSubview:(nonnull UIView *)view { - [contentView addSubview:view]; + [contentView addSubview:view]; } --(void)insertSubview:(nonnull UIView *)view aboveSubview:(nonnull UIView *)siblingSubview +- (void)insertSubview:(nonnull UIView *)view aboveSubview:(nonnull UIView *)siblingSubview { - [contentView insertSubview:view aboveSubview:siblingSubview]; + [contentView insertSubview:view aboveSubview:siblingSubview]; } --(void)insertSubview:(nonnull UIView *)view atIndex:(NSInteger)index +- (void)insertSubview:(nonnull UIView *)view atIndex:(NSInteger)index { - [contentView insertSubview:view atIndex:index]; + [contentView insertSubview:view atIndex:index]; } --(void)insertSubview:(nonnull UIView *)view belowSubview:(nonnull UIView *)siblingSubview +- (void)insertSubview:(nonnull UIView *)view belowSubview:(nonnull UIView *)siblingSubview { - [contentView insertSubview:view belowSubview:siblingSubview]; + [contentView insertSubview:view belowSubview:siblingSubview]; } --(TiLayoutView*)contentView +- (TiLayoutView *)contentView { - return contentView; + return contentView; } --(void)setLayout_:(id)val +- (void)setLayout_:(id)val { - [contentView setLayout_:val]; + [contentView setLayout_:val]; } --(void)setContentWidth_:(id)val +- (void)setContentWidth_:(id)val { - [contentView setWidth_:val]; + [contentView setWidth_:val]; } --(void)setContentHeight_:(id)val +- (void)setContentHeight_:(id)val { - [contentView setHeight_:val]; + [contentView setHeight_:val]; } --(void)setOnContentLayout:(void (^)(TiLayoutView * sender, CGRect rect))onContentLayout +- (void)setOnContentLayout:(void (^)(TiLayoutView *sender, CGRect rect))onContentLayout { - [contentView setOnLayout:onContentLayout]; + [contentView setOnLayout:onContentLayout]; } --(void)setBackgroundColor:(UIColor *)backgroundColor +- (void)setBackgroundColor:(UIColor *)backgroundColor { - [[self contentView] setBackgroundColor:backgroundColor]; - [super setBackgroundColor:backgroundColor]; + [[self contentView] setBackgroundColor:backgroundColor]; + [super setBackgroundColor:backgroundColor]; } @end diff --git a/iphone/layout/Classes/TiScrollableView.h b/iphone/layout/Classes/TiScrollableView.h index 198182cff58..146d44cbcc2 100644 --- a/iphone/layout/Classes/TiScrollableView.h +++ b/iphone/layout/Classes/TiScrollableView.h @@ -1,12 +1,12 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #import "TiLayoutView.h" -@interface TiScrollableView : TiLayoutView +@interface TiScrollableView : TiLayoutView @end diff --git a/iphone/layout/Classes/TiScrollableView.m b/iphone/layout/Classes/TiScrollableView.m index 3b7baddc3fa..3249dcaa267 100644 --- a/iphone/layout/Classes/TiScrollableView.m +++ b/iphone/layout/Classes/TiScrollableView.m @@ -1,20 +1,19 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #import "TiScrollableView.h" -@interface TiScrollableView() -{ - UIScrollView* _scrollView; - UIView* _contentView; - BOOL _constraintAdded; - NSUInteger _childrenCount; - NSInteger _currentPage; - UIPageControl* _dotsView; +@interface TiScrollableView () { + UIScrollView *_scrollView; + UIView *_contentView; + BOOL _constraintAdded; + NSUInteger _childrenCount; + NSInteger _currentPage; + UIPageControl *_dotsView; } @end @@ -22,100 +21,94 @@ @implementation TiScrollableView - (instancetype)init { - self = [super init]; - if (self) - { - [self setDefaultHeight:TiDimensionFromObject(@"FILL")]; - [self setDefaultWidth:TiDimensionFromObject(@"FILL")]; - - _contentView = [[UIView alloc] init]; - [_contentView setTranslatesAutoresizingMaskIntoConstraints:NO]; - - _scrollView = [[UIScrollView alloc] init]; - [_scrollView setDelegate:self]; - [_scrollView setPagingEnabled:YES]; - [_scrollView setTranslatesAutoresizingMaskIntoConstraints:NO]; - [_scrollView setShowsHorizontalScrollIndicator:NO]; - [_scrollView setShowsVerticalScrollIndicator:NO]; - [_scrollView addSubview:_contentView]; - - _dotsView = [[UIPageControl alloc] init]; - [_dotsView setTranslatesAutoresizingMaskIntoConstraints:NO]; - [_dotsView addTarget:self action:@selector(pageControlTouched:) forControlEvents:UIControlEventValueChanged]; - - [super addSubview:_scrollView]; - [super addSubview:_dotsView]; + self = [super init]; + if (self) { + [self setDefaultHeight:TiDimensionFromObject(@"FILL")]; + [self setDefaultWidth:TiDimensionFromObject(@"FILL")]; - } - return self; + _contentView = [[UIView alloc] init]; + [_contentView setTranslatesAutoresizingMaskIntoConstraints:NO]; + + _scrollView = [[UIScrollView alloc] init]; + [_scrollView setDelegate:self]; + [_scrollView setPagingEnabled:YES]; + [_scrollView setTranslatesAutoresizingMaskIntoConstraints:NO]; + [_scrollView setShowsHorizontalScrollIndicator:NO]; + [_scrollView setShowsVerticalScrollIndicator:NO]; + [_scrollView addSubview:_contentView]; + + _dotsView = [[UIPageControl alloc] init]; + [_dotsView setTranslatesAutoresizingMaskIntoConstraints:NO]; + [_dotsView addTarget:self action:@selector(pageControlTouched:) forControlEvents:UIControlEventValueChanged]; + + [super addSubview:_scrollView]; + [super addSubview:_dotsView]; + } + return self; } --(void)layoutSubviews +- (void)layoutSubviews { - [super layoutSubviews]; - if (!_constraintAdded) { - _constraintAdded = YES; - NSDictionary* views = NSDictionaryOfVariableBindings(_contentView, _scrollView, _dotsView); - [_scrollView addConstraints:TI_CONSTR(@"V:|[_contentView(_scrollView)]|", views)]; - [_scrollView addConstraints:TI_CONSTR(@"H:|[_contentView(>=_scrollView)]|", views)]; - [self addConstraints:TI_CONSTR(@"V:[_dotsView]-|", views)]; - [self addConstraint: [NSLayoutConstraint constraintWithItem:self attribute:NSLayoutAttributeCenterX relatedBy:NSLayoutRelationEqual toItem:_dotsView attribute:NSLayoutAttributeCenterX multiplier:1 constant:0]]; - } - - NSArray* children = [_contentView subviews]; - NSUInteger length = [children count]; - if (length != _childrenCount) { - _childrenCount = length; - for (NSUInteger index = 0; index < length; index++) - { - TiLayoutView* child = [children objectAtIndex:index]; - [TiLayoutView removeConstraints:_contentView fromChild:child]; - - NSDictionary* views; - if (index == 0) { - views = NSDictionaryOfVariableBindings(_contentView, child, _scrollView); - [_contentView addConstraints: TI_CONSTR(@"H:|[child]", views)]; - } else { - UIView *prev = [children objectAtIndex:index-1]; - views = NSDictionaryOfVariableBindings(_contentView, child, prev, _scrollView); - [_contentView addConstraints: TI_CONSTR(@"H:[prev][child]", views)]; - - } - - if (index == length-1) { - [_contentView addConstraints:TI_CONSTR(@"H:[child]|", views)]; - } - [_contentView addConstraints:TI_CONSTR(@"V:|[child]|", views)]; - [_scrollView addConstraints:TI_CONSTR(@"H:[child(_scrollView)]", views)]; - - } + [super layoutSubviews]; + if (!_constraintAdded) { + _constraintAdded = YES; + NSDictionary *views = NSDictionaryOfVariableBindings(_contentView, _scrollView, _dotsView); + [_scrollView addConstraints:TI_CONSTR(@"V:|[_contentView(_scrollView)]|", views)]; + [_scrollView addConstraints:TI_CONSTR(@"H:|[_contentView(>=_scrollView)]|", views)]; + [self addConstraints:TI_CONSTR(@"V:[_dotsView]-|", views)]; + [self addConstraint:[NSLayoutConstraint constraintWithItem:self attribute:NSLayoutAttributeCenterX relatedBy:NSLayoutRelationEqual toItem:_dotsView attribute:NSLayoutAttributeCenterX multiplier:1 constant:0]]; + } + + NSArray *children = [_contentView subviews]; + NSUInteger length = [children count]; + if (length != _childrenCount) { + _childrenCount = length; + for (NSUInteger index = 0; index < length; index++) { + TiLayoutView *child = [children objectAtIndex:index]; + [TiLayoutView removeConstraints:_contentView fromChild:child]; + + NSDictionary *views; + if (index == 0) { + views = NSDictionaryOfVariableBindings(_contentView, child, _scrollView); + [_contentView addConstraints:TI_CONSTR(@"H:|[child]", views)]; + } else { + UIView *prev = [children objectAtIndex:index - 1]; + views = NSDictionaryOfVariableBindings(_contentView, child, prev, _scrollView); + [_contentView addConstraints:TI_CONSTR(@"H:[prev][child]", views)]; + } + + if (index == length - 1) { + [_contentView addConstraints:TI_CONSTR(@"H:[child]|", views)]; + } + [_contentView addConstraints:TI_CONSTR(@"V:|[child]|", views)]; + [_scrollView addConstraints:TI_CONSTR(@"H:[child(_scrollView)]", views)]; } - [_dotsView setNumberOfPages:length]; - [_dotsView setCurrentPage: _currentPage]; - - [_scrollView setContentOffset:CGPointMake(_currentPage * self.frame.size.width, 0) animated:NO]; + } + [_dotsView setNumberOfPages:length]; + [_dotsView setCurrentPage:_currentPage]; + + [_scrollView setContentOffset:CGPointMake(_currentPage * self.frame.size.width, 0) animated:NO]; } --(void)addSubview:(nonnull UIView *)view +- (void)addSubview:(nonnull UIView *)view { - TiLayoutView* wrapperView = [[TiLayoutView alloc] init]; - [wrapperView setViewName: TI_STRING(@"scrollable.wrapper.view%lu", (unsigned long)[[self subviews] count])]; - [wrapperView setHeight_:@"SIZE"]; - [wrapperView addSubview:view]; - [_contentView addSubview:wrapperView]; + TiLayoutView *wrapperView = [[TiLayoutView alloc] init]; + [wrapperView setViewName:TI_STRING(@"scrollable.wrapper.view%lu", (unsigned long)[[self subviews] count])]; + [wrapperView setHeight_:@"SIZE"]; + [wrapperView addSubview:view]; + [_contentView addSubview:wrapperView]; } --(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView +- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView { - CGPoint contentOffset = [scrollView contentOffset]; - _currentPage = ceil(contentOffset.x / self.frame.size.width); - [_dotsView setCurrentPage: _currentPage]; + CGPoint contentOffset = [scrollView contentOffset]; + _currentPage = ceil(contentOffset.x / self.frame.size.width); + [_dotsView setCurrentPage:_currentPage]; } --(void)pageControlTouched:(UIPageControl*)sender +- (void)pageControlTouched:(UIPageControl *)sender { - _currentPage = [sender currentPage]; - [_scrollView setContentOffset:CGPointMake(self.bounds.size.width * _currentPage, 0) animated:YES]; - + _currentPage = [sender currentPage]; + [_scrollView setContentOffset:CGPointMake(self.bounds.size.width * _currentPage, 0) animated:YES]; } @end diff --git a/iphone/layout/Classes/TiSlider.h b/iphone/layout/Classes/TiSlider.h index 1cf80f7aa98..aa050769fd1 100644 --- a/iphone/layout/Classes/TiSlider.h +++ b/iphone/layout/Classes/TiSlider.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ @@ -9,8 +9,8 @@ @interface TiSlider : TiLayoutView -@property(nonatomic, copy) void (^onValueChanged)(TiSlider* sender, NSInteger value); --(NSInteger)sliderValue; --(void)setMin:(NSInteger)min andMax:(NSInteger)max; --(void)setSliderValue:(NSInteger)value; +@property (nonatomic, copy) void (^onValueChanged)(TiSlider *sender, NSInteger value); +- (NSInteger)sliderValue; +- (void)setMin:(NSInteger)min andMax:(NSInteger)max; +- (void)setSliderValue:(NSInteger)value; @end diff --git a/iphone/layout/Classes/TiSlider.m b/iphone/layout/Classes/TiSlider.m index ab13c80a8ea..9055417056e 100644 --- a/iphone/layout/Classes/TiSlider.m +++ b/iphone/layout/Classes/TiSlider.m @@ -1,58 +1,54 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #import "TiSlider.h" -@interface TiSlider() -{ - UISlider* slider; +@interface TiSlider () { + UISlider *slider; } @end @implementation TiSlider - - (instancetype)init { - self = [super init]; - if (self) { - slider = [[UISlider alloc] init]; - [slider addTarget:self action:@selector(sliderValueChanged:) forControlEvents:UIControlEventValueChanged]; - - [slider setTranslatesAutoresizingMaskIntoConstraints:NO]; - [self addSubview:slider]; - - [self setDefaultHeight:TiDimensionFromObject(@"SIZE")]; - [self setDefaultWidth:TiDimensionFromObject(@"FILL")]; - - } - return self; + self = [super init]; + if (self) { + slider = [[UISlider alloc] init]; + [slider addTarget:self action:@selector(sliderValueChanged:) forControlEvents:UIControlEventValueChanged]; + + [slider setTranslatesAutoresizingMaskIntoConstraints:NO]; + [self addSubview:slider]; + + [self setDefaultHeight:TiDimensionFromObject(@"SIZE")]; + [self setDefaultWidth:TiDimensionFromObject(@"FILL")]; + } + return self; } --(NSInteger)sliderValue +- (NSInteger)sliderValue { - return [slider value]; + return [slider value]; } --(void)setMin:(NSInteger)min andMax:(NSInteger)max +- (void)setMin:(NSInteger)min andMax:(NSInteger)max { - [slider setMinimumValue:min]; - [slider setMaximumValue:max]; + [slider setMinimumValue:min]; + [slider setMaximumValue:max]; } --(void)setSliderValue:(NSInteger)value +- (void)setSliderValue:(NSInteger)value { - [slider setValue:value]; + [slider setValue:value]; } --(void)sliderValueChanged:(UISlider*)sender +- (void)sliderValueChanged:(UISlider *)sender { - if (_onValueChanged != nil) - { - _onValueChanged(self, [sender value]); - } + if (_onValueChanged != nil) { + _onValueChanged(self, [sender value]); + } } @end diff --git a/iphone/layout/Classes/TiTableView.h b/iphone/layout/Classes/TiTableView.h index 7f986a80fae..1f6678d714e 100644 --- a/iphone/layout/Classes/TiTableView.h +++ b/iphone/layout/Classes/TiTableView.h @@ -1,28 +1,27 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #import "TiLayoutView.h" -@interface TiTableViewRow : UITableViewCell -{ - CGFloat _width; - CGFloat _height; - TiDimension _tiHeight; +@interface TiTableViewRow : UITableViewCell { + CGFloat _width; + CGFloat _height; + TiDimension _tiHeight; } -@property (nonatomic, retain) TiLayoutView* parentView; +@property (nonatomic, retain) TiLayoutView *parentView; --(CGFloat)heightFromWidth:(CGFloat)width; --(void)setHeight_:(id)args; --(void)setLayout_:(id)args; +- (CGFloat)heightFromWidth:(CGFloat)width; +- (void)setHeight_:(id)args; +- (void)setLayout_:(id)args; @end -@interface TiTableView : TiLayoutView +@interface TiTableView : TiLayoutView -@property (nonatomic, retain) NSArray* tableData; +@property (nonatomic, retain) NSArray *tableData; @end diff --git a/iphone/layout/Classes/TiTableView.m b/iphone/layout/Classes/TiTableView.m index 437d1fbfd29..fcbdc4d709f 100644 --- a/iphone/layout/Classes/TiTableView.m +++ b/iphone/layout/Classes/TiTableView.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ @@ -11,130 +11,128 @@ @implementation TiTableViewRow - (instancetype)init { - self = [super init]; - if (self) { - _parentView = [[TiLayoutView alloc] init]; - [_parentView setDefaultHeight:TiDimensionAutoSize]; - [_parentView setDefaultWidth:TiDimensionAutoSize]; - [_parentView setWidth:@"SIZE"]; - [_parentView setHeight:@"SIZE"]; - [[self contentView] addSubview:_parentView]; - } - return self; + self = [super init]; + if (self) { + _parentView = [[TiLayoutView alloc] init]; + [_parentView setDefaultHeight:TiDimensionAutoSize]; + [_parentView setDefaultWidth:TiDimensionAutoSize]; + [_parentView setWidth:@"SIZE"]; + [_parentView setHeight:@"SIZE"]; + [[self contentView] addSubview:_parentView]; + } + return self; } --(void)setLayout_:(id)args +- (void)setLayout_:(id)args { - [_parentView setLayout_:args]; + [_parentView setLayout_:args]; } --(void)setHeight_:(id)args +- (void)setHeight_:(id)args { - _tiHeight = TiDimensionFromObject(args); + _tiHeight = TiDimensionFromObject(args); } --(void)addSubview:(UIView *)view +- (void)addSubview:(UIView *)view { - if ([view isKindOfClass:[TiLayoutView class]]) { - [_parentView addSubview:view]; - } else { - [super addSubview:view]; - } + if ([view isKindOfClass:[TiLayoutView class]]) { + [_parentView addSubview:view]; + } else { + [super addSubview:view]; + } } --(CGFloat)heightFromWidth:(CGFloat)width +- (CGFloat)heightFromWidth:(CGFloat)width { - if (TiDimensionIsDip(_tiHeight)) { - return TiDimensionCalculateValue(_tiHeight, 1); - } - - if (TiDimensionIsUndefined(_tiHeight)) { - return 44.0; - } - - if (width != _width) { - _width = width; - _height = [_parentView heightIfWidthWere:width]; - } - if (_height == 0) { - _height = [_parentView heightIfWidthWere:width]; - } - return _height + 8; + if (TiDimensionIsDip(_tiHeight)) { + return TiDimensionCalculateValue(_tiHeight, 1); + } + + if (TiDimensionIsUndefined(_tiHeight)) { + return 44.0; + } + + if (width != _width) { + _width = width; + _height = [_parentView heightIfWidthWere:width]; + } + if (_height == 0) { + _height = [_parentView heightIfWidthWere:width]; + } + return _height + 8; } @end -@interface TiTableView() -{ - UITableView* _tableView; +@interface TiTableView () { + UITableView *_tableView; } @end @implementation TiTableView - --(void)initializeTiLayoutView +- (void)initializeTiLayoutView { - [super initializeTiLayoutView]; - [self setDefaultHeight:TiDimensionAutoFill]; - [self setDefaultWidth:TiDimensionAutoFill]; + [super initializeTiLayoutView]; + [self setDefaultHeight:TiDimensionAutoFill]; + [self setDefaultWidth:TiDimensionAutoFill]; } --(void)setTableData:(NSArray *)tableData +- (void)setTableData:(NSArray *)tableData { - _tableData = tableData; - [_tableView reloadData]; + _tableData = tableData; + [_tableView reloadData]; } - (instancetype)init { - self = [super init]; - if (self) { - _tableView = [[UITableView alloc] init]; - [_tableView setDataSource:self]; - [_tableView setDelegate:self]; - [_tableView setTranslatesAutoresizingMaskIntoConstraints:NO]; - [_tableView setRowHeight:UITableViewAutomaticDimension]; - [self addSubview:_tableView]; - [self setBackgroundColor:[UIColor redColor]]; - } - return self; + self = [super init]; + if (self) { + _tableView = [[UITableView alloc] init]; + [_tableView setDataSource:self]; + [_tableView setDelegate:self]; + [_tableView setTranslatesAutoresizingMaskIntoConstraints:NO]; + [_tableView setRowHeight:UITableViewAutomaticDimension]; + [self addSubview:_tableView]; + [self setBackgroundColor:[UIColor redColor]]; + } + return self; } - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath; { - - TiTableViewRow* row = [[self tableData] objectAtIndex: [indexPath row]]; - CGSize currentSize = [self bounds].size; - if (CGSizeEqualToSize(currentSize, CGSizeZero)) { - currentSize = [[UIScreen mainScreen] bounds].size; - } - return [row heightFromWidth:currentSize.width]; + + TiTableViewRow *row = [[self tableData] objectAtIndex:[indexPath row]]; + CGSize currentSize = [self bounds].size; + if (CGSizeEqualToSize(currentSize, CGSizeZero)) { + currentSize = [[UIScreen mainScreen] bounds].size; + } + return [row heightFromWidth:currentSize.width]; } --(void)didMoveToSuperview +- (void)didMoveToSuperview { - [super didMoveToSuperview]; - [_tableView reloadData]; + [super didMoveToSuperview]; + [_tableView reloadData]; } --(NSInteger)tableView:(nonnull UITableView *)tableView numberOfRowsInSection:(NSInteger)section +- (NSInteger)tableView:(nonnull UITableView *)tableView numberOfRowsInSection:(NSInteger)section { - NSInteger count = [[self tableData] count]; - return count; + NSInteger count = [[self tableData] count]; + return count; } - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { - return 1; + return 1; } --(UITableViewCell*)tableView:(nonnull UITableView *)tableView cellForRowAtIndexPath:(nonnull NSIndexPath *)indexPath +- (UITableViewCell *)tableView:(nonnull UITableView *)tableView cellForRowAtIndexPath:(nonnull NSIndexPath *)indexPath { - TiTableViewRow* row = [[self tableData] objectAtIndex: [indexPath row]]; - - [[row parentView] setFrame:[[row contentView] bounds]]; - [[row parentView] performSelector:@selector(updateWidthAndHeight)]; + TiTableViewRow *row = [[self tableData] objectAtIndex:[indexPath row]]; + + [[row parentView] setFrame:[[row contentView] bounds]]; + [[row parentView] performSelector:@selector(updateWidthAndHeight)]; - return row; + return row; } @end diff --git a/iphone/layout/layout/AppDelegate.h b/iphone/layout/layout/AppDelegate.h index 50102ee2bcf..9073d509eeb 100644 --- a/iphone/layout/layout/AppDelegate.h +++ b/iphone/layout/layout/AppDelegate.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ @@ -11,6 +11,4 @@ @property (strong, nonatomic) UIWindow *window; - @end - diff --git a/iphone/layout/layout/AppDelegate.m b/iphone/layout/layout/AppDelegate.m index a577085d5c3..90429e9e0a3 100644 --- a/iphone/layout/layout/AppDelegate.m +++ b/iphone/layout/layout/AppDelegate.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ @@ -14,21 +14,20 @@ @interface AppDelegate () @implementation AppDelegate +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; + // Override point for customization after application launch. + self.window.backgroundColor = [UIColor whiteColor]; -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; - // Override point for customization after application launch. - self.window.backgroundColor = [UIColor whiteColor]; - - -// UINavigationController* stackedViewControllers = [[UINavigationController alloc] init]; -// [stackedViewControllers setNavigationBarHidden:YES]; -// [stackedViewControllers pushViewController:[[ViewController alloc] init] animated:NO]; -// self.window.rootViewController = stackedViewControllers; - - self.window.rootViewController = [[ViewController alloc] init]; - [self.window makeKeyAndVisible]; - return YES; + // UINavigationController* stackedViewControllers = [[UINavigationController alloc] init]; + // [stackedViewControllers setNavigationBarHidden:YES]; + // [stackedViewControllers pushViewController:[[ViewController alloc] init] animated:NO]; + // self.window.rootViewController = stackedViewControllers; + + self.window.rootViewController = [[ViewController alloc] init]; + [self.window makeKeyAndVisible]; + return YES; } @end diff --git a/iphone/layout/layout/TiUtils.h b/iphone/layout/layout/TiUtils.h index 8e58ac6dc47..44a423b0600 100644 --- a/iphone/layout/layout/TiUtils.h +++ b/iphone/layout/layout/TiUtils.h @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ @@ -11,86 +11,80 @@ #define DebugLog NSLog #if DEBUG -#define CODELOCATION [NSString stringWithFormat:@"%s (%@:%d)",__FUNCTION__,[[NSString stringWithFormat:@"%s",__FILE__] lastPathComponent],__LINE__] +#define CODELOCATION [NSString stringWithFormat:@"%s (%@:%d)", __FUNCTION__, [[NSString stringWithFormat:@"%s", __FILE__] lastPathComponent], __LINE__] #else -#define CODELOCATION @"" +#define CODELOCATION @"" #endif -#define ENSURE_SINGLE_ARG(x,t) \ - if ([x isKindOfClass:[NSArray class]] && [x count]>0) \ - { \ - x = (t*)[x objectAtIndex:0]; \ - } \ - if (![x isKindOfClass:[t class]]) \ - {\ - @throw [NSException exceptionWithName:@"Invalid type passed to function" reason:[NSString stringWithFormat:@"expected: %@, was: %@", [t class], [x class]] userInfo:nil]; \ - } - +#define ENSURE_SINGLE_ARG(x, t) \ + if ([x isKindOfClass:[NSArray class]] && [x count] > 0) { \ + x = (t *)[x objectAtIndex:0]; \ + } \ + if (![x isKindOfClass:[t class]]) { \ + @throw [NSException exceptionWithName:@"Invalid type passed to function" reason:[NSString stringWithFormat:@"expected: %@, was: %@", [t class], [x class]] userInfo:nil]; \ + } /** Titanium orientation flags. */ -typedef enum -{ - TiOrientationNone = 0, - TiOrientationAny = 0xFFFF, - - /** +typedef enum { + TiOrientationNone = 0, + TiOrientationAny = 0xFFFF, + + /** Portrait orientation flag. */ - TiOrientationPortrait = 1 << UIInterfaceOrientationPortrait, - - /** + TiOrientationPortrait = 1 << UIInterfaceOrientationPortrait, + + /** Upside-down portrait orientation flag. */ - TiOrientationPortraitUpsideDown = 1 << UIInterfaceOrientationPortraitUpsideDown, - - /** + TiOrientationPortraitUpsideDown = 1 << UIInterfaceOrientationPortraitUpsideDown, + + /** Landscape left orientation flag. */ - TiOrientationLandscapeLeft = 1 << UIInterfaceOrientationLandscapeLeft, - - /** + TiOrientationLandscapeLeft = 1 << UIInterfaceOrientationLandscapeLeft, + + /** Landscape right orientation flag. */ - TiOrientationLandscapeRight = 1 << UIInterfaceOrientationLandscapeRight, - - /** + TiOrientationLandscapeRight = 1 << UIInterfaceOrientationLandscapeRight, + + /** Landscape (left or right) orientation flag. */ - TiOrientationLandscapeOnly = TiOrientationLandscapeLeft | TiOrientationLandscapeRight, - - /** + TiOrientationLandscapeOnly = TiOrientationLandscapeLeft | TiOrientationLandscapeRight, + + /** Portrait (normal or upside-down) orientation flag. */ - TiOrientationPortraitOnly = TiOrientationPortrait | TiOrientationPortraitUpsideDown, - + TiOrientationPortraitOnly = TiOrientationPortrait | TiOrientationPortraitUpsideDown, + } TiOrientationFlags; @interface TiUtils : UIView -+(void)setIsTesting:(BOOL)flag; -+(BOOL)isTesting; -+(int)dpi; -+(BOOL)isIPad; -+(BOOL)isRetinaDisplay; -+(BOOL)isRetinaHDDisplay; -+(BOOL)isIOS8OrGreater; -+(CGFloat)floatValue:(id)value; -+(CGFloat)floatValue:(id)value def:(CGFloat) def; -+(void)setView:(UIView *)view positionRect:(CGRect)frameRect; ++ (void)setIsTesting:(BOOL)flag; ++ (BOOL)isTesting; ++ (int)dpi; ++ (BOOL)isIPad; ++ (BOOL)isRetinaDisplay; ++ (BOOL)isRetinaHDDisplay; ++ (BOOL)isIOS8OrGreater; ++ (CGFloat)floatValue:(id)value; ++ (CGFloat)floatValue:(id)value def:(CGFloat)def; ++ (void)setView:(UIView *)view positionRect:(CGRect)frameRect; @end - @interface NSTimer (Blocks) -+(id)scheduledTimerWithTimeInterval:(NSTimeInterval)inTimeInterval block:(void (^)())inBlock repeats:(BOOL)inRepeats; -+(void)jdExecuteSimpleBlock:(NSTimer *)inTimer; ++ (id)scheduledTimerWithTimeInterval:(NSTimeInterval)inTimeInterval block:(void (^)())inBlock repeats:(BOOL)inRepeats; ++ (void)jdExecuteSimpleBlock:(NSTimer *)inTimer; @end - @protocol LayoutAutosizing @optional --(CGFloat)contentWidthForWidth:(CGFloat)suggestedWidth; --(CGFloat)contentHeightForWidth:(CGFloat)width; +- (CGFloat)contentWidthForWidth:(CGFloat)suggestedWidth; +- (CGFloat)contentHeightForWidth:(CGFloat)width; @end diff --git a/iphone/layout/layout/TiUtils.m b/iphone/layout/layout/TiUtils.m index fbb6034d64a..8e0aa9ad93c 100644 --- a/iphone/layout/layout/TiUtils.m +++ b/iphone/layout/layout/TiUtils.m @@ -1,6 +1,6 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ @@ -8,93 +8,113 @@ #import "TiUtils.h" #import "TiLayoutView.h" -static NSString* TiLayoutStringFromAttribute(NSLayoutAttribute attr) -{ - switch (attr) { - case NSLayoutAttributeNotAnAttribute: return @"not_an_attribute"; - case NSLayoutAttributeLeft: return @"left"; - case NSLayoutAttributeRight: return @"right"; - case NSLayoutAttributeTop: return @"top"; - case NSLayoutAttributeBottom: return @"bottom"; - case NSLayoutAttributeLeading: return @"leading"; - case NSLayoutAttributeTrailing: return @"trailing"; - case NSLayoutAttributeWidth: return @"width"; - case NSLayoutAttributeHeight: return @"height"; - case NSLayoutAttributeCenterX: return @"centerX"; - case NSLayoutAttributeCenterY: return @"centerY"; - case NSLayoutAttributeBaseline: return @"baseline"; - case NSLayoutAttributeFirstBaseline: return @"first_baseline"; - case NSLayoutAttributeLeftMargin: return @"left_margin"; - case NSLayoutAttributeRightMargin: return @"right_margin"; - case NSLayoutAttributeTopMargin: return @"top_margin"; - case NSLayoutAttributeBottomMargin: return @"bottom_margin"; - case NSLayoutAttributeLeadingMargin: return @"leading_margin"; - case NSLayoutAttributeTrailingMargin: return @"trailing_margin"; - case NSLayoutAttributeCenterXWithinMargins: return @"center_x_within_margins"; - case NSLayoutAttributeCenterYWithinMargins: return @"center_y_within_margins"; - } - return @""; -} -static NSString* TiLayoutStringFromRelation(NSLayoutRelation relation) +static NSString *TiLayoutStringFromAttribute(NSLayoutAttribute attr) +{ + switch (attr) { + case NSLayoutAttributeNotAnAttribute: + return @"not_an_attribute"; + case NSLayoutAttributeLeft: + return @"left"; + case NSLayoutAttributeRight: + return @"right"; + case NSLayoutAttributeTop: + return @"top"; + case NSLayoutAttributeBottom: + return @"bottom"; + case NSLayoutAttributeLeading: + return @"leading"; + case NSLayoutAttributeTrailing: + return @"trailing"; + case NSLayoutAttributeWidth: + return @"width"; + case NSLayoutAttributeHeight: + return @"height"; + case NSLayoutAttributeCenterX: + return @"centerX"; + case NSLayoutAttributeCenterY: + return @"centerY"; + case NSLayoutAttributeBaseline: + return @"baseline"; + case NSLayoutAttributeFirstBaseline: + return @"first_baseline"; + case NSLayoutAttributeLeftMargin: + return @"left_margin"; + case NSLayoutAttributeRightMargin: + return @"right_margin"; + case NSLayoutAttributeTopMargin: + return @"top_margin"; + case NSLayoutAttributeBottomMargin: + return @"bottom_margin"; + case NSLayoutAttributeLeadingMargin: + return @"leading_margin"; + case NSLayoutAttributeTrailingMargin: + return @"trailing_margin"; + case NSLayoutAttributeCenterXWithinMargins: + return @"center_x_within_margins"; + case NSLayoutAttributeCenterYWithinMargins: + return @"center_y_within_margins"; + } + return @""; +} +static NSString *TiLayoutStringFromRelation(NSLayoutRelation relation) +{ + switch (relation) { + case NSLayoutRelationLessThanOrEqual: + return @"<="; + case NSLayoutRelationEqual: + return @"=="; + case NSLayoutRelationGreaterThanOrEqual: + return @">="; + } + return @""; +} + +@interface NSLayoutConstraint (TiLayoutCategory) + +@end + +@implementation NSLayoutConstraint (TiLayoutCategory) + +- (NSString *)description { - switch (relation) { - case NSLayoutRelationLessThanOrEqual: return @"<="; - case NSLayoutRelationEqual: return @"=="; - case NSLayoutRelationGreaterThanOrEqual: return @">="; - } - return @""; -} + TiLayoutView *first = [self firstItem]; + TiLayoutView *second = [self secondItem]; + NSString *firstView; + NSString *secondView; -@interface NSLayoutConstraint(TiLayoutCategory) + if ([first respondsToSelector:@selector(viewName)]) { + firstView = [first viewName]; + } else { + firstView = TI_STRING(@"%@", [first class]); + } -@end + if ([second respondsToSelector:@selector(viewName)]) { + secondView = [second viewName]; + } else { + secondView = TI_STRING(@"%@", [second class]); + } -@implementation NSLayoutConstraint(TiLayoutCategory) + if ([self secondAttribute] == NSLayoutAttributeNotAnAttribute) { --(NSString*)description -{ - - TiLayoutView* first = [self firstItem]; - TiLayoutView* second = [self secondItem]; - NSString* firstView; - NSString* secondView; - - if ([first respondsToSelector:@selector(viewName)]) { - firstView = [first viewName]; - } else { - firstView = TI_STRING(@"%@", [first class]); - } - - if ([second respondsToSelector:@selector(viewName)]) { - secondView = [second viewName]; - } else { - secondView = TI_STRING(@"%@", [second class]); - } - - if ([self secondAttribute] == NSLayoutAttributeNotAnAttribute) { - - return TI_STRING(@"<(%@).%@ %@ %i (%@*%@)>", - firstView, - TiLayoutStringFromAttribute([self firstAttribute]), - TiLayoutStringFromRelation([self relation]), - (int)([self multiplier]*[self constant]), - TI_STRING(@"%i",(int)[self multiplier]), - TI_STRING(@"%i",(int)[self constant]) - ); - } - - - return TI_STRING(@"<(%@).%@ %@ (%@).%@ %i (%@*%@)>", - firstView, - TiLayoutStringFromAttribute([self firstAttribute]), - TiLayoutStringFromRelation([self relation]), - secondView, - TiLayoutStringFromAttribute([self secondAttribute]), - (int)([self multiplier]*[self constant]), - TI_STRING(@"%i",(int)[self multiplier]), - TI_STRING(@"%i",(int)[self constant]) - ); + return TI_STRING(@"<(%@).%@ %@ %i (%@*%@)>", + firstView, + TiLayoutStringFromAttribute([self firstAttribute]), + TiLayoutStringFromRelation([self relation]), + (int)([self multiplier] * [self constant]), + TI_STRING(@"%i", (int)[self multiplier]), + TI_STRING(@"%i", (int)[self constant])); + } + + return TI_STRING(@"<(%@).%@ %@ (%@).%@ %i (%@*%@)>", + firstView, + TiLayoutStringFromAttribute([self firstAttribute]), + TiLayoutStringFromRelation([self relation]), + secondView, + TiLayoutStringFromAttribute([self secondAttribute]), + (int)([self multiplier] * [self constant]), + TI_STRING(@"%i", (int)[self multiplier]), + TI_STRING(@"%i", (int)[self constant])); } @end @@ -102,143 +122,134 @@ -(NSString*)description static BOOL _isTesting = NO; @implementation TiUtils - - -+(NSString*)stringFromAttribute:(NSLayoutAttribute)attr ++ (NSString *)stringFromAttribute:(NSLayoutAttribute)attr { - return TiLayoutStringFromAttribute(attr); + return TiLayoutStringFromAttribute(attr); } -+(NSString*)stringFromRelation:(NSLayoutRelation)relation ++ (NSString *)stringFromRelation:(NSLayoutRelation)relation { - return TiLayoutStringFromRelation(relation); + return TiLayoutStringFromRelation(relation); } -+(void)setIsTesting:(BOOL)flag ++ (void)setIsTesting:(BOOL)flag { - NSLog(@"%s %i", __PRETTY_FUNCTION__, flag); - _isTesting = flag; + NSLog(@"%s %i", __PRETTY_FUNCTION__, flag); + _isTesting = flag; } -+(BOOL)isTesting ++ (BOOL)isTesting { - NSLog(@"%s %i", __PRETTY_FUNCTION__, _isTesting); - return _isTesting; + NSLog(@"%s %i", __PRETTY_FUNCTION__, _isTesting); + return _isTesting; } -+(BOOL)isIPad ++ (BOOL)isIPad { - return [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad; + return [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad; } -+(BOOL)isRetinaDisplay ++ (BOOL)isRetinaDisplay { - // since we call this alot, cache it - static CGFloat scale = 0.0; - if (scale == 0.0) - { - // NOTE: iPad in iPhone compatibility mode will return a scale factor of 2.0 - // when in 2x zoom, which leads to false positives and bugs. This tries to - // future proof against possible different model names, but in the event of - // an iPad with a retina display, this will need to be fixed. - // Credit to Brion on github for the origional fix. - if(UI_USER_INTERFACE_IDIOM()==UIUserInterfaceIdiomPhone) - { - NSRange iPadStringPosition = [[[UIDevice currentDevice] model] rangeOfString:@"iPad"]; - if(iPadStringPosition.location != NSNotFound) - { - scale = 1.0; - return NO; - } - } - scale = [[UIScreen mainScreen] scale]; + // since we call this alot, cache it + static CGFloat scale = 0.0; + if (scale == 0.0) { + // NOTE: iPad in iPhone compatibility mode will return a scale factor of 2.0 + // when in 2x zoom, which leads to false positives and bugs. This tries to + // future proof against possible different model names, but in the event of + // an iPad with a retina display, this will need to be fixed. + // Credit to Brion on github for the origional fix. + if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { + NSRange iPadStringPosition = [[[UIDevice currentDevice] model] rangeOfString:@"iPad"]; + if (iPadStringPosition.location != NSNotFound) { + scale = 1.0; + return NO; + } } - return scale > 1.0; + scale = [[UIScreen mainScreen] scale]; + } + return scale > 1.0; } -+(BOOL)isRetinaHDDisplay ++ (BOOL)isRetinaHDDisplay { - if ([TiUtils isIOS8OrGreater]) { - return ([UIScreen mainScreen].scale == 3.0); - } - return NO; + if ([TiUtils isIOS8OrGreater]) { + return ([UIScreen mainScreen].scale == 3.0); + } + return NO; } -+(BOOL)isIOS8OrGreater ++ (BOOL)isIOS8OrGreater { - return [UIView instancesRespondToSelector:@selector(layoutMarginsDidChange)]; + return [UIView instancesRespondToSelector:@selector(layoutMarginsDidChange)]; } -+(int) dpi ++ (int)dpi { - if ([TiUtils isIPad]) { - if ([TiUtils isRetinaDisplay]) { - return 260; - } - return 130; + if ([TiUtils isIPad]) { + if ([TiUtils isRetinaDisplay]) { + return 260; } - else { - if ([TiUtils isRetinaHDDisplay]) { - return 480; - } else if ([TiUtils isRetinaDisplay]) { - return 320; - } - return 160; + return 130; + } else { + if ([TiUtils isRetinaHDDisplay]) { + return 480; + } else if ([TiUtils isRetinaDisplay]) { + return 320; } + return 160; + } } -+(CGFloat)floatValue:(id)value def:(CGFloat) def ++ (CGFloat)floatValue:(id)value def:(CGFloat)def { - return [self floatValue:value def:def valid:NULL]; + return [self floatValue:value def:def valid:NULL]; } -+(CGFloat) floatValue:(id)value def:(CGFloat) def valid:(BOOL *) isValid { - if([value respondsToSelector:@selector(floatValue)]) { - if(isValid != NULL) *isValid = YES; - return [value floatValue]; - } - if (isValid != NULL) { - *isValid = NO; - } - return def; -} - -+(CGFloat)floatValue:(id)value ++ (CGFloat)floatValue:(id)value def:(CGFloat)def valid:(BOOL *)isValid { - return [self floatValue:value def:NSNotFound]; + if ([value respondsToSelector:@selector(floatValue)]) { + if (isValid != NULL) + *isValid = YES; + return [value floatValue]; + } + if (isValid != NULL) { + *isValid = NO; + } + return def; } -+(void)setView:(UIView *)view positionRect:(CGRect)frameRect ++ (CGFloat)floatValue:(id)value { - CGPoint anchorPoint = [[view layer] anchorPoint]; - CGPoint newCenter; - newCenter.x = frameRect.origin.x + (anchorPoint.x * frameRect.size.width); - newCenter.y = frameRect.origin.y + (anchorPoint.y * frameRect.size.height); - CGRect newBounds = CGRectMake(0, 0, frameRect.size.width, frameRect.size.height); - - [view setBounds:newBounds]; - [view setCenter:newCenter]; + return [self floatValue:value def:NSNotFound]; } ++ (void)setView:(UIView *)view positionRect:(CGRect)frameRect +{ + CGPoint anchorPoint = [[view layer] anchorPoint]; + CGPoint newCenter; + newCenter.x = frameRect.origin.x + (anchorPoint.x * frameRect.size.width); + newCenter.y = frameRect.origin.y + (anchorPoint.y * frameRect.size.height); + CGRect newBounds = CGRectMake(0, 0, frameRect.size.width, frameRect.size.height); + [view setBounds:newBounds]; + [view setCenter:newCenter]; +} @end - @implementation NSTimer (Blocks) -+(id)scheduledTimerWithTimeInterval:(NSTimeInterval)inTimeInterval block:(void (^)())inBlock repeats:(BOOL)inRepeats ++ (id)scheduledTimerWithTimeInterval:(NSTimeInterval)inTimeInterval block:(void (^)())inBlock repeats:(BOOL)inRepeats { - void (^block)() = [inBlock copy]; - id ret = [self scheduledTimerWithTimeInterval:inTimeInterval target:self selector:@selector(jdExecuteSimpleBlock:) userInfo:block repeats:inRepeats]; - return ret; + void (^block)() = [inBlock copy]; + id ret = [self scheduledTimerWithTimeInterval:inTimeInterval target:self selector:@selector(jdExecuteSimpleBlock:) userInfo:block repeats:inRepeats]; + return ret; } -+(void)jdExecuteSimpleBlock:(NSTimer *)inTimer; ++ (void)jdExecuteSimpleBlock:(NSTimer *)inTimer; { - if([inTimer userInfo]) - { - void (^block)() = (void (^)())[inTimer userInfo]; - block(); - } + if ([inTimer userInfo]) { + void (^block)() = (void (^)())[inTimer userInfo]; + block(); + } } @end - diff --git a/iphone/layout/layout/ViewController.h b/iphone/layout/layout/ViewController.h index 7234d79f5e1..1766e4acc81 100644 --- a/iphone/layout/layout/ViewController.h +++ b/iphone/layout/layout/ViewController.h @@ -1,13 +1,12 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ -#import #import "TiLayoutView.h" +#import @interface ViewController : UIViewController @end - diff --git a/iphone/layout/layout/ViewController.m b/iphone/layout/layout/ViewController.m index addc00c990a..656c97bef78 100644 --- a/iphone/layout/layout/ViewController.m +++ b/iphone/layout/layout/ViewController.m @@ -1,46 +1,43 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #import "ViewController.h" -#import "TiScrollableView.h" +#import "TiButton.h" +#import "TiLabel.h" #import "TiScrollView.h" -#import "TiTextField.h" +#import "TiScrollableView.h" #import "TiSwitch.h" +#import "TiTableView.h" +#import "TiTextField.h" #import "TiToolbar.h" #import "TiView.h" -#import "TiLabel.h" -#import "TiButton.h" -#import "TiTableView.h" #define FILL @"FILL" #define SIZE @"SIZE" - - @implementation ViewController --(UIColor*) randomColor +- (UIColor *)randomColor { - CGFloat hue = ( arc4random() % 256 / 256.0 ); // 0.0 to 1.0 - CGFloat saturation = ( arc4random() % 128 / 256.0 ) + 0.5; // 0.5 to 1.0, away from white - CGFloat brightness = ( arc4random() % 128 / 256.0 ) + 0.5; // 0.5 to 1.0, away from black - return [UIColor colorWithHue:hue saturation:saturation brightness:brightness alpha:1]; + CGFloat hue = (arc4random() % 256 / 256.0); // 0.0 to 1.0 + CGFloat saturation = (arc4random() % 128 / 256.0) + 0.5; // 0.5 to 1.0, away from white + CGFloat brightness = (arc4random() % 128 / 256.0) + 0.5; // 0.5 to 1.0, away from black + return [UIColor colorWithHue:hue saturation:saturation brightness:brightness alpha:1]; } // UIBarButtonItem *fixedItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:nil action:nil]; +- (void)viewDidLoad +{ + + [super viewDidLoad]; + + TiLayoutView *myView = [[TiLayoutView alloc] init]; + [[self view] addSubview:myView]; -- (void)viewDidLoad { - - [super viewDidLoad]; - - TiLayoutView* myView = [[TiLayoutView alloc] init]; - [[self view] addSubview:myView]; - - // Write your quicky tests here - + // Write your quicky tests here } @end diff --git a/iphone/layout/layoutTests/layoutTests.m b/iphone/layout/layoutTests/layoutTests.m index d7bb9c3c8bf..bdd8b7c161c 100644 --- a/iphone/layout/layoutTests/layoutTests.m +++ b/iphone/layout/layoutTests/layoutTests.m @@ -1,514 +1,504 @@ /** * Appcelerator Titanium Mobile - * Copyright (c) 2009-2015 by Appcelerator, 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. */ #define TI_USE_AUTOLAYOUT #define TI_UNIT_TESTS -#import -#import "TiView.h" #import "TiLabel.h" -#import "TiToolbar.h" -#import "TiSwitch.h" #import "TiScrollableView.h" +#import "TiSwitch.h" +#import "TiToolbar.h" #import "TiUtils.h" +#import "TiView.h" #import "ViewController.h" -#define WAIT_FOR(DONE) \ -while(!DONE) { \ -[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; \ -} - +#import +#define WAIT_FOR(DONE) \ + while (!DONE) { \ + [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; \ + } -static TiView* createWindow(TiView* parent) +static TiView *createWindow(TiView *parent) { - TiView* window = [[TiView alloc] init]; - [window setWidth_:@320]; - [window setHeight_:@480]; - [window setBackgroundColor:[UIColor whiteColor]]; - [window setViewName:@"window"]; - [parent addSubview:window]; - return window; + TiView *window = [[TiView alloc] init]; + [window setWidth_:@320]; + [window setHeight_:@480]; + [window setBackgroundColor:[UIColor whiteColor]]; + [window setViewName:@"window"]; + [parent addSubview:window]; + return window; } -@interface layoutTests : XCTestCase -{ - TiView* myView; +@interface layoutTests : XCTestCase { + TiView *myView; } @end @implementation layoutTests -- (void)setUp { - [super setUp]; - ViewController* controller = (ViewController*)[[[UIApplication sharedApplication] keyWindow] rootViewController]; - myView = [[TiView alloc] init]; - [[controller view] addSubview:myView]; - [myView setLayout:@"absolute"]; +- (void)setUp +{ + [super setUp]; + ViewController *controller = (ViewController *)[[[UIApplication sharedApplication] keyWindow] rootViewController]; + myView = [[TiView alloc] init]; + [[controller view] addSubview:myView]; + [myView setLayout:@"absolute"]; } -- (void)tearDown { - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; } --(void)test_AbsoluteLayout_SimpleWidthAndHeight +- (void)test_AbsoluteLayout_SimpleWidthAndHeight { - __block BOOL done = NO; - TiView* view = [[TiView alloc] init]; - - [view setBackgroundColor:[UIColor redColor]]; - [view setViewName:@"test view"]; - - [view setWidth_:@"100"]; - [view setHeight_:@"100"]; - - - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect){ - XCTAssertEqual(rect.size.width, 100); - XCTAssertEqual(rect.size.height, 100); - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [myView addSubview:view]; - - WAIT_FOR(done) + __block BOOL done = NO; + TiView *view = [[TiView alloc] init]; + + [view setBackgroundColor:[UIColor redColor]]; + [view setViewName:@"test view"]; + + [view setWidth_:@"100"]; + [view setHeight_:@"100"]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqual(rect.size.width, 100); + XCTAssertEqual(rect.size.height, 100); + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [myView addSubview:view]; + + WAIT_FOR(done) } - (void)test_AbsoluteLayout_LeftPropery { - __block BOOL done = NO; - TiView* view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor redColor]]; - [view setViewName:@"test view"]; - - [view setLeft_:@"20"]; - [view setWidth_:@"100"]; - [view setHeight_:@"100"]; - - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect){ - XCTAssertEqual(rect.origin.x, 20); - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [myView addSubview:view]; - - WAIT_FOR(done) + __block BOOL done = NO; + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor redColor]]; + [view setViewName:@"test view"]; + + [view setLeft_:@"20"]; + [view setWidth_:@"100"]; + [view setHeight_:@"100"]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqual(rect.origin.x, 20); + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [myView addSubview:view]; + + WAIT_FOR(done) } - (void)test_AbsoluteLayout_RightPropery { - __block BOOL done = NO; - TiView* view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor redColor]]; - [view setViewName:@"test view"]; - [view setRight_:@"20"]; - [view setWidth_:@"100"]; - [view setHeight_:@"100"]; - - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect){ - XCTAssertEqual(rect.origin.x + rect.size.width, myView.frame.size.width - 20); - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [myView addSubview:view]; - - WAIT_FOR(done) + __block BOOL done = NO; + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor redColor]]; + [view setViewName:@"test view"]; + [view setRight_:@"20"]; + [view setWidth_:@"100"]; + [view setHeight_:@"100"]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqual(rect.origin.x + rect.size.width, myView.frame.size.width - 20); + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [myView addSubview:view]; + + WAIT_FOR(done) } - (void)test_AbsoluteLayout_TopPropery { - __block BOOL done = NO; - TiView* view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor redColor]]; - [view setViewName:@"test view"]; - [view setTop_:@"20"]; - [view setWidth_:@"100"]; - [view setHeight_:@"100"]; - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect){ - XCTAssertEqual(rect.origin.y, 20); - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [myView addSubview:view]; - - WAIT_FOR(done) + __block BOOL done = NO; + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor redColor]]; + [view setViewName:@"test view"]; + [view setTop_:@"20"]; + [view setWidth_:@"100"]; + [view setHeight_:@"100"]; + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqual(rect.origin.y, 20); + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [myView addSubview:view]; + + WAIT_FOR(done) } - (void)test_AbsoluteLayout_BottomPropery { - __block BOOL done = NO; - TiView* view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor redColor]]; - [view setViewName:@"test view"]; - [view setBottom_:@"20"]; - [view setWidth_:@"100"]; - [view setHeight_:@"100"]; - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect){ - XCTAssertEqual(rect.origin.y + rect.size.height, myView.frame.size.height - 20); - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [myView addSubview:view]; - - WAIT_FOR(done) + __block BOOL done = NO; + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor redColor]]; + [view setViewName:@"test view"]; + [view setBottom_:@"20"]; + [view setWidth_:@"100"]; + [view setHeight_:@"100"]; + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqual(rect.origin.y + rect.size.height, myView.frame.size.height - 20); + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [myView addSubview:view]; + + WAIT_FOR(done) } --(void)test_AbsoluteLayout_LeftRightAndFixedWidth +- (void)test_AbsoluteLayout_LeftRightAndFixedWidth { - __block BOOL done = NO; - - TiView* window = createWindow(myView); - - TiView* view = [[TiView alloc] init]; - [view setViewName:@"test_view"]; - [view setBackgroundColor:[UIColor redColor]]; - - [view setWidth_:@50]; - [view setLeft_:@10]; - [view setRight_:@10]; - - [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { - // right should be ignored if width is fixed - XCTAssertEqual(rect.origin.x, 10.0); - XCTAssertEqual(rect.size.width, 50.0); - done = YES; - }]; - - [window addSubview:view]; - WAIT_FOR(done); + __block BOOL done = NO; + + TiView *window = createWindow(myView); + + TiView *view = [[TiView alloc] init]; + [view setViewName:@"test_view"]; + [view setBackgroundColor:[UIColor redColor]]; + + [view setWidth_:@50]; + [view setLeft_:@10]; + [view setRight_:@10]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + // right should be ignored if width is fixed + XCTAssertEqual(rect.origin.x, 10.0); + XCTAssertEqual(rect.size.width, 50.0); + done = YES; + }]; + + [window addSubview:view]; + WAIT_FOR(done); } --(void)test_AbsoluteLayout_LeftRightAndFillWidth +- (void)test_AbsoluteLayout_LeftRightAndFillWidth { - __block BOOL done = NO; - - TiView* window = createWindow(myView); - - TiView* view = [[TiView alloc] init]; - [view setViewName:@"test_view"]; - [view setBackgroundColor:[UIColor redColor]]; - - [view setWidth_:@"FILL"]; - [view setLeft_:@10]; - [view setRight_:@10]; - - [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { - // right should _NOT_ be ignored if width is fill - XCTAssertEqual(rect.origin.x, 10.0); - XCTAssertEqual(rect.size.width, 300.0); - done = YES; - }]; - - [window addSubview:view]; - WAIT_FOR(done); + __block BOOL done = NO; + + TiView *window = createWindow(myView); + + TiView *view = [[TiView alloc] init]; + [view setViewName:@"test_view"]; + [view setBackgroundColor:[UIColor redColor]]; + + [view setWidth_:@"FILL"]; + [view setLeft_:@10]; + [view setRight_:@10]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + // right should _NOT_ be ignored if width is fill + XCTAssertEqual(rect.origin.x, 10.0); + XCTAssertEqual(rect.size.width, 300.0); + done = YES; + }]; + + [window addSubview:view]; + WAIT_FOR(done); } --(void)test_AbsoluteLayout_TopBottomAndFixedHeight +- (void)test_AbsoluteLayout_TopBottomAndFixedHeight { - __block BOOL done = NO; - - TiView* window = createWindow(myView); - - TiView* view = [[TiView alloc] init]; - [view setViewName:@"test_view"]; - [view setBackgroundColor:[UIColor redColor]]; - - [view setHeight_:@50]; - [view setTop_:@10]; - [view setBottom_:@10]; - - [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { - // right should be ignored if width is fixed - XCTAssertEqual(rect.origin.y, 10.0); - XCTAssertEqual(rect.size.height, 50.0); - done = YES; - }]; - - [window addSubview:view]; - WAIT_FOR(done); + __block BOOL done = NO; + + TiView *window = createWindow(myView); + + TiView *view = [[TiView alloc] init]; + [view setViewName:@"test_view"]; + [view setBackgroundColor:[UIColor redColor]]; + + [view setHeight_:@50]; + [view setTop_:@10]; + [view setBottom_:@10]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + // right should be ignored if width is fixed + XCTAssertEqual(rect.origin.y, 10.0); + XCTAssertEqual(rect.size.height, 50.0); + done = YES; + }]; + + [window addSubview:view]; + WAIT_FOR(done); } --(void)test_AbsoluteLayout_TopBottomAndFillHeight +- (void)test_AbsoluteLayout_TopBottomAndFillHeight { - __block BOOL done = NO; - - TiView* window = createWindow(myView); - - TiView* view = [[TiView alloc] init]; - [view setViewName:@"test_view"]; - [view setBackgroundColor:[UIColor redColor]]; - - [view setHeight_:@"FILL"]; - [view setTop_:@10]; - [view setBottom_:@10]; - - [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { - // right should _NOT_ be ignored if width is fill - XCTAssertEqual(rect.origin.y, 10.0); - XCTAssertEqual(rect.size.height, 460.0); - done = YES; - }]; - - [window addSubview:view]; - WAIT_FOR(done); + __block BOOL done = NO; + + TiView *window = createWindow(myView); + + TiView *view = [[TiView alloc] init]; + [view setViewName:@"test_view"]; + [view setBackgroundColor:[UIColor redColor]]; + + [view setHeight_:@"FILL"]; + [view setTop_:@10]; + [view setBottom_:@10]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + // right should _NOT_ be ignored if width is fill + XCTAssertEqual(rect.origin.y, 10.0); + XCTAssertEqual(rect.size.height, 460.0); + done = YES; + }]; + + [window addSubview:view]; + WAIT_FOR(done); } --(void)test_AbsoluteLayout_TopBottomLeftRightAndFixedHeightFixedWidth +- (void)test_AbsoluteLayout_TopBottomLeftRightAndFixedHeightFixedWidth { - __block BOOL done = NO; - - TiView* window = createWindow(myView); - - TiView* view = [[TiView alloc] init]; - [view setViewName:@"test_view"]; - [view setBackgroundColor:[UIColor redColor]]; - - [view setHeight_:@50]; - [view setWidth_:@50]; - - [view setTop_:@10]; - [view setBottom_:@10]; - [view setLeft_:@10]; - [view setRight_:@10]; - - [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { - // right should be ignored if width is fixed - XCTAssertEqual(rect.origin.x, 10.0); - XCTAssertEqual(rect.size.width, 50.0); - - // bottom should be ignored if width is fixed - XCTAssertEqual(rect.origin.y, 10.0); - XCTAssertEqual(rect.size.height, 50.0); - done = YES; - }]; - - [window addSubview:view]; - WAIT_FOR(done); + __block BOOL done = NO; + + TiView *window = createWindow(myView); + + TiView *view = [[TiView alloc] init]; + [view setViewName:@"test_view"]; + [view setBackgroundColor:[UIColor redColor]]; + + [view setHeight_:@50]; + [view setWidth_:@50]; + + [view setTop_:@10]; + [view setBottom_:@10]; + [view setLeft_:@10]; + [view setRight_:@10]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + // right should be ignored if width is fixed + XCTAssertEqual(rect.origin.x, 10.0); + XCTAssertEqual(rect.size.width, 50.0); + + // bottom should be ignored if width is fixed + XCTAssertEqual(rect.origin.y, 10.0); + XCTAssertEqual(rect.size.height, 50.0); + done = YES; + }]; + + [window addSubview:view]; + WAIT_FOR(done); } --(void)test_AbsoluteLayout_PercentageSize +- (void)test_AbsoluteLayout_PercentageSize { - __block BOOL done = NO; - TiView *view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor brownColor]]; - [view setWidth_:@"50%"]; - [view setHeight_:@"50%"]; - [view setViewName:@"test view"]; - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect){ - - XCTAssertEqualWithAccuracy(rect.size.height, myView.frame.size.height / 2, 2); - XCTAssertEqualWithAccuracy(rect.size.width, myView.frame.size.width / 2, 2); - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [myView addSubview:view]; - WAIT_FOR(done) + __block BOOL done = NO; + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor brownColor]]; + [view setWidth_:@"50%"]; + [view setHeight_:@"50%"]; + [view setViewName:@"test view"]; + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.size.height, myView.frame.size.height / 2, 2); + XCTAssertEqualWithAccuracy(rect.size.width, myView.frame.size.width / 2, 2); + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [myView addSubview:view]; + WAIT_FOR(done) } --(void)test_AbsoluteLayout_PercentageMarginLeftTop +- (void)test_AbsoluteLayout_PercentageMarginLeftTop { - __block BOOL done = NO; - TiView* superview = [[TiView alloc] init]; - [superview setViewName:@"superview"]; - [superview setWidth_:@"550"]; - [superview setHeight_:@"550"]; - - TiView *view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor brownColor]]; - [view setWidth_:@"50"]; - [view setHeight_:@"50"]; - [view setLeft_:@"10%"]; - [view setTop_:@"10%"]; - [view setViewName:@"test view"]; - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect) - { - TiView* superview = (TiView*)[sender superview]; - - CGFloat top = superview.frame.size.height * 0.10; - CGFloat left = superview.frame.size.width * 0.10; - - XCTAssertEqualWithAccuracy(rect.origin.x, left, 2); - XCTAssertEqualWithAccuracy(rect.origin.y, top, 2); - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [superview addSubview:view]; - [myView addSubview:superview]; - WAIT_FOR(done) - + __block BOOL done = NO; + TiView *superview = [[TiView alloc] init]; + [superview setViewName:@"superview"]; + [superview setWidth_:@"550"]; + [superview setHeight_:@"550"]; + + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor brownColor]]; + [view setWidth_:@"50"]; + [view setHeight_:@"50"]; + [view setLeft_:@"10%"]; + [view setTop_:@"10%"]; + [view setViewName:@"test view"]; + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + TiView *superview = (TiView *)[sender superview]; + + CGFloat top = superview.frame.size.height * 0.10; + CGFloat left = superview.frame.size.width * 0.10; + + XCTAssertEqualWithAccuracy(rect.origin.x, left, 2); + XCTAssertEqualWithAccuracy(rect.origin.y, top, 2); + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [superview addSubview:view]; + [myView addSubview:superview]; + WAIT_FOR(done) } --(void)test_AbsoluteLayout_PercentageMarginRightBottom +- (void)test_AbsoluteLayout_PercentageMarginRightBottom { - __block BOOL done = NO; - - TiView* superview = [[TiView alloc] init]; - [superview setWidth_:@"500"]; - [superview setHeight_:@"500"]; - - TiView *view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor brownColor]]; - [view setWidth_:@"50"]; - [view setHeight_:@"50"]; - [view setRight_:@"20%"]; - [view setBottom_:@"20%"]; - [view setViewName:@"test view"]; - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect) - { - TiView* superview = (TiView*)[sender superview]; - - CGFloat top = superview.frame.size.height - (superview.frame.size.height * 0.20) - rect.size.height; - CGFloat left = superview.frame.size.width - (superview.frame.size.width * 0.20) - rect.size.width; - - XCTAssertEqualWithAccuracy(rect.origin.x, left, 2); - XCTAssertEqualWithAccuracy(rect.origin.y, top, 2); - - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [superview addSubview:view]; - [myView addSubview:superview]; - WAIT_FOR(done) + __block BOOL done = NO; + + TiView *superview = [[TiView alloc] init]; + [superview setWidth_:@"500"]; + [superview setHeight_:@"500"]; + + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor brownColor]]; + [view setWidth_:@"50"]; + [view setHeight_:@"50"]; + [view setRight_:@"20%"]; + [view setBottom_:@"20%"]; + [view setViewName:@"test view"]; + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + TiView *superview = (TiView *)[sender superview]; + + CGFloat top = superview.frame.size.height - (superview.frame.size.height * 0.20) - rect.size.height; + CGFloat left = superview.frame.size.width - (superview.frame.size.width * 0.20) - rect.size.width; + + XCTAssertEqualWithAccuracy(rect.origin.x, left, 2); + XCTAssertEqualWithAccuracy(rect.origin.y, top, 2); + + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [superview addSubview:view]; + [myView addSubview:superview]; + WAIT_FOR(done) } --(void)test_AbsoluteLayout_AllPercentageMargins +- (void)test_AbsoluteLayout_AllPercentageMargins { - __block BOOL done = NO; - - TiView* superview = [[TiView alloc] init]; - [superview setWidth_:@"500"]; - [superview setHeight_:@"500"]; - - TiView *view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor brownColor]]; - [view setLeft_:@"10%"]; - [view setRight_:@"20%"]; - [view setTop_:@"30%"]; - [view setBottom_:@"40%"]; - [view setViewName:@"test view"]; - - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect) - { - // Workaround! - // if (rect.origin.x < 0 || rect.origin.y < 0) return; - - TiView* superview = (TiView*)[sender superview]; - - CGFloat top = superview.frame.size.height * 0.30; - CGFloat left = superview.frame.size.width * 0.10; - CGFloat width = superview.frame.size.width - (superview.frame.size.width * 0.10) - (superview.frame.size.width * 0.20); - CGFloat height = superview.frame.size.height - (superview.frame.size.height * 0.30) - (superview.frame.size.height * 0.40); - - XCTAssertEqualWithAccuracy(rect.origin.x, left, 2); - XCTAssertEqualWithAccuracy(rect.origin.y, top, 2); - XCTAssertEqualWithAccuracy(rect.size.width, width, 2); - XCTAssertEqualWithAccuracy(rect.size.height, height, 2); - - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [superview addSubview:view]; - [myView addSubview:superview]; - WAIT_FOR(done) + __block BOOL done = NO; + + TiView *superview = [[TiView alloc] init]; + [superview setWidth_:@"500"]; + [superview setHeight_:@"500"]; + + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor brownColor]]; + [view setLeft_:@"10%"]; + [view setRight_:@"20%"]; + [view setTop_:@"30%"]; + [view setBottom_:@"40%"]; + [view setViewName:@"test view"]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + // Workaround! + // if (rect.origin.x < 0 || rect.origin.y < 0) return; + + TiView *superview = (TiView *)[sender superview]; + + CGFloat top = superview.frame.size.height * 0.30; + CGFloat left = superview.frame.size.width * 0.10; + CGFloat width = superview.frame.size.width - (superview.frame.size.width * 0.10) - (superview.frame.size.width * 0.20); + CGFloat height = superview.frame.size.height - (superview.frame.size.height * 0.30) - (superview.frame.size.height * 0.40); + + XCTAssertEqualWithAccuracy(rect.origin.x, left, 2); + XCTAssertEqualWithAccuracy(rect.origin.y, top, 2); + XCTAssertEqualWithAccuracy(rect.size.width, width, 2); + XCTAssertEqualWithAccuracy(rect.size.height, height, 2); + + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [superview addSubview:view]; + [myView addSubview:superview]; + WAIT_FOR(done) } --(void)test_AbsoluteLayout_Margins +- (void)test_AbsoluteLayout_Margins { - __block BOOL done = NO; - - TiView *view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor brownColor]]; - [view setLeft_:@"10"]; - [view setRight_:@"20"]; - [view setTop_:@"30"]; - [view setBottom_:@"40"]; - [view setViewName:@"test view"]; - - [view setOnLayout: ^(TiLayoutView* sender, CGRect rect) - { - - TiView* superview = (TiView*)[sender superview]; - - CGFloat top = 30; - CGFloat left = 10; - CGFloat width = superview.frame.size.width - 10 - 20; - CGFloat height = superview.frame.size.height - 30 - 40; - - XCTAssertEqualWithAccuracy(rect.origin.x, left, 2); - XCTAssertEqualWithAccuracy(rect.origin.y, top, 2); - XCTAssertEqualWithAccuracy(rect.size.width, width, 2); - XCTAssertEqualWithAccuracy(rect.size.height, height, 2); - - done = YES; - NSLog(@"Done %s", __PRETTY_FUNCTION__); - }]; - [myView addSubview:view]; - WAIT_FOR(done) - + __block BOOL done = NO; + + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor brownColor]]; + [view setLeft_:@"10"]; + [view setRight_:@"20"]; + [view setTop_:@"30"]; + [view setBottom_:@"40"]; + [view setViewName:@"test view"]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + TiView *superview = (TiView *)[sender superview]; + + CGFloat top = 30; + CGFloat left = 10; + CGFloat width = superview.frame.size.width - 10 - 20; + CGFloat height = superview.frame.size.height - 30 - 40; + + XCTAssertEqualWithAccuracy(rect.origin.x, left, 2); + XCTAssertEqualWithAccuracy(rect.origin.y, top, 2); + XCTAssertEqualWithAccuracy(rect.size.width, width, 2); + XCTAssertEqualWithAccuracy(rect.size.height, height, 2); + + done = YES; + NSLog(@"Done %s", __PRETTY_FUNCTION__); + }]; + [myView addSubview:view]; + WAIT_FOR(done) } --(void)test_VerticalLayoutOneComponent +- (void)test_VerticalLayoutOneComponent { - __block BOOL done = NO; - TiView* view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor darkGrayColor]]; - [view setViewName:@"view"]; - - TiView* window = createWindow(myView); - [window setLayout_:@"vertical"]; - [window addSubview:view]; - - [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqual(rect.origin.x, 0); - XCTAssertEqual(rect.origin.y, 0); - XCTAssertEqual(rect.size.width, 320); - XCTAssertEqual(rect.size.height, 480); - done = YES; - }]; - - WAIT_FOR(done); - + __block BOOL done = NO; + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor darkGrayColor]]; + [view setViewName:@"view"]; + + TiView *window = createWindow(myView); + [window setLayout_:@"vertical"]; + [window addSubview:view]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqual(rect.origin.x, 0); + XCTAssertEqual(rect.origin.y, 0); + XCTAssertEqual(rect.size.width, 320); + XCTAssertEqual(rect.size.height, 480); + done = YES; + }]; + + WAIT_FOR(done); } --(void)test_VerticalLayoutFillSizeLast +- (void)test_VerticalLayoutFillSizeLast { - __block BOOL done1 = NO; - __block BOOL done2 = NO; - - TiLabel* label = [[TiLabel alloc] init]; - [label setLeft_:@10]; - [label setRight_:@10]; - [label setTop_:@10]; - [label setText:@"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tristique lectus nec ex venenatis, eu molestie augue posuere"]; - [label setBackgroundColor:[UIColor redColor]]; - [label setViewName:@"label"]; - - TiView* otherView = [[TiView alloc] init]; - [otherView setBackgroundColor:[UIColor darkGrayColor]]; - [otherView setViewName:@"otherView"]; - - [label setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.origin.x, 10, 2); - XCTAssertEqualWithAccuracy(rect.origin.y, 10, 2); - XCTAssertEqualWithAccuracy(rect.size.width, 300, 2); - XCTAssertEqualWithAccuracy(rect.size.height, 81, 2); - done1 = YES; - }]; - [otherView setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.origin.x, 0, 2); - XCTAssertEqualWithAccuracy(rect.origin.y, 91, 2); - XCTAssertEqualWithAccuracy(rect.size.width, 320, 2); - XCTAssertEqualWithAccuracy(rect.size.height, 388, 2); - done2 = YES; - }]; - - TiView* window = createWindow(myView); - [window setLayout_:@"vertical"]; - [window addSubview:label]; - [window addSubview:otherView]; - - WAIT_FOR((done1 && done2)); + __block BOOL done1 = NO; + __block BOOL done2 = NO; + + TiLabel *label = [[TiLabel alloc] init]; + [label setLeft_:@10]; + [label setRight_:@10]; + [label setTop_:@10]; + [label setText:@"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tristique lectus nec ex venenatis, eu molestie augue posuere"]; + [label setBackgroundColor:[UIColor redColor]]; + [label setViewName:@"label"]; + + TiView *otherView = [[TiView alloc] init]; + [otherView setBackgroundColor:[UIColor darkGrayColor]]; + [otherView setViewName:@"otherView"]; + + [label setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.x, 10, 2); + XCTAssertEqualWithAccuracy(rect.origin.y, 10, 2); + XCTAssertEqualWithAccuracy(rect.size.width, 300, 2); + XCTAssertEqualWithAccuracy(rect.size.height, 81, 2); + done1 = YES; + }]; + [otherView setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.x, 0, 2); + XCTAssertEqualWithAccuracy(rect.origin.y, 91, 2); + XCTAssertEqualWithAccuracy(rect.size.width, 320, 2); + XCTAssertEqualWithAccuracy(rect.size.height, 388, 2); + done2 = YES; + }]; + + TiView *window = createWindow(myView); + [window setLayout_:@"vertical"]; + [window addSubview:label]; + [window addSubview:otherView]; + + WAIT_FOR((done1 && done2)); } /** @@ -525,391 +515,383 @@ -(void)test_VerticalLayoutFillSizeLast * | | * +---------+ */ --(void)test_VerticalLayoutMultipleSizes +- (void)test_VerticalLayoutMultipleSizes { - __block BOOL doneWindow = NO; - __block BOOL doneRed = NO; - __block BOOL doneSized = NO; - __block BOOL doneSmall = NO; - __block BOOL doneBlue = NO; - - TiView* window = [[TiView alloc] init]; - [window setViewName:@"window"]; - [window setWidth_:@320]; - [window setHeight_:@480]; - [window setLayout_:@"vertical"]; - [window setBackgroundColor:[UIColor lightGrayColor]]; - - TiView* redView = [[TiView alloc] init]; - [redView setViewName:@"red"]; - [redView setBackgroundColor:[UIColor redColor]]; - [redView setHeight_:@100]; - - TiView* sized = [[TiView alloc] init]; - [sized setViewName:@"size"]; - [sized setHeight_:@"SIZE"]; - [sized setTop_:@10]; - [sized setBackgroundColor:[UIColor lightGrayColor]]; - { - TiView* small = [[TiView alloc] init]; - [small setViewName:@"size"]; - [small setHeight_:@20]; - [small setWidth_:@20]; - [small setTop_:@10]; - [small setBottom_:@10]; - [small setBackgroundColor:[UIColor purpleColor]]; - [sized addSubview:small]; - - [small setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.origin.y, 10, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 20, 0); - XCTAssertEqualWithAccuracy(rect.size.width, 20, 0); - doneSmall = YES; - }]; - } - TiView* blueView = [[TiView alloc] init]; - [blueView setTop_:@10]; - [blueView setViewName:@"blue"]; - [blueView setBackgroundColor:[UIColor blueColor]]; - [blueView setHeight_:@200]; - - [window addSubview:redView]; - [window addSubview:sized]; - [window addSubview:blueView]; - - - [window setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 480, 0); - doneWindow = YES; - }]; - [redView setOnLayout:^(TiLayoutView *sender, CGRect rect) { - - XCTAssertEqualWithAccuracy(rect.origin.y, 0, 0); - XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 100, 0); - XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); - doneRed = YES; - }]; - [sized setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.origin.y, 110, 0); - XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 10+20+10, 0); - XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); - doneSized = YES; - }]; - [blueView setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.origin.y, 160, 0); - XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 200, 0); - XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); - doneBlue = YES; + __block BOOL doneWindow = NO; + __block BOOL doneRed = NO; + __block BOOL doneSized = NO; + __block BOOL doneSmall = NO; + __block BOOL doneBlue = NO; + + TiView *window = [[TiView alloc] init]; + [window setViewName:@"window"]; + [window setWidth_:@320]; + [window setHeight_:@480]; + [window setLayout_:@"vertical"]; + [window setBackgroundColor:[UIColor lightGrayColor]]; + + TiView *redView = [[TiView alloc] init]; + [redView setViewName:@"red"]; + [redView setBackgroundColor:[UIColor redColor]]; + [redView setHeight_:@100]; + + TiView *sized = [[TiView alloc] init]; + [sized setViewName:@"size"]; + [sized setHeight_:@"SIZE"]; + [sized setTop_:@10]; + [sized setBackgroundColor:[UIColor lightGrayColor]]; + { + TiView *small = [[TiView alloc] init]; + [small setViewName:@"size"]; + [small setHeight_:@20]; + [small setWidth_:@20]; + [small setTop_:@10]; + [small setBottom_:@10]; + [small setBackgroundColor:[UIColor purpleColor]]; + [sized addSubview:small]; + + [small setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.y, 10, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 20, 0); + XCTAssertEqualWithAccuracy(rect.size.width, 20, 0); + doneSmall = YES; }]; - - - [myView addSubview:window]; - WAIT_FOR((doneWindow && doneRed && doneSized && doneSmall && doneBlue)); - + } + TiView *blueView = [[TiView alloc] init]; + [blueView setTop_:@10]; + [blueView setViewName:@"blue"]; + [blueView setBackgroundColor:[UIColor blueColor]]; + [blueView setHeight_:@200]; + + [window addSubview:redView]; + [window addSubview:sized]; + [window addSubview:blueView]; + + [window setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 480, 0); + doneWindow = YES; + }]; + [redView setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.y, 0, 0); + XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 100, 0); + XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); + doneRed = YES; + }]; + [sized setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.y, 110, 0); + XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 10 + 20 + 10, 0); + XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); + doneSized = YES; + }]; + [blueView setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.y, 160, 0); + XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 200, 0); + XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); + doneBlue = YES; + }]; + + [myView addSubview:window]; + WAIT_FOR((doneWindow && doneRed && doneSized && doneSmall && doneBlue)); } --(void)test_VerticalLayoutMultipleSizesAndMarginsLabels +- (void)test_VerticalLayoutMultipleSizesAndMarginsLabels { - __block BOOL doneWindow = NO; - __block BOOL doneLabel1 = NO; - __block BOOL doneLabel2 = NO; - __block BOOL doneLabel3 = NO; - - TiView* window = [[TiView alloc] init]; - [window setViewName:@"window"]; - [window setWidth_:@320]; - [window setHeight_:@480]; - [window setLayout_:@"vertical"]; - [window setBackgroundColor:[UIColor lightGrayColor]]; - - TiLabel* label1 = [[TiLabel alloc] init]; - label1.viewName = @"red"; - [label1 setHeight_:@100]; - [label1 setWidth_:@"FILL"]; - [label1 setText:@"label 1"]; - [label1 setBackgroundColor:[UIColor redColor]]; - [window addSubview:label1]; - - TiLabel* label2 = [[TiLabel alloc] init]; - label2.viewName = @"yellow"; - [label2 setHeight_:@"SIZE"]; - [label2 setWidth_:@"FILL"]; - [label2 setText:@"label 2"]; - [label2 setTop_:@10]; - [label2 setBottom_:@10]; - [label2 setBackgroundColor:[UIColor yellowColor]]; - [window addSubview:label2]; - - TiLabel* label3 = [[TiLabel alloc] init]; - label3.viewName = @"green"; - [label3 setText:@"label 3"]; - [label3 setBottom_:@"0"]; - [label3 setBackgroundColor:[UIColor greenColor]]; - [window addSubview:label3]; - [myView addSubview: window]; - - [window setOnLayout:^(TiLayoutView * sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 480, 0); - doneWindow = YES; - }]; - - [label1 setOnLayout:^(TiLayoutView * sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); - XCTAssertEqualWithAccuracy(rect.origin.y, 0, 0); - XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 100, 0); - doneLabel1 = YES; - }]; - - [label2 setOnLayout:^(TiLayoutView * sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); - XCTAssertEqualWithAccuracy(rect.origin.y, 100 + 10, 0); - XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 20, 2); - doneLabel2 = YES; - }]; - - [label3 setOnLayout:^(TiLayoutView * sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.origin.x, 135, 2); - XCTAssertEqualWithAccuracy(rect.origin.y, 140, 2); - XCTAssertEqualWithAccuracy(rect.size.width, 50, 2); - XCTAssertEqualWithAccuracy(rect.size.height, 20, 2); - doneLabel3 = YES; - }]; - - WAIT_FOR((doneWindow && doneLabel1 && doneLabel2 && doneLabel3)); + __block BOOL doneWindow = NO; + __block BOOL doneLabel1 = NO; + __block BOOL doneLabel2 = NO; + __block BOOL doneLabel3 = NO; + + TiView *window = [[TiView alloc] init]; + [window setViewName:@"window"]; + [window setWidth_:@320]; + [window setHeight_:@480]; + [window setLayout_:@"vertical"]; + [window setBackgroundColor:[UIColor lightGrayColor]]; + + TiLabel *label1 = [[TiLabel alloc] init]; + label1.viewName = @"red"; + [label1 setHeight_:@100]; + [label1 setWidth_:@"FILL"]; + [label1 setText:@"label 1"]; + [label1 setBackgroundColor:[UIColor redColor]]; + [window addSubview:label1]; + + TiLabel *label2 = [[TiLabel alloc] init]; + label2.viewName = @"yellow"; + [label2 setHeight_:@"SIZE"]; + [label2 setWidth_:@"FILL"]; + [label2 setText:@"label 2"]; + [label2 setTop_:@10]; + [label2 setBottom_:@10]; + [label2 setBackgroundColor:[UIColor yellowColor]]; + [window addSubview:label2]; + + TiLabel *label3 = [[TiLabel alloc] init]; + label3.viewName = @"green"; + [label3 setText:@"label 3"]; + [label3 setBottom_:@"0"]; + [label3 setBackgroundColor:[UIColor greenColor]]; + [window addSubview:label3]; + [myView addSubview:window]; + + [window setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 480, 0); + doneWindow = YES; + }]; + + [label1 setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); + XCTAssertEqualWithAccuracy(rect.origin.y, 0, 0); + XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 100, 0); + doneLabel1 = YES; + }]; + + [label2 setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.x, 0, 0); + XCTAssertEqualWithAccuracy(rect.origin.y, 100 + 10, 0); + XCTAssertEqualWithAccuracy(rect.size.width, 320, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 20, 2); + doneLabel2 = YES; + }]; + + [label3 setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.origin.x, 135, 2); + XCTAssertEqualWithAccuracy(rect.origin.y, 140, 2); + XCTAssertEqualWithAccuracy(rect.size.width, 50, 2); + XCTAssertEqualWithAccuracy(rect.size.height, 20, 2); + doneLabel3 = YES; + }]; + + WAIT_FOR((doneWindow && doneLabel1 && doneLabel2 && doneLabel3)); } --(void)test_scrollableViewHeightSIZE +- (void)test_scrollableViewHeightSIZE { - __block BOOL done = NO; - TiScrollableView* scrollable = [[TiScrollableView alloc] init]; - [scrollable setViewName:@"scrollable"]; - [scrollable setBackgroundColor:[UIColor grayColor]]; - [scrollable setHeight_:@"SIZE"]; - - NSNumber* bigger = @300; - for (int i = 0; i < 5; i++) { - TiView* view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor blueColor]]; - if (i == 2) { - [view setHeight_:bigger]; - } else { - [view setHeight_:@200]; - } - [view setWidth_:@200]; - [scrollable addSubview:view]; + __block BOOL done = NO; + TiScrollableView *scrollable = [[TiScrollableView alloc] init]; + [scrollable setViewName:@"scrollable"]; + [scrollable setBackgroundColor:[UIColor grayColor]]; + [scrollable setHeight_:@"SIZE"]; + + NSNumber *bigger = @300; + for (int i = 0; i < 5; i++) { + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor blueColor]]; + if (i == 2) { + [view setHeight_:bigger]; + } else { + [view setHeight_:@200]; } - - [myView addSubview:scrollable]; - - [scrollable setOnLayout:^(TiLayoutView *sender, CGRect rect) { - - XCTAssertEqualWithAccuracy(rect.size.width, myView.frame.size.width, 0); - XCTAssertEqualWithAccuracy(rect.size.height, [bigger floatValue], 0); - - done = YES; - }]; - WAIT_FOR(done); + [view setWidth_:@200]; + [scrollable addSubview:view]; + } + + [myView addSubview:scrollable]; + + [scrollable setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.size.width, myView.frame.size.width, 0); + XCTAssertEqualWithAccuracy(rect.size.height, [bigger floatValue], 0); + + done = YES; + }]; + WAIT_FOR(done); } --(void)test_scrollableViewHeightSIZEwithTopAndBottom +- (void)test_scrollableViewHeightSIZEwithTopAndBottom { - __block BOOL done = NO; - TiScrollableView* scrollable = [[TiScrollableView alloc] init]; - [scrollable setViewName:@"scrollable"]; - [scrollable setBackgroundColor:[UIColor grayColor]]; - [scrollable setHeight_:@"SIZE"]; - - NSNumber* bigger = @300; - NSNumber* top = @10; - NSNumber* bottom = @5; - for (int i = 0; i < 5; i++) { - TiView* view = [[TiView alloc] init]; - [view setBackgroundColor:[UIColor blueColor]]; - if (i == 2) { - [view setHeight_:bigger]; - [view setTop_:top]; - [view setBottom_:bottom]; - } else { - [view setHeight_:@200]; - } - [view setWidth_:@200]; - [scrollable addSubview:view]; + __block BOOL done = NO; + TiScrollableView *scrollable = [[TiScrollableView alloc] init]; + [scrollable setViewName:@"scrollable"]; + [scrollable setBackgroundColor:[UIColor grayColor]]; + [scrollable setHeight_:@"SIZE"]; + + NSNumber *bigger = @300; + NSNumber *top = @10; + NSNumber *bottom = @5; + for (int i = 0; i < 5; i++) { + TiView *view = [[TiView alloc] init]; + [view setBackgroundColor:[UIColor blueColor]]; + if (i == 2) { + [view setHeight_:bigger]; + [view setTop_:top]; + [view setBottom_:bottom]; + } else { + [view setHeight_:@200]; } - - [myView addSubview:scrollable]; - - [scrollable setOnLayout:^(TiLayoutView *sender, CGRect rect) { - - XCTAssertEqualWithAccuracy(rect.size.width, myView.frame.size.width, 0); - XCTAssertEqualWithAccuracy(rect.size.height, ([bigger floatValue] + [top floatValue] + [bottom floatValue]), 0); - - done = YES; - }]; - WAIT_FOR(done); + [view setWidth_:@200]; + [scrollable addSubview:view]; + } + + [myView addSubview:scrollable]; + + [scrollable setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.size.width, myView.frame.size.width, 0); + XCTAssertEqualWithAccuracy(rect.size.height, ([bigger floatValue] + [top floatValue] + [bottom floatValue]), 0); + + done = YES; + }]; + WAIT_FOR(done); } --(void)test_ToolbarItems +- (void)test_ToolbarItems { - TiToolbar* toolbar = [[TiToolbar alloc] init]; - - __block BOOL done1 = NO; - __block BOOL done2 = NO; - __block BOOL done3 = NO; - - [myView addSubview:toolbar]; - - TiSwitch* toggle1 = [[TiSwitch alloc] init]; - TiSwitch* toggle2 = [[TiSwitch alloc] init]; - TiSwitch* toggle3 = [[TiSwitch alloc] init]; - - toggle1.viewName = @"switch_1"; - toggle2.viewName = @"switch_2"; - toggle3.viewName = @"switch_3"; - - toggle1.backgroundColor = [UIColor redColor]; - toggle2.backgroundColor = [UIColor yellowColor]; - toggle3.backgroundColor = [UIColor greenColor]; - - [toggle1 setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.size.width, 49, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 31, 0); - XCTAssertEqualWithAccuracy(rect.origin.x, 20, 1); - XCTAssertEqualWithAccuracy(rect.origin.y, 6.5, 1); - - done1 = YES; - }]; - [toggle2 setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.size.width, 49, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 31, 0); - XCTAssertEqualWithAccuracy(rect.origin.x, 79, 1); - XCTAssertEqualWithAccuracy(rect.origin.y, 6.5, 1); - - done2 = YES; - }]; - [toggle3 setOnLayout:^(TiLayoutView *sender, CGRect rect) { - XCTAssertEqualWithAccuracy(rect.size.width, 49, 0); - XCTAssertEqualWithAccuracy(rect.size.height, 31, 0); - XCTAssertEqualWithAccuracy(rect.origin.x, 138, 1); - XCTAssertEqualWithAccuracy(rect.origin.y, 6.5, 1); - - done3 = YES; - }]; - - [toolbar setItems:@[toggle1,toggle2,toggle3]]; - - WAIT_FOR( (done1 && done2 && done3) ); + TiToolbar *toolbar = [[TiToolbar alloc] init]; + + __block BOOL done1 = NO; + __block BOOL done2 = NO; + __block BOOL done3 = NO; + + [myView addSubview:toolbar]; + + TiSwitch *toggle1 = [[TiSwitch alloc] init]; + TiSwitch *toggle2 = [[TiSwitch alloc] init]; + TiSwitch *toggle3 = [[TiSwitch alloc] init]; + + toggle1.viewName = @"switch_1"; + toggle2.viewName = @"switch_2"; + toggle3.viewName = @"switch_3"; + + toggle1.backgroundColor = [UIColor redColor]; + toggle2.backgroundColor = [UIColor yellowColor]; + toggle3.backgroundColor = [UIColor greenColor]; + + [toggle1 setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.size.width, 49, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 31, 0); + XCTAssertEqualWithAccuracy(rect.origin.x, 20, 1); + XCTAssertEqualWithAccuracy(rect.origin.y, 6.5, 1); + + done1 = YES; + }]; + [toggle2 setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.size.width, 49, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 31, 0); + XCTAssertEqualWithAccuracy(rect.origin.x, 79, 1); + XCTAssertEqualWithAccuracy(rect.origin.y, 6.5, 1); + + done2 = YES; + }]; + [toggle3 setOnLayout:^(TiLayoutView *sender, CGRect rect) { + XCTAssertEqualWithAccuracy(rect.size.width, 49, 0); + XCTAssertEqualWithAccuracy(rect.size.height, 31, 0); + XCTAssertEqualWithAccuracy(rect.origin.x, 138, 1); + XCTAssertEqualWithAccuracy(rect.origin.y, 6.5, 1); + + done3 = YES; + }]; + + [toolbar setItems:@[ toggle1, toggle2, toggle3 ]]; + + WAIT_FOR((done1 && done2 && done3)); } --(void)test_CalculateHeight_AbsoluteLayout_BeforeAddingToSuperview +- (void)test_CalculateHeight_AbsoluteLayout_BeforeAddingToSuperview { - __block BOOL done = NO; - // Parent - TiLayoutView* parentView = [[TiLayoutView alloc] init]; - [parentView setWidth:@300]; - [parentView setHeight:@500]; - [parentView setBackgroundColor:[UIColor lightGrayColor]]; - - // Test begins - TiLayoutView* view = [[TiLayoutView alloc] init]; - [view setWidth:@"SIZE"]; - [view setHeight:@"SIZE"]; - [view setBackgroundColor:[UIColor redColor]]; - - TiLabel* label = [[TiLabel alloc] init]; - [label setText:@"Bacon ipsum dolor amet jowl boudin prosciutto capicola, tail ribeye flank. Pork belly chicken meatloaf picanha chuck frankfurter pig filet mignon jowl ham"]; - - [view addSubview:label]; - CGFloat calculatedHeight = [view heightIfWidthWere:300]; - - [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { - CGFloat realHeight = rect.size.height; - - XCTAssertEqual(realHeight, calculatedHeight); - XCTAssertEqual(realHeight, 101.500000); - done = YES; - }]; - - [parentView addSubview:view]; - [myView addSubview:parentView]; - WAIT_FOR(done); - + __block BOOL done = NO; + // Parent + TiLayoutView *parentView = [[TiLayoutView alloc] init]; + [parentView setWidth:@300]; + [parentView setHeight:@500]; + [parentView setBackgroundColor:[UIColor lightGrayColor]]; + + // Test begins + TiLayoutView *view = [[TiLayoutView alloc] init]; + [view setWidth:@"SIZE"]; + [view setHeight:@"SIZE"]; + [view setBackgroundColor:[UIColor redColor]]; + + TiLabel *label = [[TiLabel alloc] init]; + [label setText:@"Bacon ipsum dolor amet jowl boudin prosciutto capicola, tail ribeye flank. Pork belly chicken meatloaf picanha chuck frankfurter pig filet mignon jowl ham"]; + + [view addSubview:label]; + CGFloat calculatedHeight = [view heightIfWidthWere:300]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + CGFloat realHeight = rect.size.height; + + XCTAssertEqual(realHeight, calculatedHeight); + XCTAssertEqual(realHeight, 101.500000); + done = YES; + }]; + + [parentView addSubview:view]; + [myView addSubview:parentView]; + WAIT_FOR(done); } --(void)test_CalculateHeight_AbsoluteLayout_AfterAddingToSuperview +- (void)test_CalculateHeight_AbsoluteLayout_AfterAddingToSuperview { - __block BOOL done = NO; - // Parent - TiLayoutView* parentView = [[TiLayoutView alloc] init]; - [parentView setWidth:@300]; - [parentView setHeight:@500]; - [parentView setBackgroundColor:[UIColor lightGrayColor]]; - - // Test begins - TiLayoutView* view = [[TiLayoutView alloc] init]; - [view setWidth:@"SIZE"]; - [view setHeight:@"SIZE"]; - [view setBackgroundColor:[UIColor redColor]]; - - TiLabel* label = [[TiLabel alloc] init]; - [label setText:@"Bacon ipsum dolor amet jowl boudin prosciutto capicola, tail ribeye flank. Pork belly chicken meatloaf picanha chuck frankfurter pig filet mignon jowl ham"]; - - [view addSubview:label]; - - [parentView addSubview:view]; - [myView addSubview:parentView]; - - CGFloat calculatedHeight = [view heightIfWidthWere:300]; - - [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { - CGFloat realHeight = rect.size.height; - XCTAssertEqual(realHeight, calculatedHeight); - XCTAssertEqual(realHeight, 101.500000); - done = YES; - }]; - - WAIT_FOR(done); + __block BOOL done = NO; + // Parent + TiLayoutView *parentView = [[TiLayoutView alloc] init]; + [parentView setWidth:@300]; + [parentView setHeight:@500]; + [parentView setBackgroundColor:[UIColor lightGrayColor]]; + + // Test begins + TiLayoutView *view = [[TiLayoutView alloc] init]; + [view setWidth:@"SIZE"]; + [view setHeight:@"SIZE"]; + [view setBackgroundColor:[UIColor redColor]]; + + TiLabel *label = [[TiLabel alloc] init]; + [label setText:@"Bacon ipsum dolor amet jowl boudin prosciutto capicola, tail ribeye flank. Pork belly chicken meatloaf picanha chuck frankfurter pig filet mignon jowl ham"]; + + [view addSubview:label]; + + [parentView addSubview:view]; + [myView addSubview:parentView]; + + CGFloat calculatedHeight = [view heightIfWidthWere:300]; + + [view setOnLayout:^(TiLayoutView *sender, CGRect rect) { + CGFloat realHeight = rect.size.height; + XCTAssertEqual(realHeight, calculatedHeight); + XCTAssertEqual(realHeight, 101.500000); + done = YES; + }]; + + WAIT_FOR(done); } --(void)test_CalculateHeight_VerticalLayout +- (void)test_CalculateHeight_VerticalLayout { - __block BOOL done = NO; - TiLayoutView* parentView = [[TiLayoutView alloc] init]; - [parentView setWidth:@300]; - [parentView setHeight:@"SIZE"]; - [parentView setLayout_:@"vertical"]; - [parentView setBackgroundColor:[UIColor lightGrayColor]]; - - TiLayoutView* view = [[TiLayoutView alloc] init]; - [view setWidth:@"100"]; - [view setHeight:@"100"]; - [view setViewName:@"this_view"]; - [view setBackgroundColor:[UIColor redColor]]; - - TiLabel* label = [[TiLabel alloc] init]; - [label setText:@"Bacon ipsum dolor amet jowl boudin prosciutto capicola, tail ribeye flank. Pork belly chicken meatloaf picanha chuck frankfurter pig filet mignon jowl ham"]; - - [parentView addSubview:view]; - [parentView addSubview:label]; - - - CGFloat calculatedHeight = [parentView heightIfWidthWere:300]; - - [parentView setOnLayout:^(TiLayoutView *sender, CGRect rect) { - CGFloat realHeight = rect.size.height; - XCTAssertEqual(realHeight, calculatedHeight); - XCTAssertEqual(realHeight, 201.500000); - done = YES; - }]; + __block BOOL done = NO; + TiLayoutView *parentView = [[TiLayoutView alloc] init]; + [parentView setWidth:@300]; + [parentView setHeight:@"SIZE"]; + [parentView setLayout_:@"vertical"]; + [parentView setBackgroundColor:[UIColor lightGrayColor]]; + + TiLayoutView *view = [[TiLayoutView alloc] init]; + [view setWidth:@"100"]; + [view setHeight:@"100"]; + [view setViewName:@"this_view"]; + [view setBackgroundColor:[UIColor redColor]]; + + TiLabel *label = [[TiLabel alloc] init]; + [label setText:@"Bacon ipsum dolor amet jowl boudin prosciutto capicola, tail ribeye flank. Pork belly chicken meatloaf picanha chuck frankfurter pig filet mignon jowl ham"]; + + [parentView addSubview:view]; + [parentView addSubview:label]; + + CGFloat calculatedHeight = [parentView heightIfWidthWere:300]; + + [parentView setOnLayout:^(TiLayoutView *sender, CGRect rect) { + CGFloat realHeight = rect.size.height; + XCTAssertEqual(realHeight, calculatedHeight); + XCTAssertEqual(realHeight, 201.500000); + done = YES; + }]; + + [myView addSubview:parentView]; - [myView addSubview:parentView]; - - WAIT_FOR(done); + WAIT_FOR(done); } @end diff --git a/iphone/package.json b/iphone/package.json index 92d96d00667..afb1e754cde 100644 --- a/iphone/package.json +++ b/iphone/package.json @@ -1,7 +1,7 @@ { "name": "titanium-mobile-ios", "title": "iOS", - "description": "Appcelerator Titanium Mobile iOS", + "description": "TiDev Titanium Mobile iOS", "keywords": [ "appcelerator", "titanium", @@ -11,11 +11,7 @@ "ipad" ], "version": "__VERSION__", - "author": "Appcelerator, Inc. ", - "maintainers": [ - "Chris Barber ", - "Hans Knöchel " - ], + "author": "TiDev, Inc. ", "minIosVersion": "12.0", "minWatchosVersion": "2.0", "vendorDependencies": { @@ -27,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/appcelerator/titanium_mobile_ios.git" + "url": "git://github.com/tidev/titanium_mobile_ios.git" }, "license": "Apache Public License v2" } diff --git a/package.json b/package.json index 5f95edf4a24..d1009e215a5 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "titanium-mobile", - "description": "Appcelerator Titanium Mobile", + "description": "TiDev Titanium Mobile", "version": "11.0.0", "moduleApiVersion": { "iphone": "2", "android": "4" }, "keywords": [ - "appcelerator", + "tidev", "titanium", "mobile", "android", @@ -158,7 +158,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/appcelerator/titanium_mobile.git" + "url": "git://github.com/tidev/titanium_mobile.git" }, "vendorDependencies": { "node": "12.x || 14.x || 16.x" diff --git a/support/iphone/main.m b/support/iphone/main.m index b7e9e8a256a..00042b34339 100644 --- a/support/iphone/main.m +++ b/support/iphone/main.m @@ -1,5 +1,5 @@ // -// Appcelerator Titanium Mobile +// TiDev Titanium Mobile // WARNING: this is a generated file and should not be modified // diff --git a/templates/app/default/template/LICENSE b/templates/app/default/template/LICENSE index fab2dae64d9..6060995a786 100644 --- a/templates/app/default/template/LICENSE +++ b/templates/app/default/template/LICENSE @@ -1,4 +1,4 @@ -Copyright 2008-2016 Appcelerator, Inc. +Copyright TiDev, Inc. 04/07/2022-Present 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/templates/app/default/template/README b/templates/app/default/template/README index 0148e19d0c5..901334b7bf6 100644 --- a/templates/app/default/template/README +++ b/templates/app/default/template/README @@ -1,4 +1,4 @@ -Welcome to your Appcelerator Titanium Mobile Project +Welcome to your TiDev Titanium Mobile Project This is a blank project. Start by editing your application's app.js to make your first mobile project using Titanium. @@ -11,7 +11,7 @@ Stuff our legal folk make us say: Appcelerator, Appcelerator Titanium and associated marks and logos are trademarks of Appcelerator, Inc. -Titanium is Copyright (c) 2008-2016 by Appcelerator, Inc. All Rights Reserved. +Titanium is Copyright TiDev, Inc. 04/07/2022-Present Titanium is licensed under the Apache Public License (Version 2). Please see the LICENSE file for the full license. diff --git a/templates/app/webpack-default/template/LICENSE b/templates/app/webpack-default/template/LICENSE index ec7c8b60f51..3d610f48107 100644 --- a/templates/app/webpack-default/template/LICENSE +++ b/templates/app/webpack-default/template/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017-Present Axway Appcelerator + Copyright TiDev, Inc. 04/07/2022-Present Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -198,4 +198,4 @@ 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. \ No newline at end of file + limitations under the License. diff --git a/templates/module/default/template/README.ejs b/templates/module/default/template/README.ejs index 686fd0d6f98..28d31c1363d 100644 --- a/templates/module/default/template/README.ejs +++ b/templates/module/default/template/README.ejs @@ -1,4 +1,4 @@ -# Appcelerator Titanium Mobile Module Project +# TiDev Titanium Mobile Module Project This is a skeleton Titanium Mobile Mobile module project. diff --git a/tests/modules-source/ti.modulesdk920/android/manifest b/tests/modules-source/ti.modulesdk920/android/manifest index c32e4a879b0..0717ee3fab8 100644 --- a/tests/modules-source/ti.modulesdk920/android/manifest +++ b/tests/modules-source/ti.modulesdk920/android/manifest @@ -8,7 +8,7 @@ architectures: arm64-v8a armeabi-v7a x86 x86_64 description: TiModuleSdk920 author: Axway license: Apache Public License v2 -copyright: Copyright (c) 2020 by Axway +copyright: Copyright TiDev, Inc. 04/07/2022-Present # these should not be edited name: TiModuleSdk920 diff --git a/tests/modules-source/ti.modulesdk920/android/src/ti/modulesdk920/TiModuleSdk920Module.java b/tests/modules-source/ti.modulesdk920/android/src/ti/modulesdk920/TiModuleSdk920Module.java index 8b9317b8414..b33a209f330 100644 --- a/tests/modules-source/ti.modulesdk920/android/src/ti/modulesdk920/TiModuleSdk920Module.java +++ b/tests/modules-source/ti.modulesdk920/android/src/ti/modulesdk920/TiModuleSdk920Module.java @@ -1,7 +1,7 @@ /** * This file was auto-generated by the Titanium Module SDK helper for Android - * Appcelerator Titanium Mobile - * Copyright (c) 2020-Present by Axway, Inc. All Rights Reserved. + * TiDev Titanium Mobile + * Copyright TiDev, Inc. 04/07/2022-Present * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * diff --git a/tests/modules-source/ti.modulesdk920/ios/Classes/TiModulesdk920Module.h b/tests/modules-source/ti.modulesdk920/ios/Classes/TiModulesdk920Module.h index f61b3b04aab..835dcca4448 100644 --- a/tests/modules-source/ti.modulesdk920/ios/Classes/TiModulesdk920Module.h +++ b/tests/modules-source/ti.modulesdk920/ios/Classes/TiModulesdk920Module.h @@ -2,7 +2,7 @@ * TiModuleSdk920 * * Created by Axway - * Copyright (c) 2020 Axway. All rights reserved. + * Copyright TiDev, Inc. 04/07/2022-Present */ #import "TiModule.h" diff --git a/tests/modules-source/ti.modulesdk920/ios/Classes/TiModulesdk920Module.m b/tests/modules-source/ti.modulesdk920/ios/Classes/TiModulesdk920Module.m index 90b14070785..f9315c0adf4 100644 --- a/tests/modules-source/ti.modulesdk920/ios/Classes/TiModulesdk920Module.m +++ b/tests/modules-source/ti.modulesdk920/ios/Classes/TiModulesdk920Module.m @@ -2,7 +2,7 @@ * TiModuleSdk920 * * Created by Axway - * Copyright (c) 2020 Axway. All rights reserved. + * Copyright TiDev, Inc. 04/07/2022-Present */ #import "TiModulesdk920Module.h" diff --git a/tests/modules-source/ti.modulesdk920/ios/manifest b/tests/modules-source/ti.modulesdk920/ios/manifest index f970c2bace3..0aff36c53bf 100644 --- a/tests/modules-source/ti.modulesdk920/ios/manifest +++ b/tests/modules-source/ti.modulesdk920/ios/manifest @@ -9,7 +9,7 @@ mac: true description: TiModuleSdk920 author: Axway license: Apache Public License v2 -copyright: Copyright (c) 2020 by Axway +copyright: Copyright TiDev, Inc. 04/07/2022-Present # these should not be edited name: TiModuleSdk920 diff --git a/tests/plugins/mocha.test.support/hooks/hook.js b/tests/plugins/mocha.test.support/hooks/hook.js index 79ed3e9ff0d..dc922770193 100644 --- a/tests/plugins/mocha.test.support/hooks/hook.js +++ b/tests/plugins/mocha.test.support/hooks/hook.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2019 by Axway, Inc. + * Copyright TiDev, Inc. 04/07/2022-Present * All Rights Reserved. This library contains intellectual * property protected by patents and/or patents pending. */