Skip to content

Commit 0a023a3

Browse files
VladimirMakaevfacebook-github-bot
authored andcommitted
oss release: update hermit licence to BSD
Summary: We're open sourcing Hermit under BSD licence. This diff updates the linter configuration and a linter code was executed under /hermetic_infra directory ``` arc lint --apply-patches --take LICENSELINT --paths-cmd 'hg files .' ``` Reviewed By: rrnewton Differential Revision: D41120862 fbshipit-source-id: 099ddff7d35e928178bebd50a1d1d4a44b4d792d
1 parent 0c8136b commit 0a023a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

reverie-ptrace/src/gdbstub/regs/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) Meta Platforms, Inc. and affiliates.
3-
*
43
* All rights reserved.
54
*
65
* This source code is licensed under the BSD-style license found in the
76
* LICENSE file in the root directory of this source tree.
87
*/
8+
99
use core::mem::MaybeUninit;
1010

1111
use serde::Deserialize;

reverie-ptrace/src/gdbstub/regs/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
22
* Copyright (c) Meta Platforms, Inc. and affiliates.
3-
*
43
* All rights reserved.
54
*
65
* This source code is licensed under the BSD-style license found in the

0 commit comments

Comments
 (0)