mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add license headers in tests/unit
This commit is contained in:
parent
ec28d98080
commit
3b1cfe8458
18 changed files with 162 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue