Skip to content

Commit

Permalink
fix: add license
Browse files Browse the repository at this point in the history
Adds BSD-3 specifier to tari_format.rs
  • Loading branch information
CjS77 committed Nov 21, 2023
1 parent ab30345 commit dfcc87d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/protocol/src/tari_format.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023. The Tari Project
// SPDX-License-Identifier: BSD-3-Clause

use std::{fmt, fmt::Display};

use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit dfcc87d

Please sign in to comment.