Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
Created using spr 1.3.6-beta.1
  • Loading branch information
papertigers committed Dec 15, 2024
1 parent 582b822 commit 3db8b04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sled-diagnostics/src/contract.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

// ! Bindings to libcontract(3lib).

use fs_err as fs;
use libc::{c_char, c_int, c_void, pid_t};
use slog::{warn, Logger};
Expand Down

0 comments on commit 3db8b04

Please sign in to comment.