From 9f3e2a2b61b70440c28f3a1e90569922aced7c6e Mon Sep 17 00:00:00 2001 From: Jawwad Ahmad Date: Fri, 23 Sep 2022 12:43:26 -0700 Subject: [PATCH] Update all open source copyright headers to the correct format Summary: - Updated to the new shorter open source headers that reference Meta instead of Facebook - Made most fixes with a series of shell commands that I added to a new scripts/fix_copyright_headers.sh script - Checked that no older headers remained with `ack -l 'Copyright.*Facebook'` Reviewed By: mingcaozhang Differential Revision: D39750626 fbshipit-source-id: 797ce9b0310b07f809fcb9cdd15d900a23f7cc69 --- LICENSE.txt | 4 +- build.gradle.kts | 22 +++------- buildSrc/build.gradle.kts | 8 ++++ facebook-applinks/build.gradle.kts | 22 +++------- facebook-applinks/proguard-rules.pro | 21 ++------- .../src/main/AndroidManifest.xml | 20 ++------- .../com/facebook/applinks/AppLinkData.java | 20 ++------- .../java/com/facebook/applinks/AppLinks.java | 20 ++------- .../applinks/FacebookAppLinkResolver.java | 20 ++------- facebook-bolts/build.gradle.kts | 22 +++------- facebook-bolts/proguard-rules.pro | 20 ++------- facebook-bolts/src/main/AndroidManifest.xml | 20 ++------- .../com/facebook/bolts/AggregateException.kt | 20 ++------- .../com/facebook/bolts/AndroidExecutors.kt | 20 ++------- .../main/java/com/facebook/bolts/AppLink.kt | 20 ++------- .../com/facebook/bolts/AppLinkResolver.kt | 20 ++------- .../main/java/com/facebook/bolts/AppLinks.kt | 20 ++------- .../java/com/facebook/bolts/BoltsExecutors.kt | 20 ++------- .../com/facebook/bolts/CancellationToken.kt | 20 ++------- .../bolts/CancellationTokenRegistration.kt | 20 ++------- .../facebook/bolts/CancellationTokenSource.kt | 20 ++------- .../java/com/facebook/bolts/Continuation.kt | 20 ++------- .../com/facebook/bolts/ExecutorException.kt | 20 ++------- .../src/main/java/com/facebook/bolts/Task.kt | 20 ++------- .../facebook/bolts/TaskCompletionSource.kt | 20 ++------- .../facebook/bolts/UnobservedErrorNotifier.kt | 20 ++------- .../facebook/bolts/UnobservedTaskException.kt | 20 ++------- .../facebook/bolts/AggregateExceptionTest.kt | 20 ++------- .../facebook/bolts/AndroidExecutorsTest.kt | 20 ++------- .../kotlin/com/facebook/bolts/AppLinkTest.kt | 20 ++------- .../kotlin/com/facebook/bolts/AppLinksTest.kt | 20 ++------- .../com/facebook/bolts/BoltsExecutorsTest.kt | 20 ++------- .../com/facebook/bolts/CancellationTest.kt | 20 ++------- .../CancellationTokenRegistrationTest.kt | 20 ++------- .../bolts/CancellationTokenSourceTest.kt | 8 ++++ .../facebook/bolts/CancellationTokenTest.kt | 20 ++------- .../bolts/TaskCompletionSourceTest.kt | 8 ++++ .../kotlin/com/facebook/bolts/TaskTest.kt | 20 ++------- .../bolts/UnobservedErrorNotifierTest.kt | 20 ++------- facebook-common/build.gradle.kts | 22 +++------- facebook-common/proguard-rules.pro | 20 ++------- facebook-common/src/main/AndroidManifest.xml | 20 ++------- .../java/com/facebook/AccessTokenTracker.kt | 20 ++------- .../facebook/AuthenticationTokenTracker.kt | 20 ++------- .../java/com/facebook/CustomTabActivity.kt | 20 ++------- .../com/facebook/CustomTabMainActivity.kt | 20 ++------- .../java/com/facebook/FacebookActivity.kt | 20 ++------- .../FacebookAuthorizationException.kt | 20 ++------- .../java/com/facebook/FacebookButtonBase.kt | 20 ++------- .../java/com/facebook/FacebookCallback.kt | 20 ++------- .../main/java/com/facebook/FacebookDialog.kt | 20 ++------- .../com/facebook/FacebookDialogException.kt | 20 ++------- .../java/com/facebook/LoginStatusCallback.kt | 20 ++------- .../src/main/java/com/facebook/WebDialog.kt | 20 ++------- .../main/java/com/facebook/common/Common.kt | 8 +++- .../internal/DeviceRequestsHelper.kt | 20 ++------- .../java/com/facebook/internal/AppCall.kt | 20 ++------- .../java/com/facebook/internal/CustomTab.kt | 20 ++------- .../com/facebook/internal/CustomTabUtils.kt | 9 +++- .../com/facebook/internal/DialogFeature.kt | 20 ++------- .../com/facebook/internal/DialogPresenter.kt | 20 ++------- .../facebook/internal/FacebookDialogBase.kt | 20 ++------- .../internal/FacebookDialogFragment.kt | 20 ++------- .../internal/FacebookWebFallbackDialog.kt | 20 ++------- .../com/facebook/internal/FragmentWrapper.kt | 20 ++------- .../facebook/internal/InstagramCustomTab.kt | 20 ++------- .../internal/PlatformServiceClient.kt | 20 ++------- .../java/com/facebook/internal/WebDialog.kt | 20 ++------- .../logging/dumpsys/EndToEndDumper.kt | 20 ++------- .../com/facebook/login/CodeChallengeMethod.kt | 20 ++------- .../login/CustomTabLoginMethodHandler.kt | 20 ++------- .../facebook/login/CustomTabPrefetchHelper.kt | 20 ++------- .../com/facebook/login/DeviceAuthDialog.kt | 20 ++------- .../facebook/login/DeviceAuthMethodHandler.kt | 20 ++------- .../java/com/facebook/login/GetTokenClient.kt | 20 ++------- .../login/GetTokenLoginMethodHandler.kt | 20 ++------- .../login/InstagramAppLoginMethodHandler.kt | 22 +++------- .../login/KatanaProxyLoginMethodHandler.kt | 20 ++------- .../java/com/facebook/login/LoginBehavior.kt | 20 ++------- .../java/com/facebook/login/LoginClient.kt | 20 ++------- .../com/facebook/login/LoginConfiguration.kt | 20 ++------- .../java/com/facebook/login/LoginFragment.kt | 20 ++------- .../java/com/facebook/login/LoginLogger.kt | 20 ++------- .../java/com/facebook/login/LoginManager.kt | 20 ++------- .../com/facebook/login/LoginMethodHandler.kt | 20 ++------- .../java/com/facebook/login/LoginResult.kt | 20 ++------- .../com/facebook/login/LoginStatusClient.kt | 20 ++------- .../login/NativeAppLoginMethodHandler.kt | 20 ++------- .../main/java/com/facebook/login/NonceUtil.kt | 20 ++------- .../main/java/com/facebook/login/PKCEUtil.kt | 20 ++------- .../facebook/login/StartActivityDelegate.kt | 20 ++------- .../facebook/login/WebLoginMethodHandler.kt | 20 ++------- .../login/WebViewLoginMethodHandler.kt | 20 ++------- .../java/com/facebook/share/ShareBuilder.kt | 20 ++------- .../main/java/com/facebook/share/Sharer.kt | 20 ++------- .../share/internal/CameraEffectFeature.kt | 20 ++------- .../share/internal/CameraEffectJSONUtility.kt | 9 +++- .../internal/LegacyNativeDialogParameters.kt | 20 ++------- .../share/internal/NativeDialogParameters.kt | 20 ++------- .../share/internal/ResultProcessor.kt | 20 ++------- .../facebook/share/internal/ShareConstants.kt | 20 ++------- .../share/internal/ShareContentValidation.kt | 20 ++------- .../share/internal/ShareDialogFeature.kt | 20 ++------- .../share/internal/ShareFeedContent.kt | 20 ++------- .../share/internal/ShareInternalUtility.kt | 20 ++------- .../share/internal/ShareStoryFeature.kt | 8 +++- .../share/internal/WebDialogParameters.kt | 20 ++------- .../share/model/AppGroupCreationContent.kt | 20 ++------- .../share/model/CameraEffectArguments.kt | 20 ++------- .../share/model/CameraEffectTextures.kt | 20 ++------- .../share/model/GameRequestContent.kt | 20 ++------- .../share/model/ShareCameraEffectContent.kt | 21 +++------ .../com/facebook/share/model/ShareContent.kt | 20 ++------- .../com/facebook/share/model/ShareHashtag.kt | 20 ++------- .../facebook/share/model/ShareLinkContent.kt | 20 ++------- .../com/facebook/share/model/ShareMedia.kt | 20 ++------- .../facebook/share/model/ShareMediaContent.kt | 20 ++------- .../share/model/ShareMessengerActionButton.kt | 20 ++------- .../model/ShareMessengerURLActionButton.kt | 20 ++------- .../com/facebook/share/model/ShareModel.kt | 20 ++------- .../facebook/share/model/ShareModelBuilder.kt | 20 ++------- .../com/facebook/share/model/SharePhoto.kt | 20 ++------- .../facebook/share/model/SharePhotoContent.kt | 20 ++------- .../facebook/share/model/ShareStoryContent.kt | 20 ++------- .../com/facebook/share/model/ShareVideo.kt | 20 ++------- .../facebook/share/model/ShareVideoContent.kt | 20 ++------- .../com/facebook/share/widget/ShareDialog.kt | 20 ++------- .../color/com_facebook_button_text_color.xml | 20 ++------- .../com_facebook_auth_dialog_background.xml | 20 ++------- ...facebook_auth_dialog_cancel_background.xml | 20 ++------- ...facebook_auth_dialog_header_background.xml | 20 ++------- .../com_facebook_button_background.xml | 20 ++------- .../res/drawable/com_facebook_button_icon.xml | 21 +++------ .../com_facebook_button_like_background.xml | 20 ++------- .../drawable/com_facebook_favicon_blue.xml | 20 ++------- .../layout/com_facebook_activity_layout.xml | 21 ++------- ...m_facebook_device_auth_dialog_fragment.xml | 20 ++------- .../layout/com_facebook_login_fragment.xml | 21 ++------- ..._facebook_smart_device_dialog_fragment.xml | 20 ++------- .../src/main/res/values-id/strings.xml | 20 ++------- facebook-common/src/main/res/values/attrs.xml | 20 ++------- .../src/main/res/values/dimens.xml | 20 ++------- .../src/main/res/values/strings.xml | 21 +++------ .../src/main/res/values/styles.xml | 20 ++------- .../com/facebook/AccessTokenTrackerTest.kt | 20 ++------- .../AuthenticationTokenTrackerTest.kt | 20 ++------- .../com/facebook/CustomTabActivityTest.kt | 20 ++------- .../com/facebook/CustomTabMainActivityTest.kt | 20 ++------- .../com/facebook/FacebookActivityTest.kt | 8 ++++ .../com/facebook/FacebookButtonBaseTest.kt | 20 ++------- .../src/test/kotlin/com/facebook/TestUtils.kt | 20 ++------- .../internal/DeviceRequestsHelperTest.kt | 20 ++------- .../com/facebook/internal/AppCallTest.kt | 8 ++++ .../com/facebook/internal/CustomTabTest.kt | 8 ++++ .../facebook/internal/CustomTabUtilsTest.kt | 8 ++++ .../facebook/internal/DialogPresenterTest.kt | 20 ++------- .../internal/FacebookDialogBaseTest.kt | 20 ++------- .../internal/FacebookDialogFragmentTest.kt | 8 ++++ .../internal/FacebookWebFallbackDialogTest.kt | 8 ++++ .../facebook/internal/FragmentWrapperTest.kt | 20 ++------- .../internal/InstagramCustomTabTest.kt | 8 ++++ .../internal/PlatformServiceClientTest.kt | 20 ++------- .../com/facebook/internal/WebDialogTest.kt | 8 ++++ .../login/AuthenticationTokenTestUtil.kt | 8 ++++ .../login/CustomTabLoginMethodHandlerTest.kt | 20 ++------- .../login/CustomTabPrefetchHelperTest.kt | 20 ++------- .../facebook/login/DeviceAuthDialogTest.kt | 20 ++------- .../login/DeviceAuthMethodHandlerTest.kt | 20 ++------- .../com/facebook/login/GetTokenClientTest.kt | 8 ++++ .../login/GetTokenLoginMethodHandlerTest.kt | 20 ++------- .../InstagramAppLoginMethodHandlerTest.kt | 20 ++------- .../KatanaProxyLoginMethodHandlerTest.kt | 20 ++------- .../com/facebook/login/LoginBehaviorTest.kt | 8 ++++ .../com/facebook/login/LoginClientTest.kt | 20 ++------- .../facebook/login/LoginConfigurationTest.kt | 8 ++++ .../com/facebook/login/LoginFragmentTest.kt | 20 ++------- .../facebook/login/LoginHandlerTestCase.kt | 20 ++------- .../com/facebook/login/LoginLoggerTest.kt | 20 ++------- .../com/facebook/login/LoginManagerTest.kt | 20 ++------- .../facebook/login/LoginMethodHandlerTest.kt | 20 ++------- .../com/facebook/login/LoginResultTest.kt | 20 ++------- .../login/NativeAppLoginMethodHandlerTest.kt | 20 ++------- .../com/facebook/login/NonceUtilTest.kt | 8 ++++ .../kotlin/com/facebook/login/PKCEUtilTest.kt | 8 ++++ .../login/WebLoginMethodHandlerTest.kt | 20 ++------- .../login/WebViewLoginMethodHandlerTest.kt | 20 ++------- .../internal/CameraEffectJSONUtilityTest.kt | 20 ++------- .../LegacyNativeDialogParametersTest.kt | 20 ++------- .../internal/NativeDialogParametersTest.kt | 20 ++------- .../share/internal/ResultProcessorTest.kt | 20 ++------- .../internal/ShareContentValidationTest.kt | 20 ++------- .../share/internal/ShareFeedContentTest.kt | 20 ++------- .../internal/ShareInternalUtilityTest.kt | 20 ++------- .../share/internal/WebDialogParametersTest.kt | 20 ++------- .../model/AppGroupCreationContentTest.kt | 20 ++------- .../share/model/CameraEffectArgumentsTest.kt | 20 ++------- .../share/model/CameraEffectTexturesTest.kt | 20 ++------- .../share/model/GameRequestContentTest.kt | 20 ++------- .../model/ShareCameraEffectContentTest.kt | 20 ++------- .../facebook/share/model/ShareContentTest.kt | 8 ++++ .../facebook/share/model/ShareHashtagTest.kt | 20 ++------- .../share/model/ShareLinkContentTest.kt | 20 ++------- .../share/model/ShareMediaContentTest.kt | 20 ++------- .../facebook/share/model/ShareMediaTest.kt | 8 ++++ .../model/ShareMessengerActionButtonTest.kt | 20 ++------- .../ShareMessengerURLActionButtonTest.kt | 20 ++------- .../share/model/SharePhotoContentTest.kt | 20 ++------- .../facebook/share/model/SharePhotoTest.kt | 20 ++------- .../share/model/ShareStoryContentTest.kt | 20 ++------- .../share/model/ShareVideoContentTest.kt | 20 ++------- .../facebook/share/model/ShareVideoTest.kt | 20 ++------- .../facebook/share/widget/ShareDialogTest.kt | 20 ++------- facebook-core/build.gradle.kts | 22 +++------- facebook-core/proguard-rules.pro | 22 +++------- facebook-core/src/main/AndroidManifest.xml | 22 +++------- .../ppml/receiver/IReceiverService.aidl | 23 +++------- .../src/main/java/com/facebook/AccessToken.kt | 20 ++------- .../java/com/facebook/AccessTokenCache.kt | 20 ++------- .../java/com/facebook/AccessTokenManager.kt | 20 ++------- .../java/com/facebook/AccessTokenSource.kt | 20 ++------- .../java/com/facebook/AuthenticationToken.kt | 20 ++------- .../com/facebook/AuthenticationTokenCache.kt | 20 ++------- .../com/facebook/AuthenticationTokenClaims.kt | 24 +++------- .../com/facebook/AuthenticationTokenHeader.kt | 24 +++------- .../facebook/AuthenticationTokenManager.kt | 20 ++------- .../main/java/com/facebook/CallbackManager.kt | 20 ++------- ...tAccessTokenExpirationBroadcastReceiver.kt | 20 ++------- .../com/facebook/FacebookBroadcastReceiver.kt | 20 ++------- .../com/facebook/FacebookContentProvider.kt | 20 ++------- .../java/com/facebook/FacebookException.kt | 20 ++------- .../FacebookGraphResponseException.kt | 20 ++------- .../FacebookOperationCanceledException.kt | 20 ++------- .../java/com/facebook/FacebookRequestError.kt | 20 ++------- .../src/main/java/com/facebook/FacebookSdk.kt | 20 ++------- .../FacebookSdkNotInitializedException.kt | 20 ++------- .../java/com/facebook/FacebookSdkVersion.kt | 20 ++------- .../com/facebook/FacebookServiceException.kt | 20 ++------- .../main/java/com/facebook/GraphRequest.kt | 20 ++------- .../com/facebook/GraphRequestAsyncTask.kt | 20 ++------- .../java/com/facebook/GraphRequestBatch.kt | 20 ++------- .../main/java/com/facebook/GraphResponse.kt | 20 ++------- .../src/main/java/com/facebook/HttpMethod.kt | 20 ++------- .../java/com/facebook/LegacyTokenHelper.kt | 20 ++------- .../main/java/com/facebook/LoggingBehavior.kt | 20 ++------- .../src/main/java/com/facebook/Profile.kt | 20 ++------- .../main/java/com/facebook/ProfileCache.kt | 20 ++------- .../main/java/com/facebook/ProfileManager.kt | 20 ++------- .../main/java/com/facebook/ProfileTracker.kt | 20 ++------- .../com/facebook/ProgressNoopOutputStream.kt | 20 ++------- .../java/com/facebook/ProgressOutputStream.kt | 20 ++------- .../java/com/facebook/RequestOutputStream.kt | 20 ++------- .../main/java/com/facebook/RequestProgress.kt | 20 ++------- .../java/com/facebook/UserSettingsManager.kt | 20 ++------- .../appevents/AccessTokenAppIdPair.kt | 20 ++------- .../appevents/AnalyticsUserIDStore.kt | 20 ++------- .../java/com/facebook/appevents/AppEvent.kt | 20 ++------- .../facebook/appevents/AppEventCollection.kt | 20 ++------- .../facebook/appevents/AppEventDiskStore.kt | 20 ++------- .../com/facebook/appevents/AppEventQueue.kt | 20 ++------- .../com/facebook/appevents/AppEventStore.kt | 20 ++------- .../facebook/appevents/AppEventsConstants.kt | 20 ++------- .../com/facebook/appevents/AppEventsLogger.kt | 20 ++------- .../facebook/appevents/AppEventsLoggerImpl.kt | 20 ++------- .../facebook/appevents/AppEventsManager.kt | 22 +++------- .../appevents/FacebookSDKJSInterface.kt | 20 ++------- .../com/facebook/appevents/FlushReason.kt | 20 ++------- .../com/facebook/appevents/FlushResult.kt | 20 ++------- .../com/facebook/appevents/FlushStatistics.kt | 20 ++------- .../appevents/InternalAppEventsLogger.kt | 20 ++------- .../com/facebook/appevents/PersistedEvents.kt | 20 ++------- .../facebook/appevents/SessionEventsState.kt | 20 ++------- .../com/facebook/appevents/UserDataStore.kt | 20 ++------- .../facebook/appevents/aam/MetadataIndexer.kt | 20 ++------- .../facebook/appevents/aam/MetadataMatcher.kt | 20 ++------- .../facebook/appevents/aam/MetadataRule.kt | 20 ++------- .../appevents/aam/MetadataViewObserver.kt | 20 ++------- .../cloudbridge/AppEventsCAPIManager.kt | 20 ++------- .../AppEventsConversionsAPITransformer.kt | 20 ++------- ...ntsConversionsAPITransformerWebRequests.kt | 20 ++------- .../codeless/CodelessLoggingEventListener.kt | 20 ++------- .../appevents/codeless/CodelessManager.kt | 20 ++------- .../appevents/codeless/CodelessMatcher.kt | 20 ++------- .../RCTCodelessLoggingEventListener.kt | 20 ++------- .../appevents/codeless/ViewIndexer.kt | 20 ++------- .../appevents/codeless/ViewIndexingTrigger.kt | 20 ++------- .../appevents/codeless/internal/Constants.kt | 20 ++------- .../codeless/internal/EventBinding.kt | 20 ++------- .../codeless/internal/ParameterComponent.kt | 20 ++------- .../codeless/internal/PathComponent.kt | 20 ++------- .../internal/SensitiveUserDataUtils.kt | 20 ++------- .../codeless/internal/UnityReflection.kt | 20 ++------- .../codeless/internal/ViewHierarchy.kt | 20 ++------- .../EventDeactivationManager.kt | 20 ++------- .../InAppPurchaseActivityLifecycleTracker.kt | 20 ++------- .../appevents/iap/InAppPurchaseAutoLogger.kt | 20 ++------- .../iap/InAppPurchaseBillingClientWrapper.kt | 20 ++------- .../iap/InAppPurchaseEventManager.kt | 20 ++------- .../iap/InAppPurchaseLoggerManager.kt | 20 ++------- .../appevents/iap/InAppPurchaseManager.kt | 20 ++------- .../iap/InAppPurchaseSkuDetailsWrapper.kt | 20 ++------- .../appevents/iap/InAppPurchaseUtils.kt | 20 ++------- .../appevents/integrity/IntegrityManager.kt | 20 ++------- .../internal/ActivityLifecycleTracker.kt | 20 ++------- .../appevents/internal/AppEventUtility.kt | 20 ++------- .../internal/AppEventsLoggerUtility.kt | 20 ++------- .../internal/AutomaticAnalyticsLogger.kt | 20 ++------- .../facebook/appevents/internal/Constants.kt | 20 ++------- .../appevents/internal/FileDownloadTask.kt | 20 ++------- .../facebook/appevents/internal/HashUtils.kt | 9 +++- .../appevents/internal/SessionInfo.kt | 20 ++------- .../appevents/internal/SessionLogger.kt | 20 ++------- .../internal/SourceApplicationInfo.kt | 20 ++------- .../internal/ViewHierarchyConstants.kt | 20 ++------- .../java/com/facebook/appevents/ml/MTensor.kt | 20 ++------- .../java/com/facebook/appevents/ml/Model.kt | 20 ++------- .../com/facebook/appevents/ml/ModelManager.kt | 20 ++------- .../com/facebook/appevents/ml/Operator.kt | 20 ++------- .../java/com/facebook/appevents/ml/Utils.kt | 20 ++------- .../OnDeviceProcessingManager.kt | 20 ++------- .../RemoteServiceParametersHelper.kt | 20 ++------- .../RemoteServiceWrapper.kt | 20 ++------- .../RestrictiveDataManager.kt | 20 ++------- .../suggestedevents/FeatureExtractor.kt | 25 ++++------- .../PredictionHistoryManager.kt | 20 ++------- .../SuggestedEventViewHierarchy.kt | 20 ++------- .../suggestedevents/SuggestedEventsManager.kt | 20 ++------- .../appevents/suggestedevents/ViewObserver.kt | 20 ++------- .../suggestedevents/ViewOnClickListener.kt | 20 ++------- .../src/main/java/com/facebook/core/Core.kt | 9 +++- .../com/facebook/internal/AnalyticsEvents.kt | 20 ++------- .../internal/AttributionIdentifiers.kt | 20 ++------- .../internal/BoltsMeasurementEventListener.kt | 20 ++------- .../facebook/internal/BundleJSONConverter.kt | 20 ++------- .../facebook/internal/CallbackManagerImpl.kt | 20 ++------- .../facebook/internal/FacebookInitProvider.kt | 9 +++- .../FacebookRequestErrorClassification.kt | 20 ++------- .../internal/FacebookSignatureValidator.kt | 20 ++------- .../com/facebook/internal/FeatureManager.kt | 20 ++------- .../internal/FetchedAppGateKeepersManager.kt | 20 ++------- .../facebook/internal/FetchedAppSettings.kt | 20 ++------- .../internal/FetchedAppSettingsManager.kt | 20 ++------- .../com/facebook/internal/FileLruCache.kt | 20 ++------- .../com/facebook/internal/ImageDownloader.kt | 20 ++------- .../com/facebook/internal/ImageRequest.kt | 20 ++------- .../com/facebook/internal/ImageResponse.kt | 20 ++------- .../facebook/internal/ImageResponseCache.kt | 20 ++------- .../facebook/internal/InstallReferrerUtil.kt | 20 ++------- .../com/facebook/internal/InternalSettings.kt | 20 ++------- .../facebook/internal/LockOnGetVariable.kt | 20 ++------- .../main/java/com/facebook/internal/Logger.kt | 20 ++------- .../internal/NativeAppCallAttachmentStore.kt | 20 ++------- .../com/facebook/internal/NativeProtocol.kt | 20 ++------- .../internal/ProfileInformationCache.kt | 20 ++------- .../com/facebook/internal/ServerProtocol.kt | 20 ++------- .../com/facebook/internal/SmartLoginOption.kt | 20 ++------- .../com/facebook/internal/UrlRedirectCache.kt | 20 ++------- .../java/com/facebook/internal/Utility.kt | 20 ++------- .../java/com/facebook/internal/Validate.kt | 20 ++------- .../java/com/facebook/internal/WorkQueue.kt | 20 ++------- .../internal/gatekeeper/GateKeeper.kt | 8 ++++ .../gatekeeper/GateKeeperRuntimeCache.kt | 20 ++------- .../internal/instrument/ExceptionAnalyzer.kt | 20 ++------- .../internal/instrument/InstrumentData.kt | 20 ++------- .../internal/instrument/InstrumentManager.kt | 20 ++------- .../internal/instrument/InstrumentUtility.kt | 20 ++------- .../instrument/anrreport/ANRDetector.kt | 20 ++------- .../instrument/anrreport/ANRHandler.kt | 20 ++------- .../instrument/crashreport/CrashHandler.kt | 20 ++------- .../crashshield/AutoHandleExceptions.kt | 20 ++------- .../crashshield/CrashShieldHandler.kt | 20 ++------- .../crashshield/NoAutoExceptionHandling.kt | 20 ++------- .../instrument/errorreport/ErrorReportData.kt | 20 ++------- .../errorreport/ErrorReportHandler.kt | 20 ++------- .../threadcheck/ThreadCheckHandler.kt | 20 ++------- .../internal/qualityvalidation/Excuse.kt | 8 ++++ .../ExcusesForDesignViolations.kt | 20 ++------- .../internal/security/CertificateUtil.kt | 8 ++++ .../internal/security/OidcSecurityUtil.kt | 20 ++------- .../com/facebook/login/DefaultAudience.kt | 20 ++------- .../java/com/facebook/login/LoginTargetApp.kt | 20 ++------- .../com/facebook/AccessTokenCacheTest.kt | 20 ++------- .../com/facebook/AccessTokenManagerTest.kt | 20 ++------- .../com/facebook/AccessTokenSourceTest.kt | 20 ++------- .../kotlin/com/facebook/AccessTokenTest.kt | 20 ++------- .../com/facebook/AccessTokenTestHelper.kt | 20 ++------- .../facebook/AuthenticationTokenCacheTest.kt | 20 ++------- .../facebook/AuthenticationTokenClaimsTest.kt | 8 ++++ .../facebook/AuthenticationTokenHeaderTest.kt | 8 ++++ .../AuthenticationTokenManagerTest.kt | 20 ++------- .../com/facebook/AuthenticationTokenTest.kt | 8 ++++ ...essTokenExpirationBroadcastReceiverTest.kt | 20 ++------- .../facebook/FacebookBroadcastReceiverTest.kt | 8 ++++ .../facebook/FacebookContentProviderTest.kt | 20 ++------- .../com/facebook/FacebookExceptionTest.kt | 8 ++++ .../FacebookGraphResponseExceptionTest.kt | 20 ++------- .../com/facebook/FacebookRequestErrorTest.kt | 20 ++------- .../kotlin/com/facebook/FacebookSdkTest.kt | 20 ++------- .../kotlin/com/facebook/GraphErrorTest.kt | 20 ++------- .../com/facebook/GraphRequestAsyncTaskTest.kt | 20 ++------- .../com/facebook/GraphRequestBatchTest.kt | 20 ++------- .../kotlin/com/facebook/GraphRequestTest.kt | 20 ++------- .../kotlin/com/facebook/GraphResponseTest.kt | 8 ++++ .../com/facebook/LegacyTokenCacheTest.kt | 20 ++------- .../com/facebook/LegacyTokenHelperTest.kt | 8 ++++ .../kotlin/com/facebook/ProfileCacheTest.kt | 20 ++------- .../kotlin/com/facebook/ProfileManagerTest.kt | 20 ++------- .../test/kotlin/com/facebook/ProfileTest.kt | 20 ++------- .../kotlin/com/facebook/ProfileTrackerTest.kt | 20 ++------- .../facebook/ProgressNoopOutputStreamTest.kt | 20 ++------- .../com/facebook/ProgressOutputStreamTest.kt | 20 ++------- .../com/facebook/RequestProgressTest.kt | 20 ++------- .../com/facebook/UserSettingsManagerTest.kt | 20 ++------- .../appevents/AccessTokenAppIdPairTest.kt | 8 ++++ .../appevents/AnalyticsUserIDStoreTest.kt | 8 ++++ .../appevents/AppEventCollectionTest.kt | 8 ++++ .../appevents/AppEventDiskStoreTest.kt | 8 +++- .../facebook/appevents/AppEventQueueTest.kt | 20 ++------- .../facebook/appevents/AppEventStoreTest.kt | 8 ++++ .../com/facebook/appevents/AppEventTest.kt | 20 ++------- .../appevents/AppEventTestUtilities.kt | 20 ++------- .../appevents/AppEventsLoggerImplTest.kt | 20 ++------- .../facebook/appevents/AppEventsLoggerTest.kt | 20 ++------- .../appevents/AppEventsManagerTest.kt | 8 ++++ .../appevents/AutomaticAnalyticsTest.kt | 20 ++------- .../appevents/FacebookSDKJSInterfaceTest.kt | 8 ++++ .../appevents/InternalAppEventsLoggerTest.kt | 20 ++------- .../facebook/appevents/PersistedEventsTest.kt | 8 ++++ .../appevents/SessionEventsStateTest.kt | 8 ++++ .../facebook/appevents/UserDataStoreTest.kt | 20 ++------- .../appevents/aam/MetadataIndexerTest.kt | 8 ++++ .../appevents/aam/MetadataMatcherTest.kt | 8 ++++ .../appevents/aam/MetadataRuleTest.kt | 20 ++------- .../appevents/aam/MetadataViewObserverTest.kt | 8 ++++ .../cloudbridge/AppEventsCAPIManagerTest.kt | 20 ++------- .../AppEventsConversionsAPITransformerTest.kt | 20 ++------- ...onversionsAPITransformerWebRequestsTest.kt | 20 ++------- .../CodelessLoggingEventListenerTest.kt | 20 ++------- .../appevents/codeless/CodelessManagerTest.kt | 20 ++------- .../appevents/codeless/CodelessMatcherTest.kt | 20 ++------- .../appevents/codeless/CodelessTestBase.kt | 20 ++------- .../RCTCodelessLoggingEventListenerTest.kt | 8 ++++ .../appevents/codeless/ViewIndexerTest.kt | 20 ++------- .../codeless/ViewIndexingTriggerTest.kt | 20 ++------- .../appevents/codeless/ViewTrackerTest.kt | 20 ++------- .../codeless/internal/EventBindingTest.kt | 20 ++------- .../internal/ParameterComponentTest.kt | 20 ++------- .../internal/SensitiveUserDataUtilsTest.kt | 20 ++------- .../codeless/internal/UnityReflectionTest.kt | 20 ++------- .../codeless/internal/ViewHierarchyTest.kt | 20 ++------- .../EventDeactivationManagerTest.kt | 19 ++------ ...AppPurchaseActivityLifecycleTrackerTest.kt | 19 ++------ .../iap/InAppPurchaseAutoLoggerTest.kt | 19 ++------ .../InAppPurchaseBillingClientWrapperTest.kt | 19 ++------ .../iap/InAppPurchaseEventManagerTest.kt | 8 ++++ .../iap/InAppPurchaseLoggerManagerTest.kt | 19 ++------ .../appevents/iap/InAppPurchaseManagerTest.kt | 8 ++++ .../iap/InAppPurchaseSkuDetailsWrapperTest.kt | 19 ++------ .../appevents/iap/InAppPurchaseUtilsTest.kt | 19 ++------ .../integrity/IntegrityManagerTest.kt | 19 ++------ .../internal/ActivityLifecycleTrackerTest.kt | 8 ++++ .../appevents/internal/AppEventUtilityTest.kt | 20 ++------- .../internal/AppEventsLoggerUtilityTest.kt | 8 ++++ .../internal/AutomaticAnalyticsLoggerTest.kt | 20 ++------- .../internal/FileDownloadTaskTest.kt | 8 ++++ .../appevents/internal/HashUtilsTest.kt | 8 ++++ .../appevents/internal/SessionInfoTest.kt | 20 ++------- .../appevents/internal/SessionLoggerTest.kt | 20 ++------- .../internal/SourceApplicationInfoTest.kt | 8 ++++ .../com/facebook/appevents/ml/MTensorTest.kt | 8 ++++ .../facebook/appevents/ml/ModelManagerTest.kt | 22 +++------- .../com/facebook/appevents/ml/ModelTest.kt | 8 ++++ .../com/facebook/appevents/ml/OperatorTest.kt | 19 ++------ .../facebook/appevents/ml/TensorTestUtils.kt | 8 ++++ .../com/facebook/appevents/ml/UtilsTest.kt | 8 ++++ .../OnDeviceProcessingManagerTest.kt | 20 ++------- .../RemoteServiceParametersHelperTest.kt | 20 ++------- .../RemoteServiceWrapperTest.kt | 20 ++------- .../RestrictiveDataManagerTest.kt | 19 ++------ .../suggestedevents/FeatureExtractorTest.kt | 8 ++++ .../PredictionHistoryManagerTest.kt | 8 ++++ .../SuggestedEventViewHierarchyTest.kt | 8 ++++ .../SuggestedEventsManagerTest.kt | 8 ++++ .../suggestedevents/ViewObserverTest.kt | 8 ++++ .../ViewOnClickListenerTest.kt | 8 ++++ .../internal/AttributionIdentifiersTest.kt | 20 ++------- .../BoltsMeasurementEventListenerTest.kt | 20 ++------- .../internal/BundleJSONConverterTest.kt | 20 ++------- .../internal/CallbackManagerImplTest.kt | 20 ++------- .../internal/FacebookInitProviderTest.kt | 8 +++- .../FacebookRequestErrorClassificationTest.kt | 20 ++------- .../FacebookSignatureValidatorTest.kt | 20 ++------- .../facebook/internal/FeatureManagerTest.kt | 8 ++++ .../FetchedAppGateKeepersManagerTest.kt | 8 ++++ .../internal/FetchedAppSettingsManagerTest.kt | 8 ++++ .../internal/FetchedAppSettingsTest.kt | 20 ++------- .../com/facebook/internal/FileLruCacheTest.kt | 20 ++------- .../facebook/internal/ImageDownloaderTest.kt | 8 ++++ .../com/facebook/internal/ImageRequestTest.kt | 8 ++++ .../internal/ImageResponseCacheTest.kt | 20 ++------- .../internal/InstallReferrerUtilTest.kt | 20 ++------- .../internal/LockOnGetVariableTest.kt | 20 ++------- .../com/facebook/internal/LoggerTest.kt | 8 ++++ .../NativeAppCallAttachmentStoreTest.kt | 20 ++------- .../facebook/internal/NativeProtocolTest.kt | 20 ++------- .../facebook/internal/ServerProtocolTest.kt | 8 ++++ .../facebook/internal/SmartLoginOptionTest.kt | 8 ++++ .../facebook/internal/UrlRedirectCacheTest.kt | 8 ++++ .../com/facebook/internal/UtilityTest.kt | 20 ++------- .../com/facebook/internal/ValidateTest.kt | 20 ++------- .../com/facebook/internal/WorkQueueTest.kt | 20 ++------- .../gatekeeper/GateKeeperRuntimeCacheTest.kt | 8 ++++ .../instrument/ExceptionAnalyzerTest.kt | 20 ++------- .../internal/instrument/InstrumentDataTest.kt | 8 ++++ .../instrument/InstrumentManagerTest.kt | 20 ++------- .../instrument/InstrumentUtilityTest.kt | 8 ++++ .../instrument/anrreport/ANRDetectorTest.kt | 8 ++++ .../instrument/anrreport/ANRHandlerTest.kt | 8 ++++ .../crashreport/CrashHandlerTest.kt | 8 ++++ .../CrashShieldHandlerDebugTest.kt | 20 ++------- .../crashshield/CrashShieldHandlerTest.kt | 20 ++------- .../errorreport/ErrorReportDataTest.kt | 8 ++++ .../errorreport/ErrorReportHandlerTest.kt | 8 ++++ .../threadcheck/ThreadCheckHandlerTest.kt | 20 ++------- .../internal/security/CertificateUtilTest.kt | 8 ++++ .../internal/security/OidcSecurityUtilTest.kt | 8 ++++ .../com/facebook/login/LoginTargetAppTest.kt | 20 ++------- .../common/AuthenticationTokenTestUtil.kt | 8 ++++ .../facebook/util/common/ProfileTestHelper.kt | 8 ++++ facebook-gamingservices/build.gradle.kts | 22 +++------- facebook-gamingservices/proguard-rules.pro | 20 ++------- .../src/main/AndroidManifest.xml | 20 ++------- .../gamingservices/ContextChooseDialog.java | 20 ++------- .../gamingservices/ContextCreateDialog.java | 20 ++------- .../gamingservices/ContextSwitchDialog.java | 20 ++------- .../facebook/gamingservices/CustomUpdate.kt | 20 ++------- .../gamingservices/FriendFinderDialog.java | 21 +++------ .../gamingservices/GameRequestDialog.java | 20 ++------- .../facebook/gamingservices/GamingContext.kt | 20 ++------- .../GamingGroupIntegration.java | 21 +++------ .../gamingservices/GamingImageUploader.java | 21 +++------ .../gamingservices/GamingPayload.java | 21 +++------ .../gamingservices/GamingServices.java | 23 +++------- .../gamingservices/GamingVideoUploader.java | 21 +++------ .../gamingservices/OpenGamingMediaDialog.java | 21 +++------ .../com/facebook/gamingservices/Tournament.kt | 20 ++------- .../gamingservices/TournamentConfig.kt | 22 +++------- .../gamingservices/TournamentFetcher.kt | 20 ++------- .../gamingservices/TournamentShareDialog.kt | 20 ++------- .../gamingservices/TournamentUpdater.kt | 8 +++- .../AppToUserNotificationSender.java | 23 +++------- .../cloudgaming/CloudGameLoginHandler.java | 25 +++-------- .../cloudgaming/DaemonReceiver.java | 23 +++------- .../cloudgaming/DaemonRequest.java | 23 +++------- .../cloudgaming/GameFeaturesLibrary.java | 23 +++------- .../cloudgaming/InAppAdLibrary.java | 23 +++------- .../cloudgaming/InAppPurchaseLibrary.java | 23 +++------- .../cloudgaming/PlayableAdsLibrary.java | 23 +++------- .../internal/SDKAnalyticsEvents.java | 25 +++-------- .../cloudgaming/internal/SDKConstants.java | 25 +++-------- .../cloudgaming/internal/SDKLogger.java | 25 +++-------- .../cloudgaming/internal/SDKMessageEnum.java | 25 +++-------- .../internal/SDKShareIntentEnum.java | 8 +++- .../gamingservices/internal/DateFormatter.kt | 8 +++- .../internal/GamingMediaUploader.java | 21 +++------ .../internal/TournamentScoreType.kt | 24 +++------- .../TournamentShareDialogURIBuilder.kt | 8 +++- .../internal/TournamentSortOrder.kt | 24 +++------- .../model/ContextChooseContent.java | 20 ++------- .../model/ContextCreateContent.java | 20 ++------- .../model/ContextSwitchContent.java | 20 ++------- .../model/CustomUpdateContent.kt | 20 ++------- .../com/facebook/CustomUpdateContentTest.kt | 20 ++------- facebook-login/build.gradle.kts | 22 +++------- facebook-login/proguard-rules.pro | 20 ++------- facebook-login/src/main/AndroidManifest.xml | 20 ++------- .../facebook/login/DeviceLoginManager.java | 20 ++------- .../main/java/com/facebook/login/Login.java | 8 +++- .../login/widget/DeviceLoginButton.java | 20 ++------- .../facebook/login/widget/LoginButton.java | 20 ++------- .../login/widget/ProfilePictureView.java | 20 ++------- .../facebook/login/widget/ToolTipPopup.java | 20 ++------- .../layout/com_facebook_tooltip_bubble.xml | 20 ++------- facebook-login/src/main/res/values/attrs.xml | 20 ++------- facebook-login/src/main/res/values/dimens.xml | 20 ++------- .../src/main/res/values/strings.xml | 21 +++------ facebook-login/src/main/res/values/styles.xml | 20 ++------- facebook-messenger/build.gradle.kts | 22 +++------- facebook-messenger/proguard-rules.pro | 20 ++------- .../src/main/AndroidManifest.xml | 20 ++------- .../com/facebook/messenger/Messenger.java | 8 +++- .../messenger/MessengerThreadParams.java | 20 ++------- .../facebook/messenger/MessengerUtils.java | 20 ++------- .../messenger/ShareToMessengerParams.java | 20 ++------- .../ShareToMessengerParamsBuilder.java | 20 ++------- .../messenger_button_blue_bg_round.xml | 20 ++------- .../messenger_button_blue_bg_selector.xml | 20 ++------- .../messenger_button_white_bg_round.xml | 20 ++------- .../messenger_button_white_bg_selector.xml | 20 ++------- .../messenger_button_send_blue_large.xml | 20 ++------- .../messenger_button_send_blue_round.xml | 20 ++------- .../messenger_button_send_blue_small.xml | 20 ++------- .../messenger_button_send_white_large.xml | 20 ++------- .../messenger_button_send_white_round.xml | 20 ++------- .../messenger_button_send_white_small.xml | 20 ++------- .../res/values/messenger_button_strings.xml | 20 ++------- .../res/values/messenger_button_styles.xml | 22 +++------- facebook-share/build.gradle.kts | 22 +++------- facebook-share/proguard-rules.pro | 20 ++------- facebook-share/src/main/AndroidManifest.xml | 20 ++------- .../facebook/internal/CollectionMapper.java | 20 ++------- .../java/com/facebook/internal/Mutable.java | 20 ++------- .../main/java/com/facebook/share/Share.java | 8 +++- .../java/com/facebook/share/ShareApi.java | 20 ++------- .../internal/AppInviteDialogFeature.java | 20 ++------- .../share/internal/GameRequestValidation.java | 20 ++------- .../share/internal/MessageDialogFeature.java | 20 ++------- .../share/internal/VideoUploader.java | 20 ++------- .../share/widget/GameRequestDialog.java | 20 ++------- .../facebook/share/widget/MessageDialog.java | 20 ++------- .../com/facebook/share/widget/SendButton.java | 20 ++------- .../facebook/share/widget/ShareButton.java | 20 ++------- .../share/widget/ShareButtonBase.java | 20 ++------- .../com_facebook_send_button_text_color.xml | 20 ++------- .../com_facebook_button_send_background.xml | 20 ++------- .../com_facebook_send_button_icon.xml | 20 ++------- facebook-share/src/main/res/values/styles.xml | 20 ++------- facebook-testutil/build.gradle.kts | 22 +++------- .../src/main/AndroidManifest.xml | 20 ++------- .../com/facebook/FacebookPowerMockTestCase.kt | 20 ++------- .../java/com/facebook/FacebookTestCase.kt | 20 ++------- .../java/com/facebook/FacebookTestUtility.kt | 20 ++------- .../java/com/facebook/MockSharedPreference.kt | 20 ++------- .../facebook/util/common/CaptureExecutor.kt | 20 ++------- .../com/facebook/util/common/TestHelpers.kt | 8 ++++ .../configuration/MockitoConfiguration.java | 20 ++------- facebook/build.gradle.kts | 22 +++------- facebook/lint.xml | 20 ++------- facebook/src/main/AndroidManifest.xml | 20 ++------- .../src/main/java/com/facebook/all/All.java | 8 +++- facebook/src/test/AndroidManifest.xml | 20 ++------- .../com/facebook/ErrorClassificationTest.java | 20 ++------- .../FacebookFuzzyInputPowerMockTestCase.java | 20 ++------- .../facebook/LoadAppSettingsFuzzyTest.java | 20 ++------- .../facebook/PowerMockIntegrationTest.java | 20 ++------- .../src/test/java/com/facebook/TestUtils.java | 20 ++------- .../facebook/applinks/AppLinkDataTest.java | 20 ++------- .../java/com/facebook/internal/JsonUtil.java | 20 ++------- .../com/facebook/internal/JsonUtilTest.java | 20 ++------- .../messenger/MessengerUtilsTest.java | 20 ++------- .../test/resources/layout/activity_main.xml | 20 ++------- .../src/test/resources/menu/menu_main.xml | 20 ++------- .../test/resources/values-w820dp/dimens.xml | 20 ++------- facebook/src/test/resources/values/dimens.xml | 20 ++------- .../src/test/resources/values/strings.xml | 20 ++------- facebook/src/test/resources/values/styles.xml | 20 ++------- jacoco.gradle.kts | 22 +++------- maven.gradle | 22 +++------- samples/FBLoginSample/LICENSE | 4 +- samples/FBLoginSample/build.gradle | 22 +++------- samples/FBLoginSample/proguard-rules.pro | 20 ++------- .../ExampleInstrumentedTest.java | 22 +++------- .../fbloginsample/FBLoginSampleApp.java | 22 +++------- .../fbloginsample/FacebookLoginActivity.java | 22 +++------- .../facebook/fbloginsample/MainActivity.java | 22 +++------- .../fbloginsample/PermissionsActivity.java | 22 +++------- .../fbloginsample/PostFeedActivity.java | 22 +++------- .../fbloginsample/ProfileActivity.java | 22 +++------- .../java/com/facebook/fbloginsample/Util.java | 22 +++------- .../fbloginsample/adapters/PostAdapter.java | 22 +++------- .../callbacks/GetPostsCallback.java | 22 +++------- .../callbacks/GetUserCallback.java | 22 +++------- .../callbacks/PermissionCallback.java | 22 +++------- .../callbacks/PublishPostCallback.java | 22 +++------- .../facebook/fbloginsample/entities/Post.java | 22 +++------- .../facebook/fbloginsample/entities/User.java | 22 +++------- .../requests/PermissionRequest.java | 22 +++------- .../fbloginsample/requests/PostsRequest.java | 22 +++------- .../fbloginsample/requests/UserRequest.java | 22 +++------- .../res/layout/activity_facebook_login.xml | 20 ++------- .../src/main/res/layout/activity_main.xml | 20 ++------- .../main/res/layout/activity_permissions.xml | 20 ++------- .../main/res/layout/activity_post_feed.xml | 20 ++------- .../src/main/res/layout/activity_profile.xml | 20 ++------- .../src/main/res/layout/news_feed_item.xml | 20 ++------- .../src/main/res/values/colors.xml | 20 ++------- .../fbloginsample/ExampleUnitTest.java | 22 +++------- .../HelloFacebookSample/AndroidManifest.xml | 20 ++------- samples/HelloFacebookSample/build.gradle | 22 +++------- .../HelloFacebookSample/res/layout/main.xml | 20 ++------- .../res/values/strings.xml | 20 ++------- .../HelloFacebookBroadcastReceiver.java | 20 ++------- .../HelloFacebookSampleActivity.java | 20 ++------- .../facebook/samples/kotlinsampleapp/App.kt | 8 ++++ .../samples/kotlinsampleapp/MainActivity.kt | 8 ++++ .../kotlinsampleapp/SampleApplication.kt | 8 ++++ .../appevents/AppEventsScreen.kt | 8 ++++ .../kotlinsampleapp/common/MenuItem.kt | 8 ++++ .../kotlinsampleapp/home/HomeScreen.kt | 8 ++++ .../kotlinsampleapp/home/HomeViewModel.kt | 8 ++++ .../kotlinsampleapp/home/ProfileView.kt | 8 ++++ .../kotlinsampleapp/login/LoginMenuScreen.kt | 8 ++++ .../kotlinsampleapp/sharing/Sharing.kt | 8 ++++ .../kotlinsampleapp/sharing/SharingScreen.kt | 8 ++++ scripts/build_documentation.sh | 19 ++------ scripts/build_fbsdk_documentation.sh | 19 ++------ scripts/cleanup_code_formatting.sh | 20 +++------ scripts/configure_unit_tests.sh | 22 +++------- scripts/fix_copyright_headers.sh | 44 +++++++++++++++++++ settings.gradle.kts | 22 +++------- 709 files changed, 3392 insertions(+), 9650 deletions(-) create mode 100755 scripts/fix_copyright_headers.sh diff --git a/LICENSE.txt b/LICENSE.txt index bdb9fc54be..2eecb6254a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,11 +1,11 @@ -Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved. You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, and distribute this software in source code or binary form for use in connection with the web services and APIs provided by Facebook. As with any software that integrates with the Facebook platform, your use of -this software is subject to the Facebook Developer Principles and Policies +this software is subject to the Facebook Platform Policy [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies or substantial portions of the software. diff --git a/build.gradle.kts b/build.gradle.kts index f0eb7c201b..81863e8cf7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,21 +1,9 @@ -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ // Top-level build file where you can add configuration options common to all sub-projects/modules. diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 181a98709a..b0a50f4393 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + import org.gradle.kotlin.dsl.`kotlin-dsl` plugins { diff --git a/facebook-applinks/build.gradle.kts b/facebook-applinks/build.gradle.kts index 85401a2a57..52d51d8118 100644 --- a/facebook-applinks/build.gradle.kts +++ b/facebook-applinks/build.gradle.kts @@ -1,21 +1,9 @@ -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ plugins { diff --git a/facebook-applinks/proguard-rules.pro b/facebook-applinks/proguard-rules.pro index 0f8f838c90..4dc7a2d390 100644 --- a/facebook-applinks/proguard-rules.pro +++ b/facebook-applinks/proguard-rules.pro @@ -1,21 +1,8 @@ -# Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. # -# You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -# copy, modify, and distribute this software in source code or binary form for use -# in connection with the web services and APIs provided by Facebook. -# -# As with any software that integrates with the Facebook platform, your use of -# this software is subject to the Facebook Developer Principles and Policies -# [http://developers.facebook.com/policy/]. This copyright notice shall be -# included in all copies or substantial portions of the software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - +# This source code is licensed under the license found in the +# LICENSE file in the root directory of this source tree. # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. diff --git a/facebook-applinks/src/main/AndroidManifest.xml b/facebook-applinks/src/main/AndroidManifest.xml index 52fc26c0a0..35dde73dca 100644 --- a/facebook-applinks/src/main/AndroidManifest.xml +++ b/facebook-applinks/src/main/AndroidManifest.xml @@ -1,22 +1,10 @@ You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.login import android.os.Parcel diff --git a/facebook-common/src/main/java/com/facebook/login/KatanaProxyLoginMethodHandler.kt b/facebook-common/src/main/java/com/facebook/login/KatanaProxyLoginMethodHandler.kt index 91645120de..82a00b2a2f 100644 --- a/facebook-common/src/main/java/com/facebook/login/KatanaProxyLoginMethodHandler.kt +++ b/facebook-common/src/main/java/com/facebook/login/KatanaProxyLoginMethodHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginBehavior.kt b/facebook-common/src/main/java/com/facebook/login/LoginBehavior.kt index 62bd552a51..d2db755a2c 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginBehavior.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginBehavior.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginClient.kt b/facebook-common/src/main/java/com/facebook/login/LoginClient.kt index ab229259d8..ba3c682c63 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginClient.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginClient.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginConfiguration.kt b/facebook-common/src/main/java/com/facebook/login/LoginConfiguration.kt index dd9833773c..f956ecf398 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginConfiguration.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginConfiguration.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginFragment.kt b/facebook-common/src/main/java/com/facebook/login/LoginFragment.kt index 86374a634b..b003f654bc 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginFragment.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginFragment.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginLogger.kt b/facebook-common/src/main/java/com/facebook/login/LoginLogger.kt index 6d4eb7f683..437df9d29f 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginLogger.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginLogger.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginManager.kt b/facebook-common/src/main/java/com/facebook/login/LoginManager.kt index b62bc1de78..a4b725a876 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginManager.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginMethodHandler.kt b/facebook-common/src/main/java/com/facebook/login/LoginMethodHandler.kt index c5d1ccbd2e..2d07516b63 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginMethodHandler.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginMethodHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginResult.kt b/facebook-common/src/main/java/com/facebook/login/LoginResult.kt index 34dc12becc..625855db0e 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginResult.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginResult.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/LoginStatusClient.kt b/facebook-common/src/main/java/com/facebook/login/LoginStatusClient.kt index 0c83975b81..04022e3e47 100644 --- a/facebook-common/src/main/java/com/facebook/login/LoginStatusClient.kt +++ b/facebook-common/src/main/java/com/facebook/login/LoginStatusClient.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/NativeAppLoginMethodHandler.kt b/facebook-common/src/main/java/com/facebook/login/NativeAppLoginMethodHandler.kt index b24be1a8f2..97e5a51bdf 100644 --- a/facebook-common/src/main/java/com/facebook/login/NativeAppLoginMethodHandler.kt +++ b/facebook-common/src/main/java/com/facebook/login/NativeAppLoginMethodHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/NonceUtil.kt b/facebook-common/src/main/java/com/facebook/login/NonceUtil.kt index 4a15062633..c7995c7934 100644 --- a/facebook-common/src/main/java/com/facebook/login/NonceUtil.kt +++ b/facebook-common/src/main/java/com/facebook/login/NonceUtil.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/PKCEUtil.kt b/facebook-common/src/main/java/com/facebook/login/PKCEUtil.kt index 32bdd2af34..d6b0542dc4 100644 --- a/facebook-common/src/main/java/com/facebook/login/PKCEUtil.kt +++ b/facebook-common/src/main/java/com/facebook/login/PKCEUtil.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/StartActivityDelegate.kt b/facebook-common/src/main/java/com/facebook/login/StartActivityDelegate.kt index 48f65bd119..6cfe1d1de6 100644 --- a/facebook-common/src/main/java/com/facebook/login/StartActivityDelegate.kt +++ b/facebook-common/src/main/java/com/facebook/login/StartActivityDelegate.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/WebLoginMethodHandler.kt b/facebook-common/src/main/java/com/facebook/login/WebLoginMethodHandler.kt index df1eee61c2..30bc4b05a3 100644 --- a/facebook-common/src/main/java/com/facebook/login/WebLoginMethodHandler.kt +++ b/facebook-common/src/main/java/com/facebook/login/WebLoginMethodHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/login/WebViewLoginMethodHandler.kt b/facebook-common/src/main/java/com/facebook/login/WebViewLoginMethodHandler.kt index 612652fd87..8f51ede7fb 100644 --- a/facebook-common/src/main/java/com/facebook/login/WebViewLoginMethodHandler.kt +++ b/facebook-common/src/main/java/com/facebook/login/WebViewLoginMethodHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/main/java/com/facebook/share/ShareBuilder.kt b/facebook-common/src/main/java/com/facebook/share/ShareBuilder.kt index 06fbcab5a0..2844d483dc 100644 --- a/facebook-common/src/main/java/com/facebook/share/ShareBuilder.kt +++ b/facebook-common/src/main/java/com/facebook/share/ShareBuilder.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share diff --git a/facebook-common/src/main/java/com/facebook/share/Sharer.kt b/facebook-common/src/main/java/com/facebook/share/Sharer.kt index 825f46cd17..5b24dd42ac 100644 --- a/facebook-common/src/main/java/com/facebook/share/Sharer.kt +++ b/facebook-common/src/main/java/com/facebook/share/Sharer.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share diff --git a/facebook-common/src/main/java/com/facebook/share/internal/CameraEffectFeature.kt b/facebook-common/src/main/java/com/facebook/share/internal/CameraEffectFeature.kt index 4880df9651..5716ab48a4 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/CameraEffectFeature.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/CameraEffectFeature.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/CameraEffectJSONUtility.kt b/facebook-common/src/main/java/com/facebook/share/internal/CameraEffectJSONUtility.kt index 9e35fa13a5..5e733677f4 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/CameraEffectJSONUtility.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/CameraEffectJSONUtility.kt @@ -1,4 +1,11 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.share.internal import com.facebook.share.model.CameraEffectArguments diff --git a/facebook-common/src/main/java/com/facebook/share/internal/LegacyNativeDialogParameters.kt b/facebook-common/src/main/java/com/facebook/share/internal/LegacyNativeDialogParameters.kt index 023de2160e..39be14a6aa 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/LegacyNativeDialogParameters.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/LegacyNativeDialogParameters.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/NativeDialogParameters.kt b/facebook-common/src/main/java/com/facebook/share/internal/NativeDialogParameters.kt index 767fa5e333..dd969985ae 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/NativeDialogParameters.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/NativeDialogParameters.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/ResultProcessor.kt b/facebook-common/src/main/java/com/facebook/share/internal/ResultProcessor.kt index 309c5c147a..686a905e64 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/ResultProcessor.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/ResultProcessor.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/ShareConstants.kt b/facebook-common/src/main/java/com/facebook/share/internal/ShareConstants.kt index e860e41e80..5f44755b72 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/ShareConstants.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/ShareConstants.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/ShareContentValidation.kt b/facebook-common/src/main/java/com/facebook/share/internal/ShareContentValidation.kt index 9518830a81..c9ede4dc93 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/ShareContentValidation.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/ShareContentValidation.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/ShareDialogFeature.kt b/facebook-common/src/main/java/com/facebook/share/internal/ShareDialogFeature.kt index 4306e71c55..05d6b8962b 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/ShareDialogFeature.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/ShareDialogFeature.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/ShareFeedContent.kt b/facebook-common/src/main/java/com/facebook/share/internal/ShareFeedContent.kt index 2d02f1cb2b..7ffdf5cb48 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/ShareFeedContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/ShareFeedContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/ShareInternalUtility.kt b/facebook-common/src/main/java/com/facebook/share/internal/ShareInternalUtility.kt index 65bf2f26c6..b5eb2320d0 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/ShareInternalUtility.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/ShareInternalUtility.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/ShareStoryFeature.kt b/facebook-common/src/main/java/com/facebook/share/internal/ShareStoryFeature.kt index 3e4e165492..a514318f0a 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/ShareStoryFeature.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/ShareStoryFeature.kt @@ -1,4 +1,10 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/internal/WebDialogParameters.kt b/facebook-common/src/main/java/com/facebook/share/internal/WebDialogParameters.kt index a2f071e2ce..981cd42403 100644 --- a/facebook-common/src/main/java/com/facebook/share/internal/WebDialogParameters.kt +++ b/facebook-common/src/main/java/com/facebook/share/internal/WebDialogParameters.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/main/java/com/facebook/share/model/AppGroupCreationContent.kt b/facebook-common/src/main/java/com/facebook/share/model/AppGroupCreationContent.kt index 0eacd5bff4..bf51d48d2c 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/AppGroupCreationContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/AppGroupCreationContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/CameraEffectArguments.kt b/facebook-common/src/main/java/com/facebook/share/model/CameraEffectArguments.kt index 378e5f80c8..ffd1c7f4c3 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/CameraEffectArguments.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/CameraEffectArguments.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/CameraEffectTextures.kt b/facebook-common/src/main/java/com/facebook/share/model/CameraEffectTextures.kt index df17b0a83f..44baea327b 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/CameraEffectTextures.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/CameraEffectTextures.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/GameRequestContent.kt b/facebook-common/src/main/java/com/facebook/share/model/GameRequestContent.kt index 8c4bf7f4c2..8e559ae34f 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/GameRequestContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/GameRequestContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareCameraEffectContent.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareCameraEffectContent.kt index d94b881266..e162264a96 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareCameraEffectContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareCameraEffectContent.kt @@ -1,22 +1,11 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.share.model import android.os.Parcel diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareContent.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareContent.kt index 9f84cc814e..52cb21cb60 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareHashtag.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareHashtag.kt index 6a028ec09f..372a373422 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareHashtag.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareHashtag.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareLinkContent.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareLinkContent.kt index e8d6e046c8..55b52569e4 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareLinkContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareLinkContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareMedia.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareMedia.kt index 9fc7da9fdd..255ed71720 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareMedia.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareMedia.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareMediaContent.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareMediaContent.kt index bceb54820d..20bb886528 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareMediaContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareMediaContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareMessengerActionButton.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareMessengerActionButton.kt index 820e193b38..b96b3dc748 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareMessengerActionButton.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareMessengerActionButton.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareMessengerURLActionButton.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareMessengerURLActionButton.kt index f03c361a57..9a65d9719c 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareMessengerURLActionButton.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareMessengerURLActionButton.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareModel.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareModel.kt index 38d6767187..29f972f8cb 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareModel.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareModel.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareModelBuilder.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareModelBuilder.kt index f084faedad..68664eac56 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareModelBuilder.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareModelBuilder.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/SharePhoto.kt b/facebook-common/src/main/java/com/facebook/share/model/SharePhoto.kt index 394a397eba..eb77bc41a8 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/SharePhoto.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/SharePhoto.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/SharePhotoContent.kt b/facebook-common/src/main/java/com/facebook/share/model/SharePhotoContent.kt index d88d9468a5..8523a28076 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/SharePhotoContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/SharePhotoContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareStoryContent.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareStoryContent.kt index a137ae9757..61a7036817 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareStoryContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareStoryContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareVideo.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareVideo.kt index eea6f15031..6e2a03651e 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareVideo.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareVideo.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/model/ShareVideoContent.kt b/facebook-common/src/main/java/com/facebook/share/model/ShareVideoContent.kt index 2374fe4e8a..accafff432 100644 --- a/facebook-common/src/main/java/com/facebook/share/model/ShareVideoContent.kt +++ b/facebook-common/src/main/java/com/facebook/share/model/ShareVideoContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/main/java/com/facebook/share/widget/ShareDialog.kt b/facebook-common/src/main/java/com/facebook/share/widget/ShareDialog.kt index 1c087beabf..d59923d383 100644 --- a/facebook-common/src/main/java/com/facebook/share/widget/ShareDialog.kt +++ b/facebook-common/src/main/java/com/facebook/share/widget/ShareDialog.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.widget diff --git a/facebook-common/src/main/res/color/com_facebook_button_text_color.xml b/facebook-common/src/main/res/color/com_facebook_button_text_color.xml index 27062201ff..92ee3dd9df 100644 --- a/facebook-common/src/main/res/color/com_facebook_button_text_color.xml +++ b/facebook-common/src/main/res/color/com_facebook_button_text_color.xml @@ -1,21 +1,9 @@ diff --git a/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_background.xml b/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_background.xml index 77fd0a9105..4041c5c71f 100644 --- a/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_background.xml +++ b/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_background.xml @@ -1,22 +1,10 @@ diff --git a/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_cancel_background.xml b/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_cancel_background.xml index 17f07a862a..12954364a7 100644 --- a/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_cancel_background.xml +++ b/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_cancel_background.xml @@ -1,22 +1,10 @@ diff --git a/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_header_background.xml b/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_header_background.xml index 66cd5cff48..b75c0a5e11 100644 --- a/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_header_background.xml +++ b/facebook-common/src/main/res/drawable/com_facebook_auth_dialog_header_background.xml @@ -1,22 +1,10 @@ diff --git a/facebook-common/src/main/res/drawable/com_facebook_button_background.xml b/facebook-common/src/main/res/drawable/com_facebook_button_background.xml index 2d05e06027..30a1ac8164 100644 --- a/facebook-common/src/main/res/drawable/com_facebook_button_background.xml +++ b/facebook-common/src/main/res/drawable/com_facebook_button_background.xml @@ -1,22 +1,10 @@ diff --git a/facebook-common/src/main/res/drawable/com_facebook_button_icon.xml b/facebook-common/src/main/res/drawable/com_facebook_button_icon.xml index cea51935b5..89a2258018 100644 --- a/facebook-common/src/main/res/drawable/com_facebook_button_icon.xml +++ b/facebook-common/src/main/res/drawable/com_facebook_button_icon.xml @@ -1,23 +1,12 @@ + diff --git a/facebook-common/src/main/res/drawable/com_facebook_favicon_blue.xml b/facebook-common/src/main/res/drawable/com_facebook_favicon_blue.xml index 2f5ed129af..4d61f6d43e 100644 --- a/facebook-common/src/main/res/drawable/com_facebook_favicon_blue.xml +++ b/facebook-common/src/main/res/drawable/com_facebook_favicon_blue.xml @@ -1,21 +1,9 @@ - - diff --git a/facebook-common/src/main/res/layout/com_facebook_smart_device_dialog_fragment.xml b/facebook-common/src/main/res/layout/com_facebook_smart_device_dialog_fragment.xml index 7fcc22abda..5fc1798859 100644 --- a/facebook-common/src/main/res/layout/com_facebook_smart_device_dialog_fragment.xml +++ b/facebook-common/src/main/res/layout/com_facebook_smart_device_dialog_fragment.xml @@ -1,22 +1,10 @@ diff --git a/facebook-common/src/main/res/values/attrs.xml b/facebook-common/src/main/res/values/attrs.xml index bd889806bb..5cdafdb71f 100644 --- a/facebook-common/src/main/res/values/attrs.xml +++ b/facebook-common/src/main/res/values/attrs.xml @@ -1,22 +1,10 @@ diff --git a/facebook-common/src/main/res/values/dimens.xml b/facebook-common/src/main/res/values/dimens.xml index 435f3ba9f7..b1eb3e81bf 100644 --- a/facebook-common/src/main/res/values/dimens.xml +++ b/facebook-common/src/main/res/values/dimens.xml @@ -1,22 +1,10 @@ diff --git a/facebook-common/src/main/res/values/strings.xml b/facebook-common/src/main/res/values/strings.xml index c0138656bd..e89066b479 100644 --- a/facebook-common/src/main/res/values/strings.xml +++ b/facebook-common/src/main/res/values/strings.xml @@ -1,23 +1,12 @@ + diff --git a/facebook-common/src/test/kotlin/com/facebook/AccessTokenTrackerTest.kt b/facebook-common/src/test/kotlin/com/facebook/AccessTokenTrackerTest.kt index 5d36d41916..4669e00664 100644 --- a/facebook-common/src/test/kotlin/com/facebook/AccessTokenTrackerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/AccessTokenTrackerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-common/src/test/kotlin/com/facebook/AuthenticationTokenTrackerTest.kt b/facebook-common/src/test/kotlin/com/facebook/AuthenticationTokenTrackerTest.kt index 744ac9ac5a..de41ae81ef 100644 --- a/facebook-common/src/test/kotlin/com/facebook/AuthenticationTokenTrackerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/AuthenticationTokenTrackerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-common/src/test/kotlin/com/facebook/CustomTabActivityTest.kt b/facebook-common/src/test/kotlin/com/facebook/CustomTabActivityTest.kt index c2ccb684a5..4c9f401e40 100644 --- a/facebook-common/src/test/kotlin/com/facebook/CustomTabActivityTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/CustomTabActivityTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-common/src/test/kotlin/com/facebook/CustomTabMainActivityTest.kt b/facebook-common/src/test/kotlin/com/facebook/CustomTabMainActivityTest.kt index 21542aaf8e..e30c48a8c6 100644 --- a/facebook-common/src/test/kotlin/com/facebook/CustomTabMainActivityTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/CustomTabMainActivityTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-common/src/test/kotlin/com/facebook/FacebookActivityTest.kt b/facebook-common/src/test/kotlin/com/facebook/FacebookActivityTest.kt index 47d1557a13..bd0dc45101 100644 --- a/facebook-common/src/test/kotlin/com/facebook/FacebookActivityTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/FacebookActivityTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook import android.app.Activity.RESULT_CANCELED diff --git a/facebook-common/src/test/kotlin/com/facebook/FacebookButtonBaseTest.kt b/facebook-common/src/test/kotlin/com/facebook/FacebookButtonBaseTest.kt index 7bf706ee48..7ab4aee42a 100644 --- a/facebook-common/src/test/kotlin/com/facebook/FacebookButtonBaseTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/FacebookButtonBaseTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-common/src/test/kotlin/com/facebook/TestUtils.kt b/facebook-common/src/test/kotlin/com/facebook/TestUtils.kt index 62dd8de96e..81e18a1283 100644 --- a/facebook-common/src/test/kotlin/com/facebook/TestUtils.kt +++ b/facebook-common/src/test/kotlin/com/facebook/TestUtils.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-common/src/test/kotlin/com/facebook/devicerequests/internal/DeviceRequestsHelperTest.kt b/facebook-common/src/test/kotlin/com/facebook/devicerequests/internal/DeviceRequestsHelperTest.kt index a2acf28b0c..ee3f0ecd5e 100644 --- a/facebook-common/src/test/kotlin/com/facebook/devicerequests/internal/DeviceRequestsHelperTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/devicerequests/internal/DeviceRequestsHelperTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.devicerequests.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/AppCallTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/AppCallTest.kt index 7d113405f3..43d22585d6 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/AppCallTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/AppCallTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/CustomTabTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/CustomTabTest.kt index 99732cda53..a209c17565 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/CustomTabTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/CustomTabTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.content.Intent diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/CustomTabUtilsTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/CustomTabUtilsTest.kt index acad9a079f..a7d7d1190c 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/CustomTabUtilsTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/CustomTabUtilsTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import androidx.test.core.app.ApplicationProvider diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/DialogPresenterTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/DialogPresenterTest.kt index a909110074..4629e3c9b3 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/DialogPresenterTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/DialogPresenterTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/FacebookDialogBaseTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/FacebookDialogBaseTest.kt index 938db835c6..5bb8cd7003 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/FacebookDialogBaseTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/FacebookDialogBaseTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/FacebookDialogFragmentTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/FacebookDialogFragmentTest.kt index 90fdcdc9c7..d18de9d039 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/FacebookDialogFragmentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/FacebookDialogFragmentTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.content.Intent diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/FacebookWebFallbackDialogTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/FacebookWebFallbackDialogTest.kt index 5f5b0036af..ace0f93ed3 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/FacebookWebFallbackDialogTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/FacebookWebFallbackDialogTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.content.Context diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/FragmentWrapperTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/FragmentWrapperTest.kt index 7f4ccd8082..26dc86c3e9 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/FragmentWrapperTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/FragmentWrapperTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/InstagramCustomTabTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/InstagramCustomTabTest.kt index e124fa4a81..343301fe36 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/InstagramCustomTabTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/InstagramCustomTabTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.os.Bundle diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/PlatformServiceClientTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/PlatformServiceClientTest.kt index 6786d15c4d..4e602401c3 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/PlatformServiceClientTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/PlatformServiceClientTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/internal/WebDialogTest.kt b/facebook-common/src/test/kotlin/com/facebook/internal/WebDialogTest.kt index 427c9cd26e..0f63d66a2f 100644 --- a/facebook-common/src/test/kotlin/com/facebook/internal/WebDialogTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/internal/WebDialogTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.content.Context diff --git a/facebook-common/src/test/kotlin/com/facebook/login/AuthenticationTokenTestUtil.kt b/facebook-common/src/test/kotlin/com/facebook/login/AuthenticationTokenTestUtil.kt index fa33e99241..301bce9339 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/AuthenticationTokenTestUtil.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/AuthenticationTokenTestUtil.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.login import android.text.format.DateUtils diff --git a/facebook-common/src/test/kotlin/com/facebook/login/CustomTabLoginMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/CustomTabLoginMethodHandlerTest.kt index 63a8ac08e3..7a5442b251 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/CustomTabLoginMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/CustomTabLoginMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/CustomTabPrefetchHelperTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/CustomTabPrefetchHelperTest.kt index 604ef3becb..11aa588d70 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/CustomTabPrefetchHelperTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/CustomTabPrefetchHelperTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/DeviceAuthDialogTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/DeviceAuthDialogTest.kt index d7436e0f56..ca87e5682d 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/DeviceAuthDialogTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/DeviceAuthDialogTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/DeviceAuthMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/DeviceAuthMethodHandlerTest.kt index 5b90f34ba4..a5ec84f5c6 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/DeviceAuthMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/DeviceAuthMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/GetTokenClientTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/GetTokenClientTest.kt index 10c283a6e9..2b40250572 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/GetTokenClientTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/GetTokenClientTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.login import android.content.Context diff --git a/facebook-common/src/test/kotlin/com/facebook/login/GetTokenLoginMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/GetTokenLoginMethodHandlerTest.kt index 2e2fb14202..e4d2d1e189 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/GetTokenLoginMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/GetTokenLoginMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/InstagramAppLoginMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/InstagramAppLoginMethodHandlerTest.kt index e6a73c3024..eaf9f19651 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/InstagramAppLoginMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/InstagramAppLoginMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/KatanaProxyLoginMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/KatanaProxyLoginMethodHandlerTest.kt index e473ca639b..0091914972 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/KatanaProxyLoginMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/KatanaProxyLoginMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginBehaviorTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginBehaviorTest.kt index 2b1d4ccb33..922f0d11a4 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginBehaviorTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginBehaviorTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.login import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginClientTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginClientTest.kt index d5d9a2cc11..5c4cec6734 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginClientTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginClientTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginConfigurationTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginConfigurationTest.kt index c00a650490..a88b8eaae2 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginConfigurationTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginConfigurationTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.login import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginFragmentTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginFragmentTest.kt index feb2f65513..11a523afce 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginFragmentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginFragmentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginHandlerTestCase.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginHandlerTestCase.kt index e840d0d37b..de3ad9c806 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginHandlerTestCase.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginHandlerTestCase.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginLoggerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginLoggerTest.kt index 964a303420..0c2b04c517 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginLoggerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginLoggerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginManagerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginManagerTest.kt index 4edd8c5461..a71567acfa 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginManagerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginMethodHandlerTest.kt index 61aeee0156..3503cef01b 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/LoginResultTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/LoginResultTest.kt index 1a5b433cf4..7f653f8429 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/LoginResultTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/LoginResultTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/NativeAppLoginMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/NativeAppLoginMethodHandlerTest.kt index c459b8e608..7975b2a16a 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/NativeAppLoginMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/NativeAppLoginMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/NonceUtilTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/NonceUtilTest.kt index 59d5e62394..9175efcffb 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/NonceUtilTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/NonceUtilTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.login import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-common/src/test/kotlin/com/facebook/login/PKCEUtilTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/PKCEUtilTest.kt index cb1667cbdd..fd6aac7be1 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/PKCEUtilTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/PKCEUtilTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.login import androidx.test.core.app.ApplicationProvider diff --git a/facebook-common/src/test/kotlin/com/facebook/login/WebLoginMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/WebLoginMethodHandlerTest.kt index 6a38ae6cfa..1d21fc4c18 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/WebLoginMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/WebLoginMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/login/WebViewLoginMethodHandlerTest.kt b/facebook-common/src/test/kotlin/com/facebook/login/WebViewLoginMethodHandlerTest.kt index 72362fd3c1..f90172dd16 100644 --- a/facebook-common/src/test/kotlin/com/facebook/login/WebViewLoginMethodHandlerTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/login/WebViewLoginMethodHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-common/src/test/kotlin/com/facebook/share/internal/CameraEffectJSONUtilityTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/internal/CameraEffectJSONUtilityTest.kt index 9a6cd801fe..88efc00968 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/internal/CameraEffectJSONUtilityTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/internal/CameraEffectJSONUtilityTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/share/internal/LegacyNativeDialogParametersTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/internal/LegacyNativeDialogParametersTest.kt index 530466008d..2913ebfd78 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/internal/LegacyNativeDialogParametersTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/internal/LegacyNativeDialogParametersTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/share/internal/NativeDialogParametersTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/internal/NativeDialogParametersTest.kt index 9c59de8acd..c8cf2bd239 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/internal/NativeDialogParametersTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/internal/NativeDialogParametersTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/share/internal/ResultProcessorTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/internal/ResultProcessorTest.kt index 22847a392f..1e8a6d6fef 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/internal/ResultProcessorTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/internal/ResultProcessorTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareContentValidationTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareContentValidationTest.kt index 2ca6d40259..2ae65a8ea7 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareContentValidationTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareContentValidationTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareFeedContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareFeedContentTest.kt index 1c0c0fca10..44fbe28f82 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareFeedContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareFeedContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareInternalUtilityTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareInternalUtilityTest.kt index c5d952c4fd..3cf2d02b71 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareInternalUtilityTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/internal/ShareInternalUtilityTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/share/internal/WebDialogParametersTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/internal/WebDialogParametersTest.kt index deca24d9f9..f86b447d1e 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/internal/WebDialogParametersTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/internal/WebDialogParametersTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.internal diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/AppGroupCreationContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/AppGroupCreationContentTest.kt index 246f95aee6..b843a500e8 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/AppGroupCreationContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/AppGroupCreationContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/CameraEffectArgumentsTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/CameraEffectArgumentsTest.kt index 8090a82a19..f02dface87 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/CameraEffectArgumentsTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/CameraEffectArgumentsTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/CameraEffectTexturesTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/CameraEffectTexturesTest.kt index cc11dbb4cf..52c4529391 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/CameraEffectTexturesTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/CameraEffectTexturesTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/GameRequestContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/GameRequestContentTest.kt index f684b1efa9..bcdae00778 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/GameRequestContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/GameRequestContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareCameraEffectContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareCameraEffectContentTest.kt index e8093bc50d..ca440c8365 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareCameraEffectContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareCameraEffectContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareContentTest.kt index b8e6af97a4..492efcd601 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareContentTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.share.model import android.net.Uri diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareHashtagTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareHashtagTest.kt index bd1efd6a8b..643d46df94 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareHashtagTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareHashtagTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareLinkContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareLinkContentTest.kt index bca2cb637c..0b0e29c195 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareLinkContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareLinkContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMediaContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMediaContentTest.kt index d9aafd55b4..40e1d79483 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMediaContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMediaContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMediaTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMediaTest.kt index d249044b8f..c8d7b0b032 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMediaTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMediaTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.share.model import android.os.Parcel diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMessengerActionButtonTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMessengerActionButtonTest.kt index cda93b2008..d6f4c2fcc5 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMessengerActionButtonTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMessengerActionButtonTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMessengerURLActionButtonTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMessengerURLActionButtonTest.kt index f574efb18a..57bea40eec 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMessengerURLActionButtonTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareMessengerURLActionButtonTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/SharePhotoContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/SharePhotoContentTest.kt index 5a99b8cb19..4e0e0fed9b 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/SharePhotoContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/SharePhotoContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/SharePhotoTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/SharePhotoTest.kt index 3cf6ef8277..86465ce394 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/SharePhotoTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/SharePhotoTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareStoryContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareStoryContentTest.kt index 869e796b1f..4c716cbdd1 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareStoryContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareStoryContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareVideoContentTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareVideoContentTest.kt index 7a9a7a6060..4451cba3f0 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareVideoContentTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareVideoContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareVideoTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareVideoTest.kt index 7b9a4215f0..47549d0ee4 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/model/ShareVideoTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/model/ShareVideoTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.model diff --git a/facebook-common/src/test/kotlin/com/facebook/share/widget/ShareDialogTest.kt b/facebook-common/src/test/kotlin/com/facebook/share/widget/ShareDialogTest.kt index 33688cfa0e..08fde683ad 100644 --- a/facebook-common/src/test/kotlin/com/facebook/share/widget/ShareDialogTest.kt +++ b/facebook-common/src/test/kotlin/com/facebook/share/widget/ShareDialogTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.share.widget diff --git a/facebook-core/build.gradle.kts b/facebook-core/build.gradle.kts index e67fe5872f..7b053fc416 100644 --- a/facebook-core/build.gradle.kts +++ b/facebook-core/build.gradle.kts @@ -1,21 +1,9 @@ -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ plugins { diff --git a/facebook-core/proguard-rules.pro b/facebook-core/proguard-rules.pro index fd04c1bc21..892115ff23 100644 --- a/facebook-core/proguard-rules.pro +++ b/facebook-core/proguard-rules.pro @@ -1,20 +1,8 @@ -# Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. # -# You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -# copy, modify, and distribute this software in source code or binary form for use -# in connection with the web services and APIs provided by Facebook. -# -# As with any software that integrates with the Facebook platform, your use of -# this software is subject to the Facebook Developer Principles and Policies -# [http://developers.facebook.com/policy/]. This copyright notice shall be -# included in all copies or substantial portions of the software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# This source code is licensed under the license found in the +# LICENSE file in the root directory of this source tree. # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. @@ -65,4 +53,4 @@ } -keep public class com.android.vending.billing.IInAppBillingService$Stub { public ; -} \ No newline at end of file +} diff --git a/facebook-core/src/main/AndroidManifest.xml b/facebook-core/src/main/AndroidManifest.xml index b8d72c31ba..0c6d2a1cc1 100644 --- a/facebook-core/src/main/AndroidManifest.xml +++ b/facebook-core/src/main/AndroidManifest.xml @@ -1,22 +1,10 @@ - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - *

- * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - *

- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.ppml.receiver; interface IReceiverService { diff --git a/facebook-core/src/main/java/com/facebook/AccessToken.kt b/facebook-core/src/main/java/com/facebook/AccessToken.kt index fa7d5ddd21..eb6739909a 100644 --- a/facebook-core/src/main/java/com/facebook/AccessToken.kt +++ b/facebook-core/src/main/java/com/facebook/AccessToken.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/AccessTokenCache.kt b/facebook-core/src/main/java/com/facebook/AccessTokenCache.kt index b6a7f9eeba..c22a9c2d9a 100644 --- a/facebook-core/src/main/java/com/facebook/AccessTokenCache.kt +++ b/facebook-core/src/main/java/com/facebook/AccessTokenCache.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/AccessTokenManager.kt b/facebook-core/src/main/java/com/facebook/AccessTokenManager.kt index 0c424e836e..2bf82dc1fd 100644 --- a/facebook-core/src/main/java/com/facebook/AccessTokenManager.kt +++ b/facebook-core/src/main/java/com/facebook/AccessTokenManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/AccessTokenSource.kt b/facebook-core/src/main/java/com/facebook/AccessTokenSource.kt index 1ccf3a8a4a..ff3f449fe4 100644 --- a/facebook-core/src/main/java/com/facebook/AccessTokenSource.kt +++ b/facebook-core/src/main/java/com/facebook/AccessTokenSource.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/AuthenticationToken.kt b/facebook-core/src/main/java/com/facebook/AuthenticationToken.kt index f9ca1c9b94..d3372fd692 100644 --- a/facebook-core/src/main/java/com/facebook/AuthenticationToken.kt +++ b/facebook-core/src/main/java/com/facebook/AuthenticationToken.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/AuthenticationTokenCache.kt b/facebook-core/src/main/java/com/facebook/AuthenticationTokenCache.kt index b01fa5571f..a6d46d76f5 100644 --- a/facebook-core/src/main/java/com/facebook/AuthenticationTokenCache.kt +++ b/facebook-core/src/main/java/com/facebook/AuthenticationTokenCache.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/AuthenticationTokenClaims.kt b/facebook-core/src/main/java/com/facebook/AuthenticationTokenClaims.kt index c704f06694..aeacd35e8f 100644 --- a/facebook-core/src/main/java/com/facebook/AuthenticationTokenClaims.kt +++ b/facebook-core/src/main/java/com/facebook/AuthenticationTokenClaims.kt @@ -1,20 +1,10 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. -// -// You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -// copy, modify, and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by Facebook. -// -// As with any software that integrates with the Facebook platform, your use of -// this software is subject to the Facebook Developer Principles and Policies -// [http://developers.facebook.com/policy/]. This copyright notice shall be -// included in all copies or substantial portions of the software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/AuthenticationTokenHeader.kt b/facebook-core/src/main/java/com/facebook/AuthenticationTokenHeader.kt index 43d3ccbeef..88e8c9c7f5 100644 --- a/facebook-core/src/main/java/com/facebook/AuthenticationTokenHeader.kt +++ b/facebook-core/src/main/java/com/facebook/AuthenticationTokenHeader.kt @@ -1,20 +1,10 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. -// -// You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -// copy, modify, and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by Facebook. -// -// As with any software that integrates with the Facebook platform, your use of -// this software is subject to the Facebook Developer Principles and Policies -// [http://developers.facebook.com/policy/]. This copyright notice shall be -// included in all copies or substantial portions of the software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/AuthenticationTokenManager.kt b/facebook-core/src/main/java/com/facebook/AuthenticationTokenManager.kt index 0c23ee957e..9f9894ac8b 100644 --- a/facebook-core/src/main/java/com/facebook/AuthenticationTokenManager.kt +++ b/facebook-core/src/main/java/com/facebook/AuthenticationTokenManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/CallbackManager.kt b/facebook-core/src/main/java/com/facebook/CallbackManager.kt index f1b9f4e7b7..80f28a33f9 100644 --- a/facebook-core/src/main/java/com/facebook/CallbackManager.kt +++ b/facebook-core/src/main/java/com/facebook/CallbackManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/CurrentAccessTokenExpirationBroadcastReceiver.kt b/facebook-core/src/main/java/com/facebook/CurrentAccessTokenExpirationBroadcastReceiver.kt index d0a9ef457f..b621356acf 100644 --- a/facebook-core/src/main/java/com/facebook/CurrentAccessTokenExpirationBroadcastReceiver.kt +++ b/facebook-core/src/main/java/com/facebook/CurrentAccessTokenExpirationBroadcastReceiver.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookBroadcastReceiver.kt b/facebook-core/src/main/java/com/facebook/FacebookBroadcastReceiver.kt index 8b4e3a75c6..a116135307 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookBroadcastReceiver.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookBroadcastReceiver.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookContentProvider.kt b/facebook-core/src/main/java/com/facebook/FacebookContentProvider.kt index 3442168f8c..f028a8d591 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookContentProvider.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookContentProvider.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookException.kt b/facebook-core/src/main/java/com/facebook/FacebookException.kt index 002be9bf59..bce41177dc 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookException.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookException.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookGraphResponseException.kt b/facebook-core/src/main/java/com/facebook/FacebookGraphResponseException.kt index 7011e7f28f..b333a6ad21 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookGraphResponseException.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookGraphResponseException.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookOperationCanceledException.kt b/facebook-core/src/main/java/com/facebook/FacebookOperationCanceledException.kt index 4f556fa17c..d6f75d8224 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookOperationCanceledException.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookOperationCanceledException.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookRequestError.kt b/facebook-core/src/main/java/com/facebook/FacebookRequestError.kt index 8ba310d239..c94140efb7 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookRequestError.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookRequestError.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookSdk.kt b/facebook-core/src/main/java/com/facebook/FacebookSdk.kt index 0e87c51e67..37f3d8ce0b 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookSdk.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookSdk.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookSdkNotInitializedException.kt b/facebook-core/src/main/java/com/facebook/FacebookSdkNotInitializedException.kt index 87dbfe5823..767a8b37fb 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookSdkNotInitializedException.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookSdkNotInitializedException.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookSdkVersion.kt b/facebook-core/src/main/java/com/facebook/FacebookSdkVersion.kt index 725be430c5..088328d7f1 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookSdkVersion.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookSdkVersion.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/FacebookServiceException.kt b/facebook-core/src/main/java/com/facebook/FacebookServiceException.kt index f86c91db82..4fe62216f2 100644 --- a/facebook-core/src/main/java/com/facebook/FacebookServiceException.kt +++ b/facebook-core/src/main/java/com/facebook/FacebookServiceException.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/GraphRequest.kt b/facebook-core/src/main/java/com/facebook/GraphRequest.kt index 61b838471a..aee0ba0ded 100644 --- a/facebook-core/src/main/java/com/facebook/GraphRequest.kt +++ b/facebook-core/src/main/java/com/facebook/GraphRequest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/GraphRequestAsyncTask.kt b/facebook-core/src/main/java/com/facebook/GraphRequestAsyncTask.kt index 72a80b6cba..8c8f825a56 100644 --- a/facebook-core/src/main/java/com/facebook/GraphRequestAsyncTask.kt +++ b/facebook-core/src/main/java/com/facebook/GraphRequestAsyncTask.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/GraphRequestBatch.kt b/facebook-core/src/main/java/com/facebook/GraphRequestBatch.kt index a9fb990fab..b8c6cd6645 100644 --- a/facebook-core/src/main/java/com/facebook/GraphRequestBatch.kt +++ b/facebook-core/src/main/java/com/facebook/GraphRequestBatch.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/GraphResponse.kt b/facebook-core/src/main/java/com/facebook/GraphResponse.kt index 96374eb237..42397f2a7e 100644 --- a/facebook-core/src/main/java/com/facebook/GraphResponse.kt +++ b/facebook-core/src/main/java/com/facebook/GraphResponse.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/HttpMethod.kt b/facebook-core/src/main/java/com/facebook/HttpMethod.kt index b70357c6bb..6ab1a97c9d 100644 --- a/facebook-core/src/main/java/com/facebook/HttpMethod.kt +++ b/facebook-core/src/main/java/com/facebook/HttpMethod.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/LegacyTokenHelper.kt b/facebook-core/src/main/java/com/facebook/LegacyTokenHelper.kt index f625ea6e51..a3b8c8621e 100644 --- a/facebook-core/src/main/java/com/facebook/LegacyTokenHelper.kt +++ b/facebook-core/src/main/java/com/facebook/LegacyTokenHelper.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/LoggingBehavior.kt b/facebook-core/src/main/java/com/facebook/LoggingBehavior.kt index 1e6dec7b97..048b7024d5 100644 --- a/facebook-core/src/main/java/com/facebook/LoggingBehavior.kt +++ b/facebook-core/src/main/java/com/facebook/LoggingBehavior.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/Profile.kt b/facebook-core/src/main/java/com/facebook/Profile.kt index d0e3e272e9..b2f7167f12 100644 --- a/facebook-core/src/main/java/com/facebook/Profile.kt +++ b/facebook-core/src/main/java/com/facebook/Profile.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/ProfileCache.kt b/facebook-core/src/main/java/com/facebook/ProfileCache.kt index 2f0f35112f..4c7bc001a1 100644 --- a/facebook-core/src/main/java/com/facebook/ProfileCache.kt +++ b/facebook-core/src/main/java/com/facebook/ProfileCache.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/ProfileManager.kt b/facebook-core/src/main/java/com/facebook/ProfileManager.kt index 3a3153fdce..61e127d233 100644 --- a/facebook-core/src/main/java/com/facebook/ProfileManager.kt +++ b/facebook-core/src/main/java/com/facebook/ProfileManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/ProfileTracker.kt b/facebook-core/src/main/java/com/facebook/ProfileTracker.kt index 36d303bc4e..e05916fc71 100644 --- a/facebook-core/src/main/java/com/facebook/ProfileTracker.kt +++ b/facebook-core/src/main/java/com/facebook/ProfileTracker.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/ProgressNoopOutputStream.kt b/facebook-core/src/main/java/com/facebook/ProgressNoopOutputStream.kt index 0622bc1ea6..40db8eb200 100644 --- a/facebook-core/src/main/java/com/facebook/ProgressNoopOutputStream.kt +++ b/facebook-core/src/main/java/com/facebook/ProgressNoopOutputStream.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/ProgressOutputStream.kt b/facebook-core/src/main/java/com/facebook/ProgressOutputStream.kt index adfc47b3ff..da157d4136 100644 --- a/facebook-core/src/main/java/com/facebook/ProgressOutputStream.kt +++ b/facebook-core/src/main/java/com/facebook/ProgressOutputStream.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/RequestOutputStream.kt b/facebook-core/src/main/java/com/facebook/RequestOutputStream.kt index 9d570da0ce..6869507b6c 100644 --- a/facebook-core/src/main/java/com/facebook/RequestOutputStream.kt +++ b/facebook-core/src/main/java/com/facebook/RequestOutputStream.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/RequestProgress.kt b/facebook-core/src/main/java/com/facebook/RequestProgress.kt index 52a728714c..cc43bd5d18 100644 --- a/facebook-core/src/main/java/com/facebook/RequestProgress.kt +++ b/facebook-core/src/main/java/com/facebook/RequestProgress.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/UserSettingsManager.kt b/facebook-core/src/main/java/com/facebook/UserSettingsManager.kt index 983d14ec70..75eaf867aa 100644 --- a/facebook-core/src/main/java/com/facebook/UserSettingsManager.kt +++ b/facebook-core/src/main/java/com/facebook/UserSettingsManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/main/java/com/facebook/appevents/AccessTokenAppIdPair.kt b/facebook-core/src/main/java/com/facebook/appevents/AccessTokenAppIdPair.kt index dfb9385e4a..db27cd1e4b 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AccessTokenAppIdPair.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AccessTokenAppIdPair.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AnalyticsUserIDStore.kt b/facebook-core/src/main/java/com/facebook/appevents/AnalyticsUserIDStore.kt index b0caf1e3c8..a2b53618f7 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AnalyticsUserIDStore.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AnalyticsUserIDStore.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEvent.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEvent.kt index ecc12f0a15..1428289547 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEvent.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEvent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEventCollection.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEventCollection.kt index e8aa33fed0..be1ca211a2 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEventCollection.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEventCollection.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEventDiskStore.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEventDiskStore.kt index 7bb1057634..7e033bdc1f 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEventDiskStore.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEventDiskStore.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEventQueue.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEventQueue.kt index 3688518987..c346730c33 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEventQueue.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEventQueue.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEventStore.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEventStore.kt index b32fb68e32..b3ff16dac0 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEventStore.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEventStore.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEventsConstants.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEventsConstants.kt index a7334a6883..cea7031ab5 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEventsConstants.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEventsConstants.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEventsLogger.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEventsLogger.kt index 9c5b92e686..a27c582e65 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEventsLogger.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEventsLogger.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEventsLoggerImpl.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEventsLoggerImpl.kt index 0a1feb22f6..9dc239f4f6 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEventsLoggerImpl.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEventsLoggerImpl.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/AppEventsManager.kt b/facebook-core/src/main/java/com/facebook/appevents/AppEventsManager.kt index 254eb4095d..8997a5c63f 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/AppEventsManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/AppEventsManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. - *

- * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - *

- * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - *

- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/FacebookSDKJSInterface.kt b/facebook-core/src/main/java/com/facebook/appevents/FacebookSDKJSInterface.kt index a1d9e50f1d..458f1e5c47 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/FacebookSDKJSInterface.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/FacebookSDKJSInterface.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/FlushReason.kt b/facebook-core/src/main/java/com/facebook/appevents/FlushReason.kt index 6055f6114d..fac994d5ce 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/FlushReason.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/FlushReason.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/FlushResult.kt b/facebook-core/src/main/java/com/facebook/appevents/FlushResult.kt index 8e1e7cbc45..abd4f1bcd9 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/FlushResult.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/FlushResult.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/FlushStatistics.kt b/facebook-core/src/main/java/com/facebook/appevents/FlushStatistics.kt index 625dd621f2..a0e46db6e0 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/FlushStatistics.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/FlushStatistics.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/InternalAppEventsLogger.kt b/facebook-core/src/main/java/com/facebook/appevents/InternalAppEventsLogger.kt index a914639542..516f9673c7 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/InternalAppEventsLogger.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/InternalAppEventsLogger.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/PersistedEvents.kt b/facebook-core/src/main/java/com/facebook/appevents/PersistedEvents.kt index 0c251bcc9a..708bebd621 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/PersistedEvents.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/PersistedEvents.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/SessionEventsState.kt b/facebook-core/src/main/java/com/facebook/appevents/SessionEventsState.kt index f56b641e01..7c7ebd898d 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/SessionEventsState.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/SessionEventsState.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/UserDataStore.kt b/facebook-core/src/main/java/com/facebook/appevents/UserDataStore.kt index 4272c4a948..ea3e782b27 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/UserDataStore.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/UserDataStore.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataIndexer.kt b/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataIndexer.kt index 6934b2c132..d1bdab87e2 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataIndexer.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataIndexer.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.aam diff --git a/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataMatcher.kt b/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataMatcher.kt index 65ab829796..47c610e632 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataMatcher.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataMatcher.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.aam diff --git a/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataRule.kt b/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataRule.kt index 7036f46f58..f9d95d51f2 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataRule.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataRule.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.aam diff --git a/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataViewObserver.kt b/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataViewObserver.kt index c367de4f8e..5277a2b78c 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataViewObserver.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/aam/MetadataViewObserver.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.aam diff --git a/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsCAPIManager.kt b/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsCAPIManager.kt index 58e51e6522..7f0a9d069c 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsCAPIManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsCAPIManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.cloudbridge diff --git a/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformer.kt b/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformer.kt index 358fc34371..66b7c54b6f 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformer.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformer.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.cloudbridge diff --git a/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerWebRequests.kt b/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerWebRequests.kt index ccfc647fb5..5e3c76f9d9 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerWebRequests.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerWebRequests.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.cloudbridge diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessLoggingEventListener.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessLoggingEventListener.kt index 3a7a7280ec..8ffda0a081 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessLoggingEventListener.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessLoggingEventListener.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessManager.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessManager.kt index ca1f7a6274..388ef1d120 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessMatcher.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessMatcher.kt index 726ed88fe2..31d9cc48ae 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessMatcher.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/CodelessMatcher.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/RCTCodelessLoggingEventListener.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/RCTCodelessLoggingEventListener.kt index 65083faded..94e42d510f 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/RCTCodelessLoggingEventListener.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/RCTCodelessLoggingEventListener.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/ViewIndexer.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/ViewIndexer.kt index 03cea0de3d..b36121fcc6 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/ViewIndexer.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/ViewIndexer.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/ViewIndexingTrigger.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/ViewIndexingTrigger.kt index ec8c7c903f..e017037d54 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/ViewIndexingTrigger.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/ViewIndexingTrigger.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/Constants.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/Constants.kt index 3c8a17e7c1..342ea3e7b2 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/Constants.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/Constants.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/EventBinding.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/EventBinding.kt index 4986177cd9..db8c4a3ce5 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/EventBinding.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/EventBinding.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/ParameterComponent.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/ParameterComponent.kt index 6e1b846092..8d553463ba 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/ParameterComponent.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/ParameterComponent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/PathComponent.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/PathComponent.kt index eee741f4bc..8223736fed 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/PathComponent.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/PathComponent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/SensitiveUserDataUtils.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/SensitiveUserDataUtils.kt index 642622bb13..9640906077 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/SensitiveUserDataUtils.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/SensitiveUserDataUtils.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/UnityReflection.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/UnityReflection.kt index 73caa4b03f..7505238531 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/UnityReflection.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/UnityReflection.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/ViewHierarchy.kt b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/ViewHierarchy.kt index 2bbaaa1c18..94c19761f9 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/ViewHierarchy.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/codeless/internal/ViewHierarchy.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/eventdeactivation/EventDeactivationManager.kt b/facebook-core/src/main/java/com/facebook/appevents/eventdeactivation/EventDeactivationManager.kt index 7965d20125..07b7d57fd4 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/eventdeactivation/EventDeactivationManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/eventdeactivation/EventDeactivationManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.eventdeactivation diff --git a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseActivityLifecycleTracker.kt b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseActivityLifecycleTracker.kt index b6cda0acf2..2a12e56c67 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseActivityLifecycleTracker.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseActivityLifecycleTracker.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseAutoLogger.kt b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseAutoLogger.kt index 11f8e8f4fb..e492650906 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseAutoLogger.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseAutoLogger.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseBillingClientWrapper.kt b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseBillingClientWrapper.kt index 23c27949b6..107136ecc1 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseBillingClientWrapper.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseBillingClientWrapper.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseEventManager.kt b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseEventManager.kt index 52cb2c3527..1be2279a4b 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseEventManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseEventManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseLoggerManager.kt b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseLoggerManager.kt index 6c0b981e0b..6ff739830a 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseLoggerManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseLoggerManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseManager.kt b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseManager.kt index 4d30cde89d..af2f19acf1 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseSkuDetailsWrapper.kt b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseSkuDetailsWrapper.kt index 5dd5f894c6..09d77bee4f 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseSkuDetailsWrapper.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseSkuDetailsWrapper.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseUtils.kt b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseUtils.kt index 3804550757..ce4d964615 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseUtils.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/iap/InAppPurchaseUtils.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/main/java/com/facebook/appevents/integrity/IntegrityManager.kt b/facebook-core/src/main/java/com/facebook/appevents/integrity/IntegrityManager.kt index 953a38c540..b5378f6f4f 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/integrity/IntegrityManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/integrity/IntegrityManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.integrity diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/ActivityLifecycleTracker.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/ActivityLifecycleTracker.kt index 96937d19f3..cee8568d6a 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/ActivityLifecycleTracker.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/ActivityLifecycleTracker.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/AppEventUtility.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/AppEventUtility.kt index ebc9cdaa42..e8200fae09 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/AppEventUtility.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/AppEventUtility.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/AppEventsLoggerUtility.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/AppEventsLoggerUtility.kt index 76ee444aaa..d96be9cd4f 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/AppEventsLoggerUtility.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/AppEventsLoggerUtility.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/AutomaticAnalyticsLogger.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/AutomaticAnalyticsLogger.kt index a31b8dc9d6..120217f506 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/AutomaticAnalyticsLogger.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/AutomaticAnalyticsLogger.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/Constants.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/Constants.kt index d0663d872d..e5b95d997e 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/Constants.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/Constants.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/FileDownloadTask.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/FileDownloadTask.kt index 6497c1f005..b9d41d8ecd 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/FileDownloadTask.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/FileDownloadTask.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/HashUtils.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/HashUtils.kt index a9b333d8af..015b595f51 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/HashUtils.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/HashUtils.kt @@ -1,4 +1,11 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.internal import android.content.Context diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/SessionInfo.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/SessionInfo.kt index 5faab2fb9c..e1d05f35f3 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/SessionInfo.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/SessionInfo.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/SessionLogger.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/SessionLogger.kt index 41a41928e5..8f03fae267 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/SessionLogger.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/SessionLogger.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/SourceApplicationInfo.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/SourceApplicationInfo.kt index 3a4f02c25d..a0b5d920c6 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/SourceApplicationInfo.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/SourceApplicationInfo.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/internal/ViewHierarchyConstants.kt b/facebook-core/src/main/java/com/facebook/appevents/internal/ViewHierarchyConstants.kt index 2f1a1ffde1..7804dc6b43 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/internal/ViewHierarchyConstants.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/internal/ViewHierarchyConstants.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/main/java/com/facebook/appevents/ml/MTensor.kt b/facebook-core/src/main/java/com/facebook/appevents/ml/MTensor.kt index 3f442c5ade..d9768ec87d 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/ml/MTensor.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/ml/MTensor.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ml diff --git a/facebook-core/src/main/java/com/facebook/appevents/ml/Model.kt b/facebook-core/src/main/java/com/facebook/appevents/ml/Model.kt index 8723b0f739..34be84800c 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/ml/Model.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/ml/Model.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ml diff --git a/facebook-core/src/main/java/com/facebook/appevents/ml/ModelManager.kt b/facebook-core/src/main/java/com/facebook/appevents/ml/ModelManager.kt index c16b2f6cc1..b10a7114a8 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/ml/ModelManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/ml/ModelManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ml diff --git a/facebook-core/src/main/java/com/facebook/appevents/ml/Operator.kt b/facebook-core/src/main/java/com/facebook/appevents/ml/Operator.kt index b38e8803f2..ceb96d3ca6 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/ml/Operator.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/ml/Operator.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ml diff --git a/facebook-core/src/main/java/com/facebook/appevents/ml/Utils.kt b/facebook-core/src/main/java/com/facebook/appevents/ml/Utils.kt index 485aa1afb3..ef4441727e 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/ml/Utils.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/ml/Utils.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ml diff --git a/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManager.kt b/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManager.kt index ce7e269462..d8c673dfe9 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ondeviceprocessing diff --git a/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/RemoteServiceParametersHelper.kt b/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/RemoteServiceParametersHelper.kt index 2d65862a21..f8ff61d6dd 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/RemoteServiceParametersHelper.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/RemoteServiceParametersHelper.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ondeviceprocessing diff --git a/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/RemoteServiceWrapper.kt b/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/RemoteServiceWrapper.kt index 645e40eac9..0954d5fc7d 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/RemoteServiceWrapper.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/ondeviceprocessing/RemoteServiceWrapper.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ondeviceprocessing diff --git a/facebook-core/src/main/java/com/facebook/appevents/restrictivedatafilter/RestrictiveDataManager.kt b/facebook-core/src/main/java/com/facebook/appevents/restrictivedatafilter/RestrictiveDataManager.kt index ceda1b7a9b..8f8f15ba00 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/restrictivedatafilter/RestrictiveDataManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/restrictivedatafilter/RestrictiveDataManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.restrictivedatafilter diff --git a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/FeatureExtractor.kt b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/FeatureExtractor.kt index b5c1cd669d..42d4eafc93 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/FeatureExtractor.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/FeatureExtractor.kt @@ -1,20 +1,11 @@ -// Copyright 2004-present Facebook. All Rights Reserved. -// -// You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -// copy, modify, and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by Facebook. -// -// As with any software that integrates with the Facebook platform, your use of -// this software is subject to the Facebook Developer Principles and Policies -// [http://developers.facebook.com/policy/]. This copyright notice shall be -// included in all copies or substantial portions of the software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.suggestedevents import android.text.InputType diff --git a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/PredictionHistoryManager.kt b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/PredictionHistoryManager.kt index f466b4a7d6..e29247daf7 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/PredictionHistoryManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/PredictionHistoryManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.suggestedevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/SuggestedEventViewHierarchy.kt b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/SuggestedEventViewHierarchy.kt index bb5ae66e88..adc69c9356 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/SuggestedEventViewHierarchy.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/SuggestedEventViewHierarchy.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.suggestedevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/SuggestedEventsManager.kt b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/SuggestedEventsManager.kt index b3e4ea4d8d..98dddd0ab5 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/SuggestedEventsManager.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/SuggestedEventsManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.suggestedevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/ViewObserver.kt b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/ViewObserver.kt index e924fa327e..378651040d 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/ViewObserver.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/ViewObserver.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.suggestedevents diff --git a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/ViewOnClickListener.kt b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/ViewOnClickListener.kt index f669ce9134..5313c154d0 100644 --- a/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/ViewOnClickListener.kt +++ b/facebook-core/src/main/java/com/facebook/appevents/suggestedevents/ViewOnClickListener.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.suggestedevents diff --git a/facebook-core/src/main/java/com/facebook/core/Core.kt b/facebook-core/src/main/java/com/facebook/core/Core.kt index efecd799bf..550ab67ef4 100644 --- a/facebook-core/src/main/java/com/facebook/core/Core.kt +++ b/facebook-core/src/main/java/com/facebook/core/Core.kt @@ -1,4 +1,11 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.core class Core diff --git a/facebook-core/src/main/java/com/facebook/internal/AnalyticsEvents.kt b/facebook-core/src/main/java/com/facebook/internal/AnalyticsEvents.kt index 9199f1c073..3dedde889c 100644 --- a/facebook-core/src/main/java/com/facebook/internal/AnalyticsEvents.kt +++ b/facebook-core/src/main/java/com/facebook/internal/AnalyticsEvents.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/AttributionIdentifiers.kt b/facebook-core/src/main/java/com/facebook/internal/AttributionIdentifiers.kt index 5df5fb3222..46c7c0fad1 100644 --- a/facebook-core/src/main/java/com/facebook/internal/AttributionIdentifiers.kt +++ b/facebook-core/src/main/java/com/facebook/internal/AttributionIdentifiers.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/BoltsMeasurementEventListener.kt b/facebook-core/src/main/java/com/facebook/internal/BoltsMeasurementEventListener.kt index 057f6053f1..25369b3016 100644 --- a/facebook-core/src/main/java/com/facebook/internal/BoltsMeasurementEventListener.kt +++ b/facebook-core/src/main/java/com/facebook/internal/BoltsMeasurementEventListener.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/BundleJSONConverter.kt b/facebook-core/src/main/java/com/facebook/internal/BundleJSONConverter.kt index 752a65690a..ec4d07915a 100644 --- a/facebook-core/src/main/java/com/facebook/internal/BundleJSONConverter.kt +++ b/facebook-core/src/main/java/com/facebook/internal/BundleJSONConverter.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/CallbackManagerImpl.kt b/facebook-core/src/main/java/com/facebook/internal/CallbackManagerImpl.kt index a5ab3e3f9e..ca3d34d9eb 100644 --- a/facebook-core/src/main/java/com/facebook/internal/CallbackManagerImpl.kt +++ b/facebook-core/src/main/java/com/facebook/internal/CallbackManagerImpl.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/FacebookInitProvider.kt b/facebook-core/src/main/java/com/facebook/internal/FacebookInitProvider.kt index cc0b5241d6..063f26b964 100644 --- a/facebook-core/src/main/java/com/facebook/internal/FacebookInitProvider.kt +++ b/facebook-core/src/main/java/com/facebook/internal/FacebookInitProvider.kt @@ -1,4 +1,11 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.content.ContentProvider diff --git a/facebook-core/src/main/java/com/facebook/internal/FacebookRequestErrorClassification.kt b/facebook-core/src/main/java/com/facebook/internal/FacebookRequestErrorClassification.kt index ec00d69bac..57e3ac61cd 100644 --- a/facebook-core/src/main/java/com/facebook/internal/FacebookRequestErrorClassification.kt +++ b/facebook-core/src/main/java/com/facebook/internal/FacebookRequestErrorClassification.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/FacebookSignatureValidator.kt b/facebook-core/src/main/java/com/facebook/internal/FacebookSignatureValidator.kt index eaa7127069..baf766d8e7 100644 --- a/facebook-core/src/main/java/com/facebook/internal/FacebookSignatureValidator.kt +++ b/facebook-core/src/main/java/com/facebook/internal/FacebookSignatureValidator.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/FeatureManager.kt b/facebook-core/src/main/java/com/facebook/internal/FeatureManager.kt index 89093d73aa..94fd9f8a08 100644 --- a/facebook-core/src/main/java/com/facebook/internal/FeatureManager.kt +++ b/facebook-core/src/main/java/com/facebook/internal/FeatureManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/FetchedAppGateKeepersManager.kt b/facebook-core/src/main/java/com/facebook/internal/FetchedAppGateKeepersManager.kt index 81511b2488..207585b851 100644 --- a/facebook-core/src/main/java/com/facebook/internal/FetchedAppGateKeepersManager.kt +++ b/facebook-core/src/main/java/com/facebook/internal/FetchedAppGateKeepersManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/FetchedAppSettings.kt b/facebook-core/src/main/java/com/facebook/internal/FetchedAppSettings.kt index 2433dde84c..c9dab00b28 100644 --- a/facebook-core/src/main/java/com/facebook/internal/FetchedAppSettings.kt +++ b/facebook-core/src/main/java/com/facebook/internal/FetchedAppSettings.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/FetchedAppSettingsManager.kt b/facebook-core/src/main/java/com/facebook/internal/FetchedAppSettingsManager.kt index 10a561e480..e1d0ea9892 100644 --- a/facebook-core/src/main/java/com/facebook/internal/FetchedAppSettingsManager.kt +++ b/facebook-core/src/main/java/com/facebook/internal/FetchedAppSettingsManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/FileLruCache.kt b/facebook-core/src/main/java/com/facebook/internal/FileLruCache.kt index 8386503a7c..2e4e3230e5 100644 --- a/facebook-core/src/main/java/com/facebook/internal/FileLruCache.kt +++ b/facebook-core/src/main/java/com/facebook/internal/FileLruCache.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/ImageDownloader.kt b/facebook-core/src/main/java/com/facebook/internal/ImageDownloader.kt index bdd9562ab3..8ab98bd721 100644 --- a/facebook-core/src/main/java/com/facebook/internal/ImageDownloader.kt +++ b/facebook-core/src/main/java/com/facebook/internal/ImageDownloader.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/ImageRequest.kt b/facebook-core/src/main/java/com/facebook/internal/ImageRequest.kt index f44883bfa1..15d2ed9bf8 100644 --- a/facebook-core/src/main/java/com/facebook/internal/ImageRequest.kt +++ b/facebook-core/src/main/java/com/facebook/internal/ImageRequest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/ImageResponse.kt b/facebook-core/src/main/java/com/facebook/internal/ImageResponse.kt index 55fe93b54f..a9c4af6de3 100644 --- a/facebook-core/src/main/java/com/facebook/internal/ImageResponse.kt +++ b/facebook-core/src/main/java/com/facebook/internal/ImageResponse.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/ImageResponseCache.kt b/facebook-core/src/main/java/com/facebook/internal/ImageResponseCache.kt index 6eb8e00b74..ed1addbb58 100644 --- a/facebook-core/src/main/java/com/facebook/internal/ImageResponseCache.kt +++ b/facebook-core/src/main/java/com/facebook/internal/ImageResponseCache.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/InstallReferrerUtil.kt b/facebook-core/src/main/java/com/facebook/internal/InstallReferrerUtil.kt index d5b1a4647e..337e5a1b45 100644 --- a/facebook-core/src/main/java/com/facebook/internal/InstallReferrerUtil.kt +++ b/facebook-core/src/main/java/com/facebook/internal/InstallReferrerUtil.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/InternalSettings.kt b/facebook-core/src/main/java/com/facebook/internal/InternalSettings.kt index 8a1d57d93a..a5a3586287 100644 --- a/facebook-core/src/main/java/com/facebook/internal/InternalSettings.kt +++ b/facebook-core/src/main/java/com/facebook/internal/InternalSettings.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/LockOnGetVariable.kt b/facebook-core/src/main/java/com/facebook/internal/LockOnGetVariable.kt index b006a2f2c9..8e8ded8f3d 100644 --- a/facebook-core/src/main/java/com/facebook/internal/LockOnGetVariable.kt +++ b/facebook-core/src/main/java/com/facebook/internal/LockOnGetVariable.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/Logger.kt b/facebook-core/src/main/java/com/facebook/internal/Logger.kt index cc990833b8..edfa3b025c 100644 --- a/facebook-core/src/main/java/com/facebook/internal/Logger.kt +++ b/facebook-core/src/main/java/com/facebook/internal/Logger.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/NativeAppCallAttachmentStore.kt b/facebook-core/src/main/java/com/facebook/internal/NativeAppCallAttachmentStore.kt index 5479630cbe..e16d6a4dfa 100644 --- a/facebook-core/src/main/java/com/facebook/internal/NativeAppCallAttachmentStore.kt +++ b/facebook-core/src/main/java/com/facebook/internal/NativeAppCallAttachmentStore.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/NativeProtocol.kt b/facebook-core/src/main/java/com/facebook/internal/NativeProtocol.kt index 0c766d8d14..38def1ed8c 100644 --- a/facebook-core/src/main/java/com/facebook/internal/NativeProtocol.kt +++ b/facebook-core/src/main/java/com/facebook/internal/NativeProtocol.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/ProfileInformationCache.kt b/facebook-core/src/main/java/com/facebook/internal/ProfileInformationCache.kt index f51f3415d9..ba8d71e093 100644 --- a/facebook-core/src/main/java/com/facebook/internal/ProfileInformationCache.kt +++ b/facebook-core/src/main/java/com/facebook/internal/ProfileInformationCache.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/ServerProtocol.kt b/facebook-core/src/main/java/com/facebook/internal/ServerProtocol.kt index 494c2418b2..2c9e09c7f8 100644 --- a/facebook-core/src/main/java/com/facebook/internal/ServerProtocol.kt +++ b/facebook-core/src/main/java/com/facebook/internal/ServerProtocol.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/SmartLoginOption.kt b/facebook-core/src/main/java/com/facebook/internal/SmartLoginOption.kt index 40f137d7ef..5dc971c6a2 100644 --- a/facebook-core/src/main/java/com/facebook/internal/SmartLoginOption.kt +++ b/facebook-core/src/main/java/com/facebook/internal/SmartLoginOption.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/UrlRedirectCache.kt b/facebook-core/src/main/java/com/facebook/internal/UrlRedirectCache.kt index e2917cb585..83a4ae14d2 100644 --- a/facebook-core/src/main/java/com/facebook/internal/UrlRedirectCache.kt +++ b/facebook-core/src/main/java/com/facebook/internal/UrlRedirectCache.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/Utility.kt b/facebook-core/src/main/java/com/facebook/internal/Utility.kt index 4009fd0995..0b5443dfbe 100644 --- a/facebook-core/src/main/java/com/facebook/internal/Utility.kt +++ b/facebook-core/src/main/java/com/facebook/internal/Utility.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/Validate.kt b/facebook-core/src/main/java/com/facebook/internal/Validate.kt index 152a6524c4..2e2f1b911c 100644 --- a/facebook-core/src/main/java/com/facebook/internal/Validate.kt +++ b/facebook-core/src/main/java/com/facebook/internal/Validate.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/WorkQueue.kt b/facebook-core/src/main/java/com/facebook/internal/WorkQueue.kt index 41ce60c4b0..e79154c5cd 100644 --- a/facebook-core/src/main/java/com/facebook/internal/WorkQueue.kt +++ b/facebook-core/src/main/java/com/facebook/internal/WorkQueue.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/main/java/com/facebook/internal/gatekeeper/GateKeeper.kt b/facebook-core/src/main/java/com/facebook/internal/gatekeeper/GateKeeper.kt index 6cffbfe17f..0a557fdc35 100644 --- a/facebook-core/src/main/java/com/facebook/internal/gatekeeper/GateKeeper.kt +++ b/facebook-core/src/main/java/com/facebook/internal/gatekeeper/GateKeeper.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.gatekeeper data class GateKeeper(val name: String, val value: Boolean) diff --git a/facebook-core/src/main/java/com/facebook/internal/gatekeeper/GateKeeperRuntimeCache.kt b/facebook-core/src/main/java/com/facebook/internal/gatekeeper/GateKeeperRuntimeCache.kt index eed505a788..26d7d1e305 100644 --- a/facebook-core/src/main/java/com/facebook/internal/gatekeeper/GateKeeperRuntimeCache.kt +++ b/facebook-core/src/main/java/com/facebook/internal/gatekeeper/GateKeeperRuntimeCache.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.gatekeeper diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/ExceptionAnalyzer.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/ExceptionAnalyzer.kt index 201f80e9c3..2948584bbc 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/ExceptionAnalyzer.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/ExceptionAnalyzer.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentData.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentData.kt index 83a3b5776f..d6637fcafa 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentData.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentData.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentManager.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentManager.kt index c6ecc14d7d..5362272858 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentManager.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentManager.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentUtility.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentUtility.kt index 46eb40d1c9..156647833c 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentUtility.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/InstrumentUtility.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/anrreport/ANRDetector.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/anrreport/ANRDetector.kt index dd0f205270..6e3b594e8c 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/anrreport/ANRDetector.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/anrreport/ANRDetector.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.anrreport diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/anrreport/ANRHandler.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/anrreport/ANRHandler.kt index 0f0cdb930b..fb80f207ae 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/anrreport/ANRHandler.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/anrreport/ANRHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.anrreport diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/crashreport/CrashHandler.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/crashreport/CrashHandler.kt index dfbd339a76..cef3bfa269 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/crashreport/CrashHandler.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/crashreport/CrashHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.crashreport diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/AutoHandleExceptions.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/AutoHandleExceptions.kt index aa56a69add..01990f2e6f 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/AutoHandleExceptions.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/AutoHandleExceptions.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.crashshield diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/CrashShieldHandler.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/CrashShieldHandler.kt index 7100418511..f6c6b1a1ea 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/CrashShieldHandler.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/CrashShieldHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.crashshield diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/NoAutoExceptionHandling.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/NoAutoExceptionHandling.kt index 8a08087689..729ced5086 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/NoAutoExceptionHandling.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/crashshield/NoAutoExceptionHandling.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.crashshield diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/errorreport/ErrorReportData.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/errorreport/ErrorReportData.kt index 5f6c2b8137..0b6e0eea04 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/errorreport/ErrorReportData.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/errorreport/ErrorReportData.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.errorreport diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/errorreport/ErrorReportHandler.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/errorreport/ErrorReportHandler.kt index 54cf717602..0f6d1e0643 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/errorreport/ErrorReportHandler.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/errorreport/ErrorReportHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.errorreport diff --git a/facebook-core/src/main/java/com/facebook/internal/instrument/threadcheck/ThreadCheckHandler.kt b/facebook-core/src/main/java/com/facebook/internal/instrument/threadcheck/ThreadCheckHandler.kt index 061cabc9a6..6186e9ad55 100644 --- a/facebook-core/src/main/java/com/facebook/internal/instrument/threadcheck/ThreadCheckHandler.kt +++ b/facebook-core/src/main/java/com/facebook/internal/instrument/threadcheck/ThreadCheckHandler.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.threadcheck diff --git a/facebook-core/src/main/java/com/facebook/internal/qualityvalidation/Excuse.kt b/facebook-core/src/main/java/com/facebook/internal/qualityvalidation/Excuse.kt index fbc01e8863..71e7dbc803 100644 --- a/facebook-core/src/main/java/com/facebook/internal/qualityvalidation/Excuse.kt +++ b/facebook-core/src/main/java/com/facebook/internal/qualityvalidation/Excuse.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.qualityvalidation import java.lang.annotation.Retention diff --git a/facebook-core/src/main/java/com/facebook/internal/qualityvalidation/ExcusesForDesignViolations.kt b/facebook-core/src/main/java/com/facebook/internal/qualityvalidation/ExcusesForDesignViolations.kt index de8f080d16..ac06607017 100644 --- a/facebook-core/src/main/java/com/facebook/internal/qualityvalidation/ExcusesForDesignViolations.kt +++ b/facebook-core/src/main/java/com/facebook/internal/qualityvalidation/ExcusesForDesignViolations.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.qualityvalidation diff --git a/facebook-core/src/main/java/com/facebook/internal/security/CertificateUtil.kt b/facebook-core/src/main/java/com/facebook/internal/security/CertificateUtil.kt index 10fd05686c..fca61849e9 100644 --- a/facebook-core/src/main/java/com/facebook/internal/security/CertificateUtil.kt +++ b/facebook-core/src/main/java/com/facebook/internal/security/CertificateUtil.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.security import android.content.Context diff --git a/facebook-core/src/main/java/com/facebook/internal/security/OidcSecurityUtil.kt b/facebook-core/src/main/java/com/facebook/internal/security/OidcSecurityUtil.kt index 7475693741..9eea58cbaf 100644 --- a/facebook-core/src/main/java/com/facebook/internal/security/OidcSecurityUtil.kt +++ b/facebook-core/src/main/java/com/facebook/internal/security/OidcSecurityUtil.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.security diff --git a/facebook-core/src/main/java/com/facebook/login/DefaultAudience.kt b/facebook-core/src/main/java/com/facebook/login/DefaultAudience.kt index 8f329b397e..3decf20017 100644 --- a/facebook-core/src/main/java/com/facebook/login/DefaultAudience.kt +++ b/facebook-core/src/main/java/com/facebook/login/DefaultAudience.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-core/src/main/java/com/facebook/login/LoginTargetApp.kt b/facebook-core/src/main/java/com/facebook/login/LoginTargetApp.kt index d7888dae35..b23213d2fc 100644 --- a/facebook-core/src/main/java/com/facebook/login/LoginTargetApp.kt +++ b/facebook-core/src/main/java/com/facebook/login/LoginTargetApp.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-core/src/test/kotlin/com/facebook/AccessTokenCacheTest.kt b/facebook-core/src/test/kotlin/com/facebook/AccessTokenCacheTest.kt index 52e7b3839a..39fef0d574 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AccessTokenCacheTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AccessTokenCacheTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/AccessTokenManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/AccessTokenManagerTest.kt index 34391a59a1..7c81b52888 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AccessTokenManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AccessTokenManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/AccessTokenSourceTest.kt b/facebook-core/src/test/kotlin/com/facebook/AccessTokenSourceTest.kt index a1c04dac56..ad8118a94b 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AccessTokenSourceTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AccessTokenSourceTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/AccessTokenTest.kt b/facebook-core/src/test/kotlin/com/facebook/AccessTokenTest.kt index 6fee8c6041..d7a9d32780 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AccessTokenTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AccessTokenTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/AccessTokenTestHelper.kt b/facebook-core/src/test/kotlin/com/facebook/AccessTokenTestHelper.kt index ef8df7cb39..34d61ca5e2 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AccessTokenTestHelper.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AccessTokenTestHelper.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenCacheTest.kt b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenCacheTest.kt index ab8e471dc4..31a3ea2aaa 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenCacheTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenCacheTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenClaimsTest.kt b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenClaimsTest.kt index ae6877f996..3c5f351d9b 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenClaimsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenClaimsTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook import android.util.Base64 diff --git a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenHeaderTest.kt b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenHeaderTest.kt index e2338f27e0..8fe947ba99 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenHeaderTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenHeaderTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook import android.util.Base64 diff --git a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenManagerTest.kt index a2b9b1857c..0d1d8b8b25 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenTest.kt b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenTest.kt index 8d32dd8024..9410f83e7e 100644 --- a/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/AuthenticationTokenTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook import androidx.localbroadcastmanager.content.LocalBroadcastManager diff --git a/facebook-core/src/test/kotlin/com/facebook/CurrentAccessTokenExpirationBroadcastReceiverTest.kt b/facebook-core/src/test/kotlin/com/facebook/CurrentAccessTokenExpirationBroadcastReceiverTest.kt index 706755fbff..d6018885f7 100644 --- a/facebook-core/src/test/kotlin/com/facebook/CurrentAccessTokenExpirationBroadcastReceiverTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/CurrentAccessTokenExpirationBroadcastReceiverTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/FacebookBroadcastReceiverTest.kt b/facebook-core/src/test/kotlin/com/facebook/FacebookBroadcastReceiverTest.kt index dafc03d228..48d7154801 100644 --- a/facebook-core/src/test/kotlin/com/facebook/FacebookBroadcastReceiverTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/FacebookBroadcastReceiverTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/FacebookContentProviderTest.kt b/facebook-core/src/test/kotlin/com/facebook/FacebookContentProviderTest.kt index 9b034d9873..d270daee2f 100644 --- a/facebook-core/src/test/kotlin/com/facebook/FacebookContentProviderTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/FacebookContentProviderTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/FacebookExceptionTest.kt b/facebook-core/src/test/kotlin/com/facebook/FacebookExceptionTest.kt index 9f6d9cf07c..33cb984203 100644 --- a/facebook-core/src/test/kotlin/com/facebook/FacebookExceptionTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/FacebookExceptionTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook import org.junit.Assert.assertEquals diff --git a/facebook-core/src/test/kotlin/com/facebook/FacebookGraphResponseExceptionTest.kt b/facebook-core/src/test/kotlin/com/facebook/FacebookGraphResponseExceptionTest.kt index 8d01ae3664..5ee1f9cdc0 100644 --- a/facebook-core/src/test/kotlin/com/facebook/FacebookGraphResponseExceptionTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/FacebookGraphResponseExceptionTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/FacebookRequestErrorTest.kt b/facebook-core/src/test/kotlin/com/facebook/FacebookRequestErrorTest.kt index c82fbdf2b4..350bfe97c6 100644 --- a/facebook-core/src/test/kotlin/com/facebook/FacebookRequestErrorTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/FacebookRequestErrorTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/FacebookSdkTest.kt b/facebook-core/src/test/kotlin/com/facebook/FacebookSdkTest.kt index ccf56d8439..9d7e79276a 100644 --- a/facebook-core/src/test/kotlin/com/facebook/FacebookSdkTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/FacebookSdkTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/GraphErrorTest.kt b/facebook-core/src/test/kotlin/com/facebook/GraphErrorTest.kt index 6e956da813..2a0312c655 100644 --- a/facebook-core/src/test/kotlin/com/facebook/GraphErrorTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/GraphErrorTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/GraphRequestAsyncTaskTest.kt b/facebook-core/src/test/kotlin/com/facebook/GraphRequestAsyncTaskTest.kt index 8e27eb2e43..a1d04bfb81 100644 --- a/facebook-core/src/test/kotlin/com/facebook/GraphRequestAsyncTaskTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/GraphRequestAsyncTaskTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/GraphRequestBatchTest.kt b/facebook-core/src/test/kotlin/com/facebook/GraphRequestBatchTest.kt index 74ef1e3a2b..0dd7bccea6 100644 --- a/facebook-core/src/test/kotlin/com/facebook/GraphRequestBatchTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/GraphRequestBatchTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/GraphRequestTest.kt b/facebook-core/src/test/kotlin/com/facebook/GraphRequestTest.kt index ae87ae00d4..ae76980741 100644 --- a/facebook-core/src/test/kotlin/com/facebook/GraphRequestTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/GraphRequestTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/GraphResponseTest.kt b/facebook-core/src/test/kotlin/com/facebook/GraphResponseTest.kt index e8c8d4d533..797323d6a3 100644 --- a/facebook-core/src/test/kotlin/com/facebook/GraphResponseTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/GraphResponseTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook import java.net.HttpURLConnection diff --git a/facebook-core/src/test/kotlin/com/facebook/LegacyTokenCacheTest.kt b/facebook-core/src/test/kotlin/com/facebook/LegacyTokenCacheTest.kt index 94858f9d3e..af5ff7f96d 100644 --- a/facebook-core/src/test/kotlin/com/facebook/LegacyTokenCacheTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/LegacyTokenCacheTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/LegacyTokenHelperTest.kt b/facebook-core/src/test/kotlin/com/facebook/LegacyTokenHelperTest.kt index df78eb8841..9b74cd519b 100644 --- a/facebook-core/src/test/kotlin/com/facebook/LegacyTokenHelperTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/LegacyTokenHelperTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook import android.os.Bundle diff --git a/facebook-core/src/test/kotlin/com/facebook/ProfileCacheTest.kt b/facebook-core/src/test/kotlin/com/facebook/ProfileCacheTest.kt index 790b379d0e..86e3eab8ea 100644 --- a/facebook-core/src/test/kotlin/com/facebook/ProfileCacheTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/ProfileCacheTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/ProfileManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/ProfileManagerTest.kt index c39d966c75..d2a49712bf 100644 --- a/facebook-core/src/test/kotlin/com/facebook/ProfileManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/ProfileManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/ProfileTest.kt b/facebook-core/src/test/kotlin/com/facebook/ProfileTest.kt index 25fb0fbfac..c975bf1b06 100644 --- a/facebook-core/src/test/kotlin/com/facebook/ProfileTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/ProfileTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/ProfileTrackerTest.kt b/facebook-core/src/test/kotlin/com/facebook/ProfileTrackerTest.kt index 85ce0e8125..8f679de9d6 100644 --- a/facebook-core/src/test/kotlin/com/facebook/ProfileTrackerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/ProfileTrackerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/ProgressNoopOutputStreamTest.kt b/facebook-core/src/test/kotlin/com/facebook/ProgressNoopOutputStreamTest.kt index c052126fbd..6aaface5b0 100644 --- a/facebook-core/src/test/kotlin/com/facebook/ProgressNoopOutputStreamTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/ProgressNoopOutputStreamTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/ProgressOutputStreamTest.kt b/facebook-core/src/test/kotlin/com/facebook/ProgressOutputStreamTest.kt index d081e64f74..6cdca5982f 100644 --- a/facebook-core/src/test/kotlin/com/facebook/ProgressOutputStreamTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/ProgressOutputStreamTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/RequestProgressTest.kt b/facebook-core/src/test/kotlin/com/facebook/RequestProgressTest.kt index b67d2f3864..8338e4c245 100644 --- a/facebook-core/src/test/kotlin/com/facebook/RequestProgressTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/RequestProgressTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/UserSettingsManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/UserSettingsManagerTest.kt index f12f2a9e5d..fb0e6a6441 100644 --- a/facebook-core/src/test/kotlin/com/facebook/UserSettingsManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/UserSettingsManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AccessTokenAppIdPairTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AccessTokenAppIdPairTest.kt index 540c4df875..5f7b6dd6a5 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AccessTokenAppIdPairTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AccessTokenAppIdPairTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents import com.facebook.AccessToken diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AnalyticsUserIDStoreTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AnalyticsUserIDStoreTest.kt index a13ff82f1d..f4c33944d0 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AnalyticsUserIDStoreTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AnalyticsUserIDStoreTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventCollectionTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventCollectionTest.kt index 3d4b57206c..4fe6961b78 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventCollectionTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventCollectionTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents import android.os.Bundle diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventDiskStoreTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventDiskStoreTest.kt index 2fa0a0047f..84393d5f78 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventDiskStoreTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventDiskStoreTest.kt @@ -1,4 +1,10 @@ -// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventQueueTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventQueueTest.kt index 0b75a27737..4e6f579462 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventQueueTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventQueueTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventStoreTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventStoreTest.kt index 6a8a48d933..2a17a24788 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventStoreTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventStoreTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents import android.os.Bundle diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventTest.kt index cde7e905b8..bb6c4cee2a 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventTestUtilities.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventTestUtilities.kt index 663a55ec39..b372327909 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventTestUtilities.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventTestUtilities.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsLoggerImplTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsLoggerImplTest.kt index 8853744f52..d8cd80ad03 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsLoggerImplTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsLoggerImplTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsLoggerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsLoggerTest.kt index 7a4ab9eba0..01ed9f0718 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsLoggerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsLoggerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsManagerTest.kt index d53196619b..f4bcbc8be4 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AppEventsManagerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/AutomaticAnalyticsTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/AutomaticAnalyticsTest.kt index f41a1a42d3..272efa6591 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/AutomaticAnalyticsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/AutomaticAnalyticsTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/FacebookSDKJSInterfaceTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/FacebookSDKJSInterfaceTest.kt index b9a6edec2b..bd16c5844f 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/FacebookSDKJSInterfaceTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/FacebookSDKJSInterfaceTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/InternalAppEventsLoggerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/InternalAppEventsLoggerTest.kt index a29345e87f..69e789d8ce 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/InternalAppEventsLoggerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/InternalAppEventsLoggerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/PersistedEventsTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/PersistedEventsTest.kt index c77f2eaa0c..95cac8e9a9 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/PersistedEventsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/PersistedEventsTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents import android.os.Bundle diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/SessionEventsStateTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/SessionEventsStateTest.kt index f26c72779c..b5d67122be 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/SessionEventsStateTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/SessionEventsStateTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents import android.os.Bundle diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/UserDataStoreTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/UserDataStoreTest.kt index f336125b45..cd2ddcfaed 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/UserDataStoreTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/UserDataStoreTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataIndexerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataIndexerTest.kt index 1d127360ec..7cf17b61b3 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataIndexerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataIndexerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.aam import android.app.Activity diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataMatcherTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataMatcherTest.kt index d2bf73701d..efe2f201cd 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataMatcherTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataMatcherTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.aam import android.content.res.Resources diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataRuleTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataRuleTest.kt index 4296ae852b..0fb586c7fc 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataRuleTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataRuleTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.aam diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataViewObserverTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataViewObserverTest.kt index 67869fe46a..f478f99953 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataViewObserverTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/aam/MetadataViewObserverTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.aam import android.app.Activity diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsCAPIManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsCAPIManagerTest.kt index 5c0c26d1ce..f8fccee30e 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsCAPIManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsCAPIManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.cloudbridge diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerTest.kt index 563e5b2d4c..192e2550bc 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.cloudbridge diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerWebRequestsTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerWebRequestsTest.kt index 583f92ea39..cc59bcdc5d 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerWebRequestsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/cloudbridge/AppEventsConversionsAPITransformerWebRequestsTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.cloudbridge diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessLoggingEventListenerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessLoggingEventListenerTest.kt index b54232805b..b02b64e333 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessLoggingEventListenerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessLoggingEventListenerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessManagerTest.kt index de263129a2..ffc3378914 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessMatcherTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessMatcherTest.kt index c6618a2cad..23a60e4fda 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessMatcherTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessMatcherTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessTestBase.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessTestBase.kt index 8a87eda3a9..e06c60d166 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessTestBase.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/CodelessTestBase.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/RCTCodelessLoggingEventListenerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/RCTCodelessLoggingEventListenerTest.kt index c64a5e6a6f..ed346541a2 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/RCTCodelessLoggingEventListenerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/RCTCodelessLoggingEventListenerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.codeless import android.view.MotionEvent diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewIndexerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewIndexerTest.kt index 7f4cc3cacb..a88c06db7d 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewIndexerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewIndexerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewIndexingTriggerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewIndexingTriggerTest.kt index 25c3ab105b..2b8fed321d 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewIndexingTriggerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewIndexingTriggerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewTrackerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewTrackerTest.kt index 82f5bbc740..86b2f9c769 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewTrackerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/ViewTrackerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/EventBindingTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/EventBindingTest.kt index 257d87cc8a..0d4b2e315e 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/EventBindingTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/EventBindingTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/ParameterComponentTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/ParameterComponentTest.kt index 4738f3d92c..1ab3c2512a 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/ParameterComponentTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/ParameterComponentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/SensitiveUserDataUtilsTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/SensitiveUserDataUtilsTest.kt index f35ecbc180..e1803cb4a4 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/SensitiveUserDataUtilsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/SensitiveUserDataUtilsTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/UnityReflectionTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/UnityReflectionTest.kt index 5efda79a16..a034f21aed 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/UnityReflectionTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/UnityReflectionTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/ViewHierarchyTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/ViewHierarchyTest.kt index 5abdf6302f..fcc515e834 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/ViewHierarchyTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/codeless/internal/ViewHierarchyTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.codeless.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/eventdeactivation/EventDeactivationManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/eventdeactivation/EventDeactivationManagerTest.kt index 4d9fb73221..dc193fe822 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/eventdeactivation/EventDeactivationManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/eventdeactivation/EventDeactivationManagerTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.eventdeactivation diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseActivityLifecycleTrackerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseActivityLifecycleTrackerTest.kt index bef3643a41..482f796889 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseActivityLifecycleTrackerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseActivityLifecycleTrackerTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseAutoLoggerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseAutoLoggerTest.kt index 4dfb929039..df24d77eef 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseAutoLoggerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseAutoLoggerTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseBillingClientWrapperTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseBillingClientWrapperTest.kt index 0c2426885b..3e5f4f3004 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseBillingClientWrapperTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseBillingClientWrapperTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseEventManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseEventManagerTest.kt index 71cb4fa0ed..ad2a92ed7e 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseEventManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseEventManagerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.iap import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseLoggerManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseLoggerManagerTest.kt index c87977f341..c099c31baa 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseLoggerManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseLoggerManagerTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseManagerTest.kt index 24abe5f539..5d631b95c0 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseManagerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.iap import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseSkuDetailsWrapperTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseSkuDetailsWrapperTest.kt index 33a54f8805..5d7ccdba07 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseSkuDetailsWrapperTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseSkuDetailsWrapperTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseUtilsTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseUtilsTest.kt index 7efc802e81..8f26fd9330 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseUtilsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/iap/InAppPurchaseUtilsTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.iap diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/integrity/IntegrityManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/integrity/IntegrityManagerTest.kt index 3620d33fa2..bf128b680b 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/integrity/IntegrityManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/integrity/IntegrityManagerTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.integrity diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/ActivityLifecycleTrackerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/ActivityLifecycleTrackerTest.kt index 0123429e2b..2dcb2d0f41 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/ActivityLifecycleTrackerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/ActivityLifecycleTrackerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.internal import android.app.Activity diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AppEventUtilityTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AppEventUtilityTest.kt index 25e59a15c6..1ee7e633c4 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AppEventUtilityTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AppEventUtilityTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AppEventsLoggerUtilityTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AppEventsLoggerUtilityTest.kt index 406fc96535..2c81dfbf20 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AppEventsLoggerUtilityTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AppEventsLoggerUtilityTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.internal import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AutomaticAnalyticsLoggerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AutomaticAnalyticsLoggerTest.kt index 6f00aca73f..c8c764328d 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AutomaticAnalyticsLoggerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/AutomaticAnalyticsLoggerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/FileDownloadTaskTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/FileDownloadTaskTest.kt index c301d8ad7a..0d1c884f4f 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/FileDownloadTaskTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/FileDownloadTaskTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.internal import android.annotation.TargetApi diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/HashUtilsTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/HashUtilsTest.kt index a1ac47f2ea..b33a20f637 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/HashUtilsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/HashUtilsTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.internal import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SessionInfoTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SessionInfoTest.kt index 227414543a..b22e8de73a 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SessionInfoTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SessionInfoTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SessionLoggerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SessionLoggerTest.kt index 47f29d703d..81259dd56a 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SessionLoggerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SessionLoggerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SourceApplicationInfoTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SourceApplicationInfoTest.kt index b5c6aa235d..32386fdd43 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SourceApplicationInfoTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/internal/SourceApplicationInfoTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.internal import android.app.Activity diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/MTensorTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/MTensorTest.kt index 1b2d0ce8eb..c251052a9f 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/MTensorTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/MTensorTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.ml import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/ModelManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/ModelManagerTest.kt index 8d756ef736..ac1c1afd4d 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/ModelManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/ModelManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ml @@ -54,7 +42,7 @@ class ModelManagerTest : FacebookPowerMockTestCase() { { "data": [{ "version_id": "mock_version", - "use_case": "mock_use_case", + "use_case": "mock_use_case", "thresholds": ["mock_threshold_1", "mock_threshold_2"], "asset_uri": "mock_asset_uri" }] diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/ModelTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/ModelTest.kt index 1790021ca9..73874f066c 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/ModelTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/ModelTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.ml import com.facebook.FacebookTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/OperatorTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/OperatorTest.kt index bc72769ec5..4841c853dd 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/OperatorTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/OperatorTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ml diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/TensorTestUtils.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/TensorTestUtils.kt index ed2da1abf1..f4263ac421 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/TensorTestUtils.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/TensorTestUtils.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.ml import java.io.File diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/UtilsTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/UtilsTest.kt index 1af2c6520c..803929739a 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ml/UtilsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ml/UtilsTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.ml import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManagerTest.kt index a938c44841..43e8344abb 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ondeviceprocessing diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/RemoteServiceParametersHelperTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/RemoteServiceParametersHelperTest.kt index d067073a87..78b92cb7a9 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/RemoteServiceParametersHelperTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/RemoteServiceParametersHelperTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ondeviceprocessing diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/RemoteServiceWrapperTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/RemoteServiceWrapperTest.kt index c7d8888221..39866763bc 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/RemoteServiceWrapperTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/ondeviceprocessing/RemoteServiceWrapperTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.ondeviceprocessing diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/restrictivedatafilter/RestrictiveDataManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/restrictivedatafilter/RestrictiveDataManagerTest.kt index 77f9510c78..919ea669db 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/restrictivedatafilter/RestrictiveDataManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/restrictivedatafilter/RestrictiveDataManagerTest.kt @@ -1,20 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.appevents.restrictivedatafilter diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/FeatureExtractorTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/FeatureExtractorTest.kt index 122028cb8b..2a96fec710 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/FeatureExtractorTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/FeatureExtractorTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.suggestedevents import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/PredictionHistoryManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/PredictionHistoryManagerTest.kt index b9de8bfcc7..63a54f03cc 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/PredictionHistoryManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/PredictionHistoryManagerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.suggestedevents import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/SuggestedEventViewHierarchyTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/SuggestedEventViewHierarchyTest.kt index 3325e3ecbd..3a0c300a71 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/SuggestedEventViewHierarchyTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/SuggestedEventViewHierarchyTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.suggestedevents import android.app.Activity diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/SuggestedEventsManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/SuggestedEventsManagerTest.kt index b5508f950a..19e51feb2d 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/SuggestedEventsManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/SuggestedEventsManagerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.suggestedevents import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/ViewObserverTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/ViewObserverTest.kt index e856ca0bda..94c8ace62f 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/ViewObserverTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/ViewObserverTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.suggestedevents import android.app.Activity diff --git a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/ViewOnClickListenerTest.kt b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/ViewOnClickListenerTest.kt index 9ac216a395..7de53e02bd 100644 --- a/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/ViewOnClickListenerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/appevents/suggestedevents/ViewOnClickListenerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.appevents.suggestedevents import android.os.Bundle diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/AttributionIdentifiersTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/AttributionIdentifiersTest.kt index 7afcd37b0d..9b4a3ccc38 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/AttributionIdentifiersTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/AttributionIdentifiersTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/BoltsMeasurementEventListenerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/BoltsMeasurementEventListenerTest.kt index f4b45a9f6b..0640850c4b 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/BoltsMeasurementEventListenerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/BoltsMeasurementEventListenerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/BundleJSONConverterTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/BundleJSONConverterTest.kt index 72a661a4a8..1525b6a1b9 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/BundleJSONConverterTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/BundleJSONConverterTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/CallbackManagerImplTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/CallbackManagerImplTest.kt index e854a288cd..cd87c24499 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/CallbackManagerImplTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/CallbackManagerImplTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/FacebookInitProviderTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/FacebookInitProviderTest.kt index 324972de1b..bdb09110eb 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/FacebookInitProviderTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/FacebookInitProviderTest.kt @@ -1,4 +1,10 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/FacebookRequestErrorClassificationTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/FacebookRequestErrorClassificationTest.kt index 16333162ab..b7efc953d3 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/FacebookRequestErrorClassificationTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/FacebookRequestErrorClassificationTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/FacebookSignatureValidatorTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/FacebookSignatureValidatorTest.kt index 303e0d3d26..f805e98fcd 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/FacebookSignatureValidatorTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/FacebookSignatureValidatorTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/FeatureManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/FeatureManagerTest.kt index fdc07d46ab..8ec7fed47a 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/FeatureManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/FeatureManagerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import com.facebook.internal.FeatureManager.Feature diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppGateKeepersManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppGateKeepersManagerTest.kt index 5dba2f24d6..d500b89140 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppGateKeepersManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppGateKeepersManagerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import androidx.test.core.app.ApplicationProvider diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppSettingsManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppSettingsManagerTest.kt index cb99672c14..d9628b945b 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppSettingsManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppSettingsManagerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppSettingsTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppSettingsTest.kt index 7353617cff..ac817ca54e 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppSettingsTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/FetchedAppSettingsTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/FileLruCacheTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/FileLruCacheTest.kt index c33f37107b..a778f43939 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/FileLruCacheTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/FileLruCacheTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/ImageDownloaderTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/ImageDownloaderTest.kt index 69af281b53..02a80c3936 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/ImageDownloaderTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/ImageDownloaderTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/ImageRequestTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/ImageRequestTest.kt index 5ce29a09c7..5324b0e844 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/ImageRequestTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/ImageRequestTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import androidx.test.core.app.ApplicationProvider diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/ImageResponseCacheTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/ImageResponseCacheTest.kt index a6b4611546..f18920167b 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/ImageResponseCacheTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/ImageResponseCacheTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/InstallReferrerUtilTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/InstallReferrerUtilTest.kt index f0c581ea26..08e5ef3ea1 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/InstallReferrerUtilTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/InstallReferrerUtilTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/LockOnGetVariableTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/LockOnGetVariableTest.kt index 03abc5aae0..e35b24ced8 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/LockOnGetVariableTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/LockOnGetVariableTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/LoggerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/LoggerTest.kt index 75f69f1c0b..dc67f44cb1 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/LoggerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/LoggerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.util.Log diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/NativeAppCallAttachmentStoreTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/NativeAppCallAttachmentStoreTest.kt index ec1c7318ab..0bfefdbe3c 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/NativeAppCallAttachmentStoreTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/NativeAppCallAttachmentStoreTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/NativeProtocolTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/NativeProtocolTest.kt index cc4374a686..f6a2f7f1eb 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/NativeProtocolTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/NativeProtocolTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/ServerProtocolTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/ServerProtocolTest.kt index 88d26afc6e..f5e4c06289 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/ServerProtocolTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/ServerProtocolTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.os.Bundle diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/SmartLoginOptionTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/SmartLoginOptionTest.kt index 0faf687b05..b045012b81 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/SmartLoginOptionTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/SmartLoginOptionTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import java.util.EnumSet diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/UrlRedirectCacheTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/UrlRedirectCacheTest.kt index 5750ee3702..2bf65305ea 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/UrlRedirectCacheTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/UrlRedirectCacheTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal import android.net.Uri diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/UtilityTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/UtilityTest.kt index b902fbd072..ac25ddf4c6 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/UtilityTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/UtilityTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/ValidateTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/ValidateTest.kt index 2fddfdf24d..eb4f81480c 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/ValidateTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/ValidateTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/WorkQueueTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/WorkQueueTest.kt index aa760ccc4e..1a90143997 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/WorkQueueTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/WorkQueueTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/gatekeeper/GateKeeperRuntimeCacheTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/gatekeeper/GateKeeperRuntimeCacheTest.kt index b819cf693d..a3e3e5f1db 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/gatekeeper/GateKeeperRuntimeCacheTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/gatekeeper/GateKeeperRuntimeCacheTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.gatekeeper import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/ExceptionAnalyzerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/ExceptionAnalyzerTest.kt index 4b8b579c1a..09283ad71b 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/ExceptionAnalyzerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/ExceptionAnalyzerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentDataTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentDataTest.kt index 1250329d5e..8152c27312 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentDataTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentDataTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.instrument import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentManagerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentManagerTest.kt index 914ded50d1..1ab5f0c8f8 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentManagerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentManagerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentUtilityTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentUtilityTest.kt index c56fe4d68e..1e5f3014ee 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentUtilityTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/InstrumentUtilityTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.instrument import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/anrreport/ANRDetectorTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/anrreport/ANRDetectorTest.kt index 6d3808670c..5360554960 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/anrreport/ANRDetectorTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/anrreport/ANRDetectorTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.instrument.anrreport import android.app.ActivityManager diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/anrreport/ANRHandlerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/anrreport/ANRHandlerTest.kt index a3e7614314..fadb656a97 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/anrreport/ANRHandlerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/anrreport/ANRHandlerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.instrument.anrreport import androidx.test.core.app.ApplicationProvider diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashreport/CrashHandlerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashreport/CrashHandlerTest.kt index 69e7eadc71..b16aae1487 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashreport/CrashHandlerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashreport/CrashHandlerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.instrument.crashreport import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashshield/CrashShieldHandlerDebugTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashshield/CrashShieldHandlerDebugTest.kt index 1d8e43153a..8d6d708f05 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashshield/CrashShieldHandlerDebugTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashshield/CrashShieldHandlerDebugTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.crashshield diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashshield/CrashShieldHandlerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashshield/CrashShieldHandlerTest.kt index 1b606934e4..116c695fe8 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashshield/CrashShieldHandlerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/crashshield/CrashShieldHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.crashshield diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/errorreport/ErrorReportDataTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/errorreport/ErrorReportDataTest.kt index c3d790f3f1..d9f8cef360 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/errorreport/ErrorReportDataTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/errorreport/ErrorReportDataTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.instrument.errorreport import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/errorreport/ErrorReportHandlerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/errorreport/ErrorReportHandlerTest.kt index e2c65825e8..699883d603 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/errorreport/ErrorReportHandlerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/errorreport/ErrorReportHandlerTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.instrument.errorreport import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/threadcheck/ThreadCheckHandlerTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/threadcheck/ThreadCheckHandlerTest.kt index 7167183945..1fda235318 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/instrument/threadcheck/ThreadCheckHandlerTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/instrument/threadcheck/ThreadCheckHandlerTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.internal.instrument.threadcheck diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/security/CertificateUtilTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/security/CertificateUtilTest.kt index 196c8385f8..e51bcb6dc1 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/security/CertificateUtilTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/security/CertificateUtilTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.security import android.content.Context diff --git a/facebook-core/src/test/kotlin/com/facebook/internal/security/OidcSecurityUtilTest.kt b/facebook-core/src/test/kotlin/com/facebook/internal/security/OidcSecurityUtilTest.kt index a3f0850651..377b5ca79f 100644 --- a/facebook-core/src/test/kotlin/com/facebook/internal/security/OidcSecurityUtilTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/internal/security/OidcSecurityUtilTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.internal.security import com.facebook.FacebookPowerMockTestCase diff --git a/facebook-core/src/test/kotlin/com/facebook/login/LoginTargetAppTest.kt b/facebook-core/src/test/kotlin/com/facebook/login/LoginTargetAppTest.kt index 7e785179b0..445e5672ec 100644 --- a/facebook-core/src/test/kotlin/com/facebook/login/LoginTargetAppTest.kt +++ b/facebook-core/src/test/kotlin/com/facebook/login/LoginTargetAppTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.login diff --git a/facebook-core/src/test/kotlin/com/facebook/util/common/AuthenticationTokenTestUtil.kt b/facebook-core/src/test/kotlin/com/facebook/util/common/AuthenticationTokenTestUtil.kt index 635dda9249..febf6750c3 100644 --- a/facebook-core/src/test/kotlin/com/facebook/util/common/AuthenticationTokenTestUtil.kt +++ b/facebook-core/src/test/kotlin/com/facebook/util/common/AuthenticationTokenTestUtil.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.util.common import android.text.format.DateUtils diff --git a/facebook-core/src/test/kotlin/com/facebook/util/common/ProfileTestHelper.kt b/facebook-core/src/test/kotlin/com/facebook/util/common/ProfileTestHelper.kt index f1a16fa940..d8a39919e3 100644 --- a/facebook-core/src/test/kotlin/com/facebook/util/common/ProfileTestHelper.kt +++ b/facebook-core/src/test/kotlin/com/facebook/util/common/ProfileTestHelper.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + package com.facebook.util.common import android.net.Uri diff --git a/facebook-gamingservices/build.gradle.kts b/facebook-gamingservices/build.gradle.kts index 8cf0471d5b..295cf73923 100644 --- a/facebook-gamingservices/build.gradle.kts +++ b/facebook-gamingservices/build.gradle.kts @@ -1,21 +1,9 @@ -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ plugins { diff --git a/facebook-gamingservices/proguard-rules.pro b/facebook-gamingservices/proguard-rules.pro index 6f88aa693d..a66c752e8b 100644 --- a/facebook-gamingservices/proguard-rules.pro +++ b/facebook-gamingservices/proguard-rules.pro @@ -1,20 +1,8 @@ -# Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. # -# You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -# copy, modify, and distribute this software in source code or binary form for use -# in connection with the web services and APIs provided by Facebook. -# -# As with any software that integrates with the Facebook platform, your use of -# this software is subject to the Facebook Developer Principles and Policies -# [http://developers.facebook.com/policy/]. This copyright notice shall be -# included in all copies or substantial portions of the software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# This source code is licensed under the license found in the +# LICENSE file in the root directory of this source tree. # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. diff --git a/facebook-gamingservices/src/main/AndroidManifest.xml b/facebook-gamingservices/src/main/AndroidManifest.xml index 2bf916f139..d6311620c2 100644 --- a/facebook-gamingservices/src/main/AndroidManifest.xml +++ b/facebook-gamingservices/src/main/AndroidManifest.xml @@ -1,22 +1,10 @@ - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - *

- * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - *

- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices; public class GamingServices {} diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/GamingVideoUploader.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/GamingVideoUploader.java index 87cd53fa73..c56a9da431 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/GamingVideoUploader.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/GamingVideoUploader.java @@ -1,22 +1,11 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices; import android.content.Context; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/OpenGamingMediaDialog.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/OpenGamingMediaDialog.java index b8fe6e19a9..5fcabcd373 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/OpenGamingMediaDialog.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/OpenGamingMediaDialog.java @@ -1,22 +1,11 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices; import android.content.Context; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/Tournament.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/Tournament.kt index 6e15f2988e..748d963172 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/Tournament.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/Tournament.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.gamingservices diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentConfig.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentConfig.kt index 6884deb5c2..d0e3ade291 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentConfig.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentConfig.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. - *

- * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - *

- * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - *

- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.gamingservices diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentFetcher.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentFetcher.kt index 026f50704c..886bc835a5 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentFetcher.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentFetcher.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.gamingservices diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentShareDialog.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentShareDialog.kt index ffef73dad5..83fddf5fbe 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentShareDialog.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentShareDialog.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.gamingservices diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentUpdater.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentUpdater.kt index e27e804422..5ca82b396e 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentUpdater.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/TournamentUpdater.kt @@ -1,4 +1,10 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.gamingservices diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/AppToUserNotificationSender.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/AppToUserNotificationSender.java index e2c404da01..4e487773e6 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/AppToUserNotificationSender.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/AppToUserNotificationSender.java @@ -1,22 +1,11 @@ -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming; import android.graphics.Bitmap; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/CloudGameLoginHandler.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/CloudGameLoginHandler.java index 8935ba543f..6abf61af28 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/CloudGameLoginHandler.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/CloudGameLoginHandler.java @@ -1,24 +1,11 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. - -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. - * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming; import android.app.Activity; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/DaemonReceiver.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/DaemonReceiver.java index 0986e2cd33..b754584e47 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/DaemonReceiver.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/DaemonReceiver.java @@ -1,22 +1,11 @@ -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. - * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming; import android.content.BroadcastReceiver; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/DaemonRequest.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/DaemonRequest.java index 757df3df7e..cd3a24c744 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/DaemonRequest.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/DaemonRequest.java @@ -1,22 +1,11 @@ -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming; import android.app.Activity; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/GameFeaturesLibrary.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/GameFeaturesLibrary.java index eafc287300..d64f206b12 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/GameFeaturesLibrary.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/GameFeaturesLibrary.java @@ -1,22 +1,11 @@ -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming; import android.content.Context; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/InAppAdLibrary.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/InAppAdLibrary.java index 322e1c641a..2b7f85dccf 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/InAppAdLibrary.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/InAppAdLibrary.java @@ -1,22 +1,11 @@ -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming; import android.content.Context; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/InAppPurchaseLibrary.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/InAppPurchaseLibrary.java index a911826bc4..d95d502500 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/InAppPurchaseLibrary.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/InAppPurchaseLibrary.java @@ -1,22 +1,11 @@ -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. - * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming; import android.content.Context; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/PlayableAdsLibrary.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/PlayableAdsLibrary.java index 67abfc065b..d5e95fb8af 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/PlayableAdsLibrary.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/PlayableAdsLibrary.java @@ -1,22 +1,11 @@ -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and API s provided by Facebook. - * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming; import android.content.Context; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKAnalyticsEvents.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKAnalyticsEvents.java index 6eb4f75eba..e4575681c7 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKAnalyticsEvents.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKAnalyticsEvents.java @@ -1,24 +1,11 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. - -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. - * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming.internal; /** diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKConstants.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKConstants.java index 5bbba51f9e..9d63154839 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKConstants.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKConstants.java @@ -1,24 +1,11 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. - -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. - * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming.internal; /** diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKLogger.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKLogger.java index b91b6d0903..db0c4221bc 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKLogger.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKLogger.java @@ -1,24 +1,11 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. - -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. - * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming.internal; import android.content.Context; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKMessageEnum.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKMessageEnum.java index 754c2a709d..9a8f155482 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKMessageEnum.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKMessageEnum.java @@ -1,24 +1,11 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. - -// @lint-ignore LICENSELINT -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. - * - *

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, - * and distribute this software in source code or binary form for use in connection with the web - * services and APIs provided by Facebook. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - *

As with any software that integrates with the Facebook platform, your use of this software is - * subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be included in all copies - * or substantial portions of the software. - * - *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING - * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.cloudgaming.internal; import androidx.annotation.Nullable; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKShareIntentEnum.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKShareIntentEnum.java index 451e13dd01..1dec4d6f07 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKShareIntentEnum.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/cloudgaming/internal/SDKShareIntentEnum.java @@ -1,4 +1,10 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.gamingservices.cloudgaming.internal; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/DateFormatter.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/DateFormatter.kt index 76d161389e..e51ee68eaa 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/DateFormatter.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/DateFormatter.kt @@ -1,4 +1,10 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.gamingservices.internal diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/GamingMediaUploader.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/GamingMediaUploader.java index ca40ee8659..b774913ddd 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/GamingMediaUploader.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/GamingMediaUploader.java @@ -1,22 +1,11 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.gamingservices.internal; import android.graphics.Bitmap; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentScoreType.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentScoreType.kt index 9084822b4e..bb98a3161f 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentScoreType.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentScoreType.kt @@ -1,20 +1,10 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. -// -// You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -// copy, modify, and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by Facebook. -// -// As with any software that integrates with the Facebook platform, your use of -// this software is subject to the Facebook Developer Principles and Policies -// [http://developers.facebook.com/policy/]. This copyright notice shall be -// included in all copies or substantial portions of the software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.gamingservices.internal diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentShareDialogURIBuilder.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentShareDialogURIBuilder.kt index c50aa833bb..f16f66c75b 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentShareDialogURIBuilder.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentShareDialogURIBuilder.kt @@ -1,4 +1,10 @@ -// (c) Facebook, Inc. and its affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.gamingservices.internal diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentSortOrder.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentSortOrder.kt index e998045fa3..b067ebbbb4 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentSortOrder.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/internal/TournamentSortOrder.kt @@ -1,20 +1,10 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. -// -// You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -// copy, modify, and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by Facebook. -// -// As with any software that integrates with the Facebook platform, your use of -// this software is subject to the Facebook Developer Principles and Policies -// [http://developers.facebook.com/policy/]. This copyright notice shall be -// included in all copies or substantial portions of the software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ package com.facebook.gamingservices.internal diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextChooseContent.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextChooseContent.java index c7cdedd5a6..e61a1f9b0a 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextChooseContent.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextChooseContent.java @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.gamingservices.model; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextCreateContent.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextCreateContent.java index b57c7ecdd6..676489ec9f 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextCreateContent.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextCreateContent.java @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.gamingservices.model; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextSwitchContent.java b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextSwitchContent.java index 4e0dea5b3d..1e38f83e5d 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextSwitchContent.java +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/ContextSwitchContent.java @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.gamingservices.model; diff --git a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/CustomUpdateContent.kt b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/CustomUpdateContent.kt index 7d279076e3..88252d0d4e 100644 --- a/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/CustomUpdateContent.kt +++ b/facebook-gamingservices/src/main/java/com/facebook/gamingservices/model/CustomUpdateContent.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.gamingservices.model diff --git a/facebook-gamingservices/src/test/kotlin/com/facebook/CustomUpdateContentTest.kt b/facebook-gamingservices/src/test/kotlin/com/facebook/CustomUpdateContentTest.kt index b564152431..00a0429233 100644 --- a/facebook-gamingservices/src/test/kotlin/com/facebook/CustomUpdateContentTest.kt +++ b/facebook-gamingservices/src/test/kotlin/com/facebook/CustomUpdateContentTest.kt @@ -1,21 +1,9 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook diff --git a/facebook-login/build.gradle.kts b/facebook-login/build.gradle.kts index c0a1df4708..dc992424a3 100644 --- a/facebook-login/build.gradle.kts +++ b/facebook-login/build.gradle.kts @@ -1,21 +1,9 @@ -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ plugins { diff --git a/facebook-login/proguard-rules.pro b/facebook-login/proguard-rules.pro index 5becba008e..1e373d7627 100644 --- a/facebook-login/proguard-rules.pro +++ b/facebook-login/proguard-rules.pro @@ -1,20 +1,8 @@ -# Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. # -# You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -# copy, modify, and distribute this software in source code or binary form for use -# in connection with the web services and APIs provided by Facebook. -# -# As with any software that integrates with the Facebook platform, your use of -# this software is subject to the Facebook Developer Principles and Policies -# [http://developers.facebook.com/policy/]. This copyright notice shall be -# included in all copies or substantial portions of the software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# This source code is licensed under the license found in the +# LICENSE file in the root directory of this source tree. # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. diff --git a/facebook-login/src/main/AndroidManifest.xml b/facebook-login/src/main/AndroidManifest.xml index 840d40f478..0fd22efe4f 100644 --- a/facebook-login/src/main/AndroidManifest.xml +++ b/facebook-login/src/main/AndroidManifest.xml @@ -1,22 +1,10 @@ diff --git a/facebook-login/src/main/res/values/dimens.xml b/facebook-login/src/main/res/values/dimens.xml index 8f968aaf75..48b6d84e16 100644 --- a/facebook-login/src/main/res/values/dimens.xml +++ b/facebook-login/src/main/res/values/dimens.xml @@ -1,22 +1,10 @@ diff --git a/facebook-login/src/main/res/values/strings.xml b/facebook-login/src/main/res/values/strings.xml index c0138656bd..e89066b479 100644 --- a/facebook-login/src/main/res/values/strings.xml +++ b/facebook-login/src/main/res/values/strings.xml @@ -1,23 +1,12 @@ + diff --git a/facebook-messenger/build.gradle.kts b/facebook-messenger/build.gradle.kts index 473c2e216d..5f6ff8f242 100644 --- a/facebook-messenger/build.gradle.kts +++ b/facebook-messenger/build.gradle.kts @@ -1,21 +1,9 @@ -/** - * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. * - * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, - * copy, modify, and distribute this software in source code or binary form for use - * in connection with the web services and APIs provided by Facebook. - * - * As with any software that integrates with the Facebook platform, your use of - * this software is subject to the Facebook Developer Principles and Policies - * [http://developers.facebook.com/policy/]. This copyright notice shall be - * included in all copies or substantial portions of the software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. */ plugins { diff --git a/facebook-messenger/proguard-rules.pro b/facebook-messenger/proguard-rules.pro index 209fdb0143..8d243d12b8 100644 --- a/facebook-messenger/proguard-rules.pro +++ b/facebook-messenger/proguard-rules.pro @@ -1,20 +1,8 @@ -# Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. # -# You are hereby granted a non-exclusive, worldwide, royalty-free license to use, -# copy, modify, and distribute this software in source code or binary form for use -# in connection with the web services and APIs provided by Facebook. -# -# As with any software that integrates with the Facebook platform, your use of -# this software is subject to the Facebook Developer Principles and Policies -# [http://developers.facebook.com/policy/]. This copyright notice shall be -# included in all copies or substantial portions of the software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# This source code is licensed under the license found in the +# LICENSE file in the root directory of this source tree. # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. diff --git a/facebook-messenger/src/main/AndroidManifest.xml b/facebook-messenger/src/main/AndroidManifest.xml index 54dc913867..c9b4d97427 100644 --- a/facebook-messenger/src/main/AndroidManifest.xml +++ b/facebook-messenger/src/main/AndroidManifest.xml @@ -1,22 +1,10 @@ diff --git a/facebook-messenger/src/main/res/drawable/messenger_button_blue_bg_selector.xml b/facebook-messenger/src/main/res/drawable/messenger_button_blue_bg_selector.xml index 2480410386..4f7ca6238a 100644 --- a/facebook-messenger/src/main/res/drawable/messenger_button_blue_bg_selector.xml +++ b/facebook-messenger/src/main/res/drawable/messenger_button_blue_bg_selector.xml @@ -1,22 +1,10 @@ diff --git a/facebook-messenger/src/main/res/drawable/messenger_button_white_bg_round.xml b/facebook-messenger/src/main/res/drawable/messenger_button_white_bg_round.xml index c6bccabc4d..92e64758e1 100644 --- a/facebook-messenger/src/main/res/drawable/messenger_button_white_bg_round.xml +++ b/facebook-messenger/src/main/res/drawable/messenger_button_white_bg_round.xml @@ -1,22 +1,10 @@ diff --git a/facebook-messenger/src/main/res/drawable/messenger_button_white_bg_selector.xml b/facebook-messenger/src/main/res/drawable/messenger_button_white_bg_selector.xml index 9035e21e7e..2ae7d2561b 100644 --- a/facebook-messenger/src/main/res/drawable/messenger_button_white_bg_selector.xml +++ b/facebook-messenger/src/main/res/drawable/messenger_button_white_bg_selector.xml @@ -1,22 +1,10 @@ diff --git a/facebook-messenger/src/main/res/layout/messenger_button_send_blue_large.xml b/facebook-messenger/src/main/res/layout/messenger_button_send_blue_large.xml index 5583b3e280..bf6a9aeaef 100644 --- a/facebook-messenger/src/main/res/layout/messenger_button_send_blue_large.xml +++ b/facebook-messenger/src/main/res/layout/messenger_button_send_blue_large.xml @@ -1,22 +1,10 @@