aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/net/data_loader.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-04-08 00:43:45 +0200
committerSimon Sapin <simon.sapin@exyr.org>2015-04-08 01:07:55 +0200
commit3b1cfe8458b92cd532e04a46247e241a2946d468 (patch)
treed119c9bc304f5bf28846a41d25383ccd5123d6a5 /tests/unit/net/data_loader.rs
parentec28d9808014724eba54a448b36ae8cc556ef919 (diff)
downloadservo-3b1cfe8458b92cd532e04a46247e241a2946d468.tar.gz
servo-3b1cfe8458b92cd532e04a46247e241a2946d468.zip
Add license headers in tests/unit
Diffstat (limited to 'tests/unit/net/data_loader.rs')
-rw-r--r--tests/unit/net/data_loader.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unit/net/data_loader.rs b/tests/unit/net/data_loader.rs
index ef793f2982a..485cdc4c1a8 100644
--- a/tests/unit/net/data_loader.rs
+++ b/tests/unit/net/data_loader.rs
@@ -1,3 +1,12 @@
+// Copyright 2013 The Servo Project Developers. See the COPYRIGHT
+// file at the top-level directory of this distribution.
+//
+// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
+// option. This file may not be copied, modified, or distributed
+// except according to those terms.
+
use net_traits::LoadData;
use net_traits::ProgressMsg::{Payload, Done};