From 27c6d4658b106bc9581d9057e8b29211164655e0 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Mon, 28 Apr 2025 21:46:58 +0200 Subject: [PATCH] Add copyright header to `remote_key` test (#377) --- src/tests/remote_key.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tests/remote_key.rs b/src/tests/remote_key.rs index f7dea39..6fbff2e 100644 --- a/src/tests/remote_key.rs +++ b/src/tests/remote_key.rs @@ -1,3 +1,11 @@ +// Copyright (c) Meta Platforms, Inc. and affiliates. +// +// This source code is dual-licensed under either the MIT license found in the +// LICENSE-MIT file in the root directory of this source tree or the Apache +// License, Version 2.0 found in the LICENSE-APACHE file in the root directory +// of this source tree. You may select, at your option, one of the above-listed +// licenses. + use std::env; use std::ops::Add; use std::sync::{LazyLock, Mutex};