From 3be45eb733f8902f566b1a0830ed80ce8ec99d77 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Tue, 5 Sep 2023 16:45:46 -0700 Subject: [PATCH 1/2] Add copyright header to ld version script Summary: Fixes a ShipIt warning about this. Differential Revision: D48992315 --- 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; -- 2.50.1.windows.1 From 8a0576173c5803234f49bc2e1461fae601291ff4 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Wed, 6 Sep 2023 09:24:38 -0700 Subject: [PATCH 2/2] Update yogajni.version --- java/yogajni.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/yogajni.version b/java/yogajni.version index 3f6b1994..b297e64c 100644 --- a/java/yogajni.version +++ b/java/yogajni.version @@ -1,4 +1,4 @@ -/* +/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the -- 2.50.1.windows.1