From 0a023a39451dbb1ffbff3a76ee9de00bb6226f29 Mon Sep 17 00:00:00 2001 From: Vladimir Makaev Date: Tue, 8 Nov 2022 06:45:54 -0800 Subject: [PATCH] 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 --- reverie-ptrace/src/gdbstub/regs/aarch64.rs | 2 +- reverie-ptrace/src/gdbstub/regs/mod.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/reverie-ptrace/src/gdbstub/regs/aarch64.rs b/reverie-ptrace/src/gdbstub/regs/aarch64.rs index 6a9a07f..908b601 100644 --- a/reverie-ptrace/src/gdbstub/regs/aarch64.rs +++ b/reverie-ptrace/src/gdbstub/regs/aarch64.rs @@ -1,11 +1,11 @@ /* * Copyright (c) Meta Platforms, Inc. and affiliates. - * * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ + use core::mem::MaybeUninit; use serde::Deserialize; diff --git a/reverie-ptrace/src/gdbstub/regs/mod.rs b/reverie-ptrace/src/gdbstub/regs/mod.rs index 454317a..0747a44 100644 --- a/reverie-ptrace/src/gdbstub/regs/mod.rs +++ b/reverie-ptrace/src/gdbstub/regs/mod.rs @@ -1,6 +1,5 @@ /* * Copyright (c) Meta Platforms, Inc. and affiliates. - * * All rights reserved. * * This source code is licensed under the BSD-style license found in the