From f8e2bc0875c145c429d0e865c9b83a40f65b3070 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Wed, 6 Sep 2023 09:50:43 -0700 Subject: [PATCH] Add copyright header to ld version script (#1360) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1360 Fixes a ShipIt warning about this. Reviewed By: yungsters Differential Revision: D48992315 fbshipit-source-id: 20b6ba86abc27599e5f7dc12471344295151db66 --- java/yogajni.version | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/java/yogajni.version b/java/yogajni.version index 87f7caf6..3f6b1994 100644 --- a/java/yogajni.version +++ b/java/yogajni.version @@ -1,3 +1,10 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + { global: JNI_OnLoad;