From 70bd154de83e6fb44403e5ae16ecd755c01efa04 Mon Sep 17 00:00:00 2001 From: Brandon Kite Date: Fri, 4 Feb 2022 11:15:40 -0800 Subject: [PATCH] add missing license headers --- fuel-core-interfaces/Cargo.toml | 1 + fuel-txpool/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/fuel-core-interfaces/Cargo.toml b/fuel-core-interfaces/Cargo.toml index a811d88cf8d..5f305adacd1 100644 --- a/fuel-core-interfaces/Cargo.toml +++ b/fuel-core-interfaces/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Fuel Labs "] edition = "2021" repository = "https://github.com/FuelLabs/fuel-core" description = "Fuel core interfaces" +license = "BUSL-1.1" [dependencies] anyhow = "1.0" diff --git a/fuel-txpool/Cargo.toml b/fuel-txpool/Cargo.toml index f27d1f65d5c..8bc32dd8cb2 100644 --- a/fuel-txpool/Cargo.toml +++ b/fuel-txpool/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Fuel Labs "] edition = "2021" repository = "https://github.com/FuelLabs/fuel-core" description = "Transaction pool" +license = "BUSL-1.1" [dependencies] anyhow = "1.0"