From 061935780508e1b44acd9a4da123266c04035f5a Mon Sep 17 00:00:00 2001 From: Tiffany Bennett Date: Sun, 25 Sep 2016 23:16:11 -0400 Subject: [PATCH] Add missing copyright headers --- src/btc.rs | 4 ++++ src/currency.rs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/btc.rs b/src/btc.rs index 02cbd20..838503f 100644 --- a/src/btc.rs +++ b/src/btc.rs @@ -1,3 +1,7 @@ +// 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/. + use std::fs::File; use std::time::Duration; use ast::{Defs, Def, Expr}; diff --git a/src/currency.rs b/src/currency.rs index a048ce5..ba4f037 100644 --- a/src/currency.rs +++ b/src/currency.rs @@ -1,3 +1,7 @@ +// 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/. + use std::fs::File; use std::time::Duration; use xml::EventReader;