From cdf0c7bf72be5408a64fb9580472eb25ac74aaf9 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Tue, 1 Sep 2020 10:23:39 -0700 Subject: [PATCH] Update copyright in benches/oprf.rs --- benches/oprf.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/benches/oprf.rs b/benches/oprf.rs index 7533cb7..eae2d67 100644 --- a/benches/oprf.rs +++ b/benches/oprf.rs @@ -1,5 +1,7 @@ -// Copyright (c) The Libra Core Contributors -// SPDX-License-Identifier: Apache-2.0 +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #[macro_use] extern crate criterion;