aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/textinput.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/script/textinput.rs
parentec28d9808014724eba54a448b36ae8cc556ef919 (diff)
downloadservo-3b1cfe8458b92cd532e04a46247e241a2946d468.tar.gz
servo-3b1cfe8458b92cd532e04a46247e241a2946d468.zip
Add license headers in tests/unit
Diffstat (limited to 'tests/unit/script/textinput.rs')
-rw-r--r--tests/unit/script/textinput.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unit/script/textinput.rs b/tests/unit/script/textinput.rs
index a07886dce9d..322ee63c1c5 100644
--- a/tests/unit/script/textinput.rs
+++ b/tests/unit/script/textinput.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 script::textinput::{TextInput, Selection, Lines, DeleteDir};
use std::borrow::ToOwned;