Add missing copyright headers

This commit is contained in:
Tiffany Bennett 2016-09-25 23:16:11 -04:00
parent d35bebbd5b
commit 0619357805
2 changed files with 8 additions and 0 deletions

View file

@ -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};

View file

@ -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;