Skip to content

Commit

Permalink
Adding copyright header to tests file (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Dec 3, 2023
1 parent b518922 commit 2cef735
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions air/src/proof/tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// 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.

use super::StarkProof;

#[test]
Expand Down

0 comments on commit 2cef735

Please sign in to comment.