diff --git a/.eslintrc.js b/.eslintrc.js index a4ce142ca..47e0988e0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/android/build.gradle b/android/build.gradle index c4d1d0f16..11c1586f1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/no-op/build.gradle b/android/no-op/build.gradle index 5e3b3a690..9191049be 100644 --- a/android/no-op/build.gradle +++ b/android/no-op/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/no-op/src/main/java/com/facebook/flipper/android/AndroidFlipperClient.java b/android/no-op/src/main/java/com/facebook/flipper/android/AndroidFlipperClient.java index 4f3015ecb..c59b51254 100644 --- a/android/no-op/src/main/java/com/facebook/flipper/android/AndroidFlipperClient.java +++ b/android/no-op/src/main/java/com/facebook/flipper/android/AndroidFlipperClient.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import android.content.Context; diff --git a/android/no-op/src/main/java/com/facebook/flipper/android/NoOpAndroidFlipperClient.java b/android/no-op/src/main/java/com/facebook/flipper/android/NoOpAndroidFlipperClient.java index db1a4f44a..b18494dae 100644 --- a/android/no-op/src/main/java/com/facebook/flipper/android/NoOpAndroidFlipperClient.java +++ b/android/no-op/src/main/java/com/facebook/flipper/android/NoOpAndroidFlipperClient.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import com.facebook.flipper.core.FlipperClient; diff --git a/android/no-op/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticActivity.java b/android/no-op/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticActivity.java index fe6ca4dc7..a92387c5e 100644 --- a/android/no-op/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticActivity.java +++ b/android/no-op/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticActivity.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android.diagnostics; import android.app.Activity; diff --git a/android/no-op/src/main/java/com/facebook/flipper/core/FlipperClient.java b/android/no-op/src/main/java/com/facebook/flipper/core/FlipperClient.java index 076329725..695011a7c 100644 --- a/android/no-op/src/main/java/com/facebook/flipper/core/FlipperClient.java +++ b/android/no-op/src/main/java/com/facebook/flipper/core/FlipperClient.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; import javax.annotation.Nullable; diff --git a/android/no-op/src/main/java/com/facebook/flipper/core/FlipperPlugin.java b/android/no-op/src/main/java/com/facebook/flipper/core/FlipperPlugin.java index ed8131bdf..de281a3c9 100644 --- a/android/no-op/src/main/java/com/facebook/flipper/core/FlipperPlugin.java +++ b/android/no-op/src/main/java/com/facebook/flipper/core/FlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; public interface FlipperPlugin {} diff --git a/android/plugins/fresco/build.gradle b/android/plugins/fresco/build.gradle index 4d9af746e..3edead239 100644 --- a/android/plugins/fresco/build.gradle +++ b/android/plugins/fresco/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperDebugPrefHelper.java b/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperDebugPrefHelper.java index b04fc55b6..16ad3a524 100644 --- a/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperDebugPrefHelper.java +++ b/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperDebugPrefHelper.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.fresco; public interface FrescoFlipperDebugPrefHelper { diff --git a/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperPlugin.java b/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperPlugin.java index 8a10332db..8772efe6b 100644 --- a/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperPlugin.java +++ b/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.fresco; import android.graphics.Bitmap; diff --git a/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperRequestListener.java b/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperRequestListener.java index a39c666f4..9cf2c2454 100644 --- a/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperRequestListener.java +++ b/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperRequestListener.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.fresco; import com.facebook.imagepipeline.debug.DebugImageTracker; diff --git a/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/objecthelper/FlipperObjectHelper.java b/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/objecthelper/FlipperObjectHelper.java index 46a22006f..de1bdd0fe 100644 --- a/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/objecthelper/FlipperObjectHelper.java +++ b/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/objecthelper/FlipperObjectHelper.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.fresco.objecthelper; import static com.facebook.flipper.plugins.inspector.InspectorValue.Type.Color; diff --git a/android/plugins/leakcanary/build.gradle b/android/plugins/leakcanary/build.gradle index b284bf071..89fb38a40 100644 --- a/android/plugins/leakcanary/build.gradle +++ b/android/plugins/leakcanary/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/plugins/leakcanary/src/main/java/com/facebook/flipper/plugins/leakcanary/LeakCanaryFlipperPlugin.java b/android/plugins/leakcanary/src/main/java/com/facebook/flipper/plugins/leakcanary/LeakCanaryFlipperPlugin.java index e5e389da7..015e9cb0b 100644 --- a/android/plugins/leakcanary/src/main/java/com/facebook/flipper/plugins/leakcanary/LeakCanaryFlipperPlugin.java +++ b/android/plugins/leakcanary/src/main/java/com/facebook/flipper/plugins/leakcanary/LeakCanaryFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.leakcanary; import android.util.Log; diff --git a/android/plugins/leakcanary/src/main/java/com/facebook/flipper/plugins/leakcanary/RecordLeakService.java b/android/plugins/leakcanary/src/main/java/com/facebook/flipper/plugins/leakcanary/RecordLeakService.java index b1668d86f..e8a9a5537 100644 --- a/android/plugins/leakcanary/src/main/java/com/facebook/flipper/plugins/leakcanary/RecordLeakService.java +++ b/android/plugins/leakcanary/src/main/java/com/facebook/flipper/plugins/leakcanary/RecordLeakService.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.leakcanary; import static com.squareup.leakcanary.LeakCanary.leakInfo; diff --git a/android/plugins/litho/build.gradle b/android/plugins/litho/build.gradle index 85ca9e9b4..3d3f37dbb 100644 --- a/android/plugins/litho/build.gradle +++ b/android/plugins/litho/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DataUtils.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DataUtils.java index 680187e7b..23032ccca 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DataUtils.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DataUtils.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; import static com.facebook.flipper.plugins.inspector.InspectorValue.Type.Color; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DebugComponentDescriptor.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DebugComponentDescriptor.java index 1bffc1212..9c88b8ac3 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DebugComponentDescriptor.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DebugComponentDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; import static com.facebook.flipper.plugins.inspector.InspectorValue.Type.Enum; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DebugSectionDescriptor.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DebugSectionDescriptor.java index 5c7c55097..b10c809c9 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DebugSectionDescriptor.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/DebugSectionDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; import android.graphics.Rect; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/GenerateLithoAccessibilityRenderExtensionCommand.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/GenerateLithoAccessibilityRenderExtensionCommand.java index f5322c0ed..fd73191ae 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/GenerateLithoAccessibilityRenderExtensionCommand.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/GenerateLithoAccessibilityRenderExtensionCommand.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; import android.view.View; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoFlipperDescriptors.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoFlipperDescriptors.java index 826de8c1a..64490b7a1 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoFlipperDescriptors.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoFlipperDescriptors.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; import com.facebook.flipper.plugins.inspector.DescriptorMapping; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoRecyclerViewDescriptor.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoRecyclerViewDescriptor.java index b2818d3fc..c074d0508 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoRecyclerViewDescriptor.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoRecyclerViewDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; import android.view.View; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoViewDescriptor.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoViewDescriptor.java index f108a879c..34b0de0e0 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoViewDescriptor.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/LithoViewDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; import android.graphics.Rect; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/PropWithDescription.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/PropWithDescription.java index 00277ee66..f29e2c8bc 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/PropWithDescription.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/PropWithDescription.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; public interface PropWithDescription { diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/PropWithInspectorSection.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/PropWithInspectorSection.java index 92b564282..6f1dcbf31 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/PropWithInspectorSection.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/litho/PropWithInspectorSection.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.litho; import java.util.AbstractMap; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/sections/ChangesetDebug.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/sections/ChangesetDebug.java index ae84e3de8..8c44fbf82 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/sections/ChangesetDebug.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/sections/ChangesetDebug.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.sections; import android.annotation.SuppressLint; diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/sections/SectionsFlipperPlugin.java b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/sections/SectionsFlipperPlugin.java index c38d59aaf..cfe36f6df 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/sections/SectionsFlipperPlugin.java +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/sections/SectionsFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.sections; import com.facebook.flipper.core.FlipperArray; diff --git a/android/plugins/litho/src/test/java/com/facebook/flipper/plugins/sections/SectionsFlipperPluginTest.java b/android/plugins/litho/src/test/java/com/facebook/flipper/plugins/sections/SectionsFlipperPluginTest.java index 234fab222..5015baf94 100644 --- a/android/plugins/litho/src/test/java/com/facebook/flipper/plugins/sections/SectionsFlipperPluginTest.java +++ b/android/plugins/litho/src/test/java/com/facebook/flipper/plugins/sections/SectionsFlipperPluginTest.java @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * Copyright (c) Facebook, Inc. and its affiliates. * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.sections; import com.facebook.flipper.testing.FlipperConnectionMock; diff --git a/android/plugins/network/build.gradle b/android/plugins/network/build.gradle index dfe949ee3..c74830c6c 100644 --- a/android/plugins/network/build.gradle +++ b/android/plugins/network/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/FlipperOkhttpInterceptor.java b/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/FlipperOkhttpInterceptor.java index 617c8a543..c1d74c004 100644 --- a/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/FlipperOkhttpInterceptor.java +++ b/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/FlipperOkhttpInterceptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.network; import com.facebook.flipper.plugins.network.NetworkReporter.RequestInfo; diff --git a/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkFlipperPlugin.java b/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkFlipperPlugin.java index 87c1ce485..357b89855 100644 --- a/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkFlipperPlugin.java +++ b/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.network; import android.util.Base64; diff --git a/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkReporter.java b/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkReporter.java index 185fa8c25..6aab7f247 100644 --- a/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkReporter.java +++ b/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkReporter.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.network; import java.util.ArrayList; diff --git a/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkResponseFormatter.java b/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkResponseFormatter.java index ff6a13cf0..fa629020e 100644 --- a/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkResponseFormatter.java +++ b/android/plugins/network/src/main/java/com/facebook/flipper/plugins/network/NetworkResponseFormatter.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.network; import com.facebook.flipper.plugins.network.NetworkReporter.ResponseInfo; diff --git a/android/sample/build.gradle b/android/sample/build.gradle index e0ba7fc0d..a7d231416 100644 --- a/android/sample/build.gradle +++ b/android/sample/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.application' diff --git a/android/sample/src/androidTest/java/com/facebook/flipper/sample/MainActivityTest.java b/android/sample/src/androidTest/java/com/facebook/flipper/sample/MainActivityTest.java index e5c5c6833..c950ea291 100644 --- a/android/sample/src/androidTest/java/com/facebook/flipper/sample/MainActivityTest.java +++ b/android/sample/src/androidTest/java/com/facebook/flipper/sample/MainActivityTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import androidx.test.filters.LargeTest; diff --git a/android/sample/src/debug/java/com/facebook/flipper/connectivitytest/ConnectionTestActivity.java b/android/sample/src/debug/java/com/facebook/flipper/connectivitytest/ConnectionTestActivity.java index fc2f6b7b2..7f4af0fce 100644 --- a/android/sample/src/debug/java/com/facebook/flipper/connectivitytest/ConnectionTestActivity.java +++ b/android/sample/src/debug/java/com/facebook/flipper/connectivitytest/ConnectionTestActivity.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.connectivitytest; import android.os.Bundle; diff --git a/android/sample/src/debug/java/com/facebook/flipper/connectivitytest/ConnectionTestPlugin.java b/android/sample/src/debug/java/com/facebook/flipper/connectivitytest/ConnectionTestPlugin.java index 7662feda7..a4ce3ee9d 100644 --- a/android/sample/src/debug/java/com/facebook/flipper/connectivitytest/ConnectionTestPlugin.java +++ b/android/sample/src/debug/java/com/facebook/flipper/connectivitytest/ConnectionTestPlugin.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.connectivitytest; import android.app.Activity; diff --git a/android/sample/src/debug/java/com/facebook/flipper/plugins/example/ExampleFlipperPlugin.java b/android/sample/src/debug/java/com/facebook/flipper/plugins/example/ExampleFlipperPlugin.java index 25ce2e076..a394cc49e 100644 --- a/android/sample/src/debug/java/com/facebook/flipper/plugins/example/ExampleFlipperPlugin.java +++ b/android/sample/src/debug/java/com/facebook/flipper/plugins/example/ExampleFlipperPlugin.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.example; import android.app.Activity; diff --git a/android/sample/src/debug/java/com/facebook/flipper/sample/ExampleActions.java b/android/sample/src/debug/java/com/facebook/flipper/sample/ExampleActions.java index 4e4d68a38..7f240d26c 100644 --- a/android/sample/src/debug/java/com/facebook/flipper/sample/ExampleActions.java +++ b/android/sample/src/debug/java/com/facebook/flipper/sample/ExampleActions.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.util.Log; diff --git a/android/sample/src/debug/java/com/facebook/flipper/sample/FlipperInitializer.java b/android/sample/src/debug/java/com/facebook/flipper/sample/FlipperInitializer.java index 199823c39..1fe8af6c0 100644 --- a/android/sample/src/debug/java/com/facebook/flipper/sample/FlipperInitializer.java +++ b/android/sample/src/debug/java/com/facebook/flipper/sample/FlipperInitializer.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.content.Context; diff --git a/android/sample/src/main/java/com/facebook/flipper/sample/Database1Helper.java b/android/sample/src/main/java/com/facebook/flipper/sample/Database1Helper.java index 33251638f..8941a66be 100644 --- a/android/sample/src/main/java/com/facebook/flipper/sample/Database1Helper.java +++ b/android/sample/src/main/java/com/facebook/flipper/sample/Database1Helper.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.content.ContentValues; diff --git a/android/sample/src/main/java/com/facebook/flipper/sample/Database2Helper.java b/android/sample/src/main/java/com/facebook/flipper/sample/Database2Helper.java index 9a01578d4..3ef0ad83a 100644 --- a/android/sample/src/main/java/com/facebook/flipper/sample/Database2Helper.java +++ b/android/sample/src/main/java/com/facebook/flipper/sample/Database2Helper.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.content.ContentValues; diff --git a/android/sample/src/main/java/com/facebook/flipper/sample/DeepLinkActivity.java b/android/sample/src/main/java/com/facebook/flipper/sample/DeepLinkActivity.java index 3b66a5efb..69f052880 100644 --- a/android/sample/src/main/java/com/facebook/flipper/sample/DeepLinkActivity.java +++ b/android/sample/src/main/java/com/facebook/flipper/sample/DeepLinkActivity.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.os.Bundle; diff --git a/android/sample/src/main/java/com/facebook/flipper/sample/FlipperSampleApplication.java b/android/sample/src/main/java/com/facebook/flipper/sample/FlipperSampleApplication.java index c00bcec8e..2722def8b 100644 --- a/android/sample/src/main/java/com/facebook/flipper/sample/FlipperSampleApplication.java +++ b/android/sample/src/main/java/com/facebook/flipper/sample/FlipperSampleApplication.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.app.Application; diff --git a/android/sample/src/main/java/com/facebook/flipper/sample/MainActivity.java b/android/sample/src/main/java/com/facebook/flipper/sample/MainActivity.java index b360dd71d..227453177 100644 --- a/android/sample/src/main/java/com/facebook/flipper/sample/MainActivity.java +++ b/android/sample/src/main/java/com/facebook/flipper/sample/MainActivity.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.os.Bundle; diff --git a/android/sample/src/main/java/com/facebook/flipper/sample/RootComponentSpec.java b/android/sample/src/main/java/com/facebook/flipper/sample/RootComponentSpec.java index 76651b27a..85db9fa82 100644 --- a/android/sample/src/main/java/com/facebook/flipper/sample/RootComponentSpec.java +++ b/android/sample/src/main/java/com/facebook/flipper/sample/RootComponentSpec.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.content.Intent; diff --git a/android/sample/src/main/java/com/facebook/flipper/sample/network/NetworkClient.java b/android/sample/src/main/java/com/facebook/flipper/sample/network/NetworkClient.java index d4ae05440..66102bb26 100644 --- a/android/sample/src/main/java/com/facebook/flipper/sample/network/NetworkClient.java +++ b/android/sample/src/main/java/com/facebook/flipper/sample/network/NetworkClient.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample.network; import okhttp3.OkHttpClient; diff --git a/android/sample/src/release/java/com/facebook/flipper/plugins/example/ExampleFlipperPlugin.java b/android/sample/src/release/java/com/facebook/flipper/plugins/example/ExampleFlipperPlugin.java index e244ffaf2..90a6fa65c 100644 --- a/android/sample/src/release/java/com/facebook/flipper/plugins/example/ExampleFlipperPlugin.java +++ b/android/sample/src/release/java/com/facebook/flipper/plugins/example/ExampleFlipperPlugin.java @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * Copyright (c) Facebook, Inc. and its affiliates. * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.example; import android.app.Activity; diff --git a/android/sample/src/release/java/com/facebook/flipper/sample/ExampleActions.java b/android/sample/src/release/java/com/facebook/flipper/sample/ExampleActions.java index e2629bf39..aa6ed8f3f 100644 --- a/android/sample/src/release/java/com/facebook/flipper/sample/ExampleActions.java +++ b/android/sample/src/release/java/com/facebook/flipper/sample/ExampleActions.java @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * Copyright (c) Facebook, Inc. and its affiliates. * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import okhttp3.OkHttpClient; diff --git a/android/sample/src/release/java/com/facebook/flipper/sample/FlipperInitializer.java b/android/sample/src/release/java/com/facebook/flipper/sample/FlipperInitializer.java index 734776116..9148da821 100644 --- a/android/sample/src/release/java/com/facebook/flipper/sample/FlipperInitializer.java +++ b/android/sample/src/release/java/com/facebook/flipper/sample/FlipperInitializer.java @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * Copyright (c) Facebook, Inc. and its affiliates. * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.sample; import android.content.Context; diff --git a/android/sample/src/test/java/com/facebook/flipper/plugins/example/ExampleFlipperPluginTest.java b/android/sample/src/test/java/com/facebook/flipper/plugins/example/ExampleFlipperPluginTest.java index a7aa4a0ab..df9d0ed14 100644 --- a/android/sample/src/test/java/com/facebook/flipper/plugins/example/ExampleFlipperPluginTest.java +++ b/android/sample/src/test/java/com/facebook/flipper/plugins/example/ExampleFlipperPluginTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.example; import static org.hamcrest.CoreMatchers.hasItem; diff --git a/android/sample/src/test/java/com/facebook/flipper/plugins/example/TestApplication.java b/android/sample/src/test/java/com/facebook/flipper/plugins/example/TestApplication.java index ad0786ca0..f9fdfbec4 100644 --- a/android/sample/src/test/java/com/facebook/flipper/plugins/example/TestApplication.java +++ b/android/sample/src/test/java/com/facebook/flipper/plugins/example/TestApplication.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.example; import android.app.Application; diff --git a/android/src/main/cpp/sonar.cpp b/android/src/main/cpp/sonar.cpp index 40b138a95..debf34b77 100644 --- a/android/src/main/cpp/sonar.cpp +++ b/android/src/main/cpp/sonar.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include #ifdef FLIPPER_OSS diff --git a/android/src/main/java/com/facebook/common/memory/manager/DebugMemoryManager.java b/android/src/main/java/com/facebook/common/memory/manager/DebugMemoryManager.java index 60bd01de0..8572ea184 100644 --- a/android/src/main/java/com/facebook/common/memory/manager/DebugMemoryManager.java +++ b/android/src/main/java/com/facebook/common/memory/manager/DebugMemoryManager.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.common.memory.manager; public interface DebugMemoryManager { diff --git a/android/src/main/java/com/facebook/common/memory/manager/NoOpDebugMemoryManager.java b/android/src/main/java/com/facebook/common/memory/manager/NoOpDebugMemoryManager.java index d6c918241..d7d5af722 100644 --- a/android/src/main/java/com/facebook/common/memory/manager/NoOpDebugMemoryManager.java +++ b/android/src/main/java/com/facebook/common/memory/manager/NoOpDebugMemoryManager.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.common.memory.manager; public class NoOpDebugMemoryManager implements DebugMemoryManager { diff --git a/android/src/main/java/com/facebook/flipper/android/AndroidFlipperClient.java b/android/src/main/java/com/facebook/flipper/android/AndroidFlipperClient.java index e26db518a..fbb5d950d 100644 --- a/android/src/main/java/com/facebook/flipper/android/AndroidFlipperClient.java +++ b/android/src/main/java/com/facebook/flipper/android/AndroidFlipperClient.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import android.content.Context; diff --git a/android/src/main/java/com/facebook/flipper/android/EventBase.java b/android/src/main/java/com/facebook/flipper/android/EventBase.java index 8190a8793..8a090dac6 100644 --- a/android/src/main/java/com/facebook/flipper/android/EventBase.java +++ b/android/src/main/java/com/facebook/flipper/android/EventBase.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import com.facebook.flipper.BuildConfig; diff --git a/android/src/main/java/com/facebook/flipper/android/FlipperClientImpl.java b/android/src/main/java/com/facebook/flipper/android/FlipperClientImpl.java index 2b182c723..d04e162d8 100644 --- a/android/src/main/java/com/facebook/flipper/android/FlipperClientImpl.java +++ b/android/src/main/java/com/facebook/flipper/android/FlipperClientImpl.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import com.facebook.flipper.BuildConfig; diff --git a/android/src/main/java/com/facebook/flipper/android/FlipperConnectionImpl.java b/android/src/main/java/com/facebook/flipper/android/FlipperConnectionImpl.java index 9e226096b..31e9d318c 100644 --- a/android/src/main/java/com/facebook/flipper/android/FlipperConnectionImpl.java +++ b/android/src/main/java/com/facebook/flipper/android/FlipperConnectionImpl.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import com.facebook.flipper.BuildConfig; diff --git a/android/src/main/java/com/facebook/flipper/android/FlipperProps.java b/android/src/main/java/com/facebook/flipper/android/FlipperProps.java index be011d406..1b447b543 100644 --- a/android/src/main/java/com/facebook/flipper/android/FlipperProps.java +++ b/android/src/main/java/com/facebook/flipper/android/FlipperProps.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import android.util.Log; diff --git a/android/src/main/java/com/facebook/flipper/android/FlipperResponderImpl.java b/android/src/main/java/com/facebook/flipper/android/FlipperResponderImpl.java index a0e990c29..89137ee08 100644 --- a/android/src/main/java/com/facebook/flipper/android/FlipperResponderImpl.java +++ b/android/src/main/java/com/facebook/flipper/android/FlipperResponderImpl.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import com.facebook.flipper.BuildConfig; diff --git a/android/src/main/java/com/facebook/flipper/android/FlipperThread.java b/android/src/main/java/com/facebook/flipper/android/FlipperThread.java index ac5766ca7..e096c607e 100644 --- a/android/src/main/java/com/facebook/flipper/android/FlipperThread.java +++ b/android/src/main/java/com/facebook/flipper/android/FlipperThread.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import android.os.Process; diff --git a/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticActivity.java b/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticActivity.java index a81e5b58a..58610cbec 100644 --- a/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticActivity.java +++ b/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticActivity.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android.diagnostics; import android.os.Bundle; diff --git a/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticFragment.java b/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticFragment.java index 172ae98d3..f4cd4e309 100644 --- a/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticFragment.java +++ b/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticFragment.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android.diagnostics; import android.annotation.SuppressLint; diff --git a/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticReportListener.java b/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticReportListener.java index e4b7fc280..eb6d3b1e5 100644 --- a/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticReportListener.java +++ b/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticReportListener.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android.diagnostics; import com.facebook.flipper.core.FlipperClient; diff --git a/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticSummaryTextFilter.java b/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticSummaryTextFilter.java index 4c3489e54..148209de2 100644 --- a/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticSummaryTextFilter.java +++ b/android/src/main/java/com/facebook/flipper/android/diagnostics/FlipperDiagnosticSummaryTextFilter.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android.diagnostics; public interface FlipperDiagnosticSummaryTextFilter { diff --git a/android/src/main/java/com/facebook/flipper/android/utils/FlipperUtils.java b/android/src/main/java/com/facebook/flipper/android/utils/FlipperUtils.java index 5ed15d2f8..7cf2f0072 100644 --- a/android/src/main/java/com/facebook/flipper/android/utils/FlipperUtils.java +++ b/android/src/main/java/com/facebook/flipper/android/utils/FlipperUtils.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android.utils; import android.app.ActivityManager; diff --git a/android/src/main/java/com/facebook/flipper/core/ErrorReportingRunnable.java b/android/src/main/java/com/facebook/flipper/core/ErrorReportingRunnable.java index 4a4a0cfad..728ce8da4 100644 --- a/android/src/main/java/com/facebook/flipper/core/ErrorReportingRunnable.java +++ b/android/src/main/java/com/facebook/flipper/core/ErrorReportingRunnable.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; import java.io.PrintWriter; diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperArray.java b/android/src/main/java/com/facebook/flipper/core/FlipperArray.java index fadd977cf..fc0ccf416 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperArray.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperArray.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; import java.util.ArrayList; diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperClient.java b/android/src/main/java/com/facebook/flipper/core/FlipperClient.java index 50b2a0057..311bd47af 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperClient.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperClient.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; import javax.annotation.Nullable; diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperConnection.java b/android/src/main/java/com/facebook/flipper/core/FlipperConnection.java index cecca73fb..f187976ab 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperConnection.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperConnection.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; /** diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperDynamic.java b/android/src/main/java/com/facebook/flipper/core/FlipperDynamic.java index 38d7f7a01..a676c3893 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperDynamic.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperDynamic.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; import javax.annotation.Nullable; diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperObject.java b/android/src/main/java/com/facebook/flipper/core/FlipperObject.java index 73eeed485..057d28b7f 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperObject.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperObject.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; import java.util.Arrays; diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperPlugin.java b/android/src/main/java/com/facebook/flipper/core/FlipperPlugin.java index c06a9cc47..42bfe5058 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperPlugin.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; /** diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperReceiver.java b/android/src/main/java/com/facebook/flipper/core/FlipperReceiver.java index dc89ed303..e3ece7c80 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperReceiver.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperReceiver.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; /** diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperResponder.java b/android/src/main/java/com/facebook/flipper/core/FlipperResponder.java index 841ae05e3..ddc8c49ca 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperResponder.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperResponder.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; /** diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperStateUpdateListener.java b/android/src/main/java/com/facebook/flipper/core/FlipperStateUpdateListener.java index 2700ecc36..08fdf27d4 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperStateUpdateListener.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperStateUpdateListener.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; public interface FlipperStateUpdateListener { diff --git a/android/src/main/java/com/facebook/flipper/core/FlipperValue.java b/android/src/main/java/com/facebook/flipper/core/FlipperValue.java index 9a44e829d..76f998d6c 100644 --- a/android/src/main/java/com/facebook/flipper/core/FlipperValue.java +++ b/android/src/main/java/com/facebook/flipper/core/FlipperValue.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; public interface FlipperValue { diff --git a/android/src/main/java/com/facebook/flipper/core/StateElement.java b/android/src/main/java/com/facebook/flipper/core/StateElement.java index 5a80d0721..8bf84b2a2 100644 --- a/android/src/main/java/com/facebook/flipper/core/StateElement.java +++ b/android/src/main/java/com/facebook/flipper/core/StateElement.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; public class StateElement { diff --git a/android/src/main/java/com/facebook/flipper/core/StateSummary.java b/android/src/main/java/com/facebook/flipper/core/StateSummary.java index 8ae249dd1..d4644d274 100644 --- a/android/src/main/java/com/facebook/flipper/core/StateSummary.java +++ b/android/src/main/java/com/facebook/flipper/core/StateSummary.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.core; import java.util.ArrayList; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/NativePlugin.java b/android/src/main/java/com/facebook/flipper/nativeplugins/NativePlugin.java index df86b79d4..b1e89a740 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/NativePlugin.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/NativePlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins; public interface NativePlugin { diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/NativePluginRegistry.java b/android/src/main/java/com/facebook/flipper/nativeplugins/NativePluginRegistry.java index 0e80aadba..a38ca3866 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/NativePluginRegistry.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/NativePluginRegistry.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins; import com.facebook.flipper.core.FlipperClient; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/RawNativePlugin.java b/android/src/main/java/com/facebook/flipper/nativeplugins/RawNativePlugin.java index 7a147531a..20ddc4680 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/RawNativePlugin.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/RawNativePlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins; import com.facebook.flipper.core.FlipperPlugin; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/components/JsonSection.java b/android/src/main/java/com/facebook/flipper/nativeplugins/components/JsonSection.java index 4ed4ad3ac..dfbc129fd 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/components/JsonSection.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/components/JsonSection.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.components; import com.facebook.flipper.core.FlipperObject; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/components/Sidebar.java b/android/src/main/java/com/facebook/flipper/nativeplugins/components/Sidebar.java index 328896047..7acbec9a3 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/components/Sidebar.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/components/Sidebar.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.components; import com.facebook.flipper.core.FlipperArray; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/components/ToolbarSection.java b/android/src/main/java/com/facebook/flipper/nativeplugins/components/ToolbarSection.java index 48416c3cd..a7406a176 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/components/ToolbarSection.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/components/ToolbarSection.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.components; import com.facebook.flipper.core.FlipperArray; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/components/UISection.java b/android/src/main/java/com/facebook/flipper/nativeplugins/components/UISection.java index adb5701f9..6c756dc9d 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/components/UISection.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/components/UISection.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.components; import com.facebook.flipper.core.FlipperObject; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/table/Column.java b/android/src/main/java/com/facebook/flipper/nativeplugins/table/Column.java index dfcb82486..c8bcee44b 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/table/Column.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/table/Column.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; public class Column { diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/table/QueryableTableRowProvider.java b/android/src/main/java/com/facebook/flipper/nativeplugins/table/QueryableTableRowProvider.java index 886b6184c..aff3ca8e2 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/table/QueryableTableRowProvider.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/table/QueryableTableRowProvider.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; import java.util.List; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableMetadata.java b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableMetadata.java index 8f366ba3b..c5d8f87f3 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableMetadata.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableMetadata.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; import androidx.annotation.Nullable; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TablePlugin.java b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TablePlugin.java index ee82240d6..44299b1a9 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TablePlugin.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TablePlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; import com.facebook.flipper.core.FlipperConnection; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRow.java b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRow.java index d3fd55680..a9e00e6f6 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRow.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRow.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; import com.facebook.flipper.core.FlipperObject; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRowDisplay.java b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRowDisplay.java index ea07950ac..52c86d893 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRowDisplay.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRowDisplay.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; import java.util.List; diff --git a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRowDisplayImpl.java b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRowDisplayImpl.java index af11272d9..58c0cdb14 100644 --- a/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRowDisplayImpl.java +++ b/android/src/main/java/com/facebook/flipper/nativeplugins/table/TableRowDisplayImpl.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; import com.facebook.flipper.core.FlipperArray; diff --git a/android/src/main/java/com/facebook/flipper/package-info.java b/android/src/main/java/com/facebook/flipper/package-info.java index 1cfd6344c..b9e1fc6fe 100644 --- a/android/src/main/java/com/facebook/flipper/package-info.java +++ b/android/src/main/java/com/facebook/flipper/package-info.java @@ -1,8 +1,9 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + @javax.annotation.ParametersAreNonnullByDefault package com.facebook.flipper; diff --git a/android/src/main/java/com/facebook/flipper/perflogger/FlipperPerfLogger.java b/android/src/main/java/com/facebook/flipper/perflogger/FlipperPerfLogger.java index 1c4983eda..7bda23987 100644 --- a/android/src/main/java/com/facebook/flipper/perflogger/FlipperPerfLogger.java +++ b/android/src/main/java/com/facebook/flipper/perflogger/FlipperPerfLogger.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.perflogger; public interface FlipperPerfLogger { diff --git a/android/src/main/java/com/facebook/flipper/perflogger/NoOpFlipperPerfLogger.java b/android/src/main/java/com/facebook/flipper/perflogger/NoOpFlipperPerfLogger.java index 27a458aaf..fe587b9b2 100644 --- a/android/src/main/java/com/facebook/flipper/perflogger/NoOpFlipperPerfLogger.java +++ b/android/src/main/java/com/facebook/flipper/perflogger/NoOpFlipperPerfLogger.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.perflogger; public class NoOpFlipperPerfLogger implements FlipperPerfLogger { diff --git a/android/src/main/java/com/facebook/flipper/plugins/common/BufferingFlipperPlugin.java b/android/src/main/java/com/facebook/flipper/plugins/common/BufferingFlipperPlugin.java index 30b457038..88797d21a 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/common/BufferingFlipperPlugin.java +++ b/android/src/main/java/com/facebook/flipper/plugins/common/BufferingFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.common; import com.facebook.flipper.core.FlipperConnection; diff --git a/android/src/main/java/com/facebook/flipper/plugins/common/MainThreadFlipperReceiver.java b/android/src/main/java/com/facebook/flipper/plugins/common/MainThreadFlipperReceiver.java index 364717ec8..b5002ca24 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/common/MainThreadFlipperReceiver.java +++ b/android/src/main/java/com/facebook/flipper/plugins/common/MainThreadFlipperReceiver.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.common; import android.os.Handler; diff --git a/android/src/main/java/com/facebook/flipper/plugins/common/RingBuffer.java b/android/src/main/java/com/facebook/flipper/plugins/common/RingBuffer.java index bc5ada785..9054cc8b9 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/common/RingBuffer.java +++ b/android/src/main/java/com/facebook/flipper/plugins/common/RingBuffer.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.common; import java.util.LinkedList; diff --git a/android/src/main/java/com/facebook/flipper/plugins/crashreporter/CrashReporterPlugin.java b/android/src/main/java/com/facebook/flipper/plugins/crashreporter/CrashReporterPlugin.java index fe203e6c0..5bd5060e3 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/crashreporter/CrashReporterPlugin.java +++ b/android/src/main/java/com/facebook/flipper/plugins/crashreporter/CrashReporterPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.crashreporter; import android.app.Activity; diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabaseDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabaseDescriptor.java index 3366219d2..f0efeb0df 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabaseDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabaseDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases; /** diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabaseDriver.java b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabaseDriver.java index 3ef0a2ac5..5fa1aa938 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabaseDriver.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabaseDriver.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases; import android.content.Context; diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesErrorCodes.java b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesErrorCodes.java index c5c0960e4..95baa0ff5 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesErrorCodes.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesErrorCodes.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases; public class DatabasesErrorCodes { diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesFlipperPlugin.java b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesFlipperPlugin.java index 12a8692a7..388770c7c 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesFlipperPlugin.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases; import android.content.Context; diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesManager.java b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesManager.java index b34deba13..5e87eca40 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesManager.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/DatabasesManager.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases; import android.util.SparseArray; diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/ObjectMapper.java b/android/src/main/java/com/facebook/flipper/plugins/databases/ObjectMapper.java index 4b5b444e4..72aa17f51 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/ObjectMapper.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/ObjectMapper.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases; import android.text.TextUtils; diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseConnectionProvider.java b/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseConnectionProvider.java index 0558cb812..cf860aa6c 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseConnectionProvider.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseConnectionProvider.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases.impl; import android.database.sqlite.SQLiteDatabase; diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseDriver.java b/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseDriver.java index aad0f96d5..a3f8e6278 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseDriver.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseDriver.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases.impl; import android.content.Context; diff --git a/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseProvider.java b/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseProvider.java index fa91c90bc..bab91ff16 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseProvider.java +++ b/android/src/main/java/com/facebook/flipper/plugins/databases/impl/SqliteDatabaseProvider.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases.impl; import java.io.File; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/ApplicationWrapper.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/ApplicationWrapper.java index 6cf97672d..2044657c1 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/ApplicationWrapper.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/ApplicationWrapper.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import android.app.Activity; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/BoundsDrawable.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/BoundsDrawable.java index 564730063..ba7ea2c5d 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/BoundsDrawable.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/BoundsDrawable.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import android.graphics.Canvas; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/DescriptorMapping.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/DescriptorMapping.java index 530e94b7d..b41299bc7 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/DescriptorMapping.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/DescriptorMapping.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import android.app.Activity; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/HiddenNode.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/HiddenNode.java index 9447c617a..002ed1f63 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/HiddenNode.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/HiddenNode.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; /** Marker interface to identify nodes which should not be traversed. */ diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/HighlightedOverlay.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/HighlightedOverlay.java index adbced86f..2b4bfe6b3 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/HighlightedOverlay.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/HighlightedOverlay.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import android.graphics.Rect; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorFlipperPlugin.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorFlipperPlugin.java index 8b459003b..8bc3af71e 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorFlipperPlugin.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import android.app.Application; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorValue.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorValue.java index b8eeffe8f..0f6c66636 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorValue.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorValue.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import com.facebook.flipper.core.FlipperObject; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/LinesDrawable.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/LinesDrawable.java index 6c2875933..f83fe0280 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/LinesDrawable.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/LinesDrawable.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import android.graphics.Canvas; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/Named.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/Named.java index 6de888e68..3086fe180 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/Named.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/Named.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; public class Named { diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/NodeDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/NodeDescriptor.java index 6949700c6..9fca55112 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/NodeDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/NodeDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import androidx.annotation.Nullable; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/ObjectTracker.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/ObjectTracker.java index 93f85baab..95801b543 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/ObjectTracker.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/ObjectTracker.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import java.lang.ref.SoftReference; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/SearchResultNode.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/SearchResultNode.java index 1d7a71b72..e94707b0f 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/SearchResultNode.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/SearchResultNode.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import androidx.annotation.Nullable; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/SelfRegisteringNodeDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/SelfRegisteringNodeDescriptor.java index 15a5e95b4..a9788172c 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/SelfRegisteringNodeDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/SelfRegisteringNodeDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; public abstract class SelfRegisteringNodeDescriptor extends NodeDescriptor { diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/Touch.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/Touch.java index 75386206b..f0ca8a381 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/Touch.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/Touch.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; /** diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ActivityDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ActivityDescriptor.java index 5dbb56c16..1d44cb0aa 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ActivityDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ActivityDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.app.Activity; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ApplicationDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ApplicationDescriptor.java index 8c0801e33..4942fd179 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ApplicationDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ApplicationDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.app.Activity; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DialogDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DialogDescriptor.java index 745f1087f..89fca2f29 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DialogDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DialogDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.app.Dialog; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DialogFragmentDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DialogFragmentDescriptor.java index 079f11bc4..e06717400 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DialogFragmentDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DialogFragmentDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.app.Dialog; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DrawableDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DrawableDescriptor.java index a7a9c6389..91c817739 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DrawableDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/DrawableDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.graphics.Rect; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/FragmentDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/FragmentDescriptor.java index 72a42ce89..6b8be822a 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/FragmentDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/FragmentDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.app.Fragment; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ObjectDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ObjectDescriptor.java index b341ec571..f3150075c 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ObjectDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ObjectDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import com.facebook.flipper.core.FlipperDynamic; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/SupportDialogFragmentDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/SupportDialogFragmentDescriptor.java index 97ddb7d58..bca93ee0a 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/SupportDialogFragmentDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/SupportDialogFragmentDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.app.Dialog; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/SupportFragmentDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/SupportFragmentDescriptor.java index 2b6c5ee92..5b474a3cd 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/SupportFragmentDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/SupportFragmentDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.os.Bundle; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/TextViewDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/TextViewDescriptor.java index 75be40ed8..a2c2f86d3 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/TextViewDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/TextViewDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import static com.facebook.flipper.plugins.inspector.InspectorValue.Type.Color; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ViewDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ViewDescriptor.java index c2779a49f..4401b2d3a 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ViewDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ViewDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import static com.facebook.flipper.plugins.inspector.InspectorValue.Type.Color; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ViewGroupDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ViewGroupDescriptor.java index 85f6d9710..4aacf3cd8 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ViewGroupDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/ViewGroupDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import static androidx.core.view.ViewGroupCompat.LAYOUT_MODE_CLIP_BOUNDS; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/WindowDescriptor.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/WindowDescriptor.java index 561f65d2a..fdccc31d5 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/WindowDescriptor.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/WindowDescriptor.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import android.view.View; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityEvaluationUtil.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityEvaluationUtil.java index d6a1dbfd7..4283aaf16 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityEvaluationUtil.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityEvaluationUtil.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors.utils; import android.graphics.Rect; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityRoleUtil.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityRoleUtil.java index 39b03b945..cfee93aa0 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityRoleUtil.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityRoleUtil.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors.utils; import android.view.View; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityUtil.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityUtil.java index 7000db829..6570c35a8 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityUtil.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AccessibilityUtil.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors.utils; import static android.content.Context.ACCESSIBILITY_SERVICE; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AndroidRootResolver.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AndroidRootResolver.java index d0e88a444..adbe5d526 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AndroidRootResolver.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/AndroidRootResolver.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors.utils; import static android.view.WindowManager.LayoutParams; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/EnumMapping.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/EnumMapping.java index 3c9eaca72..95ed3de6b 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/EnumMapping.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/EnumMapping.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors.utils; import static com.facebook.flipper.plugins.inspector.InspectorValue.Type.Enum; diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/ViewAccessibilityHelper.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/ViewAccessibilityHelper.java index 363f585dd..37e11cf26 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/ViewAccessibilityHelper.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/ViewAccessibilityHelper.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors.utils; import android.view.View; diff --git a/android/src/main/java/com/facebook/flipper/plugins/navigation/NavigationFlipperPlugin.java b/android/src/main/java/com/facebook/flipper/plugins/navigation/NavigationFlipperPlugin.java index f4ca3bdd4..28a0c5c66 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/navigation/NavigationFlipperPlugin.java +++ b/android/src/main/java/com/facebook/flipper/plugins/navigation/NavigationFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.navigation; import androidx.annotation.Nullable; diff --git a/android/src/main/java/com/facebook/flipper/plugins/react/ReactFlipperPlugin.java b/android/src/main/java/com/facebook/flipper/plugins/react/ReactFlipperPlugin.java index 914198d80..6b5305921 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/react/ReactFlipperPlugin.java +++ b/android/src/main/java/com/facebook/flipper/plugins/react/ReactFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.react; import androidx.annotation.Nullable; diff --git a/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPlugin.java b/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPlugin.java index 881affcd0..c55639524 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPlugin.java +++ b/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.sandbox; import com.facebook.flipper.core.FlipperArray; diff --git a/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPluginStrategy.java b/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPluginStrategy.java index a42897fcd..2bc5ed78a 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPluginStrategy.java +++ b/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPluginStrategy.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.sandbox; import java.util.Map; diff --git a/android/src/main/java/com/facebook/flipper/plugins/sharedpreferences/SharedPreferencesFlipperPlugin.java b/android/src/main/java/com/facebook/flipper/plugins/sharedpreferences/SharedPreferencesFlipperPlugin.java index 0cde0db9f..9ccc26da8 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/sharedpreferences/SharedPreferencesFlipperPlugin.java +++ b/android/src/main/java/com/facebook/flipper/plugins/sharedpreferences/SharedPreferencesFlipperPlugin.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.sharedpreferences; import static android.content.Context.MODE_PRIVATE; diff --git a/android/src/main/java/com/facebook/flipper/testing/FlipperConnectionMock.java b/android/src/main/java/com/facebook/flipper/testing/FlipperConnectionMock.java index 560e40250..aba85417d 100644 --- a/android/src/main/java/com/facebook/flipper/testing/FlipperConnectionMock.java +++ b/android/src/main/java/com/facebook/flipper/testing/FlipperConnectionMock.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.testing; import com.facebook.flipper.core.FlipperArray; diff --git a/android/src/main/java/com/facebook/flipper/testing/FlipperResponderMock.java b/android/src/main/java/com/facebook/flipper/testing/FlipperResponderMock.java index 36d6a822d..1daad1fe5 100644 --- a/android/src/main/java/com/facebook/flipper/testing/FlipperResponderMock.java +++ b/android/src/main/java/com/facebook/flipper/testing/FlipperResponderMock.java @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.testing; import com.facebook.flipper.core.FlipperArray; diff --git a/android/src/test/java/com/facebook/flipper/android/FlipperPropsTest.java b/android/src/test/java/com/facebook/flipper/android/FlipperPropsTest.java index d6fbc4310..e93406e76 100644 --- a/android/src/test/java/com/facebook/flipper/android/FlipperPropsTest.java +++ b/android/src/test/java/com/facebook/flipper/android/FlipperPropsTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.android; import static org.junit.Assert.assertEquals; diff --git a/android/src/test/java/com/facebook/flipper/nativeplugins/table/MockTablePlugin.java b/android/src/test/java/com/facebook/flipper/nativeplugins/table/MockTablePlugin.java index 7164504d1..a0474d3cf 100644 --- a/android/src/test/java/com/facebook/flipper/nativeplugins/table/MockTablePlugin.java +++ b/android/src/test/java/com/facebook/flipper/nativeplugins/table/MockTablePlugin.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; public class MockTablePlugin extends TablePlugin { diff --git a/android/src/test/java/com/facebook/flipper/nativeplugins/table/MockTableRow.java b/android/src/test/java/com/facebook/flipper/nativeplugins/table/MockTableRow.java index 9fc72fcdc..bc0449431 100644 --- a/android/src/test/java/com/facebook/flipper/nativeplugins/table/MockTableRow.java +++ b/android/src/test/java/com/facebook/flipper/nativeplugins/table/MockTableRow.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; import com.facebook.flipper.nativeplugins.components.Sidebar; diff --git a/android/src/test/java/com/facebook/flipper/nativeplugins/table/TableMetadataTestUtils.java b/android/src/test/java/com/facebook/flipper/nativeplugins/table/TableMetadataTestUtils.java index fcc15da17..f1c1c9e41 100644 --- a/android/src/test/java/com/facebook/flipper/nativeplugins/table/TableMetadataTestUtils.java +++ b/android/src/test/java/com/facebook/flipper/nativeplugins/table/TableMetadataTestUtils.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; public class TableMetadataTestUtils { diff --git a/android/src/test/java/com/facebook/flipper/nativeplugins/table/TableRowDisplayImplTest.java b/android/src/test/java/com/facebook/flipper/nativeplugins/table/TableRowDisplayImplTest.java index 212ce3c99..10a078f9c 100644 --- a/android/src/test/java/com/facebook/flipper/nativeplugins/table/TableRowDisplayImplTest.java +++ b/android/src/test/java/com/facebook/flipper/nativeplugins/table/TableRowDisplayImplTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.nativeplugins.table; import static org.junit.Assert.assertEquals; diff --git a/android/src/test/java/com/facebook/flipper/plugins/common/MainThreadFlipperReceiverTest.java b/android/src/test/java/com/facebook/flipper/plugins/common/MainThreadFlipperReceiverTest.java index 05633f788..3233b6ff6 100644 --- a/android/src/test/java/com/facebook/flipper/plugins/common/MainThreadFlipperReceiverTest.java +++ b/android/src/test/java/com/facebook/flipper/plugins/common/MainThreadFlipperReceiverTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.common; import com.facebook.flipper.core.FlipperObject; diff --git a/android/src/test/java/com/facebook/flipper/plugins/databases/DatabasesFlipperPluginTest.java b/android/src/test/java/com/facebook/flipper/plugins/databases/DatabasesFlipperPluginTest.java index d88d879e1..0c27c0018 100644 --- a/android/src/test/java/com/facebook/flipper/plugins/databases/DatabasesFlipperPluginTest.java +++ b/android/src/test/java/com/facebook/flipper/plugins/databases/DatabasesFlipperPluginTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.databases; import static org.hamcrest.Matchers.hasItem; diff --git a/android/src/test/java/com/facebook/flipper/plugins/inspector/ApplicationWrapperTest.java b/android/src/test/java/com/facebook/flipper/plugins/inspector/ApplicationWrapperTest.java index 4e0bf5819..84e5cd354 100644 --- a/android/src/test/java/com/facebook/flipper/plugins/inspector/ApplicationWrapperTest.java +++ b/android/src/test/java/com/facebook/flipper/plugins/inspector/ApplicationWrapperTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import static org.hamcrest.CoreMatchers.equalTo; diff --git a/android/src/test/java/com/facebook/flipper/plugins/inspector/DescriptorMappingTest.java b/android/src/test/java/com/facebook/flipper/plugins/inspector/DescriptorMappingTest.java index 93cf66639..063d0e663 100644 --- a/android/src/test/java/com/facebook/flipper/plugins/inspector/DescriptorMappingTest.java +++ b/android/src/test/java/com/facebook/flipper/plugins/inspector/DescriptorMappingTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import static org.hamcrest.CoreMatchers.equalTo; diff --git a/android/src/test/java/com/facebook/flipper/plugins/inspector/InspectorFlipperPluginTest.java b/android/src/test/java/com/facebook/flipper/plugins/inspector/InspectorFlipperPluginTest.java index 34bf602b1..3e9bb43df 100644 --- a/android/src/test/java/com/facebook/flipper/plugins/inspector/InspectorFlipperPluginTest.java +++ b/android/src/test/java/com/facebook/flipper/plugins/inspector/InspectorFlipperPluginTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import static com.facebook.flipper.plugins.inspector.ThrowableMessageMatcher.hasThrowableWithMessage; diff --git a/android/src/test/java/com/facebook/flipper/plugins/inspector/ThrowableMessageMatcher.java b/android/src/test/java/com/facebook/flipper/plugins/inspector/ThrowableMessageMatcher.java index 37b21b4a0..c4082e3aa 100644 --- a/android/src/test/java/com/facebook/flipper/plugins/inspector/ThrowableMessageMatcher.java +++ b/android/src/test/java/com/facebook/flipper/plugins/inspector/ThrowableMessageMatcher.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector; import org.hamcrest.Description; diff --git a/android/src/test/java/com/facebook/flipper/plugins/inspector/descriptors/ViewGroupDescriptorTest.java b/android/src/test/java/com/facebook/flipper/plugins/inspector/descriptors/ViewGroupDescriptorTest.java index 49a7aaf86..149fdb60d 100644 --- a/android/src/test/java/com/facebook/flipper/plugins/inspector/descriptors/ViewGroupDescriptorTest.java +++ b/android/src/test/java/com/facebook/flipper/plugins/inspector/descriptors/ViewGroupDescriptorTest.java @@ -1,9 +1,10 @@ -/** +/* * Copyright (c) Facebook, Inc. and its affiliates. * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.inspector.descriptors; import static android.view.View.MeasureSpec.EXACTLY; diff --git a/android/src/test/java/com/facebook/flipper/plugins/navigation/NavigationFlipperPluginTest.java b/android/src/test/java/com/facebook/flipper/plugins/navigation/NavigationFlipperPluginTest.java index 6198c06d4..690fbf5a7 100644 --- a/android/src/test/java/com/facebook/flipper/plugins/navigation/NavigationFlipperPluginTest.java +++ b/android/src/test/java/com/facebook/flipper/plugins/navigation/NavigationFlipperPluginTest.java @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * Copyright (c) Facebook, Inc. and its affiliates. * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + package com.facebook.flipper.plugins.navigation; import static org.hamcrest.CoreMatchers.hasItem; diff --git a/android/third-party/build.gradle b/android/third-party/build.gradle index 379d91dbc..73203d2d3 100644 --- a/android/third-party/build.gradle +++ b/android/third-party/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/third-party/native.gradle b/android/third-party/native.gradle index 8062f7c53..ec5078601 100644 --- a/android/third-party/native.gradle +++ b/android/third-party/native.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ import org.apache.tools.ant.filters.ReplaceTokens diff --git a/android/third-party/overrides/DoubleConversion/build.gradle b/android/third-party/overrides/DoubleConversion/build.gradle index d52deff87..f8b0f4999 100644 --- a/android/third-party/overrides/DoubleConversion/build.gradle +++ b/android/third-party/overrides/DoubleConversion/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/third-party/overrides/Folly/build.gradle b/android/third-party/overrides/Folly/build.gradle index 7f003971d..44d98fe55 100644 --- a/android/third-party/overrides/Folly/build.gradle +++ b/android/third-party/overrides/Folly/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/third-party/overrides/LibEvent/build.gradle b/android/third-party/overrides/LibEvent/build.gradle index 019c3b121..3cc6bc75a 100644 --- a/android/third-party/overrides/LibEvent/build.gradle +++ b/android/third-party/overrides/LibEvent/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/third-party/overrides/OpenSSL/build.gradle b/android/third-party/overrides/OpenSSL/build.gradle index 374cfa561..2998c65ce 100644 --- a/android/third-party/overrides/OpenSSL/build.gradle +++ b/android/third-party/overrides/OpenSSL/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/third-party/overrides/RSocket/build.gradle b/android/third-party/overrides/RSocket/build.gradle index e102c3c04..5c56b5572 100644 --- a/android/third-party/overrides/RSocket/build.gradle +++ b/android/third-party/overrides/RSocket/build.gradle @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + apply plugin: 'com.android.library' android { diff --git a/android/third-party/overrides/glog/build.gradle b/android/third-party/overrides/glog/build.gradle index d52deff87..f8b0f4999 100644 --- a/android/third-party/overrides/glog/build.gradle +++ b/android/third-party/overrides/glog/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library' diff --git a/android/tutorial/build.gradle b/android/tutorial/build.gradle index 8fd52d626..dd491d1fa 100644 --- a/android/tutorial/build.gradle +++ b/android/tutorial/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.application' diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MainActivity.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MainActivity.kt index 53e53bd82..b443faeb4 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MainActivity.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MainActivity.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MarineMammal.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MarineMammal.kt index 72234ed00..acb97f986 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MarineMammal.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MarineMammal.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MarineMammals.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MarineMammals.kt index eaabc2756..4b8498d9e 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MarineMammals.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/MarineMammals.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/TutorialApplication.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/TutorialApplication.kt index 2ae5df585..d23c30b52 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/TutorialApplication.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/TutorialApplication.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/plugin/SeaMammalFlipperPlugin.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/plugin/SeaMammalFlipperPlugin.kt index 18db1f90b..35f53bc30 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/plugin/SeaMammalFlipperPlugin.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/plugin/SeaMammalFlipperPlugin.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial.plugin diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/FeedItemCardSpec.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/FeedItemCardSpec.kt index a75f7b6eb..cb431531d 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/FeedItemCardSpec.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/FeedItemCardSpec.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial.ui diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/FeedSectionSpec.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/FeedSectionSpec.kt index 6ecb1f48d..0483d25ff 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/FeedSectionSpec.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/FeedSectionSpec.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial.ui diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/MarineMammelComponentSpec.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/MarineMammelComponentSpec.kt index 4e9373c63..4a34153cf 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/MarineMammelComponentSpec.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/MarineMammelComponentSpec.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial.ui diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/RootComponentSpec.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/RootComponentSpec.kt index 46018dcdb..e7f42ba45 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/RootComponentSpec.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/RootComponentSpec.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial.ui diff --git a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/SingleImageComponentSpec.kt b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/SingleImageComponentSpec.kt index 5508998f5..1565935f1 100644 --- a/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/SingleImageComponentSpec.kt +++ b/android/tutorial/src/main/java/com/facebook/flipper/sample/tutorial/ui/SingleImageComponentSpec.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial.ui diff --git a/android/tutorial/src/test/java/com/facebook/flipper/sample/tutorial/ExampleUnitTest.kt b/android/tutorial/src/test/java/com/facebook/flipper/sample/tutorial/ExampleUnitTest.kt index 3d549eab9..dba030daa 100644 --- a/android/tutorial/src/test/java/com/facebook/flipper/sample/tutorial/ExampleUnitTest.kt +++ b/android/tutorial/src/test/java/com/facebook/flipper/sample/tutorial/ExampleUnitTest.kt @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.sample.tutorial diff --git a/flow-typed/flipper.js b/flow-typed/flipper.js index 0eaf97738..d0519d9c7 100644 --- a/flow-typed/flipper.js +++ b/flow-typed/flipper.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/flow-typed/npm/unicode-substring.js b/flow-typed/npm/unicode-substring.js index 8bba10d04..a7abb5443 100644 --- a/flow-typed/npm/unicode-substring.js +++ b/flow-typed/npm/unicode-substring.js @@ -1,10 +1,13 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow */ + declare module 'unicode-substring' { declare export default function unicodeSubstring( baseString: string, diff --git a/flow-typed/react.js b/flow-typed/react.js index b34c9ab39..9368a7cbe 100644 --- a/flow-typed/react.js +++ b/flow-typed/react.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/gradle.properties b/gradle.properties index 144980cdd..1b345d31d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. # POM publishing constants VERSION_NAME=0.25.1-SNAPSHOT diff --git a/gradle/android-maven-install.gradle b/gradle/android-maven-install.gradle index c4a5f0f00..a5e7b823c 100644 --- a/gradle/android-maven-install.gradle +++ b/gradle/android-maven-install.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ // Configure the Android maven publication diff --git a/gradle/android-tasks.gradle b/gradle/android-tasks.gradle index 27559f08a..8ecbab9a7 100644 --- a/gradle/android-tasks.gradle +++ b/gradle/android-tasks.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ import java.nio.file.Files diff --git a/gradle/bintray.gradle b/gradle/bintray.gradle index 9c5cdd66a..20262c13f 100644 --- a/gradle/bintray.gradle +++ b/gradle/bintray.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ // Upload to Bintray diff --git a/gradle/gradle-mvn-push.gradle b/gradle/gradle-mvn-push.gradle index b982c2b70..690d7dd07 100644 --- a/gradle/gradle-mvn-push.gradle +++ b/gradle/gradle-mvn-push.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'signing' diff --git a/gradle/release-bintray.gradle b/gradle/release-bintray.gradle index 693467e0b..e03809743 100644 --- a/gradle/release-bintray.gradle +++ b/gradle/release-bintray.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ // Set up everything required for releasing on Bintray diff --git a/gradle/release.gradle b/gradle/release.gradle index f1dbd79b1..b63d0f2ed 100644 --- a/gradle/release.gradle +++ b/gradle/release.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ // Common Android tasks for all releases that generate Javadocs, sources, etc. diff --git a/headless-tests/__tests__/headlessIntegrationTests.js b/headless-tests/__tests__/headlessIntegrationTests.js index bac72c1b7..df0bbf2fa 100644 --- a/headless-tests/__tests__/headlessIntegrationTests.js +++ b/headless-tests/__tests__/headlessIntegrationTests.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/headless/index.tsx b/headless/index.tsx index a86d55b66..2bc4ae6e0 100644 --- a/headless/index.tsx +++ b/headless/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/iOS/FBDefines/FBDefines.h b/iOS/FBDefines/FBDefines.h index cd5e4d7aa..b26e6447c 100644 --- a/iOS/FBDefines/FBDefines.h +++ b/iOS/FBDefines/FBDefines.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifndef FB_SK_MACROS_H #define FB_SK_MACROS_H #define FB_LINK_REQUIRE_(NAME) diff --git a/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h b/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h index dd46ed3d1..f962d8ae6 100644 --- a/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h +++ b/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm b/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm index 1d7cf32da..3d74237e5 100644 --- a/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm +++ b/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FlipperCppBridgingConnection.h" #import diff --git a/iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.h b/iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.h index c361d9b93..9b7632372 100644 --- a/iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.h +++ b/iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm b/iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm index 2ac3137d1..1acad30b7 100644 --- a/iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm +++ b/iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FlipperCppBridgingResponder.h" #import diff --git a/iOS/FlipperKit/CppBridge/FlipperCppWrapperPlugin.h b/iOS/FlipperKit/CppBridge/FlipperCppWrapperPlugin.h index 2548f726e..b28d917e5 100644 --- a/iOS/FlipperKit/CppBridge/FlipperCppWrapperPlugin.h +++ b/iOS/FlipperKit/CppBridge/FlipperCppWrapperPlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifndef __OBJC__ #error This header can only be included in .mm (ObjC++) files #endif diff --git a/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h b/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h index d9153a15f..e3fc384fb 100644 --- a/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h +++ b/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #import diff --git a/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm b/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm index 9611f6bba..a115d713d 100644 --- a/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm +++ b/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FBCxxFollyDynamicConvert.h" #import diff --git a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.h b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.h index ed0e4b913..5c924059a 100644 --- a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.h +++ b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface FKPortForwardingClient : NSObject diff --git a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.m b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.m index 4fe786989..98a06186a 100644 --- a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.m +++ b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FKPortForwardingClient.h" #import diff --git a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h index 51fcdd64c..f55a84064 100644 --- a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h +++ b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #define FBPFTrace(...) /*NSLog(__VA_ARGS__)*/ diff --git a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h index d1df4ae94..764953cf7 100644 --- a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h +++ b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface FKPortForwardingServer : NSObject diff --git a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m index 7ffc8e732..659b1eeeb 100644 --- a/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m +++ b/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FKPortForwardingServer.h" #import diff --git a/iOS/FlipperKit/FlipperClient+Testing.h b/iOS/FlipperKit/FlipperClient+Testing.h index 7948d6d08..d7c36b217 100644 --- a/iOS/FlipperKit/FlipperClient+Testing.h +++ b/iOS/FlipperKit/FlipperClient+Testing.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifndef __cplusplus #error This header can only be included in .mm (ObjC++) files #endif diff --git a/iOS/FlipperKit/FlipperClient.h b/iOS/FlipperKit/FlipperClient.h index c7a8d9158..b129fa3bd 100644 --- a/iOS/FlipperKit/FlipperClient.h +++ b/iOS/FlipperKit/FlipperClient.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifdef FB_SONARKIT_ENABLED #import diff --git a/iOS/FlipperKit/FlipperClient.mm b/iOS/FlipperKit/FlipperClient.mm index bd55ecdba..ceef9b929 100644 --- a/iOS/FlipperKit/FlipperClient.mm +++ b/iOS/FlipperKit/FlipperClient.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "FlipperClient.h" diff --git a/iOS/FlipperKit/FlipperConnection.h b/iOS/FlipperKit/FlipperConnection.h index 66b369333..b2fb798f3 100644 --- a/iOS/FlipperKit/FlipperConnection.h +++ b/iOS/FlipperKit/FlipperConnection.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @protocol FlipperResponder; diff --git a/iOS/FlipperKit/FlipperDiagnosticsViewController.h b/iOS/FlipperKit/FlipperDiagnosticsViewController.h index ecd9021ce..7e0e54cd6 100644 --- a/iOS/FlipperKit/FlipperDiagnosticsViewController.h +++ b/iOS/FlipperKit/FlipperDiagnosticsViewController.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifdef FB_SONARKIT_ENABLED #include "FlipperStateUpdateListener.h" diff --git a/iOS/FlipperKit/FlipperDiagnosticsViewController.m b/iOS/FlipperKit/FlipperDiagnosticsViewController.m index 1d77e2893..5674a345f 100644 --- a/iOS/FlipperKit/FlipperDiagnosticsViewController.m +++ b/iOS/FlipperKit/FlipperDiagnosticsViewController.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifdef FB_SONARKIT_ENABLED #import "FlipperDiagnosticsViewController.h" diff --git a/iOS/FlipperKit/FlipperPlugin.h b/iOS/FlipperKit/FlipperPlugin.h index 9264926eb..f07508b74 100644 --- a/iOS/FlipperKit/FlipperPlugin.h +++ b/iOS/FlipperKit/FlipperPlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKMacros.h" #import "FlipperResponder.h" diff --git a/iOS/FlipperKit/FlipperResponder.h b/iOS/FlipperKit/FlipperResponder.h index 0181140bf..cb9e13a6b 100644 --- a/iOS/FlipperKit/FlipperResponder.h +++ b/iOS/FlipperKit/FlipperResponder.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import /** diff --git a/iOS/FlipperKit/FlipperStateUpdateListener.h b/iOS/FlipperKit/FlipperStateUpdateListener.h index 288ff2eda..a4b524db4 100644 --- a/iOS/FlipperKit/FlipperStateUpdateListener.h +++ b/iOS/FlipperKit/FlipperStateUpdateListener.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifdef FB_SONARKIT_ENABLED @protocol FlipperStateUpdateListener diff --git a/iOS/FlipperKit/FlipperUtil.m b/iOS/FlipperKit/FlipperUtil.m index abd61b3b5..105287171 100644 --- a/iOS/FlipperKit/FlipperUtil.m +++ b/iOS/FlipperKit/FlipperUtil.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "FlipperPlugin.h" #import "FlipperResponder.h" diff --git a/iOS/FlipperKit/SKEnvironmentVariables.h b/iOS/FlipperKit/SKEnvironmentVariables.h index 0d85ddbd4..5b59500ec 100644 --- a/iOS/FlipperKit/SKEnvironmentVariables.h +++ b/iOS/FlipperKit/SKEnvironmentVariables.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifdef FB_SONARKIT_ENABLED /* diff --git a/iOS/FlipperKit/SKEnvironmentVariables.m b/iOS/FlipperKit/SKEnvironmentVariables.m index 160f13908..caa2c75d4 100644 --- a/iOS/FlipperKit/SKEnvironmentVariables.m +++ b/iOS/FlipperKit/SKEnvironmentVariables.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifdef FB_SONARKIT_ENABLED #import "SKEnvironmentVariables.h" diff --git a/iOS/FlipperKit/SKMacros.h b/iOS/FlipperKit/SKMacros.h index fc3fc8380..b37ec6d81 100644 --- a/iOS/FlipperKit/SKMacros.h +++ b/iOS/FlipperKit/SKMacros.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifndef SKMACROS_H #define SKMACROS_H diff --git a/iOS/FlipperKit/SKStateUpdateCPPWrapper.h b/iOS/FlipperKit/SKStateUpdateCPPWrapper.h index 922fb93ba..ec4b0b31c 100644 --- a/iOS/FlipperKit/SKStateUpdateCPPWrapper.h +++ b/iOS/FlipperKit/SKStateUpdateCPPWrapper.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifdef FB_SONARKIT_ENABLED #include diff --git a/iOS/FlipperKit/SKStateUpdateCPPWrapper.mm b/iOS/FlipperKit/SKStateUpdateCPPWrapper.mm index a6ac30f7a..63add64e3 100644 --- a/iOS/FlipperKit/SKStateUpdateCPPWrapper.mm +++ b/iOS/FlipperKit/SKStateUpdateCPPWrapper.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifdef FB_SONARKIT_ENABLED #include "SKStateUpdateCPPWrapper.h" diff --git a/iOS/FlipperKitTestUtils/BlockBasedSonarPlugin.h b/iOS/FlipperKitTestUtils/BlockBasedSonarPlugin.h index 230979187..d37d13d2b 100644 --- a/iOS/FlipperKitTestUtils/BlockBasedSonarPlugin.h +++ b/iOS/FlipperKitTestUtils/BlockBasedSonarPlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/FlipperKitTestUtils/BlockBasedSonarPlugin.m b/iOS/FlipperKitTestUtils/BlockBasedSonarPlugin.m index b8c7b91f7..dda37b08a 100644 --- a/iOS/FlipperKitTestUtils/BlockBasedSonarPlugin.m +++ b/iOS/FlipperKitTestUtils/BlockBasedSonarPlugin.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "BlockBasedSonarPlugin.h" @implementation BlockBasedSonarPlugin diff --git a/iOS/FlipperKitTestUtils/FlipperConnectionMock.h b/iOS/FlipperKitTestUtils/FlipperConnectionMock.h index f1d27d4c5..c645214c4 100644 --- a/iOS/FlipperKitTestUtils/FlipperConnectionMock.h +++ b/iOS/FlipperKitTestUtils/FlipperConnectionMock.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/FlipperKitTestUtils/FlipperConnectionMock.m b/iOS/FlipperKitTestUtils/FlipperConnectionMock.m index 6ae52cb48..39b7bbcf5 100644 --- a/iOS/FlipperKitTestUtils/FlipperConnectionMock.m +++ b/iOS/FlipperKitTestUtils/FlipperConnectionMock.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FlipperConnectionMock.h" @implementation FlipperConnectionMock diff --git a/iOS/FlipperKitTestUtils/FlipperResponderMock.h b/iOS/FlipperKitTestUtils/FlipperResponderMock.h index 0db98b705..853327f87 100644 --- a/iOS/FlipperKitTestUtils/FlipperResponderMock.h +++ b/iOS/FlipperKitTestUtils/FlipperResponderMock.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/FlipperKitTestUtils/FlipperResponderMock.m b/iOS/FlipperKitTestUtils/FlipperResponderMock.m index dc03c231a..868603b9d 100644 --- a/iOS/FlipperKitTestUtils/FlipperResponderMock.m +++ b/iOS/FlipperKitTestUtils/FlipperResponderMock.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FlipperResponderMock.h" @implementation FlipperResponderMock diff --git a/iOS/FlipperKitTests/FlipperClientTests.mm b/iOS/FlipperKitTests/FlipperClientTests.mm index 4f833afc6..65c3467e5 100644 --- a/iOS/FlipperKitTests/FlipperClientTests.mm +++ b/iOS/FlipperKitTests/FlipperClientTests.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #if FB_SONARKIT_ENABLED diff --git a/iOS/FlipperKitTests/FlipperCppBridgingTests.mm b/iOS/FlipperKitTests/FlipperCppBridgingTests.mm index 61583ad5c..e44a7f374 100644 --- a/iOS/FlipperKitTests/FlipperCppBridgingTests.mm +++ b/iOS/FlipperKitTests/FlipperCppBridgingTests.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #if FB_SONARKIT_ENABLED diff --git a/iOS/FlipperKitTests/FlipperUtilTests.mm b/iOS/FlipperKitTests/FlipperUtilTests.mm index 5a4381573..5c247f309 100644 --- a/iOS/FlipperKitTests/FlipperUtilTests.mm +++ b/iOS/FlipperKitTests/FlipperUtilTests.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #if FB_SONARKIT_ENABLED diff --git a/iOS/Plugins/FlipperKitExamplePlugin/FlipperKitExamplePlugin/FlipperKitExamplePlugin.h b/iOS/Plugins/FlipperKitExamplePlugin/FlipperKitExamplePlugin/FlipperKitExamplePlugin.h index 14e663576..6cffc7fc4 100644 --- a/iOS/Plugins/FlipperKitExamplePlugin/FlipperKitExamplePlugin/FlipperKitExamplePlugin.h +++ b/iOS/Plugins/FlipperKitExamplePlugin/FlipperKitExamplePlugin/FlipperKitExamplePlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitExamplePlugin/FlipperKitExamplePlugin/FlipperKitExamplePlugin.mm b/iOS/Plugins/FlipperKitExamplePlugin/FlipperKitExamplePlugin/FlipperKitExamplePlugin.mm index 350ec39ad..09481c0bd 100644 --- a/iOS/Plugins/FlipperKitExamplePlugin/FlipperKitExamplePlugin/FlipperKitExamplePlugin.mm +++ b/iOS/Plugins/FlipperKitExamplePlugin/FlipperKitExamplePlugin/FlipperKitExamplePlugin.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "FlipperKitExamplePlugin.h" #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKCenterLayoutComponent+Sonar.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKCenterLayoutComponent+Sonar.h index 3deb9e9ef..2430090e8 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKCenterLayoutComponent+Sonar.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKCenterLayoutComponent+Sonar.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKCenterLayoutComponent+Sonar.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKCenterLayoutComponent+Sonar.mm index da9a5d673..a12860a2c 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKCenterLayoutComponent+Sonar.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKCenterLayoutComponent+Sonar.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "CKCenterLayoutComponent+Sonar.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.h index f9b44a1fa..1b603843f 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm index 700be21bc..d8676dcf1 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "CKComponent+Sonar.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKFlexboxComponent+Sonar.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKFlexboxComponent+Sonar.h index ec76d0419..be74b0794 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKFlexboxComponent+Sonar.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKFlexboxComponent+Sonar.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKFlexboxComponent+Sonar.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKFlexboxComponent+Sonar.mm index e2c547f2e..31de54fe7 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKFlexboxComponent+Sonar.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKFlexboxComponent+Sonar.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "CKFlexboxComponent+Sonar.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKInsetComponent+Sonar.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKInsetComponent+Sonar.h index 6b2fa4e37..9ac2edb47 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKInsetComponent+Sonar.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKInsetComponent+Sonar.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKInsetComponent+Sonar.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKInsetComponent+Sonar.mm index 0a662933a..adef8a8e9 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKInsetComponent+Sonar.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKInsetComponent+Sonar.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "CKInsetComponent+Sonar.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKRatioLayoutComponent+Sonar.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKRatioLayoutComponent+Sonar.h index 8cf7c6da8..c6d68eb38 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKRatioLayoutComponent+Sonar.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKRatioLayoutComponent+Sonar.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKRatioLayoutComponent+Sonar.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKRatioLayoutComponent+Sonar.mm index fe6ffd5a6..a868a01ee 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKRatioLayoutComponent+Sonar.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKRatioLayoutComponent+Sonar.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "CKRatioLayoutComponent+Sonar.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKStatelessComponent+Sonar.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKStatelessComponent+Sonar.h index f17a070d2..2ae45dc5a 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKStatelessComponent+Sonar.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKStatelessComponent+Sonar.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKStatelessComponent+Sonar.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKStatelessComponent+Sonar.mm index a2f1d3086..a09105de4 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKStatelessComponent+Sonar.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKStatelessComponent+Sonar.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "CKStatelessComponent+Sonar.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FKDataStorageForLiveEditing.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FKDataStorageForLiveEditing.h index 157de45c8..8c56788ad 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FKDataStorageForLiveEditing.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FKDataStorageForLiveEditing.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import /** DataStorage uses to map global IDs of nodes to data which we want to store diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FKDataStorageForLiveEditing.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FKDataStorageForLiveEditing.mm index 88e425c9d..0972cedd5 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FKDataStorageForLiveEditing.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FKDataStorageForLiveEditing.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FKDataStorageForLiveEditing.h" #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FlipperKitLayoutComponentKitSupport.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FlipperKitLayoutComponentKitSupport.h index 5831196cd..096765b2f 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FlipperKitLayoutComponentKitSupport.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FlipperKitLayoutComponentKitSupport.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKSubDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FlipperKitLayoutComponentKitSupport.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FlipperKitLayoutComponentKitSupport.mm index 8e786bfaf..196218629 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FlipperKitLayoutComponentKitSupport.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/FlipperKitLayoutComponentKitSupport.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "FlipperKitLayoutComponentKitSupport.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentHostingViewDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentHostingViewDescriptor.h index f1b99f36c..f98eeefd8 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentHostingViewDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentHostingViewDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @class CKComponentHostingView; diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentHostingViewDescriptor.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentHostingViewDescriptor.mm index b341a2d46..b25e90ac1 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentHostingViewDescriptor.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentHostingViewDescriptor.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKComponentHostingViewDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.h index 6a940f70e..a7445c1fc 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKSubDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.mm index 0cc69db17..b79a19299 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKComponentLayoutDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.h index 7d0045433..f3658e757 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.mm index 39d012e78..11d2f6c3e 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKComponentLayoutWrapper.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentRootViewDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentRootViewDescriptor.h index 9c7a59be4..197bf83dd 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentRootViewDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentRootViewDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @class CKComponentRootView; diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentRootViewDescriptor.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentRootViewDescriptor.mm index 442b92e60..6e6ae5762 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentRootViewDescriptor.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentRootViewDescriptor.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKComponentRootViewDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h index bf06458bd..35cdb687b 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @class SKComponentLayoutWrapper; diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.mm index 03fb8f3c4..cd4d88c46 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKSubDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/Utils.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/Utils.h index bd590bf0e..58007737a 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/Utils.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/Utils.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/Utils.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/Utils.mm index b5c956c50..c195ad5ae 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/Utils.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/Utils.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #include "Utils.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h index a040c5904..13937ec62 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm index b068b6cfd..9e46174ae 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "FlipperKitLayoutPlugin.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.h index 962c7a8ee..50c834c58 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @class SKNodeDescriptor; diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm index 845393c21..8f4ef18a0 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKDescriptorMapper.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h index 371719bb1..9e73cf09e 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @protocol SKInvalidationDelegate diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.m b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.m index e2d9bbcc7..d837010d3 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.h index 43ee3ff03..5c42660a3 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface SKNamed<__covariant T> : NSObject diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.mm index a66a581ef..a58e87235 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKNamed.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h index 97717e6e6..ac7d2ede0 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKDescriptorMapper.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm index 3bb9e1094..a85274a92 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKNodeDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.h index c4a3be51a..593613a1f 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @protocol SKSonarValueCoder diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.mm index 5e30c53b9..d1488aa3f 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKObject.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.h index 145036c6a..ebdf295e6 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifndef SKSearchResultNode_h #define SKSearchResultNode_h diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.m b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.m index a18cef234..2193cc39e 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "SKSearchResultNode.h" @implementation SKSearchResultNode { diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListener.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListener.h index 0aeb67185..9a07d20d4 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListener.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListener.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import typedef void (^SKTapReceiver)(CGPoint touchPoint); diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h index 7dda4e067..86f7b1e15 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "SKTapListener.h" @interface SKTapListenerImpl : NSObject diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.m b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.m index 5170ffac3..317963b2c 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKTapListenerImpl.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h index 26311b906..e9e442462 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKDescriptorMapper.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m index 19bf504a9..c19e47320 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKTouch.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.h index 1a94597f1..c000864ff 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm index 6613fcc19..458ef79fe 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "UICollectionView+SKInvalidation.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.h index 9c8e560fc..d490b86c4 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm index 04fe79c52..cae019622 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "UIColor+SKSonarValueCoder.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.h index 256746fce..4697183ae 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import FB_LINK_REQUIRE_CATEGORY(UIView_SKInvalidation) diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm index 1ca658c8e..95f0e5ee2 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.h index 436e59e68..5418dab9a 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKNodeDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m index 219c66ec3..7f0f5c2f2 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKApplicationDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.h index 900903be0..a071b2040 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKNodeDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm index 24f5e2ef3..e97d375e0 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKButtonDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h index 7f018d58c..5570f2087 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKNodeDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m index 826cd7f91..99fcf818c 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKScrollViewDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h index 5bb7396eb..95dd9b9d8 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKNodeDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m index c9f67c328..3fbe20d0c 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKViewControllerDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.h index 9ac640dff..5ab3f9aee 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm index f7fcd3aa5..547f1adc9 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKViewDescriptor.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h index e01bfbce0..877275dc1 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface SKHiddenWindow : UIWindow diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.m b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.m index 9fd05a952..6664ef7bf 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKHiddenWindow.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h index ab0102340..5443137bb 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import /* diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.h index 28f3183ca..a8d680182 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import void swizzleMethods(Class cls, SEL original, SEL swissled); diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.mm index e2f8e4fd5..be658c977 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKSwizzle.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h index bd6c029be..7fb97bfcf 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #define APPLY_ENUM_TO_YOGA_PROPERTY(varName, enumName) \ diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutTextSearchable/FKTextSearchable.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutTextSearchable/FKTextSearchable.h index 5369bc779..5318868b3 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutTextSearchable/FKTextSearchable.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutTextSearchable/FKTextSearchable.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @protocol FKTextSearchable diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SKTapListenerMock.h b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SKTapListenerMock.h index e30b6dca1..b2f203bb4 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SKTapListenerMock.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SKTapListenerMock.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface SKTapListenerMock : NSObject diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SKTapListenerMock.m b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SKTapListenerMock.m index afc39e4f8..7f32d64a1 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SKTapListenerMock.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SKTapListenerMock.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "SKTapListenerMock.h" @implementation SKTapListenerMock diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SonarKitLayoutPluginTests.m b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SonarKitLayoutPluginTests.m index 0fe1457db..07d2ab69c 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SonarKitLayoutPluginTests.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/SonarKitLayoutPluginTests.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #if FB_SONARKIT_ENABLED diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNode.h b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNode.h index 409d47dd5..02aa2664a 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNode.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNode.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface TestNode : NSObject diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNode.m b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNode.m index 83c5f7c13..858d840f8 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNode.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNode.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "TestNode.h" @implementation TestNode diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNodeDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNodeDescriptor.h index 97b635381..cb1452b86 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNodeDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNodeDescriptor.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "TestNode.h" diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNodeDescriptor.m b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNodeDescriptor.m index 081b075e3..e53d01374 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNodeDescriptor.m +++ b/iOS/Plugins/FlipperKitLayoutPlugin/SonarKitLayoutPluginTests/TestNodeDescriptor.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "TestNodeDescriptor.h" @implementation TestNodeDescriptor diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h index 014de798c..9a93749de 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm index 6a481f198..552ae6f7e 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import #import diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin+CPPInitialization.h b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin+CPPInitialization.h index 7864dc39a..5fb36c640 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin+CPPInitialization.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin+CPPInitialization.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #pragma once diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.h b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.h index 44e2eab6c..6fd27fb5c 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.mm b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.mm index 8ad2d7bc8..26354a178 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.mm +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h index c8d32e4f7..4f8857fbc 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #pragma once diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h index 39846fd1d..df170a446 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import "SKRequestInfo.h" #import "SKResponseInfo.h" diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h index b77511a20..803a16d41 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface SKRequestInfo: NSObject diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.m b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.m index 393665e2f..8dcb6cc0b 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.m +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "SKRequestInfo.h" @implementation SKRequestInfo diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h index 5366a69d2..25c789c37 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface SKResponseInfo : NSObject diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m index 91422c91f..3c006a42b 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "SKResponseInfo.h" @implementation SKResponseInfo diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SonarKitNetworkPlugin+CPPInitialization.h b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SonarKitNetworkPlugin+CPPInitialization.h index 2f8aeb1a2..1ce7b4e6d 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SonarKitNetworkPlugin+CPPInitialization.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SonarKitNetworkPlugin+CPPInitialization.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #pragma once diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.h b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.h index 92359c13e..b8e4be8ed 100755 --- a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + // // FLEXNetworkObserver.h // Derived from: diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm index 75f2e86c3..5b99ad0c3 100755 --- a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm +++ b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + // // FLEXNetworkObserver.m // Derived from: diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.m b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.m index 6b766b7c4..71fec43fc 100755 --- a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.m +++ b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import "FLEXNetworkTransaction.h" @interface FLEXNetworkTransaction () diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h index 3d5942a86..7f7824bae 100755 --- a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #import #import diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h index cfb2f8e82..294accfa2 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h +++ b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm index 1c3d389f6..93aa6ef2e 100644 --- a/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm +++ b/iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKIOSNetworkAdapter.h" diff --git a/iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h b/iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h index 24d02a9b3..9691ece18 100644 --- a/iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h +++ b/iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface SKHighlightOverlay : NSObject diff --git a/iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.mm b/iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.mm index 3d4ceff81..62f4533ad 100644 --- a/iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.mm +++ b/iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "SKHighlightOverlay.h" diff --git a/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h b/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h index 78cc26284..9551ff5e6 100644 --- a/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h +++ b/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import diff --git a/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m b/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m index efcd5856e..8f9d7597a 100644 --- a/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m +++ b/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "FlipperKitReactPlugin.h" diff --git a/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPluginInit.mm b/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPluginInit.mm index cc76a379f..1b3d5cb85 100644 --- a/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPluginInit.mm +++ b/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPluginInit.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #import "FlipperKitReactPlugin.h" diff --git a/iOS/Sample/AppDelegate.h b/iOS/Sample/AppDelegate.h index 9a13bd385..09bdd9ced 100644 --- a/iOS/Sample/AppDelegate.h +++ b/iOS/Sample/AppDelegate.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface AppDelegate : UIResponder diff --git a/iOS/Sample/CommunicationDemoViewController.h b/iOS/Sample/CommunicationDemoViewController.h index 0e4a1adc2..4ebb40884 100644 --- a/iOS/Sample/CommunicationDemoViewController.h +++ b/iOS/Sample/CommunicationDemoViewController.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface CommunicationDemoViewController : UIViewController diff --git a/iOS/Sample/MainViewController.h b/iOS/Sample/MainViewController.h index d549f8259..b56bf7c27 100644 --- a/iOS/Sample/MainViewController.h +++ b/iOS/Sample/MainViewController.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface MainViewController : UIViewController diff --git a/iOS/Sample/NetworkViewController.h b/iOS/Sample/NetworkViewController.h index 2e9e18ae3..7e6fa5eb9 100644 --- a/iOS/Sample/NetworkViewController.h +++ b/iOS/Sample/NetworkViewController.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface NetworkViewController : UIViewController diff --git a/iOS/Sample/RootViewController.h b/iOS/Sample/RootViewController.h index 85498d6f2..c11d18a83 100644 --- a/iOS/Sample/RootViewController.h +++ b/iOS/Sample/RootViewController.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import @interface RootViewController : UIViewController diff --git a/iOS/SonarKitTests/FlipperClientTests.mm b/iOS/SonarKitTests/FlipperClientTests.mm index f3aaef160..3f0497f56 100644 --- a/iOS/SonarKitTests/FlipperClientTests.mm +++ b/iOS/SonarKitTests/FlipperClientTests.mm @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #import #if FB_SONARKIT_ENABLED diff --git a/libs/jni-hack/jni.h b/libs/jni-hack/jni.h index 66e424d1e..813bcb961 100644 --- a/libs/jni-hack/jni.h +++ b/libs/jni-hack/jni.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * Copyright (c) Facebook, Inc. and its affiliates. * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #ifdef __ANDROID__ diff --git a/libs/jni-hack/real/jni.h b/libs/jni-hack/real/jni.h index b3d111240..5dd7fe3fb 100644 --- a/libs/jni-hack/real/jni.h +++ b/libs/jni-hack/real/jni.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2006-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * Copyright (c) Facebook, Inc. and its affiliates. * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + /* * JNI specification, as defined by Sun: * http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html diff --git a/scripts/build-headless.js b/scripts/build-headless.js index ea23586d8..438d40bc8 100644 --- a/scripts/build-headless.js +++ b/scripts/build-headless.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/scripts/build-release.js b/scripts/build-release.js index 9b6d13322..21db50d0d 100755 --- a/scripts/build-release.js +++ b/scripts/build-release.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + const path = require('path'); const fs = require('fs-extra'); const builder = require('electron-builder'); diff --git a/scripts/build-utils.js b/scripts/build-utils.js index 6e3854a07..7a1f1d88e 100644 --- a/scripts/build-utils.js +++ b/scripts/build-utils.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh index f64b9cb95..e73688095 100755 --- a/scripts/bump-version.sh +++ b/scripts/bump-version.sh @@ -1,8 +1,9 @@ #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + set -e darwin=false diff --git a/scripts/bump.sh b/scripts/bump.sh index e56c99419..375a23a69 100755 --- a/scripts/bump.sh +++ b/scripts/bump.sh @@ -1,8 +1,8 @@ #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Run from here so we know we're having fbsource in our $PWD. diff --git a/scripts/debugging/android_sonar_dir.sh b/scripts/debugging/android_sonar_dir.sh index 2c2993b57..07c6eb7c7 100755 --- a/scripts/debugging/android_sonar_dir.sh +++ b/scripts/debugging/android_sonar_dir.sh @@ -1,8 +1,8 @@ #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. if [ "$#" -ne 4 ]; then echo "Utility for manipulating the sonar directory where certificates and connection config are stored on Android devices." diff --git a/scripts/eslint.sh b/scripts/eslint.sh index 04f24cfb0..3adecd30c 100755 --- a/scripts/eslint.sh +++ b/scripts/eslint.sh @@ -1,8 +1,9 @@ #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + set -e # This script is used by `arc lint`. diff --git a/scripts/flow.sh b/scripts/flow.sh index f93515286..73c206efa 100755 --- a/scripts/flow.sh +++ b/scripts/flow.sh @@ -1,8 +1,9 @@ #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + set -e # This script is used by `arc lint`. diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 1a7d216d7..40e2af464 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -1,8 +1,8 @@ #!/bin/sh # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. set -e diff --git a/scripts/metro-transform.js b/scripts/metro-transform.js index fae367ee4..dcc38f3c4 100644 --- a/scripts/metro-transform.js +++ b/scripts/metro-transform.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/scripts/publish-android-release.sh b/scripts/publish-android-release.sh index d5a888442..afa70e0ec 100755 --- a/scripts/publish-android-release.sh +++ b/scripts/publish-android-release.sh @@ -1,8 +1,9 @@ #!/usr/bin/env bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + set -e BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" diff --git a/scripts/publish-android-snapshot.sh b/scripts/publish-android-snapshot.sh index c7645dc48..53b7a10fe 100755 --- a/scripts/publish-android-snapshot.sh +++ b/scripts/publish-android-snapshot.sh @@ -1,8 +1,9 @@ #!/usr/bin/env bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + set -e BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" diff --git a/scripts/push-new-github-tag.sh b/scripts/push-new-github-tag.sh index a0b623681..54475fbf2 100644 --- a/scripts/push-new-github-tag.sh +++ b/scripts/push-new-github-tag.sh @@ -1,8 +1,8 @@ #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. echo "✨ Creating new Sonar iOS release on GitHub..." diff --git a/scripts/run-headless-tests.sh b/scripts/run-headless-tests.sh index ef872a3ed..d839daa11 100755 --- a/scripts/run-headless-tests.sh +++ b/scripts/run-headless-tests.sh @@ -1,8 +1,8 @@ #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. set -euo pipefail diff --git a/scripts/setup-env.sh b/scripts/setup-env.sh index 4f1303820..528359165 100755 --- a/scripts/setup-env.sh +++ b/scripts/setup-env.sh @@ -1,8 +1,8 @@ #!/bin/sh # Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the MIT license found in the LICENSE file -# in the root directory of this source tree. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. set -e diff --git a/scripts/start-dev-server.js b/scripts/start-dev-server.js index d16638922..8f8a46ca3 100644 --- a/scripts/start-dev-server.js +++ b/scripts/start-dev-server.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + const electronBinary = require('electron'); const codeFrame = require('babel-code-frame'); const socketIo = require('socket.io'); diff --git a/scripts/yarn-install.js b/scripts/yarn-install.js index 62b43e1fd..027598077 100644 --- a/scripts/yarn-install.js +++ b/scripts/yarn-install.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/.eslintrc.js b/src/.eslintrc.js index ad977acb6..80150c279 100644 --- a/src/.eslintrc.js +++ b/src/.eslintrc.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/App.tsx b/src/App.tsx index 4710cef6c..983c21190 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/Client.tsx b/src/Client.tsx index e719c205b..a1402f14c 100644 --- a/src/Client.tsx +++ b/src/Client.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/MenuBar.tsx b/src/MenuBar.tsx index 8117ab745..6a1e533cd 100644 --- a/src/MenuBar.tsx +++ b/src/MenuBar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/NotificationsHub.tsx b/src/NotificationsHub.tsx index bf856f02c..8e8646a0e 100644 --- a/src/NotificationsHub.tsx +++ b/src/NotificationsHub.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/PluginContainer.tsx b/src/PluginContainer.tsx index 473702f62..338087dfc 100644 --- a/src/PluginContainer.tsx +++ b/src/PluginContainer.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import { FlipperPlugin, FlipperDevicePlugin, diff --git a/src/UninitializedClient.tsx b/src/UninitializedClient.tsx index 01ffca59d..12fa6e8d3 100644 --- a/src/UninitializedClient.tsx +++ b/src/UninitializedClient.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/__tests__/createTablePlugin.node.tsx b/src/__tests__/createTablePlugin.node.tsx index ded44e802..f133f7706 100644 --- a/src/__tests__/createTablePlugin.node.tsx +++ b/src/__tests__/createTablePlugin.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/__tests__/server.device.tsx b/src/__tests__/server.device.tsx index 64a0317cd..fe45c9af7 100644 --- a/src/__tests__/server.device.tsx +++ b/src/__tests__/server.device.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/__tests__/server.electron.tsx b/src/__tests__/server.electron.tsx index b4bb3097e..b1273f852 100644 --- a/src/__tests__/server.electron.tsx +++ b/src/__tests__/server.electron.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/AutoUpdateVersion.tsx b/src/chrome/AutoUpdateVersion.tsx index a2cfa647e..9893e8eb2 100644 --- a/src/chrome/AutoUpdateVersion.tsx +++ b/src/chrome/AutoUpdateVersion.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/BugReporterDialog.tsx b/src/chrome/BugReporterDialog.tsx index d0b6f7bba..e402dba43 100644 --- a/src/chrome/BugReporterDialog.tsx +++ b/src/chrome/BugReporterDialog.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/CancellableExportStatus.tsx b/src/chrome/CancellableExportStatus.tsx index 6572cc12e..f429ae744 100644 --- a/src/chrome/CancellableExportStatus.tsx +++ b/src/chrome/CancellableExportStatus.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/DetailSidebar.tsx b/src/chrome/DetailSidebar.tsx index 23bc386b8..910f6e070 100644 --- a/src/chrome/DetailSidebar.tsx +++ b/src/chrome/DetailSidebar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/DevicesButton.tsx b/src/chrome/DevicesButton.tsx index 7003e64b4..7aca66df5 100644 --- a/src/chrome/DevicesButton.tsx +++ b/src/chrome/DevicesButton.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/ErrorBar.tsx b/src/chrome/ErrorBar.tsx index cc49d922e..405116a9e 100644 --- a/src/chrome/ErrorBar.tsx +++ b/src/chrome/ErrorBar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/ExportDataPluginSheet.tsx b/src/chrome/ExportDataPluginSheet.tsx index b8de64537..7f7e2cbe0 100644 --- a/src/chrome/ExportDataPluginSheet.tsx +++ b/src/chrome/ExportDataPluginSheet.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/LocationsButton.tsx b/src/chrome/LocationsButton.tsx index ab7d76096..e11be8052 100644 --- a/src/chrome/LocationsButton.tsx +++ b/src/chrome/LocationsButton.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/MainSidebar.tsx b/src/chrome/MainSidebar.tsx index 34bd88563..4f9f2cbe9 100644 --- a/src/chrome/MainSidebar.tsx +++ b/src/chrome/MainSidebar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/PluginDebugger.tsx b/src/chrome/PluginDebugger.tsx index f59deb1fe..b714b573d 100644 --- a/src/chrome/PluginDebugger.tsx +++ b/src/chrome/PluginDebugger.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/PluginInstaller.tsx b/src/chrome/PluginInstaller.tsx index 578dec4da..54ae3de32 100644 --- a/src/chrome/PluginInstaller.tsx +++ b/src/chrome/PluginInstaller.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/PluginManager.tsx b/src/chrome/PluginManager.tsx index 626990938..2e5cca21c 100644 --- a/src/chrome/PluginManager.tsx +++ b/src/chrome/PluginManager.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/Popover.tsx b/src/chrome/Popover.tsx index 88dc7b17e..5bcd80a5c 100644 --- a/src/chrome/Popover.tsx +++ b/src/chrome/Popover.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/RatingButton.tsx b/src/chrome/RatingButton.tsx index cfbd49801..ee8d00aa7 100644 --- a/src/chrome/RatingButton.tsx +++ b/src/chrome/RatingButton.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/ScreenCaptureButtons.tsx b/src/chrome/ScreenCaptureButtons.tsx index cf7291b9e..fca931ae5 100644 --- a/src/chrome/ScreenCaptureButtons.tsx +++ b/src/chrome/ScreenCaptureButtons.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/SelectPluginSheet.tsx b/src/chrome/SelectPluginSheet.tsx index 5ab1d3149..cfcb56799 100644 --- a/src/chrome/SelectPluginSheet.tsx +++ b/src/chrome/SelectPluginSheet.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/SettingsSheet.tsx b/src/chrome/SettingsSheet.tsx index db86d2d00..84f70b97f 100644 --- a/src/chrome/SettingsSheet.tsx +++ b/src/chrome/SettingsSheet.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/ShareSheetErrorList.tsx b/src/chrome/ShareSheetErrorList.tsx index 1c17e8114..3ec505515 100644 --- a/src/chrome/ShareSheetErrorList.tsx +++ b/src/chrome/ShareSheetErrorList.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/ShareSheetExportFile.tsx b/src/chrome/ShareSheetExportFile.tsx index 3c85b0b14..736b81ae2 100644 --- a/src/chrome/ShareSheetExportFile.tsx +++ b/src/chrome/ShareSheetExportFile.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {FlexColumn, Button, styled, Text, FlexRow, Spacer} from 'flipper'; import React, {Component} from 'react'; import {setExportStatusComponent, unsetShare} from '../reducers/application'; diff --git a/src/chrome/ShareSheetExportUrl.tsx b/src/chrome/ShareSheetExportUrl.tsx index 98809b778..beda6a2b1 100644 --- a/src/chrome/ShareSheetExportUrl.tsx +++ b/src/chrome/ShareSheetExportUrl.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/ShareSheetPendingDialog.tsx b/src/chrome/ShareSheetPendingDialog.tsx index 84cbe2c7a..bc28c0d6d 100644 --- a/src/chrome/ShareSheetPendingDialog.tsx +++ b/src/chrome/ShareSheetPendingDialog.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/Sheet.tsx b/src/chrome/Sheet.tsx index 3e9c50e00..9fdebefad 100644 --- a/src/chrome/Sheet.tsx +++ b/src/chrome/Sheet.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/SignInSheet.tsx b/src/chrome/SignInSheet.tsx index 49ef93210..29be61d8d 100644 --- a/src/chrome/SignInSheet.tsx +++ b/src/chrome/SignInSheet.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/StatusBar.tsx b/src/chrome/StatusBar.tsx index 34c70a6d2..8077a8b24 100644 --- a/src/chrome/StatusBar.tsx +++ b/src/chrome/StatusBar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/TitleBar.tsx b/src/chrome/TitleBar.tsx index 9e150aa37..a5c6bbc97 100644 --- a/src/chrome/TitleBar.tsx +++ b/src/chrome/TitleBar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/UpdateIndicator.tsx b/src/chrome/UpdateIndicator.tsx index da8025408..3a1b256e7 100644 --- a/src/chrome/UpdateIndicator.tsx +++ b/src/chrome/UpdateIndicator.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/UserAccount.tsx b/src/chrome/UserAccount.tsx index 9be150d8e..72726d5bd 100644 --- a/src/chrome/UserAccount.tsx +++ b/src/chrome/UserAccount.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/WarningEmployee.tsx b/src/chrome/WarningEmployee.tsx index f9ced1d92..055137f14 100644 --- a/src/chrome/WarningEmployee.tsx +++ b/src/chrome/WarningEmployee.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2019-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/WelcomeScreen.tsx b/src/chrome/WelcomeScreen.tsx index ce2a69d21..79bb0021b 100644 --- a/src/chrome/WelcomeScreen.tsx +++ b/src/chrome/WelcomeScreen.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/WelcomeScreenHeadless.tsx b/src/chrome/WelcomeScreenHeadless.tsx index a2e6edc18..12646a548 100644 --- a/src/chrome/WelcomeScreenHeadless.tsx +++ b/src/chrome/WelcomeScreenHeadless.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/__tests__/PluginInstaller.node.tsx b/src/chrome/__tests__/PluginInstaller.node.tsx index 49f01efc6..4183b2f8a 100644 --- a/src/chrome/__tests__/PluginInstaller.node.tsx +++ b/src/chrome/__tests__/PluginInstaller.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/__tests__/SettingsSheet.node.tsx b/src/chrome/__tests__/SettingsSheet.node.tsx index d30959072..56238d4c5 100644 --- a/src/chrome/__tests__/SettingsSheet.node.tsx +++ b/src/chrome/__tests__/SettingsSheet.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/__tests__/ShareSheetErrorList.node.js b/src/chrome/__tests__/ShareSheetErrorList.node.js index eeece5501..602bf4177 100644 --- a/src/chrome/__tests__/ShareSheetErrorList.node.js +++ b/src/chrome/__tests__/ShareSheetErrorList.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/__tests__/ShareSheetPendingDialog.node.tsx b/src/chrome/__tests__/ShareSheetPendingDialog.node.tsx index 88bab7c3b..22e1b1739 100644 --- a/src/chrome/__tests__/ShareSheetPendingDialog.node.tsx +++ b/src/chrome/__tests__/ShareSheetPendingDialog.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/__tests__/StatusBar.node.tsx b/src/chrome/__tests__/StatusBar.node.tsx index f97231576..440cc3c01 100644 --- a/src/chrome/__tests__/StatusBar.node.tsx +++ b/src/chrome/__tests__/StatusBar.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/settings/ToggledSection.tsx b/src/chrome/settings/ToggledSection.tsx index 8aee4896b..c1d565f61 100644 --- a/src/chrome/settings/ToggledSection.tsx +++ b/src/chrome/settings/ToggledSection.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/chrome/settings/configFields.tsx b/src/chrome/settings/configFields.tsx index 8dfa97cd1..3dbc4e638 100644 --- a/src/chrome/settings/configFields.tsx +++ b/src/chrome/settings/configFields.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/createTablePlugin.tsx b/src/createTablePlugin.tsx index 7208d3e6e..0bc0754ae 100644 --- a/src/createTablePlugin.tsx +++ b/src/createTablePlugin.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/devices/AndroidDevice.tsx b/src/devices/AndroidDevice.tsx index f0bc4d844..693dfb8d8 100644 --- a/src/devices/AndroidDevice.tsx +++ b/src/devices/AndroidDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/devices/ArchivedDevice.tsx b/src/devices/ArchivedDevice.tsx index 474ab0909..b88f8ed4d 100644 --- a/src/devices/ArchivedDevice.tsx +++ b/src/devices/ArchivedDevice.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import BaseDevice from './BaseDevice'; import {DeviceType, OS, DeviceShell, DeviceLogEntry} from './BaseDevice'; diff --git a/src/devices/BaseDevice.tsx b/src/devices/BaseDevice.tsx index e6be9323d..a13ccaae5 100644 --- a/src/devices/BaseDevice.tsx +++ b/src/devices/BaseDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/devices/IOSDevice.tsx b/src/devices/IOSDevice.tsx index 5f755c07b..aca3046c1 100644 --- a/src/devices/IOSDevice.tsx +++ b/src/devices/IOSDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/devices/KaiOSDevice.tsx b/src/devices/KaiOSDevice.tsx index be4af3ecd..d70e5feca 100644 --- a/src/devices/KaiOSDevice.tsx +++ b/src/devices/KaiOSDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/devices/MacDevice.tsx b/src/devices/MacDevice.tsx index b9c27f593..8e2e92b45 100644 --- a/src/devices/MacDevice.tsx +++ b/src/devices/MacDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/devices/WindowsDevice.tsx b/src/devices/WindowsDevice.tsx index c609d9a91..11770d3d3 100644 --- a/src/devices/WindowsDevice.tsx +++ b/src/devices/WindowsDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/__tests__/TestPlugin.js b/src/dispatcher/__tests__/TestPlugin.js index b91cdc404..6553a6362 100644 --- a/src/dispatcher/__tests__/TestPlugin.js +++ b/src/dispatcher/__tests__/TestPlugin.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/__tests__/deeplinkURLParsing.node.js b/src/dispatcher/__tests__/deeplinkURLParsing.node.js index e797478a1..cb35c72e6 100644 --- a/src/dispatcher/__tests__/deeplinkURLParsing.node.js +++ b/src/dispatcher/__tests__/deeplinkURLParsing.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/__tests__/plugins.electron.js b/src/dispatcher/__tests__/plugins.electron.js index b80ff0b2d..3072f3cc4 100644 --- a/src/dispatcher/__tests__/plugins.electron.js +++ b/src/dispatcher/__tests__/plugins.electron.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/androidDevice.tsx b/src/dispatcher/androidDevice.tsx index 22e2f9fc6..6602fc116 100644 --- a/src/dispatcher/androidDevice.tsx +++ b/src/dispatcher/androidDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/application.tsx b/src/dispatcher/application.tsx index aa321e004..ef36cc87b 100644 --- a/src/dispatcher/application.tsx +++ b/src/dispatcher/application.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/desktopDevice.tsx b/src/dispatcher/desktopDevice.tsx index 7a83950a1..268445ad6 100644 --- a/src/dispatcher/desktopDevice.tsx +++ b/src/dispatcher/desktopDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/iOSDevice.tsx b/src/dispatcher/iOSDevice.tsx index 9dc0b37bf..57a3f2750 100644 --- a/src/dispatcher/iOSDevice.tsx +++ b/src/dispatcher/iOSDevice.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/index.tsx b/src/dispatcher/index.tsx index 24519cf02..0fc257b92 100644 --- a/src/dispatcher/index.tsx +++ b/src/dispatcher/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/notifications.tsx b/src/dispatcher/notifications.tsx index 7bf900435..c8c144daa 100644 --- a/src/dispatcher/notifications.tsx +++ b/src/dispatcher/notifications.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/plugins.tsx b/src/dispatcher/plugins.tsx index 89854e848..faba36c9a 100644 --- a/src/dispatcher/plugins.tsx +++ b/src/dispatcher/plugins.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/server.tsx b/src/dispatcher/server.tsx index 42ba1c878..999e35f00 100644 --- a/src/dispatcher/server.tsx +++ b/src/dispatcher/server.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/tracking.tsx b/src/dispatcher/tracking.tsx index 145e7ab34..98802bbfb 100644 --- a/src/dispatcher/tracking.tsx +++ b/src/dispatcher/tracking.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/dispatcher/types.tsx b/src/dispatcher/types.tsx index a9e32781e..f228d8fcd 100644 --- a/src/dispatcher/types.tsx +++ b/src/dispatcher/types.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {Store} from '../reducers/index.js'; import {Logger} from '../fb-interfaces/Logger'; diff --git a/src/dispatcher/user.tsx b/src/dispatcher/user.tsx index 4a10e5701..7d97cad99 100644 --- a/src/dispatcher/user.tsx +++ b/src/dispatcher/user.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-interfaces/Logger.tsx b/src/fb-interfaces/Logger.tsx index b4249b41b..8015d6914 100644 --- a/src/fb-interfaces/Logger.tsx +++ b/src/fb-interfaces/Logger.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/BugReporter.tsx b/src/fb-stubs/BugReporter.tsx index 717d8843a..7bfbef50c 100644 --- a/src/fb-stubs/BugReporter.tsx +++ b/src/fb-stubs/BugReporter.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/ErrorReporter.tsx b/src/fb-stubs/ErrorReporter.tsx index f1e39bc8e..68ccc6300 100644 --- a/src/fb-stubs/ErrorReporter.tsx +++ b/src/fb-stubs/ErrorReporter.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/GK.tsx b/src/fb-stubs/GK.tsx index 60a98953d..6cf2159ef 100644 --- a/src/fb-stubs/GK.tsx +++ b/src/fb-stubs/GK.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/LayoutInspectorSidebarExtensions.tsx b/src/fb-stubs/LayoutInspectorSidebarExtensions.tsx index 0107af64d..1cb88f8fd 100644 --- a/src/fb-stubs/LayoutInspectorSidebarExtensions.tsx +++ b/src/fb-stubs/LayoutInspectorSidebarExtensions.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/Logger.tsx b/src/fb-stubs/Logger.tsx index 570403e2f..d6b903966 100644 --- a/src/fb-stubs/Logger.tsx +++ b/src/fb-stubs/Logger.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/Prefetcher.tsx b/src/fb-stubs/Prefetcher.tsx index a22293de3..8cb8a7580 100644 --- a/src/fb-stubs/Prefetcher.tsx +++ b/src/fb-stubs/Prefetcher.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/ScribeLogger.tsx b/src/fb-stubs/ScribeLogger.tsx index 4aa74393d..c1d74eb43 100644 --- a/src/fb-stubs/ScribeLogger.tsx +++ b/src/fb-stubs/ScribeLogger.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/SupportRequestFormManager.tsx b/src/fb-stubs/SupportRequestFormManager.tsx index fc4c0d2d0..a3cfcf270 100644 --- a/src/fb-stubs/SupportRequestFormManager.tsx +++ b/src/fb-stubs/SupportRequestFormManager.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/UserFeedback.tsx b/src/fb-stubs/UserFeedback.tsx index 0e5b20bcc..3e4ca3171 100644 --- a/src/fb-stubs/UserFeedback.tsx +++ b/src/fb-stubs/UserFeedback.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/config.tsx b/src/fb-stubs/config.tsx index 6edb5c1fe..66c36f203 100644 --- a/src/fb-stubs/config.tsx +++ b/src/fb-stubs/config.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/constants.tsx b/src/fb-stubs/constants.tsx index 40bdf7418..efe59af84 100644 --- a/src/fb-stubs/constants.tsx +++ b/src/fb-stubs/constants.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/createPaste.tsx b/src/fb-stubs/createPaste.tsx index 5e319abd4..05d9ce4dd 100644 --- a/src/fb-stubs/createPaste.tsx +++ b/src/fb-stubs/createPaste.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/fb-stubs/iOSContainerUtility.tsx b/src/fb-stubs/iOSContainerUtility.tsx index 49af27562..3cea4468b 100644 --- a/src/fb-stubs/iOSContainerUtility.tsx +++ b/src/fb-stubs/iOSContainerUtility.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {DeviceType} from '../devices/BaseDevice'; import {exec} from 'promisify-child-process'; import {notNull} from '../utils/typeUtils'; diff --git a/src/fb-stubs/user.tsx b/src/fb-stubs/user.tsx index 375d81457..75a1ac620 100644 --- a/src/fb-stubs/user.tsx +++ b/src/fb-stubs/user.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/index.tsx b/src/index.tsx index a5fe50904..762f7c503 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/init.tsx b/src/init.tsx index 2741ad804..639ddeb02 100644 --- a/src/init.tsx +++ b/src/init.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugin.tsx b/src/plugin.tsx index 86c9b8ead..6233fe569 100644 --- a/src/plugin.tsx +++ b/src/plugin.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/TableNativePlugin.tsx b/src/plugins/TableNativePlugin.tsx index 8d625dc05..3b3226259 100644 --- a/src/plugins/TableNativePlugin.tsx +++ b/src/plugins/TableNativePlugin.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/cpu/TemperatureTable.tsx b/src/plugins/cpu/TemperatureTable.tsx index 7072f4dbc..69de98328 100644 --- a/src/plugins/cpu/TemperatureTable.tsx +++ b/src/plugins/cpu/TemperatureTable.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/cpu/index.tsx b/src/plugins/cpu/index.tsx index 674929892..832ed6901 100644 --- a/src/plugins/cpu/index.tsx +++ b/src/plugins/cpu/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/crash_reporter/__tests__/testCrashReporterPlugin.electron.js b/src/plugins/crash_reporter/__tests__/testCrashReporterPlugin.electron.js index 0030608ee..7d37fb433 100644 --- a/src/plugins/crash_reporter/__tests__/testCrashReporterPlugin.electron.js +++ b/src/plugins/crash_reporter/__tests__/testCrashReporterPlugin.electron.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import BaseDevice from '../../../devices/BaseDevice.tsx'; import CrashReporterPlugin from '../../crash_reporter'; import type {PersistedState, Crash} from '../../crash_reporter'; diff --git a/src/plugins/crash_reporter/index.js b/src/plugins/crash_reporter/index.js index 987829f69..fc10ca214 100644 --- a/src/plugins/crash_reporter/index.js +++ b/src/plugins/crash_reporter/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow */ diff --git a/src/plugins/databases/ButtonNavigation.js b/src/plugins/databases/ButtonNavigation.js index ba18a6918..ee3dfe464 100644 --- a/src/plugins/databases/ButtonNavigation.js +++ b/src/plugins/databases/ButtonNavigation.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {Button, ButtonGroup, Glyph, colors} from 'flipper'; export default function ButtonNavigation(props: {| diff --git a/src/plugins/databases/ClientProtocol.js b/src/plugins/databases/ClientProtocol.js index 13f7f7398..23fb44927 100644 --- a/src/plugins/databases/ClientProtocol.js +++ b/src/plugins/databases/ClientProtocol.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/databases/index.js b/src/plugins/databases/index.js index 5e7e43ab7..87011107a 100644 --- a/src/plugins/databases/index.js +++ b/src/plugins/databases/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/example/index.tsx b/src/plugins/example/index.tsx index 722ef1b5a..b15655df1 100644 --- a/src/plugins/example/index.tsx +++ b/src/plugins/example/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/fresco/ImagePool.js b/src/plugins/fresco/ImagePool.js index d358a4023..344169bdd 100644 --- a/src/plugins/fresco/ImagePool.js +++ b/src/plugins/fresco/ImagePool.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/fresco/ImagesCacheOverview.js b/src/plugins/fresco/ImagesCacheOverview.js index b038a9dc2..753a9b4a2 100644 --- a/src/plugins/fresco/ImagesCacheOverview.js +++ b/src/plugins/fresco/ImagesCacheOverview.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/fresco/ImagesSidebar.js b/src/plugins/fresco/ImagesSidebar.js index 7611b3245..12741b776 100644 --- a/src/plugins/fresco/ImagesSidebar.js +++ b/src/plugins/fresco/ImagesSidebar.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/fresco/__tests__/index.node.js b/src/plugins/fresco/__tests__/index.node.js index cc5703978..9c749980d 100644 --- a/src/plugins/fresco/__tests__/index.node.js +++ b/src/plugins/fresco/__tests__/index.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/fresco/api.js b/src/plugins/fresco/api.js index 4867ab3a4..21616403f 100644 --- a/src/plugins/fresco/api.js +++ b/src/plugins/fresco/api.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/fresco/index.js b/src/plugins/fresco/index.js index b4f808c7b..73ea1b291 100644 --- a/src/plugins/fresco/index.js +++ b/src/plugins/fresco/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/layout/Inspector.tsx b/src/plugins/layout/Inspector.tsx index 1bcb5c3b0..4b9b251e6 100644 --- a/src/plugins/layout/Inspector.tsx +++ b/src/plugins/layout/Inspector.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/layout/InspectorSidebar.tsx b/src/plugins/layout/InspectorSidebar.tsx index 2dcadfc32..ee8bc2e21 100644 --- a/src/plugins/layout/InspectorSidebar.tsx +++ b/src/plugins/layout/InspectorSidebar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/layout/ProxyArchiveClient.tsx b/src/plugins/layout/ProxyArchiveClient.tsx index 58f997a4b..0648ea64d 100644 --- a/src/plugins/layout/ProxyArchiveClient.tsx +++ b/src/plugins/layout/ProxyArchiveClient.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/layout/Search.tsx b/src/plugins/layout/Search.tsx index e5f8f212f..6324181d7 100644 --- a/src/plugins/layout/Search.tsx +++ b/src/plugins/layout/Search.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/layout/ToolbarIcon.tsx b/src/plugins/layout/ToolbarIcon.tsx index da2bbcf91..7bc55e67f 100644 --- a/src/plugins/layout/ToolbarIcon.tsx +++ b/src/plugins/layout/ToolbarIcon.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/layout/__tests__/ProxyArchiveClient.node.tsx b/src/plugins/layout/__tests__/ProxyArchiveClient.node.tsx index bc3863e6b..5fca3c240 100644 --- a/src/plugins/layout/__tests__/ProxyArchiveClient.node.tsx +++ b/src/plugins/layout/__tests__/ProxyArchiveClient.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/layout/index.tsx b/src/plugins/layout/index.tsx index cfad45870..4a6ebbca1 100644 --- a/src/plugins/layout/index.tsx +++ b/src/plugins/layout/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/leak_canary/index.js b/src/plugins/leak_canary/index.js index c4a5cfa7c..342a90927 100644 --- a/src/plugins/leak_canary/index.js +++ b/src/plugins/leak_canary/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/leak_canary/processLeakString.js b/src/plugins/leak_canary/processLeakString.js index 8f6b420c9..e0b5c8bfa 100644 --- a/src/plugins/leak_canary/processLeakString.js +++ b/src/plugins/leak_canary/processLeakString.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow */ diff --git a/src/plugins/logs/LogWatcher.tsx b/src/plugins/logs/LogWatcher.tsx index 117434da4..41da1b8bd 100644 --- a/src/plugins/logs/LogWatcher.tsx +++ b/src/plugins/logs/LogWatcher.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/logs/__tests__/index.node.js b/src/plugins/logs/__tests__/index.node.js index 7ee37bb90..dd18289b3 100644 --- a/src/plugins/logs/__tests__/index.node.js +++ b/src/plugins/logs/__tests__/index.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/logs/index.tsx b/src/plugins/logs/index.tsx index a6c0bf730..a0fcf6e9f 100644 --- a/src/plugins/logs/index.tsx +++ b/src/plugins/logs/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/__tests__/testAutoCompleteSearch.node.tsx b/src/plugins/navigation/__tests__/testAutoCompleteSearch.node.tsx index 13d9db624..1e12e2052 100644 --- a/src/plugins/navigation/__tests__/testAutoCompleteSearch.node.tsx +++ b/src/plugins/navigation/__tests__/testAutoCompleteSearch.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow strict-local */ diff --git a/src/plugins/navigation/__tests__/testURI.node.tsx b/src/plugins/navigation/__tests__/testURI.node.tsx index 498e969f1..ec1fbc526 100644 --- a/src/plugins/navigation/__tests__/testURI.node.tsx +++ b/src/plugins/navigation/__tests__/testURI.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow strict-local */ diff --git a/src/plugins/navigation/components/AutoCompleteSheet.tsx b/src/plugins/navigation/components/AutoCompleteSheet.tsx index af5f08c2f..ac58dc145 100644 --- a/src/plugins/navigation/components/AutoCompleteSheet.tsx +++ b/src/plugins/navigation/components/AutoCompleteSheet.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/BookmarksSidebar.tsx b/src/plugins/navigation/components/BookmarksSidebar.tsx index 7085f95ca..9a4c09383 100644 --- a/src/plugins/navigation/components/BookmarksSidebar.tsx +++ b/src/plugins/navigation/components/BookmarksSidebar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/FavoriteButton.tsx b/src/plugins/navigation/components/FavoriteButton.tsx index b543e8294..c05686639 100644 --- a/src/plugins/navigation/components/FavoriteButton.tsx +++ b/src/plugins/navigation/components/FavoriteButton.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/IconButton.tsx b/src/plugins/navigation/components/IconButton.tsx index dbe1963b9..ac633c8db 100644 --- a/src/plugins/navigation/components/IconButton.tsx +++ b/src/plugins/navigation/components/IconButton.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/NavigationInfoBox.tsx b/src/plugins/navigation/components/NavigationInfoBox.tsx index e7b628261..43a596708 100644 --- a/src/plugins/navigation/components/NavigationInfoBox.tsx +++ b/src/plugins/navigation/components/NavigationInfoBox.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/RequiredParametersDialog.tsx b/src/plugins/navigation/components/RequiredParametersDialog.tsx index 28fea10ea..e5378562a 100644 --- a/src/plugins/navigation/components/RequiredParametersDialog.tsx +++ b/src/plugins/navigation/components/RequiredParametersDialog.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/SaveBookmarkDialog.tsx b/src/plugins/navigation/components/SaveBookmarkDialog.tsx index f95a8d5ae..2a744683e 100644 --- a/src/plugins/navigation/components/SaveBookmarkDialog.tsx +++ b/src/plugins/navigation/components/SaveBookmarkDialog.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/SearchBar.tsx b/src/plugins/navigation/components/SearchBar.tsx index 4d93c2a2a..0e0824517 100644 --- a/src/plugins/navigation/components/SearchBar.tsx +++ b/src/plugins/navigation/components/SearchBar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/Timeline.tsx b/src/plugins/navigation/components/Timeline.tsx index c4387546f..d024a271d 100644 --- a/src/plugins/navigation/components/Timeline.tsx +++ b/src/plugins/navigation/components/Timeline.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/components/index.tsx b/src/plugins/navigation/components/index.tsx index f0c2438fd..8d55be28d 100644 --- a/src/plugins/navigation/components/index.tsx +++ b/src/plugins/navigation/components/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/hooks/autoCompleteSheet.tsx b/src/plugins/navigation/hooks/autoCompleteSheet.tsx index 453797eff..0a3c2edc1 100644 --- a/src/plugins/navigation/hooks/autoCompleteSheet.tsx +++ b/src/plugins/navigation/hooks/autoCompleteSheet.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/hooks/requiredParameters.tsx b/src/plugins/navigation/hooks/requiredParameters.tsx index ae8290ffe..5183221bf 100644 --- a/src/plugins/navigation/hooks/requiredParameters.tsx +++ b/src/plugins/navigation/hooks/requiredParameters.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/index.tsx b/src/plugins/navigation/index.tsx index 8036bd67f..504351093 100644 --- a/src/plugins/navigation/index.tsx +++ b/src/plugins/navigation/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow strict-local */ diff --git a/src/plugins/navigation/types.tsx b/src/plugins/navigation/types.tsx index 8d84f703a..027922266 100644 --- a/src/plugins/navigation/types.tsx +++ b/src/plugins/navigation/types.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/util/appMatchPatterns.tsx b/src/plugins/navigation/util/appMatchPatterns.tsx index 10b496557..b2e272e50 100644 --- a/src/plugins/navigation/util/appMatchPatterns.tsx +++ b/src/plugins/navigation/util/appMatchPatterns.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/util/autoCompleteProvider.tsx b/src/plugins/navigation/util/autoCompleteProvider.tsx index 83d4790e2..7547c88df 100644 --- a/src/plugins/navigation/util/autoCompleteProvider.tsx +++ b/src/plugins/navigation/util/autoCompleteProvider.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/util/indexedDB.tsx b/src/plugins/navigation/util/indexedDB.tsx index dd076ae62..c02e73ef7 100644 --- a/src/plugins/navigation/util/indexedDB.tsx +++ b/src/plugins/navigation/util/indexedDB.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/navigation/util/uri.tsx b/src/plugins/navigation/util/uri.tsx index 443905d5e..dbe6e8ea3 100644 --- a/src/plugins/navigation/util/uri.tsx +++ b/src/plugins/navigation/util/uri.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/network/RequestDetails.tsx b/src/plugins/network/RequestDetails.tsx index ea373a0da..3fc76224c 100644 --- a/src/plugins/network/RequestDetails.tsx +++ b/src/plugins/network/RequestDetails.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/network/__tests__/requestToCurlCommand.node.tsx b/src/plugins/network/__tests__/requestToCurlCommand.node.tsx index 54171e21d..678232ec9 100644 --- a/src/plugins/network/__tests__/requestToCurlCommand.node.tsx +++ b/src/plugins/network/__tests__/requestToCurlCommand.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/network/index.tsx b/src/plugins/network/index.tsx index fb82447e8..789840590 100644 --- a/src/plugins/network/index.tsx +++ b/src/plugins/network/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/network/types.tsx b/src/plugins/network/types.tsx index 9cad08035..937c3366c 100644 --- a/src/plugins/network/types.tsx +++ b/src/plugins/network/types.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/network/utils.tsx b/src/plugins/network/utils.tsx index 7fdae9d35..2d106aee0 100644 --- a/src/plugins/network/utils.tsx +++ b/src/plugins/network/utils.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/reactdevtools/get-port.d.tsx b/src/plugins/reactdevtools/get-port.d.tsx index 6d6922243..b2008c98c 100644 --- a/src/plugins/reactdevtools/get-port.d.tsx +++ b/src/plugins/reactdevtools/get-port.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/reactdevtools/index.tsx b/src/plugins/reactdevtools/index.tsx index 4e95eea00..b6a9eeb66 100644 --- a/src/plugins/reactdevtools/index.tsx +++ b/src/plugins/reactdevtools/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/reactdevtools/react-devtools-core.d.tsx b/src/plugins/reactdevtools/react-devtools-core.d.tsx index 4b6cb0134..f5be99f0c 100644 --- a/src/plugins/reactdevtools/react-devtools-core.d.tsx +++ b/src/plugins/reactdevtools/react-devtools-core.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/sandbox/index.js b/src/plugins/sandbox/index.js index e4df1a44b..d17c81ba8 100644 --- a/src/plugins/sandbox/index.js +++ b/src/plugins/sandbox/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/seamammals/index.tsx b/src/plugins/seamammals/index.tsx index dfc12d1d4..377df4f27 100644 --- a/src/plugins/seamammals/index.tsx +++ b/src/plugins/seamammals/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/sections/DetailsPanel.js b/src/plugins/sections/DetailsPanel.js index 4b024684b..02ee447c8 100644 --- a/src/plugins/sections/DetailsPanel.js +++ b/src/plugins/sections/DetailsPanel.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import type {UpdateTreeGenerationChangesetApplicationPayload} from './Models.js'; import React from 'react'; diff --git a/src/plugins/sections/EventsTable.js b/src/plugins/sections/EventsTable.js index fd72e9e34..577e8a487 100644 --- a/src/plugins/sections/EventsTable.js +++ b/src/plugins/sections/EventsTable.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/sections/Models.js b/src/plugins/sections/Models.js index dee7377aa..a093552ac 100644 --- a/src/plugins/sections/Models.js +++ b/src/plugins/sections/Models.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/sections/StackTrace.js b/src/plugins/sections/StackTrace.js index d6a5c43e4..3c4526084 100644 --- a/src/plugins/sections/StackTrace.js +++ b/src/plugins/sections/StackTrace.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/sections/Tree.js b/src/plugins/sections/Tree.js index 22e165679..7ae2aab01 100644 --- a/src/plugins/sections/Tree.js +++ b/src/plugins/sections/Tree.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/plugins/sections/index.js b/src/plugins/sections/index.js index 84e39b4cc..61f9787f8 100644 --- a/src/plugins/sections/index.js +++ b/src/plugins/sections/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow */ diff --git a/src/plugins/shared_preferences/index.js b/src/plugins/shared_preferences/index.js index b746167d4..9019aa8d5 100644 --- a/src/plugins/shared_preferences/index.js +++ b/src/plugins/shared_preferences/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/__tests__/applications.electron.tsx b/src/reducers/__tests__/applications.electron.tsx index 151bccc71..f2cbd2447 100644 --- a/src/reducers/__tests__/applications.electron.tsx +++ b/src/reducers/__tests__/applications.electron.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import reducer from '../application'; import { initialState, diff --git a/src/reducers/__tests__/connections.node.tsx b/src/reducers/__tests__/connections.node.tsx index b5628b2aa..7cc254b1a 100644 --- a/src/reducers/__tests__/connections.node.tsx +++ b/src/reducers/__tests__/connections.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/__tests__/notifications.node.tsx b/src/reducers/__tests__/notifications.node.tsx index c4d5ad94c..0f303134a 100644 --- a/src/reducers/__tests__/notifications.node.tsx +++ b/src/reducers/__tests__/notifications.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/__tests__/pluginStates.node.tsx b/src/reducers/__tests__/pluginStates.node.tsx index 9e7c840bf..2b52853b0 100644 --- a/src/reducers/__tests__/pluginStates.node.tsx +++ b/src/reducers/__tests__/pluginStates.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/__tests__/plugins.node.tsx b/src/reducers/__tests__/plugins.node.tsx index 3273ab744..b5d9b46c2 100644 --- a/src/reducers/__tests__/plugins.node.tsx +++ b/src/reducers/__tests__/plugins.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/__tests__/user.node.tsx b/src/reducers/__tests__/user.node.tsx index 111f2e77d..d19650c73 100644 --- a/src/reducers/__tests__/user.node.tsx +++ b/src/reducers/__tests__/user.node.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/application.tsx b/src/reducers/application.tsx index 141eab865..27e41336d 100644 --- a/src/reducers/application.tsx +++ b/src/reducers/application.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/connections.tsx b/src/reducers/connections.tsx index 40529dfb6..5462dc8fd 100644 --- a/src/reducers/connections.tsx +++ b/src/reducers/connections.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/index.tsx b/src/reducers/index.tsx index fc7a5cf6b..c5bec0ae1 100644 --- a/src/reducers/index.tsx +++ b/src/reducers/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/notifications.tsx b/src/reducers/notifications.tsx index 28dfe276d..aae970e0f 100644 --- a/src/reducers/notifications.tsx +++ b/src/reducers/notifications.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {Notification} from '../plugin'; import {Actions} from './'; export type PluginNotification = { diff --git a/src/reducers/pluginStates.tsx b/src/reducers/pluginStates.tsx index ee53189aa..62a068fe7 100644 --- a/src/reducers/pluginStates.tsx +++ b/src/reducers/pluginStates.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/plugins.tsx b/src/reducers/plugins.tsx index eaf52bef5..3734ba227 100644 --- a/src/reducers/plugins.tsx +++ b/src/reducers/plugins.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/settings.tsx b/src/reducers/settings.tsx index 648978cbf..5b4678eed 100644 --- a/src/reducers/settings.tsx +++ b/src/reducers/settings.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/reducers/user.tsx b/src/reducers/user.tsx index e5a573886..fbbb909f8 100644 --- a/src/reducers/user.tsx +++ b/src/reducers/user.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/server.tsx b/src/server.tsx index 7691bfd68..cbb184850 100644 --- a/src/server.tsx +++ b/src/server.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Block.tsx b/src/ui/components/Block.tsx index af30bfd91..b78305538 100644 --- a/src/ui/components/Block.tsx +++ b/src/ui/components/Block.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Box.tsx b/src/ui/components/Box.tsx index 247dd20a1..b347910b4 100644 --- a/src/ui/components/Box.tsx +++ b/src/ui/components/Box.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Button.tsx b/src/ui/components/Button.tsx index 58f1303da..85c652ebb 100644 --- a/src/ui/components/Button.tsx +++ b/src/ui/components/Button.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ButtonGroup.tsx b/src/ui/components/ButtonGroup.tsx index 5da93ecf3..12f0a9f72 100644 --- a/src/ui/components/ButtonGroup.tsx +++ b/src/ui/components/ButtonGroup.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ButtonGroupChain.tsx b/src/ui/components/ButtonGroupChain.tsx index 4ba59afc1..d825bff27 100644 --- a/src/ui/components/ButtonGroupChain.tsx +++ b/src/ui/components/ButtonGroupChain.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import React, {Component} from 'react'; import PropTypes from 'prop-types'; import styled from 'react-emotion'; diff --git a/src/ui/components/ButtonNavigationGroup.tsx b/src/ui/components/ButtonNavigationGroup.tsx index 6421afcc9..496680a4d 100644 --- a/src/ui/components/ButtonNavigationGroup.tsx +++ b/src/ui/components/ButtonNavigationGroup.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Checkbox.tsx b/src/ui/components/Checkbox.tsx index de363baff..6af038eae 100644 --- a/src/ui/components/Checkbox.tsx +++ b/src/ui/components/Checkbox.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/CodeBlock.tsx b/src/ui/components/CodeBlock.tsx index b51e61576..4aeae7493 100644 --- a/src/ui/components/CodeBlock.tsx +++ b/src/ui/components/CodeBlock.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ContextMenu.tsx b/src/ui/components/ContextMenu.tsx index 47d2c459b..f36b4a825 100644 --- a/src/ui/components/ContextMenu.tsx +++ b/src/ui/components/ContextMenu.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ContextMenuProvider.tsx b/src/ui/components/ContextMenuProvider.tsx index d1edee01f..8bde4b5cd 100644 --- a/src/ui/components/ContextMenuProvider.tsx +++ b/src/ui/components/ContextMenuProvider.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ErrorBlock.tsx b/src/ui/components/ErrorBlock.tsx index cef26144a..742203d4b 100644 --- a/src/ui/components/ErrorBlock.tsx +++ b/src/ui/components/ErrorBlock.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ErrorBoundary.tsx b/src/ui/components/ErrorBoundary.tsx index caa778812..076abbdf1 100644 --- a/src/ui/components/ErrorBoundary.tsx +++ b/src/ui/components/ErrorBoundary.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/File.tsx b/src/ui/components/File.tsx index 27d5bf8f1..d3d9250e7 100644 --- a/src/ui/components/File.tsx +++ b/src/ui/components/File.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/FileList.tsx b/src/ui/components/FileList.tsx index 420988b9f..4b496e137 100644 --- a/src/ui/components/FileList.tsx +++ b/src/ui/components/FileList.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/FlexBox.tsx b/src/ui/components/FlexBox.tsx index 52951af88..1fa05c306 100644 --- a/src/ui/components/FlexBox.tsx +++ b/src/ui/components/FlexBox.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/FlexCenter.tsx b/src/ui/components/FlexCenter.tsx index 170e7a1ed..baf0af3e8 100644 --- a/src/ui/components/FlexCenter.tsx +++ b/src/ui/components/FlexCenter.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/FlexColumn.tsx b/src/ui/components/FlexColumn.tsx index dec51cd45..cfec5f0d9 100644 --- a/src/ui/components/FlexColumn.tsx +++ b/src/ui/components/FlexColumn.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/FlexRow.tsx b/src/ui/components/FlexRow.tsx index 96ff0994d..656c8ed74 100644 --- a/src/ui/components/FlexRow.tsx +++ b/src/ui/components/FlexRow.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/FocusableBox.tsx b/src/ui/components/FocusableBox.tsx index eda3a394e..39eab517b 100644 --- a/src/ui/components/FocusableBox.tsx +++ b/src/ui/components/FocusableBox.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Glyph.tsx b/src/ui/components/Glyph.tsx index 11c548ae8..4ddc31d6e 100644 --- a/src/ui/components/Glyph.tsx +++ b/src/ui/components/Glyph.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Heading.tsx b/src/ui/components/Heading.tsx index 1c9b09773..6b8091225 100644 --- a/src/ui/components/Heading.tsx +++ b/src/ui/components/Heading.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/HorizontalRule.tsx b/src/ui/components/HorizontalRule.tsx index 2d429e623..fd258beec 100644 --- a/src/ui/components/HorizontalRule.tsx +++ b/src/ui/components/HorizontalRule.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Input.tsx b/src/ui/components/Input.tsx index bcc311a61..d869246bf 100644 --- a/src/ui/components/Input.tsx +++ b/src/ui/components/Input.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Interactive.tsx b/src/ui/components/Interactive.tsx index c7e5f7bd7..d029e04e9 100644 --- a/src/ui/components/Interactive.tsx +++ b/src/ui/components/Interactive.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Label.tsx b/src/ui/components/Label.tsx index ebf497d1a..4b400e968 100644 --- a/src/ui/components/Label.tsx +++ b/src/ui/components/Label.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Link.tsx b/src/ui/components/Link.tsx index 15f73244c..a916ccbcd 100644 --- a/src/ui/components/Link.tsx +++ b/src/ui/components/Link.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/LoadingIndicator.tsx b/src/ui/components/LoadingIndicator.tsx index e32ff39f6..6d997a002 100644 --- a/src/ui/components/LoadingIndicator.tsx +++ b/src/ui/components/LoadingIndicator.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/MarkerTimeline.tsx b/src/ui/components/MarkerTimeline.tsx index c9637fb23..8bc141dc9 100644 --- a/src/ui/components/MarkerTimeline.tsx +++ b/src/ui/components/MarkerTimeline.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ModalOverlay.tsx b/src/ui/components/ModalOverlay.tsx index eb6357728..a11cec32d 100644 --- a/src/ui/components/ModalOverlay.tsx +++ b/src/ui/components/ModalOverlay.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Orderable.tsx b/src/ui/components/Orderable.tsx index 3ca8b72b6..e827b25c8 100644 --- a/src/ui/components/Orderable.tsx +++ b/src/ui/components/Orderable.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Panel.tsx b/src/ui/components/Panel.tsx index 7920b6bf1..0d0a21902 100644 --- a/src/ui/components/Panel.tsx +++ b/src/ui/components/Panel.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/PathBreadcrumbs.tsx b/src/ui/components/PathBreadcrumbs.tsx index acb1a3b9b..947730ac2 100644 --- a/src/ui/components/PathBreadcrumbs.tsx +++ b/src/ui/components/PathBreadcrumbs.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Popover.tsx b/src/ui/components/Popover.tsx index 1cb0e4a6a..460102b53 100644 --- a/src/ui/components/Popover.tsx +++ b/src/ui/components/Popover.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ResizeSensor.tsx b/src/ui/components/ResizeSensor.tsx index 870ddc9fb..e0fb09854 100644 --- a/src/ui/components/ResizeSensor.tsx +++ b/src/ui/components/ResizeSensor.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Select.tsx b/src/ui/components/Select.tsx index ef38eed2d..d184bd5a6 100644 --- a/src/ui/components/Select.tsx +++ b/src/ui/components/Select.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Sheet.tsx b/src/ui/components/Sheet.tsx index e6bbb1908..a926cc9c9 100644 --- a/src/ui/components/Sheet.tsx +++ b/src/ui/components/Sheet.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Sidebar.tsx b/src/ui/components/Sidebar.tsx index 3935cfae5..f64084457 100644 --- a/src/ui/components/Sidebar.tsx +++ b/src/ui/components/Sidebar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/SidebarLabel.tsx b/src/ui/components/SidebarLabel.tsx index 8961d5d8e..6b750b444 100644 --- a/src/ui/components/SidebarLabel.tsx +++ b/src/ui/components/SidebarLabel.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/StackTrace.tsx b/src/ui/components/StackTrace.tsx index 5978adaef..f6988ec3b 100644 --- a/src/ui/components/StackTrace.tsx +++ b/src/ui/components/StackTrace.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/StatusIndicator.tsx b/src/ui/components/StatusIndicator.tsx index e874086d2..8ff098657 100644 --- a/src/ui/components/StatusIndicator.tsx +++ b/src/ui/components/StatusIndicator.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2019-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Tab.tsx b/src/ui/components/Tab.tsx index 8bd3157c9..bc4253ff7 100644 --- a/src/ui/components/Tab.tsx +++ b/src/ui/components/Tab.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Tabs.tsx b/src/ui/components/Tabs.tsx index 2be2e9b23..5a477aacf 100644 --- a/src/ui/components/Tabs.tsx +++ b/src/ui/components/Tabs.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/TabsContainer.tsx b/src/ui/components/TabsContainer.tsx index 0bebe5045..50550f7a0 100644 --- a/src/ui/components/TabsContainer.tsx +++ b/src/ui/components/TabsContainer.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Text.tsx b/src/ui/components/Text.tsx index f3ae24700..c79425474 100644 --- a/src/ui/components/Text.tsx +++ b/src/ui/components/Text.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/TextParagraph.tsx b/src/ui/components/TextParagraph.tsx index 70e52b4ed..74ca4d1d3 100644 --- a/src/ui/components/TextParagraph.tsx +++ b/src/ui/components/TextParagraph.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Textarea.tsx b/src/ui/components/Textarea.tsx index 53db5261f..7f3a18faf 100644 --- a/src/ui/components/Textarea.tsx +++ b/src/ui/components/Textarea.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ToggleSwitch.tsx b/src/ui/components/ToggleSwitch.tsx index 721157b32..cce1c0283 100644 --- a/src/ui/components/ToggleSwitch.tsx +++ b/src/ui/components/ToggleSwitch.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Toolbar.tsx b/src/ui/components/Toolbar.tsx index 4ff96cbbe..9da6e6625 100644 --- a/src/ui/components/Toolbar.tsx +++ b/src/ui/components/Toolbar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/Tooltip.tsx b/src/ui/components/Tooltip.tsx index 464808272..43e04bc7d 100644 --- a/src/ui/components/Tooltip.tsx +++ b/src/ui/components/Tooltip.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/TooltipProvider.tsx b/src/ui/components/TooltipProvider.tsx index 8293c15d4..d151921f1 100644 --- a/src/ui/components/TooltipProvider.tsx +++ b/src/ui/components/TooltipProvider.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/VerticalRule.tsx b/src/ui/components/VerticalRule.tsx index 90ca8058b..b10c569c2 100644 --- a/src/ui/components/VerticalRule.tsx +++ b/src/ui/components/VerticalRule.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/View.tsx b/src/ui/components/View.tsx index da9cea7de..b42fd1444 100644 --- a/src/ui/components/View.tsx +++ b/src/ui/components/View.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/ViewWithSize.tsx b/src/ui/components/ViewWithSize.tsx index 6c3ea2c20..03c27193d 100644 --- a/src/ui/components/ViewWithSize.tsx +++ b/src/ui/components/ViewWithSize.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/VirtualList.tsx b/src/ui/components/VirtualList.tsx index 853b74331..15b759c95 100644 --- a/src/ui/components/VirtualList.tsx +++ b/src/ui/components/VirtualList.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/__tests__/MarkerTimeline.electron.tsx b/src/ui/components/__tests__/MarkerTimeline.electron.tsx index 494649ff2..646e6a631 100644 --- a/src/ui/components/__tests__/MarkerTimeline.electron.tsx +++ b/src/ui/components/__tests__/MarkerTimeline.electron.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/colors.tsx b/src/ui/components/colors.tsx index 21c9e4384..f376c5f35 100644 --- a/src/ui/components/colors.tsx +++ b/src/ui/components/colors.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/console.tsx b/src/ui/components/console.tsx index 3a51ef3fb..f864f2568 100644 --- a/src/ui/components/console.tsx +++ b/src/ui/components/console.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import React, {Component} from 'react'; import CodeBlock from './CodeBlock'; import {colors} from './colors'; diff --git a/src/ui/components/data-inspector/DataDescription.tsx b/src/ui/components/data-inspector/DataDescription.tsx index a2496436d..7b3750b16 100644 --- a/src/ui/components/data-inspector/DataDescription.tsx +++ b/src/ui/components/data-inspector/DataDescription.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import Link from '../Link'; import {DataInspectorSetValue} from './DataInspector'; import {PureComponent} from 'react'; diff --git a/src/ui/components/data-inspector/DataInspector.tsx b/src/ui/components/data-inspector/DataInspector.tsx index 631f6b512..018765bc1 100644 --- a/src/ui/components/data-inspector/DataInspector.tsx +++ b/src/ui/components/data-inspector/DataInspector.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/data-inspector/DataPreview.tsx b/src/ui/components/data-inspector/DataPreview.tsx index d946489dd..e1165dce6 100755 --- a/src/ui/components/data-inspector/DataPreview.tsx +++ b/src/ui/components/data-inspector/DataPreview.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/data-inspector/ManagedDataInspector.tsx b/src/ui/components/data-inspector/ManagedDataInspector.tsx index 00203d07c..c0d3cc278 100644 --- a/src/ui/components/data-inspector/ManagedDataInspector.tsx +++ b/src/ui/components/data-inspector/ManagedDataInspector.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/data-inspector/utils.tsx b/src/ui/components/data-inspector/utils.tsx index 0700b5755..302051c7f 100644 --- a/src/ui/components/data-inspector/utils.tsx +++ b/src/ui/components/data-inspector/utils.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/desktop-toolbar.tsx b/src/ui/components/desktop-toolbar.tsx index 946c2dd15..54427cb0f 100644 --- a/src/ui/components/desktop-toolbar.tsx +++ b/src/ui/components/desktop-toolbar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/elements-inspector/ElementsInspector.tsx b/src/ui/components/elements-inspector/ElementsInspector.tsx index 79012ab03..fa038e8b5 100644 --- a/src/ui/components/elements-inspector/ElementsInspector.tsx +++ b/src/ui/components/elements-inspector/ElementsInspector.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/elements-inspector/elements.tsx b/src/ui/components/elements-inspector/elements.tsx index 92c9f66dd..425093e83 100644 --- a/src/ui/components/elements-inspector/elements.tsx +++ b/src/ui/components/elements-inspector/elements.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/elements-inspector/sidebar.tsx b/src/ui/components/elements-inspector/sidebar.tsx index 9204b2d08..8f641a0d5 100644 --- a/src/ui/components/elements-inspector/sidebar.tsx +++ b/src/ui/components/elements-inspector/sidebar.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/filter/FilterRow.tsx b/src/ui/components/filter/FilterRow.tsx index 05d6a31ff..c045a7414 100644 --- a/src/ui/components/filter/FilterRow.tsx +++ b/src/ui/components/filter/FilterRow.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/filter/types.tsx b/src/ui/components/filter/types.tsx index 4faa27c04..067109e90 100644 --- a/src/ui/components/filter/types.tsx +++ b/src/ui/components/filter/types.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/searchable/FilterToken.tsx b/src/ui/components/searchable/FilterToken.tsx index fbf3f92f9..84aa16aad 100644 --- a/src/ui/components/searchable/FilterToken.tsx +++ b/src/ui/components/searchable/FilterToken.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/searchable/Searchable.tsx b/src/ui/components/searchable/Searchable.tsx index fee81fd85..be6eda522 100644 --- a/src/ui/components/searchable/Searchable.tsx +++ b/src/ui/components/searchable/Searchable.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/searchable/SearchableTable.tsx b/src/ui/components/searchable/SearchableTable.tsx index fa64d3c3f..87bf9dacd 100644 --- a/src/ui/components/searchable/SearchableTable.tsx +++ b/src/ui/components/searchable/SearchableTable.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/searchable/SearchableTable_immutable.tsx b/src/ui/components/searchable/SearchableTable_immutable.tsx index 2bd454a00..7c351cc7c 100644 --- a/src/ui/components/searchable/SearchableTable_immutable.tsx +++ b/src/ui/components/searchable/SearchableTable_immutable.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/table/ManagedTable.tsx b/src/ui/components/table/ManagedTable.tsx index f4e8735b3..389ca8a3b 100644 --- a/src/ui/components/table/ManagedTable.tsx +++ b/src/ui/components/table/ManagedTable.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/table/ManagedTable_immutable.tsx b/src/ui/components/table/ManagedTable_immutable.tsx index 560c7e3b0..7e2647902 100644 --- a/src/ui/components/table/ManagedTable_immutable.tsx +++ b/src/ui/components/table/ManagedTable_immutable.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/table/TableHead.tsx b/src/ui/components/table/TableHead.tsx index 4f3e40110..d3fe93b1a 100644 --- a/src/ui/components/table/TableHead.tsx +++ b/src/ui/components/table/TableHead.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/table/TableRow.tsx b/src/ui/components/table/TableRow.tsx index f3cb2c6b2..7e234f1c8 100644 --- a/src/ui/components/table/TableRow.tsx +++ b/src/ui/components/table/TableRow.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/table/TypeBasedValueRenderer.tsx b/src/ui/components/table/TypeBasedValueRenderer.tsx index 2ee09c1a5..a0ae6256d 100644 --- a/src/ui/components/table/TypeBasedValueRenderer.tsx +++ b/src/ui/components/table/TypeBasedValueRenderer.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {default as styled} from 'react-emotion'; import {colors} from '../colors'; import {default as Text} from '../Text'; diff --git a/src/ui/components/table/types.tsx b/src/ui/components/table/types.tsx index 631a7d03e..81d91f0e0 100644 --- a/src/ui/components/table/types.tsx +++ b/src/ui/components/table/types.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/components/table/utils.tsx b/src/ui/components/table/utils.tsx index 710b58149..2e371bb14 100644 --- a/src/ui/components/table/utils.tsx +++ b/src/ui/components/table/utils.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/ui/index.tsx b/src/ui/index.tsx index 946728774..b9f6fc767 100644 --- a/src/ui/index.tsx +++ b/src/ui/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/CertificateProvider.tsx b/src/utils/CertificateProvider.tsx index 197881704..31773ef86 100644 --- a/src/utils/CertificateProvider.tsx +++ b/src/utils/CertificateProvider.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/Idler.tsx b/src/utils/Idler.tsx index d20d71711..f17f4239f 100644 --- a/src/utils/Idler.tsx +++ b/src/utils/Idler.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/InteractionTracker.tsx b/src/utils/InteractionTracker.tsx index e7bd7cd8e..d3596ed7d 100644 --- a/src/utils/InteractionTracker.tsx +++ b/src/utils/InteractionTracker.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/LowPassFilter.tsx b/src/utils/LowPassFilter.tsx index 07331d37b..1f2c78445 100644 --- a/src/utils/LowPassFilter.tsx +++ b/src/utils/LowPassFilter.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/StubLogger.tsx b/src/utils/StubLogger.tsx index 141d3ac15..9f2d6cd25 100644 --- a/src/utils/StubLogger.tsx +++ b/src/utils/StubLogger.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__mocks__/argvUtils.js b/src/utils/__mocks__/argvUtils.js index 088120de2..e49afcdaf 100644 --- a/src/utils/__mocks__/argvUtils.js +++ b/src/utils/__mocks__/argvUtils.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/Idler.node.js b/src/utils/__tests__/Idler.node.js index fd7027bae..1eceee8b6 100644 --- a/src/utils/__tests__/Idler.node.js +++ b/src/utils/__tests__/Idler.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/adbConfig.node.js b/src/utils/__tests__/adbConfig.node.js index fff676508..9ce750de1 100644 --- a/src/utils/__tests__/adbConfig.node.js +++ b/src/utils/__tests__/adbConfig.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/crashReporterUtility.node.js b/src/utils/__tests__/crashReporterUtility.node.js index e1fe1d64a..4435ab130 100644 --- a/src/utils/__tests__/crashReporterUtility.node.js +++ b/src/utils/__tests__/crashReporterUtility.node.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {shouldParseAndroidLog} from '../crashReporterUtility.tsx'; import type {DeviceLogEntry, LogLevel} from 'flipper'; diff --git a/src/utils/__tests__/environmentVariables.node.js b/src/utils/__tests__/environmentVariables.node.js index f91ffd81e..4ed6998bb 100644 --- a/src/utils/__tests__/environmentVariables.node.js +++ b/src/utils/__tests__/environmentVariables.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/exportData.electron.js b/src/utils/__tests__/exportData.electron.js index 248fa7de5..3c1bf1f54 100644 --- a/src/utils/__tests__/exportData.electron.js +++ b/src/utils/__tests__/exportData.electron.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/icons.node.js b/src/utils/__tests__/icons.node.js index 4a4aa18d7..d2e38e0b3 100644 --- a/src/utils/__tests__/icons.node.js +++ b/src/utils/__tests__/icons.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/jsonFileStorage.node.js b/src/utils/__tests__/jsonFileStorage.node.js index 45e5999ab..658d55dd6 100644 --- a/src/utils/__tests__/jsonFileStorage.node.js +++ b/src/utils/__tests__/jsonFileStorage.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/packageMetadata.node.js b/src/utils/__tests__/packageMetadata.node.js index ea62fac44..e395a8c72 100644 --- a/src/utils/__tests__/packageMetadata.node.js +++ b/src/utils/__tests__/packageMetadata.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/pluginUtils.node.js b/src/utils/__tests__/pluginUtils.node.js index 683728f6c..945d8a110 100644 --- a/src/utils/__tests__/pluginUtils.node.js +++ b/src/utils/__tests__/pluginUtils.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/processConfig.node.js b/src/utils/__tests__/processConfig.node.js index c0e24512b..42f1cc381 100644 --- a/src/utils/__tests__/processConfig.node.js +++ b/src/utils/__tests__/processConfig.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/__tests__/promiseTimeout.node.js b/src/utils/__tests__/promiseTimeout.node.js index c3bf3785c..7607e8e91 100644 --- a/src/utils/__tests__/promiseTimeout.node.js +++ b/src/utils/__tests__/promiseTimeout.node.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import promiseTimeout from '../promiseTimeout.tsx'; test('test promiseTimeout for timeout to happen', () => { diff --git a/src/utils/__tests__/serialization.node.js b/src/utils/__tests__/serialization.node.js index b5b2bb0ed..15d125804 100644 --- a/src/utils/__tests__/serialization.node.js +++ b/src/utils/__tests__/serialization.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/adbClient.tsx b/src/utils/adbClient.tsx index f3e641aa2..a339215b8 100644 --- a/src/utils/adbClient.tsx +++ b/src/utils/adbClient.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {reportPlatformFailures} from './metrics'; import {promisify} from 'util'; import child_process from 'child_process'; diff --git a/src/utils/adbConfig.tsx b/src/utils/adbConfig.tsx index f73ce16e7..7e97bcb79 100644 --- a/src/utils/adbConfig.tsx +++ b/src/utils/adbConfig.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/androidContainerUtility.tsx b/src/utils/androidContainerUtility.tsx index df571eb1b..55901e63b 100644 --- a/src/utils/androidContainerUtility.tsx +++ b/src/utils/androidContainerUtility.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import { validateAppName, validateFilePath, diff --git a/src/utils/androidContainerUtilityInternal.tsx b/src/utils/androidContainerUtilityInternal.tsx index 2045c6318..89929db9c 100644 --- a/src/utils/androidContainerUtilityInternal.tsx +++ b/src/utils/androidContainerUtilityInternal.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/argvUtils.tsx b/src/utils/argvUtils.tsx index 7fd27f0be..d77d3d410 100644 --- a/src/utils/argvUtils.tsx +++ b/src/utils/argvUtils.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/clientUtils.tsx b/src/utils/clientUtils.tsx index e713650d1..76dff72c7 100644 --- a/src/utils/clientUtils.tsx +++ b/src/utils/clientUtils.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import Client from '../Client'; import BaseDevice from '../devices/BaseDevice'; diff --git a/src/utils/crashReporterUtility.tsx b/src/utils/crashReporterUtility.tsx index bd00960d4..88d365d6a 100644 --- a/src/utils/crashReporterUtility.tsx +++ b/src/utils/crashReporterUtility.tsx @@ -1,10 +1,13 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow */ + import {DeviceLogEntry} from '../devices/BaseDevice'; export function shouldParseAndroidLog( diff --git a/src/utils/electronCrashReporter.tsx b/src/utils/electronCrashReporter.tsx index 23da428e4..4736fc23c 100644 --- a/src/utils/electronCrashReporter.tsx +++ b/src/utils/electronCrashReporter.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/environmentVariables.tsx b/src/utils/environmentVariables.tsx index 7cbdf779e..8e37d70d6 100644 --- a/src/utils/environmentVariables.tsx +++ b/src/utils/environmentVariables.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/errors.tsx b/src/utils/errors.tsx index e6bca67c3..59240082c 100644 --- a/src/utils/errors.tsx +++ b/src/utils/errors.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/exportData.tsx b/src/utils/exportData.tsx index c2e691430..ede6b4d07 100644 --- a/src/utils/exportData.tsx +++ b/src/utils/exportData.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {getInstance as getLogger} from '../fb-stubs/Logger'; import {Store, MiddlewareAPI} from '../reducers'; import {DeviceExport} from '../devices/BaseDevice'; diff --git a/src/utils/exportMetrics.tsx b/src/utils/exportMetrics.tsx index a31b776c9..2057e2632 100644 --- a/src/utils/exportMetrics.tsx +++ b/src/utils/exportMetrics.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {FlipperPlugin, FlipperDevicePlugin} from 'flipper'; import {serialize} from './serialization'; import {State as PluginStatesState} from '../reducers/pluginStates'; diff --git a/src/utils/fbEmployee.tsx b/src/utils/fbEmployee.tsx index 8a0114f62..419272f68 100644 --- a/src/utils/fbEmployee.tsx +++ b/src/utils/fbEmployee.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2019-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/geometry.tsx b/src/utils/geometry.tsx index b748868e2..bcf89c2f1 100644 --- a/src/utils/geometry.tsx +++ b/src/utils/geometry.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/icons.d.ts b/src/utils/icons.d.ts index 4b8a1fd1c..bc99cd9a2 100644 --- a/src/utils/icons.d.ts +++ b/src/utils/icons.d.ts @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/icons.js b/src/utils/icons.js index 1a7ddbff4..bbfdfa7e1 100644 --- a/src/utils/icons.js +++ b/src/utils/icons.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/index.tsx b/src/utils/index.tsx index 4f9f54b0c..7ca843a17 100644 --- a/src/utils/index.tsx +++ b/src/utils/index.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/info.tsx b/src/utils/info.tsx index cabffcb43..05400e335 100644 --- a/src/utils/info.tsx +++ b/src/utils/info.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/isHeadless.tsx b/src/utils/isHeadless.tsx index 679869320..421c08d76 100644 --- a/src/utils/isHeadless.tsx +++ b/src/utils/isHeadless.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/isProduction.tsx b/src/utils/isProduction.tsx index fa73dbb74..bff5a7013 100644 --- a/src/utils/isProduction.tsx +++ b/src/utils/isProduction.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/js-client/api.js b/src/utils/js-client/api.js index adae3294b..6433935ec 100644 --- a/src/utils/js-client/api.js +++ b/src/utils/js-client/api.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/js-client/example.js b/src/utils/js-client/example.js index 338053926..bca53fb66 100644 --- a/src/utils/js-client/example.js +++ b/src/utils/js-client/example.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/js-client/plugins/analyticsLogging.js b/src/utils/js-client/plugins/analyticsLogging.js index 9d1c59421..315d9965c 100644 --- a/src/utils/js-client/plugins/analyticsLogging.js +++ b/src/utils/js-client/plugins/analyticsLogging.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/js-client/plugins/fury.js b/src/utils/js-client/plugins/fury.js index b5a6a5f5d..cc792d848 100644 --- a/src/utils/js-client/plugins/fury.js +++ b/src/utils/js-client/plugins/fury.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow */ diff --git a/src/utils/js-client/webviewImpl.js b/src/utils/js-client/webviewImpl.js index aed768b2c..09119810d 100644 --- a/src/utils/js-client/webviewImpl.js +++ b/src/utils/js-client/webviewImpl.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/jsonFileReduxPersistStorage.tsx b/src/utils/jsonFileReduxPersistStorage.tsx index bfbe31775..ae883662a 100644 --- a/src/utils/jsonFileReduxPersistStorage.tsx +++ b/src/utils/jsonFileReduxPersistStorage.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/launcher.tsx b/src/utils/launcher.tsx index 0749742c7..c2dd477f8 100644 --- a/src/utils/launcher.tsx +++ b/src/utils/launcher.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/listDevices.tsx b/src/utils/listDevices.tsx index 03e8dbed4..2b06dad47 100644 --- a/src/utils/listDevices.tsx +++ b/src/utils/listDevices.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {getActiveAndroidDevices} from '../dispatcher/androidDevice'; import {getActiveDevicesAndSimulators} from '../dispatcher/iOSDevice'; import BaseDevice from '../devices/BaseDevice'; diff --git a/src/utils/metrics.tsx b/src/utils/metrics.tsx index f46b83c0e..fc8484f0c 100644 --- a/src/utils/metrics.tsx +++ b/src/utils/metrics.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/onRegisterDevice.tsx b/src/utils/onRegisterDevice.tsx index 4928771e4..94a3f235d 100644 --- a/src/utils/onRegisterDevice.tsx +++ b/src/utils/onRegisterDevice.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {Store} from '../reducers/index'; import {FlipperPlugin, FlipperDevicePlugin} from '../plugin'; import {setPluginState} from '../reducers/pluginStates'; diff --git a/src/utils/openssl-wrapper-with-promises.tsx b/src/utils/openssl-wrapper-with-promises.tsx index 433323256..df07004ac 100644 --- a/src/utils/openssl-wrapper-with-promises.tsx +++ b/src/utils/openssl-wrapper-with-promises.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/packageMetadata.tsx b/src/utils/packageMetadata.tsx index fa29bdd67..e3e3bc753 100644 --- a/src/utils/packageMetadata.tsx +++ b/src/utils/packageMetadata.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/persistor.tsx b/src/utils/persistor.tsx index 319ce3b27..3f99d1766 100644 --- a/src/utils/persistor.tsx +++ b/src/utils/persistor.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/pluginUtils.tsx b/src/utils/pluginUtils.tsx index cf63f8a5e..cf43715c5 100644 --- a/src/utils/pluginUtils.tsx +++ b/src/utils/pluginUtils.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {FlipperDevicePlugin, FlipperPlugin, FlipperBasePlugin} from '../plugin'; import BaseDevice from '../devices/BaseDevice'; import {State as PluginStatesState} from '../reducers/pluginStates'; diff --git a/src/utils/processConfig.tsx b/src/utils/processConfig.tsx index 68f211b09..2d2bc1dc7 100644 --- a/src/utils/processConfig.tsx +++ b/src/utils/processConfig.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/promiseTimeout.tsx b/src/utils/promiseTimeout.tsx index 8497d72a2..bfceeb780 100644 --- a/src/utils/promiseTimeout.tsx +++ b/src/utils/promiseTimeout.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/publicVersionChecker.tsx b/src/utils/publicVersionChecker.tsx index b21f057e9..599bb739a 100644 --- a/src/utils/publicVersionChecker.tsx +++ b/src/utils/publicVersionChecker.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/reduxDevToolsConfig.tsx b/src/utils/reduxDevToolsConfig.tsx index 299bf8536..d9b30b418 100644 --- a/src/utils/reduxDevToolsConfig.tsx +++ b/src/utils/reduxDevToolsConfig.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {State} from '../reducers/index'; import {DeviceExport} from '../devices/BaseDevice'; diff --git a/src/utils/screenshot.tsx b/src/utils/screenshot.tsx index d6eef46c5..f844d86d1 100644 --- a/src/utils/screenshot.tsx +++ b/src/utils/screenshot.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/serialization.tsx b/src/utils/serialization.tsx index 66c3006af..e8cb04487 100644 --- a/src/utils/serialization.tsx +++ b/src/utils/serialization.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/snap.tsx b/src/utils/snap.tsx index 74d6ce4d1..8f2694582 100644 --- a/src/utils/snap.tsx +++ b/src/utils/snap.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/supportRequestsFormUtils.tsx b/src/utils/supportRequestsFormUtils.tsx index 808dbc8d2..e1a69bc34 100644 --- a/src/utils/supportRequestsFormUtils.tsx +++ b/src/utils/supportRequestsFormUtils.tsx @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + import {WebviewTag} from 'electron'; // TODO: Get rid off this function diff --git a/src/utils/textContent.tsx b/src/utils/textContent.tsx index aa4f22485..889d24c8d 100644 --- a/src/utils/textContent.tsx +++ b/src/utils/textContent.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/src/utils/typeUtils.tsx b/src/utils/typeUtils.tsx index 5f37ac42b..4f15d79c6 100644 --- a/src/utils/typeUtils.tsx +++ b/src/utils/typeUtils.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/SupportRequestPreload.js b/static/SupportRequestPreload.js index 5fe14e33b..91c34179f 100644 --- a/static/SupportRequestPreload.js +++ b/static/SupportRequestPreload.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/compilePlugins.js b/static/compilePlugins.js index b304a2c9c..130b0e51c 100644 --- a/static/compilePlugins.js +++ b/static/compilePlugins.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format * @flow strict-local */ diff --git a/static/globalTestSetup.js b/static/globalTestSetup.js index 2187d7e87..b259b0e7e 100644 --- a/static/globalTestSetup.js +++ b/static/globalTestSetup.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + const defaultConsoleError = console.error; console.error = function(message, ...args) { diff --git a/static/index.js b/static/index.js index b26c24446..733e14b75 100644 --- a/static/index.js +++ b/static/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/launcher.js b/static/launcher.js index 512cf6a06..f7d49b56d 100644 --- a/static/launcher.js +++ b/static/launcher.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/setup.d.ts b/static/setup.d.ts index 6e639e687..a435fe97c 100644 --- a/static/setup.d.ts +++ b/static/setup.d.ts @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/setup.js b/static/setup.js index a0a9089e8..3fbdad29f 100644 --- a/static/setup.js +++ b/static/setup.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/transforms/__tests__/electron-stubs.node.js b/static/transforms/__tests__/electron-stubs.node.js index 89ee2cf3d..d9bf34167 100644 --- a/static/transforms/__tests__/electron-stubs.node.js +++ b/static/transforms/__tests__/electron-stubs.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/transforms/__tests__/flipper-requires.node.js b/static/transforms/__tests__/flipper-requires.node.js index 02cd92c29..f2ae15292 100644 --- a/static/transforms/__tests__/flipper-requires.node.js +++ b/static/transforms/__tests__/flipper-requires.node.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/transforms/dynamic-requires.js b/static/transforms/dynamic-requires.js index c78f54379..d09065067 100644 --- a/static/transforms/dynamic-requires.js +++ b/static/transforms/dynamic-requires.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + function isDynamicRequire(node) { return ( node.type === 'CallExpression' && diff --git a/static/transforms/electron-requires.js b/static/transforms/electron-requires.js index 9669969fc..372f385af 100644 --- a/static/transforms/electron-requires.js +++ b/static/transforms/electron-requires.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/transforms/electron-stubs.js b/static/transforms/electron-stubs.js index f6d874d1a..7db623667 100644 --- a/static/transforms/electron-stubs.js +++ b/static/transforms/electron-stubs.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/transforms/fb-stubs.js b/static/transforms/fb-stubs.js index 876ec5767..3a01e19bc 100644 --- a/static/transforms/fb-stubs.js +++ b/static/transforms/fb-stubs.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/transforms/flipper-requires.js b/static/transforms/flipper-requires.js index 1a49f9652..87c87a048 100644 --- a/static/transforms/flipper-requires.js +++ b/static/transforms/flipper-requires.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/transforms/import-react.js b/static/transforms/import-react.js index 002e22528..d7a4f5c96 100644 --- a/static/transforms/import-react.js +++ b/static/transforms/import-react.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/static/transforms/index.js b/static/transforms/index.js index e57b81f9f..1e26f7268 100644 --- a/static/transforms/index.js +++ b/static/transforms/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/JSONStream.d.tsx b/types/JSONStream.d.tsx index 75b5cf82d..8e9d638c6 100644 --- a/types/JSONStream.d.tsx +++ b/types/JSONStream.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/ReactDebounceRender.d.tsx b/types/ReactDebounceRender.d.tsx index 854dc63b1..5b725d917 100644 --- a/types/ReactDebounceRender.d.tsx +++ b/types/ReactDebounceRender.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/ResizeObserver.d.tsx b/types/ResizeObserver.d.tsx index 079cc74af..2a2af10d4 100644 --- a/types/ResizeObserver.d.tsx +++ b/types/ResizeObserver.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/XmlBeautifier.d.tsx b/types/XmlBeautifier.d.tsx index 38ba1b3a1..69144ed2d 100644 --- a/types/XmlBeautifier.d.tsx +++ b/types/XmlBeautifier.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/adbkit-logcat.d.tsx b/types/adbkit-logcat.d.tsx index d893ea04a..aae0649ea 100644 --- a/types/adbkit-logcat.d.tsx +++ b/types/adbkit-logcat.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/adbkit.d.tsx b/types/adbkit.d.tsx index 433c8ab74..3b1e058f2 100644 --- a/types/adbkit.d.tsx +++ b/types/adbkit.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/download-tarball.d.tsx b/types/download-tarball.d.tsx index 85d6c533b..b324ba136 100644 --- a/types/download-tarball.d.tsx +++ b/types/download-tarball.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/globals.tsx b/types/globals.tsx index e84a631e3..0d3cc4a6a 100644 --- a/types/globals.tsx +++ b/types/globals.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/live-plugin-manager.d.tsx b/types/live-plugin-manager.d.tsx index cfd44e897..10f7618e9 100644 --- a/types/live-plugin-manager.d.tsx +++ b/types/live-plugin-manager.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/nodejs.tsx b/types/nodejs.tsx index 1e5bd7e56..3a9f5bd41 100644 --- a/types/nodejs.tsx +++ b/types/nodejs.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/openssl-wrapper.d.tsx b/types/openssl-wrapper.d.tsx index 46e26fd6e..cd38433b6 100644 --- a/types/openssl-wrapper.d.tsx +++ b/types/openssl-wrapper.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/react-virtualized.d.tsx b/types/react-virtualized.d.tsx index 257684ffc..a079f8d76 100644 --- a/types/react-virtualized.d.tsx +++ b/types/react-virtualized.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/types/string-natural-compare.d.tsx b/types/string-natural-compare.d.tsx index d81df8827..bd24b0582 100644 --- a/types/string-natural-compare.d.tsx +++ b/types/string-natural-compare.d.tsx @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/website/core/Footer.js b/website/core/Footer.js index 97de522db..37725abd5 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/website/generate-uidocs.js b/website/generate-uidocs.js index 67a5c0c9b..dfd9b9060 100644 --- a/website/generate-uidocs.js +++ b/website/generate-uidocs.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/website/pages/docs/en/index.js b/website/pages/docs/en/index.js index f8ce11168..2a69b09b8 100644 --- a/website/pages/docs/en/index.js +++ b/website/pages/docs/en/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 9e294138a..09f78ecc6 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -1,7 +1,9 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ diff --git a/website/siteConfig.js b/website/siteConfig.js index 6b14c3935..5e72d7411 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -1,9 +1,12 @@ /** - * Copyright 2018-present Facebook. + * Copyright (c) Facebook, Inc. and its affiliates. + * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * * @format */ + const repoUrl = 'https://github.com/facebook/flipper'; const siteConfig = { diff --git a/xplat/Flipper/CertificateUtils.cpp b/xplat/Flipper/CertificateUtils.cpp index 305e29ee0..2e6fa258d 100644 --- a/xplat/Flipper/CertificateUtils.cpp +++ b/xplat/Flipper/CertificateUtils.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include "CertificateUtils.h" #include diff --git a/xplat/Flipper/CertificateUtils.h b/xplat/Flipper/CertificateUtils.h index 85d0ed9e4..a982f3fdd 100644 --- a/xplat/Flipper/CertificateUtils.h +++ b/xplat/Flipper/CertificateUtils.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #ifndef CertificateUtils_hpp #define CertificateUtils_hpp diff --git a/xplat/Flipper/ConnectionContextStore.cpp b/xplat/Flipper/ConnectionContextStore.cpp index dd2fd357c..b3697dd81 100644 --- a/xplat/Flipper/ConnectionContextStore.cpp +++ b/xplat/Flipper/ConnectionContextStore.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include "ConnectionContextStore.h" #include #include diff --git a/xplat/Flipper/ConnectionContextStore.h b/xplat/Flipper/ConnectionContextStore.h index 9f00f34df..eb4043eee 100644 --- a/xplat/Flipper/ConnectionContextStore.h +++ b/xplat/Flipper/ConnectionContextStore.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FireAndForgetBasedFlipperResponder.h b/xplat/Flipper/FireAndForgetBasedFlipperResponder.h index 0b9f42371..1e0c7f7ff 100644 --- a/xplat/Flipper/FireAndForgetBasedFlipperResponder.h +++ b/xplat/Flipper/FireAndForgetBasedFlipperResponder.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "FlipperResponder.h" diff --git a/xplat/Flipper/FlipperClient.cpp b/xplat/Flipper/FlipperClient.cpp index 1ab18008f..dc3325e54 100644 --- a/xplat/Flipper/FlipperClient.cpp +++ b/xplat/Flipper/FlipperClient.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include "FlipperClient.h" #include #include diff --git a/xplat/Flipper/FlipperClient.h b/xplat/Flipper/FlipperClient.h index fb0f01514..1c107d6a6 100644 --- a/xplat/Flipper/FlipperClient.h +++ b/xplat/Flipper/FlipperClient.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FlipperConnection.h b/xplat/Flipper/FlipperConnection.h index 5b0d4ce95..5cbc9b68a 100644 --- a/xplat/Flipper/FlipperConnection.h +++ b/xplat/Flipper/FlipperConnection.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "FlipperResponder.h" diff --git a/xplat/Flipper/FlipperConnectionImpl.h b/xplat/Flipper/FlipperConnectionImpl.h index 8f7ed842f..7d757a29d 100644 --- a/xplat/Flipper/FlipperConnectionImpl.h +++ b/xplat/Flipper/FlipperConnectionImpl.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FlipperConnectionManager.h b/xplat/Flipper/FlipperConnectionManager.h index c77780c6d..6c41cc943 100644 --- a/xplat/Flipper/FlipperConnectionManager.h +++ b/xplat/Flipper/FlipperConnectionManager.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FlipperConnectionManagerImpl.cpp b/xplat/Flipper/FlipperConnectionManagerImpl.cpp index d87698ab4..7c74d8fca 100644 --- a/xplat/Flipper/FlipperConnectionManagerImpl.cpp +++ b/xplat/Flipper/FlipperConnectionManagerImpl.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include "FlipperConnectionManagerImpl.h" #include #include diff --git a/xplat/Flipper/FlipperConnectionManagerImpl.h b/xplat/Flipper/FlipperConnectionManagerImpl.h index 9f1345532..3989e7684 100644 --- a/xplat/Flipper/FlipperConnectionManagerImpl.h +++ b/xplat/Flipper/FlipperConnectionManagerImpl.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FlipperInitConfig.h b/xplat/Flipper/FlipperInitConfig.h index 52476627b..378367a5d 100644 --- a/xplat/Flipper/FlipperInitConfig.h +++ b/xplat/Flipper/FlipperInitConfig.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FlipperPlugin.h b/xplat/Flipper/FlipperPlugin.h index f4fd2d3de..3e08ede6d 100644 --- a/xplat/Flipper/FlipperPlugin.h +++ b/xplat/Flipper/FlipperPlugin.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "FlipperConnection.h" diff --git a/xplat/Flipper/FlipperRSocketResponder.cpp b/xplat/Flipper/FlipperRSocketResponder.cpp index f973a22e9..3f599df6c 100644 --- a/xplat/Flipper/FlipperRSocketResponder.cpp +++ b/xplat/Flipper/FlipperRSocketResponder.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include "FlipperRSocketResponder.h" #include #include diff --git a/xplat/Flipper/FlipperRSocketResponder.h b/xplat/Flipper/FlipperRSocketResponder.h index 69b8589c8..1b020a727 100644 --- a/xplat/Flipper/FlipperRSocketResponder.h +++ b/xplat/Flipper/FlipperRSocketResponder.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace facebook { diff --git a/xplat/Flipper/FlipperResponder.h b/xplat/Flipper/FlipperResponder.h index 63cb1d97e..f7ce36bf8 100644 --- a/xplat/Flipper/FlipperResponder.h +++ b/xplat/Flipper/FlipperResponder.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FlipperResponderImpl.h b/xplat/Flipper/FlipperResponderImpl.h index f26e27ccf..8c35ab9c3 100644 --- a/xplat/Flipper/FlipperResponderImpl.h +++ b/xplat/Flipper/FlipperResponderImpl.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FlipperState.cpp b/xplat/Flipper/FlipperState.cpp index 1b0f3e629..8c3589d63 100644 --- a/xplat/Flipper/FlipperState.cpp +++ b/xplat/Flipper/FlipperState.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include "FlipperState.h" #include "FlipperStateUpdateListener.h" #include "FlipperStep.h" diff --git a/xplat/Flipper/FlipperState.h b/xplat/Flipper/FlipperState.h index 568aa1b93..95bc1292a 100644 --- a/xplat/Flipper/FlipperState.h +++ b/xplat/Flipper/FlipperState.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/FlipperStateUpdateListener.h b/xplat/Flipper/FlipperStateUpdateListener.h index 45f0d44c9..3d3d5f64c 100644 --- a/xplat/Flipper/FlipperStateUpdateListener.h +++ b/xplat/Flipper/FlipperStateUpdateListener.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once class FlipperStateUpdateListener { diff --git a/xplat/Flipper/FlipperStep.cpp b/xplat/Flipper/FlipperStep.cpp index cf0cac595..c5e7a8a7d 100644 --- a/xplat/Flipper/FlipperStep.cpp +++ b/xplat/Flipper/FlipperStep.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include "FlipperStep.h" #include "FlipperState.h" #include "Log.h" diff --git a/xplat/Flipper/FlipperStep.h b/xplat/Flipper/FlipperStep.h index 605fcb564..72dd20ec0 100644 --- a/xplat/Flipper/FlipperStep.h +++ b/xplat/Flipper/FlipperStep.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/Log.cpp b/xplat/Flipper/Log.cpp index 2ec6c290b..c4b2a5681 100644 --- a/xplat/Flipper/Log.cpp +++ b/xplat/Flipper/Log.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include "Log.h" #ifdef __ANDROID__ diff --git a/xplat/Flipper/Log.h b/xplat/Flipper/Log.h index 4a3315859..8d14ce342 100644 --- a/xplat/Flipper/Log.h +++ b/xplat/Flipper/Log.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/Flipper/utils/CallstackHelper.h b/xplat/Flipper/utils/CallstackHelper.h index 917fb0f57..149a62f6e 100644 --- a/xplat/Flipper/utils/CallstackHelper.h +++ b/xplat/Flipper/utils/CallstackHelper.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #if FB_SONARKIT_ENABLED #include diff --git a/xplat/FlipperTestLib/ConnectionContextStoreMock.h b/xplat/FlipperTestLib/ConnectionContextStoreMock.h index 3b11b411c..a15f22543 100644 --- a/xplat/FlipperTestLib/ConnectionContextStoreMock.h +++ b/xplat/FlipperTestLib/ConnectionContextStoreMock.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace facebook { diff --git a/xplat/FlipperTestLib/FlipperConnectionManagerMock.h b/xplat/FlipperTestLib/FlipperConnectionManagerMock.h index ec53787b1..6bd4455d9 100644 --- a/xplat/FlipperTestLib/FlipperConnectionManagerMock.h +++ b/xplat/FlipperTestLib/FlipperConnectionManagerMock.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/FlipperTestLib/FlipperConnectionMock.h b/xplat/FlipperTestLib/FlipperConnectionMock.h index 0083304d4..b8461b8d1 100644 --- a/xplat/FlipperTestLib/FlipperConnectionMock.h +++ b/xplat/FlipperTestLib/FlipperConnectionMock.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/FlipperTestLib/FlipperPluginMock.h b/xplat/FlipperTestLib/FlipperPluginMock.h index aad946dd8..bdba8b206 100644 --- a/xplat/FlipperTestLib/FlipperPluginMock.h +++ b/xplat/FlipperTestLib/FlipperPluginMock.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/FlipperTestLib/FlipperResponderMock.h b/xplat/FlipperTestLib/FlipperResponderMock.h index 471d0e763..05806a1a2 100644 --- a/xplat/FlipperTestLib/FlipperResponderMock.h +++ b/xplat/FlipperTestLib/FlipperResponderMock.h @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/xplat/FlipperTests/FlipperClientTests.cpp b/xplat/FlipperTests/FlipperClientTests.cpp index 264528cc6..e94db2388 100644 --- a/xplat/FlipperTests/FlipperClientTests.cpp +++ b/xplat/FlipperTests/FlipperClientTests.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/xplat/FlipperTests/FlipperConnectionManagerImplTerminationTests.cpp b/xplat/FlipperTests/FlipperConnectionManagerImplTerminationTests.cpp index c07696f20..e0f01060a 100644 --- a/xplat/FlipperTests/FlipperConnectionManagerImplTerminationTests.cpp +++ b/xplat/FlipperTests/FlipperConnectionManagerImplTerminationTests.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/xplat/FlipperTests/FlipperRSocketResponderTests.cpp b/xplat/FlipperTests/FlipperRSocketResponderTests.cpp index 61f7b8f69..257b639d3 100644 --- a/xplat/FlipperTests/FlipperRSocketResponderTests.cpp +++ b/xplat/FlipperTests/FlipperRSocketResponderTests.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/xplat/FlipperTests/FlipperResponderImplTests.cpp b/xplat/FlipperTests/FlipperResponderImplTests.cpp index 577f32dc4..c9a8b8b6c 100644 --- a/xplat/FlipperTests/FlipperResponderImplTests.cpp +++ b/xplat/FlipperTests/FlipperResponderImplTests.cpp @@ -1,9 +1,10 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include "yarpl/Flowable.h" #include "yarpl/Single.h" diff --git a/xplat/build.gradle b/xplat/build.gradle index b6c36429f..075332ac1 100644 --- a/xplat/build.gradle +++ b/xplat/build.gradle @@ -1,8 +1,8 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ apply plugin: 'com.android.library'