Skip to content

Commit 993b36b

Browse files
authored
Fix license to BSD in ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue (#9361)
Fixes #9280
1 parent afee3fc commit 993b36b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
28

39
#ifdef __cplusplus
410
#import <executorch/extension/module/module.h>

extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.mm

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
2-
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
39
#import "ExecutorchRuntimeValue.h"
410

511
#import <map>

0 commit comments

Comments
 (0)