From 1354e5c224cdb65f812cc604b556fcc99d5e02b6 Mon Sep 17 00:00:00 2001 From: Brandon Kite Date: Fri, 4 Feb 2022 11:19:12 -0800 Subject: [PATCH] add missing license headers (#163) --- 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"