Skip to content

Commit

Permalink
Add copyright header to ld version script (#1360)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1360

Fixes a ShipIt warning about this.

Reviewed By: yungsters

Differential Revision: D48992315

fbshipit-source-id: 20b6ba86abc27599e5f7dc12471344295151db66
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Sep 6, 2023
1 parent aee43a5 commit f8e2bc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java/yogajni.version
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit f8e2bc0

Please sign in to comment.